aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Approved by: Willlioux2000-10-0312-49/+58
| | | | | | | | | | | Some simple changes. Mostly implementing Mr. Sada Kenji patches to JX x11-toolkit family ports: 1. nonexistent -> ${NONEXISTENT} 2. Allow you to define WRKDIRPREFIX safely. -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
* Kludge rearming the signal for SIGCHLD so that we can harvest theimp2000-10-031-0/+10
| | | | | | | | | | | | | | zombies on the system. Without this change, the socks5 daemon would work great for a short period of time, then hang because no more children could be created. It appears from debugging that this is because gravedigger was only called once. I reestablish the signal handler in gravedigger to force SIGCHLD to be unmasked. A more proper fix might be to fix Signal to have multi-shot signals, or to see what might be broken with the signal masks. Since I'm in a hurry and this port's daemon is broken without this, I commit this kludge knowing that it will live approximately forever, less three days.
* Whitespace changes.reg2000-10-032-38/+38
|
* Darn. Forgot a bit of this patch... Actaully install orbitrc.reg2000-10-032-0/+6
|
* Install orbitrc.default, and treat it as a real configuration file.reg2000-10-034-10/+10
|
* Allow this port to build if the libmikmod port is installed.reg2000-10-031-0/+11
|
* - Support CC/CFLAGS/PREFIX properlyjeh2000-10-036-8/+127
| | | | | | | | | | | | - gets() -> fgets() - Add WWW: line into pkg/DESCR Also bumped PORTREVISION to 1 PR: 21572 Submitted by: tkato@prontomail.ne.jp <KATO@FreeBSD.ORG, Tsuguru@FreeBSD.ORG> Reviewed by: will Approved by: MAINTAINER (dbader@eece.unm.edu)
* Don't hack CFLAGS support. Fix the problem.reg2000-10-032-1/+25
|
* USE_LIBTOOL.reg2000-10-034-4/+2
|
* Add missing run depends.reg2000-10-031-0/+4
|
* Correct USE_LIBTOOL usage.reg2000-10-036-46/+42
|
* Correct and sort PLISTs.reg2000-10-037-61/+12
|
* MAINTAINER submitted update.jeh2000-10-0325-860/+2190
| | | | PR: 21382
* Correct and sort PLISTs.reg2000-10-035-21/+17
|
* Correct and sort PLISTs.reg2000-10-038-822/+1013
|
* Don't hack CFLAGS support. Do it the right way.reg2000-10-032-2/+11
|
* BUILD_DEPENDS: wxgtk must be installed to build.nectar2000-10-034-0/+4
| | | | Reported by: Josh Bonczkowski <josh@goblin.bonczkowski.net>
* Update 0.46 -> 0.53.nectar2000-10-033-13/+17
| | | | | | Assume MAINTAINER role. Approved by: former maintainer
* ${LINUX_BASE} -> ${LINUXBASE}imura2000-10-021-8/+6
|
* I forgot: remove MTREE=yesimura2000-10-021-1/+0
|
* Update to version 18.imura2000-10-022-8/+6
| | | | | | | | | | | | from changelog: * [Bug fix] fix LC_MONETARY defines to return correct symbol for "YEN". and, * ${LINUX_BASE} -> ${LINUXBASE} * set USE_LINUX_PREFIX=yes
* Update to 1.1.4.knu2000-10-022-2/+2
|
* Switch maintainership. Old maintainer has disappeared and is notade2000-10-021-1/+1
| | | | | | | responding to requests. New maintainer has a PR open updating the port, but this will be killed off as a newer version has been released in the interim.
* Add ruby-gd, Ruby extension library to use Thomas Boutell's gd library.knu2000-10-027-0/+151
|
* Change maintainershipade2000-10-021-1/+1
| | | | | | PR: 20645 Submitted by: patrick@watson.org (new maintainer) Approved by: ortmann@isl.net (old maintainer)
* Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found.knu2000-10-022-2/+14
| | | | Submitted by: shimokawa
* Fix Makefilekevlo2000-10-021-1/+7
| | | | | PR: 21690 Submitted by: MAINTAINER
* Upgrade to courier-imap 1.1.nbm2000-10-023-7/+7
|
* Add missed USE_X_PREFIX.sobomax2000-10-021-0/+2
| | | | | PR: 21698 Submitted by: maintainer
* Update to 1.0.pre1.sobomax2000-10-028-16/+58
|
* Update port to 1.1jedgar2000-10-025-18/+11
|
* Fixes and cleanups:sobomax2000-10-029-93/+585
| | | | | | | | - add support for Chinese (two-byte) Character text writing and fonts (vanilla); - move rather long manpages listing from Makefile into separate files (sobomax); - bump PORTREVISION as a result. Submitted by: vanilla, sobomax
* Update to 0.31.1.sobomax2000-10-026-8/+14
|
* Reflect new location of librep (LOCALBASE --> X11BASE). Bump PORTREVISION tosobomax2000-10-022-0/+4
| | | | make clear that update is necessary.
* - Update to 0.13.1;sobomax2000-10-024-6/+40
| | | | | | | | | - Change PREFIX to be X11BASE. The reason why it should be in X11BASE is that sawfish (primary user of librep) installs shared object into one of the librep's directories, so they have to live in the same BASE to make PLISTs working. The way it was done looks like a little hack, because I don't want to use USE_X_PREFIX (the port really doesn't require libX11), so I had to manually set MTREE_FILE.
* Update to 0.4.3.sobomax2000-10-026-10/+30
|
* Add missed gtkeditor into LIB_DEPENDS.sobomax2000-10-021-1/+2
| | | | Submitted by: vanilla
* Change MAINTAINER for my ports.trevor2000-10-0244-44/+44
| | | | Approved by: will
* Change MAINTAINER for my ports.trevor2000-10-022-2/+2
| | | | Approved by: will
* Another HTML-lint (all messages are written in Japanese...)kuriyama2000-10-0210-0/+185
|
* `do not include the package name (or version number of the software) in the ↵trevor2000-10-021-1/+1
| | | | comment.' --Porter's Handbook section 2.2.1
* USE_PYTHON so that this works with python1.5, python1.6, and python2.0.nectar2000-10-028-1936/+1936
|
* Change MAINTAINERship to my committers address.jeh2000-10-0254-54/+54
| | | | Approved: will
* `Nuke L.A.' bumper stickers are not funny!trevor2000-10-021-0/+1
|
* Well, now everyone knows where to point.jeh2000-10-021-0/+1
| | | | Approved by: will (at least the contents, not the comments)
* Checksum changed - some doc changes, and at least one bugfix.kris2000-10-022-1/+2
| | | | Bump PORTREVISION.
* Add pwm, a rather unique lightweight window manager which allowsnbm2000-10-026-0/+65
| | | | multiple client windows to share a frame.
* New port: japanese/mutt-develsada2000-10-0213-82/+158
| | | | | | | This is mutt japanized development version. PR: 21063 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
* First act as official committer sanctioned by my mentor (THANKS Will-kenobi).lioux2000-10-021-0/+2
| | | | | | | One action, 3 changes. Perhaps, this will be my only incursion outside of ports for some time. 1) (ports) Added myself to xearth committers.marker (1st Brazilian, one of the only Latin Americans). 2) (www) Added an announcement to newsflash about this. 3) (doc) Both removed myself from contrib, then added an authors identity for myself and and entry to almighty staff area.
* Use the gettext port instead of own static libintl. No need to removereg2000-10-022-30/+11
| | | | | | share/locale, it is handled by the gettext port. Approved by: maintainer
* (1) Add support for a "flat" directory structure, with no pkg/ andasami2000-10-022-8/+59
| | | | | | | | | | | | | | | | | | | | | patches/. In addition, patches live in files/ and files/md5 is moved to "distinfo" in main directory. It is disabled by default, but you can test it by defining NEWLAYOUT. I will convert the entire ports tree in a week and make NEWLAYOUT the default. Reviewed by: the ports list Submitted by: nectar ("distinfo" name) (2) Bump XFree86 version number in PKG_IGNORE_DEPENDS. (3) New variable RESTRICTED_FILES to be used when only a subset of a RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not redistributable. (Set RESTRICTED_FILES to the list of redistribution-challenged files.) Reviewed by: the ports list
* Remove extra directory in the name of files to patch.jmz2000-10-021-4/+4
|
* Imported some variables from master port.kevlo2000-10-021-0/+5
| | | | | PR: 21472 Submitted by: MAINTAINER
* - Update patch for japanese/zangband satellite port.kevlo2000-10-022-24/+19
| | | | | | | - Some variables moved to satellite port's Makefile. PR: 21471 Submitted by: MAINTAINER
* Update to 0.1.10kevlo2000-10-012-2/+2
| | | | | PR: 21467 Submitted by: MAINTAINER
* Fix bogon where replies were not chomp()'d.will2000-10-011-0/+1
| | | | Submitted by: knu
* Update MASTER_SITES.kevlo2000-10-011-1/+1
| | | | | PR: 21459 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* Add xbarcode, which must not be sold.alex2000-10-011-0/+1
|
* Add xbarcode, a (NO_CDROM) program to generate and save graphics ofalex2000-10-018-0/+69
| | | | | | | barcodes in different industry standards. PR: 21667 Submitted by: brett <brett@nodetree.net>
* - Update to 4.1.0kevlo2000-10-012-3/+3
| | | | | | | - Change maintainer's e-mail address PR: 21479 Submitted by: MAINTAINER
* Add ja-xchat, xchat with Japanese support, as a satellite port of irc/xchat.knu2000-10-013-0/+34
|
* Prepare for slave (satellite) ports.knu2000-10-014-16/+12
| | | | Approved by: jim (MAINTAINER)
* Update to version 0.3.0kevlo2000-10-012-3/+3
| | | | | PR: 21671 Submitted by: MAINTAINER
* Please welcomewill2000-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | 1) James E. Houlsey <jim@thehousleys.net>, for bringing and maintaining ~50 RTEMS-related ports along with a number of others. 2) Trevor Johnson <trevor@jpj.net>, for bringing in the festival family of audio ports among other unusual audio ports; he also gave us the BSDI Netscape ports. 3) Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>, for finally updating and maintaining codecrusader, among other ports. This was a result of his laborious JX ports' split-up and creation. He is also known for maintaining the qmail port. to the ship of fools. All three spammed the PR database with consistently well-done PRs and forced upon themselves this abu^Whonor. All three have committed to assisting me in my mission to dominate ports and then take over the world. Mentor: will Deed done by: markm Approved by: asami
* Activate ko-a2ps.cjh2000-10-016-0/+72
| | | | Simple a2ps wrapper for Korean text printing
* Active ko-a2ps.cjh2000-10-011-0/+1
|
* Correct a problem caused by my patch. Ensure the playlist is sorted.reg2000-10-012-9/+34
| | | | | | | | | | | | Bump PORTREVISION. PR: 20190 Add support for dagrab (but not a dependency), since I promised sada that it was here... PR: 18116 Submitted by: Matt Storch <idiotsavant@mail.com>
* Whitespace changes and PLIST sorting.reg2000-10-018-22/+17
|
* Oops, missed some more wrong libtool stuff...reg2000-10-011-11/+0
|
* - update port to last gtar releaseandreas2000-10-0110-32/+108
| | | | | | | | - fixes --exclude, -X problem in version 1.13, where excludes have been wrongly interpreted as filenames (not pathnames) - some cosmetics from naddy Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* Use the gettext port. Remove an include which is already in the basereg2000-10-011-7/+11
| | | | | | system. Approved by: maintainer
* Remove unneed libtool patches.reg2000-10-011-0/+2
| | | | Correct PLIST while I'm here.
* Make this work with the perl in -current.reg2000-10-012-0/+40
| | | | No (non-automated) response from: maintainer
* Try to unbreak this on -current.reg2000-10-013-252/+292
| | | | | | Sort the PLIST. No reply from: maintainer
* Upgrade to pm3-1.1.15. No major functional changes -- just a fewjdp2000-10-017-11/+11
| | | | bugfixes.
* A better patch for the mouse locking problem. The previous patch broke somejmz2000-10-012-33/+42
| | | | | | of the other mouse protocols. Submitted by: Sascha Blank <sblank@addcom.de>
* Update to knu-cvsweb 1.103.1.30.knu2000-10-014-4/+4
| | | | | | | | 2000-10-01 05:10 knu * cvsweb.cgi: Fix annotation bugs. - Do not pass gzip'ed directives to cvs. (it never worked, sigh) - Fix mis-spacing. Now it should look pretty well.
* Use Perl's in-place editing to do the simple search and replace that theobrien2000-10-015-0/+15
| | | | | Makefile.dist patches were doing. This approach will reduce the patch breakage with each new ISC-DHCP version.
* Update to knu-cvsweb 1.103.1.29.knu2000-10-014-4/+4
| | | | | | | | | | | | | | | | | | | | | | 2000-10-01 03:48 knu * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not log in history) flags when doing a cvs annotation so that one does not need to turn on the write permission on CVSROOT/history for the user which httpd runs cvsweb.cgi as. (typically "nobody") 2000-10-01 03:27 knu * cvsweb.cgi: Fix the comment to make how to set $config clear. Inspired by: "Dan Langille" <dan@langille.org> 2000-09-29 03:06 knu * cvsweb.cgi: Trap errors in the configuration files on loading and show error messages. (Previously it failed silently) Submitted by: Sean Scarff <sean@pavilion.net>
* Remove dependancy on he BIND8 port. Add more manpages. Update DESCR.obrien2000-10-0115-75/+120
| | | | | | | Tweak more Makefiles so CFLAGS are apended to, rather than overriding ours. PR: 21632 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Update to 0.2.6.knu2000-10-016-16/+16
| | | | Use RUBY_SHEBANG_FILES.
* Add RUBY_SHEBANG_FILES, in which you can list files which shebangknu2000-10-011-0/+14
| | | | lines need to be fixed.
* Make corrections in Makefile and remove pkg/MESSAGEkevlo2000-09-301-4/+10
| | | | | PR: 21651 Submitted by: MAINTAINER
* Update to version 2.1.3kevlo2000-09-302-6/+7
| | | | | PR: 21655 Submitted by: MAINTAINER
* Update to 3.0b1kevlo2000-09-303-22/+22
| | | | | PR: 21652 Submitted by: MAINTAINER
* Chage bsd.python.mk: PYTHON_CMD is now a full path.nectar2000-09-302-2/+2
| | | | Reported by: Takeshi Hiyami <th@cis.ibaraki.ac.jp>
* Bump PORTREVISION. Three commits, one PR (sigh).dannyboy2000-09-302-0/+2
| | | | | Submitted by: kris Really pointy hat: dannyboy
* Upgrade to 2.01.03ache2000-09-304-27/+11
|
* Update URL.nakai2000-09-301-21/+1
| | | | Submitted by: "Rene K. Mueller" <kiwi@the-labs.com> (gifmerge maintainer)
* Update to version 0.4.1.dannyboy2000-09-3016-64/+92
| | | | | | PR: 21622 Submitted by: Ports Fury Approved by: MAINTAINER
* Add two PATCHFILES.dannyboy2000-09-304-2/+6
| | | | | PR: 21588 Submitted by: MAINTAINER
* Update to 1.3.2 && change MAINTAINER.will2000-09-308-26/+151
| | | | | PR: 21643 Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
* Update to 3.0.16 and change MAINTAINER.will2000-09-302-3/+3
| | | | | PR: 21529 Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
* Add gwhich 2.12, which is GNU which(1). See pkg/DESCR for differenceswill2000-09-307-0/+63
| | | | | | | between this and 1.0 of Paul Vixie's. PR: 21431 Submitted by: Jeremy Shaffner <jeremy@external.org>
* - Fix man.cgikevlo2000-09-302-10/+19
| | | | | | | - Change maintainer's e-mail PR: 21591 Submitted by: MAINTAINER
* Update to version 0.6.1akevlo2000-09-304-4/+4
| | | | | PR: 21580 Submitted by: tkato@prontomail.ne.jp
* Update to version 2.7kevlo2000-09-303-3/+4
| | | | | | PR: 21571 Submitted by: tkato@prontomail.ne.jp Approved by: MAINTAINER
* Update to version 2.3.2kevlo2000-09-292-3/+4
| | | | | PR: 21628 Submitted by: MAINTAINER
* Update to version 1.4.6kevlo2000-09-292-4/+4
| | | | | PR: 21645 Submitted by: MAINTAINER
* net/ztelnet's zmodem code is not open source.cjh2000-09-291-0/+2
| | | | It is from old Omen's rzsz code, and it's shareware.
* Add RESTRICTED. I have found zmodem code is not open source.cjh2000-09-291-0/+2
| | | | Also add it to ports/LEGAL.
* Add nil - a really eye-candy multiplayer game.sobomax2000-09-299-0/+808
| | | | See http://www.linuxworld.com/linuxworld/lw-2000-04/lw-04-nil.html for details.
* ComplexProgramTarget() -> ComplexProgramTargetNoMan().asami2000-09-291-0/+8
| | | | Reported by: Heribert Steuer <steuer@virtualaudio.de>
* Upgrade to 2.78.tg2000-09-292-2/+2
|
* Detect two more failures -- fetch timeout and runaway process (which isasami2000-09-291-0/+4
| | | | really a make package timeout without output).
* Record upgraded home locationeivind2000-09-291-2/+1
|
* Oops, got a bit overzealous with the chainsaw there. Take out FORBIDDEN -kris2000-09-291-2/+0
| | | | | | | this port modifies an installed pine, it's not a version of the software itself. Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Mark all of the pine3/4 ports FORBIDDEN due to remotely exploitablekris2000-09-296-0/+12
| | | | | buffer overflows. Sorry guys, but having an insecure mailer just isn't worth it.
* Mark FORBIDDEN: known buffer overflows exploitable by remote email.kris2000-09-291-0/+2
| | | | | | Parenthetically, no software which uses 4299 sprintf/strcpy/strcat calls can possibly be safe - I don't expect to remove this FORBIDDEN tag any time soon. :-(
* Update a printer driver eplaser for EPSON laser printers to version 2.0.2taoka2000-09-295-8/+27
|
* o Change the distfile from Aladdin ghostscript 5.50 to GNU ghostscript 5.50taoka2000-09-2916-112/+413
| | | | | | | | | | | | | | | | | | | | o Add a printer driver for EPSON laser printer (LP-8XXX, LP-3000C, etc) crerated by EPSON KOWA Corp. (www.epkowa.co.jp) o Update several printer drivers (epag-3.09 and gdevalps-0.21) o Use ${PORTSDIR}/graphics/{png,jpeg} instead of the files jpegsrc.v6b and libpng-1.0.2 fetched by this port when compiling. o Fix PLIST (two entries "bin/ert") o Add bmp16m driver to defalut printer drivers. o Use CC/CFLAGS/PREFIX defined in make.conf Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Obtained from: ports-jp@jp.freebsd.org
* Don't try to package libOSMesa for FreeBSD versions < 4.1, since theyasami2000-09-292-3/+12
| | | | | | are skipped in the build. We can package XFree86-4-lib in 3-stable again! Reviewed by: maintainer
* FreeBSD specific hack -- prefer OSREL from the environment over whatasami2000-09-292-0/+44
| | | | | | | uname(3) says. This is necessary for cross-version chroot builds. Requested by: PW Submitted by: maintainer
* Add Scott Long (scottl), who will be maintaining the 'aac' and 'asr'msmith2000-09-291-0/+1
| | | | | | drivers. Approved by: FreeBSD Core
* Remove '.' at end to make portlint happy.jasone2000-09-291-1/+1
|
* Upgrade makedepend to 2000.09.07nbm2000-09-297-24/+30
| | | | | | | | | | Upgrade texi2html to 1.64 Update cgihtml's master site Make Peter Pentchev maintainer. PR: 21456 Submitted by: "Peter Pentchev" <roam@orbitel.bg> (new maintainer) Approved by: Ian Vaudrey <i.vaudrey@bigfoot.com> (old maintainer)
* Activate the zile port.jasone2000-09-291-0/+1
|
* Add port for the zile editor ("zile is lossy emacs").jasone2000-09-295-0/+44
|
* Upgrade to 1.20.nbm2000-09-292-10/+7
| | | | | | PR: 21457 Submitted by: "Peter Pentchev" <roam@orbitel.bg> Silence by: maintainer (according to PR)
* Update to 0.91.4. The cvs mailing list should note a previous commitnbm2000-09-294-1/+18
| | | | | | | | | failed due to re-awakening patch-aa, and no mail was sent out informing of changes to Makefile and files/md5. PR: 21568 Submitted by: "Peter Pentchev" <roam@orbitel.bg> Silence by: maintainer (according to PR)
* Update to 0.91.4.nbm2000-09-292-3/+5
| | | | | | PR: 21568 Submitted by: "Peter Pentchev" <roam@orbitel.bg> Silence by: maintainer (according to PR)
* Update qmail-ldap 1.03.20000701, and share logic in qmail port, and somenbm2000-09-295-13/+28
| | | | | | | | | | other minor tweaks. "However, this is not worth a PORTREVISION tag. I did not change the behavior of the qmail port in any way." PR: 21563 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (maintainer)
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)knu2000-09-2910-11/+18
| | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
* Update to 0.2.knu2000-09-293-5/+4
|
* Remove dnscache, and add djbdns, after package changed names.nbm2000-09-291-1/+1
|
* Update to djbdns 1.02nbm2000-09-2912-58/+120
| | | | | PR: 21510 Submitted by: Dan Peterson <danp@danp.net>
* Chase new gnomeprintade2000-09-2911-13/+20
|
* Add textproc/pspell as a dependencyade2000-09-294-4/+12
|
* Update to 0.19, with new required gnomeprintade2000-09-293-11/+48
|
* Chase new gnomeprint. Sadly, this one needs a bunch of work byade2000-09-292-2/+6
| | | | the authors, so it's currently marked broken.
* Update to 0.9.1, using required new gnomeprintade2000-09-296-8/+102
|
* Chase new gnomeprint - still broken for other reasonsade2000-09-291-1/+1
|
* Update to 0.24. Read the ChangeLog for updates, the list is enormous.ade2000-09-299-45/+63
|
* Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp.obrien2000-09-292-3/+21
| | | | Requested by: Daniel O'Connor <doconnor@gsoft.com.au>
* Upgrade to 2.01.02ache2000-09-294-27/+9
|
* use graphics/linux-pngsanpei2000-09-289-120/+9
|
* new port: Linux png library. Installs png lib from rpm.sanpei2000-09-2831-0/+151
|
* Whitespace only change - decrease number of tabs used to separate values fromsobomax2000-09-281-12/+12
| | | | variables from 2 to 1.
* Update to 0.6.sobomax2000-09-285-200/+233
|
* Update to 1.0.10.sobomax2000-09-283-4/+4
|
* Update to 1.2.2.sobomax2000-09-284-5/+5
|
* - Update port to 0.8.1jedgar2000-09-286-22/+6
| | | | - GNU_CONFIGURE -> USE_LIBTOOL to prevent installing *.la files
* Use USE_PYTHON.tg2000-09-2813-0/+13
|
* - Upgrade version number for Python 2.0b2.tg2000-09-281-11/+29
| | | | | | | - Use full path for PYTHON_CMD - Add PYTHON_PKGNAMEPREFIX - Add PYTHON_REL - Prevent against multiple inclusion
* Use USE_PYTHON. Fix building with other python versions than 1.5.2.tg2000-09-283-146/+148
|
* Use bison.tg2000-09-287-0/+7
|
* Update to 0.13 which supports Ruby 1.6.knu2000-09-283-24/+22
| | | | Sort PLIST.
* Update to 0.13 which supports Ruby 1.6.knu2000-09-286-18/+14
|
* Add bomberinstinct - a nice Bomberman-like multiplayer game.sobomax2000-09-288-0/+212
|
* Correct "Date Created" comment.sobomax2000-09-281-1/+1
|
* Add madbomber - a SDL clone of Activision's classic Atari 2600 console gamesobomax2000-09-288-0/+263
| | | | "Kaboom!".
* Update to 1.1.5.sobomax2000-09-2810-118/+746
|
* Update to 20000927.knu2000-09-282-3/+2
|
* Add missing depends (png and jpeg).reg2000-09-282-2/+6
|
* Update to the new 0.3.3 after my pathes have been merged.knu2000-09-283-10/+2
| | | | | (I'll suggest the author to bump the version number next time, instead of repacking ;)
* Pythonize.sobomax2000-09-282-18/+16
| | | | Submitted by: tg
* add XFREE86_HTML_MAN= nosanpei2000-09-281-0/+1
| | | | | Submitted by: onigiri Oked by: maintainer
* Add "#define NothingOutsideProjectRoot YES" to make sure nothing isasami2000-09-281-0/+2
| | | | | | | | installed outside /usr/X11R6. This fixes about 70 "type (dir, link)" mtree errors in 5-current. Submitted by: maintainer Reported by: sanpei
* Clean .orig files in ${WRKSRC}/lib/doc created by distributiondirk2000-09-285-0/+5
| | | | | | patch so they aren't installed. Reported by: onigiri
* Add missing files.dirk2000-09-285-0/+20
| | | | Reported by: onigiri
* Update to 0.4.0nakai2000-09-2812-12/+112
|
* Update to version 3.1taoka2000-09-273-25/+31
| | | | | PR: ports/21374 Submitted by: tkato@prontomail.ne.jp (KATO Tsuguru)
* Update files/md5 because distfiles was updated but these are same file names.taoka2000-09-274-4/+4
| | | | Obtained from: bento
* Remove empty fonts.alias and fonts.dir files.asami2000-09-271-0/+2
| | | | Submitted by: bento
* rng is part of py-numeric now.tg2000-09-271-1/+0
|
* Update to version 3.0 Beta 2, Patchlevel l5.obrien2000-09-2720-170/+125
|
* Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} insteadasami2000-09-271-0/+1
| | | | | | of taking it out. My apologies. Reported by: maintainer
* Yet again fix cranking sound.sobomax2000-09-274-12/+30
| | | | | | Problem brought by: sobomax Overlooked by: maintainer Reported by: many
* ccio shared library now called libccio.so.0, not libccio-1.2.so.0.sobomax2000-09-271-1/+1
|
* Numerous improvements:sobomax2000-09-272-16/+17
| | | | | | | | | - properly use libc_r; - provide hack around missing thread-safe version of fpathconf(1) syscall if OSVERSION < 41100; - remove ugly direct call to configure script from post-extract target; - don't add -1.2 suffix to shared libraries; - bump PORTREVISION to make kris happy ;).
* Hack up a patch to support Ruby 1.6.knu2000-09-272-0/+6
| | | | | The patch has been sent to the author and will hopefully be merged soon. I am adding it as a distribution patch to avoid the repo bloat.
* fix extra errorsanpei2000-09-271-0/+1
| | | | | | add @dirrm lib/X11/xhtml Submitted by: onigiri
* Add ruby-libpng, a libpng wrapper class for Ruby.knu2000-09-276-0/+83
|
* Don't delete modules, it might be needed.asami2000-09-271-1/+0
|
* fix extra errorsanpei2000-09-272-1/+1
| | | | | | use MAN1 for manpages. Submitted by: onigiri
* For "make parallel", provide out an extra target without the ".tgz".asami2000-09-271-1/+1
| | | | | | | (Makes it easier to cut and paste, so you can do something like "make gnome-1.2".) Also change /a/asami/portbuild -> /var/portbuild.
* Read in configuration variables from /var/portbuild/portbuild.conf.asami2000-09-272-4/+6
|
* Pull in configuration variables from /var/portbuild/portbuild.conf.asami2000-09-279-29/+48
| | | | | | | | | /var/portbuild is the new designated home of the portbuild setup, and is expected to be a symlink to wherever you choose to put the stuff. Also, change reportload to use /var/portbuild to store temporary files. Seems there are some bugs in the null mount code that make the files inaccessible if you are using an NFS root.
* A configuration file where all options reside.asami2000-09-271-0/+17
|
* A little script to call "at" to copy the packages.asami2000-09-271-0/+7
|
* Don't whack old packages, we have enough disk space to keep a few setsasami2000-09-271-31/+58
| | | | | | | | | | | | | | | | | | | around now. Make a symlink "Makefile" so I don't have to "make -f ../../Makefile" when I'm restarting an aborted build. Print out pnohang messages along with ptimeout messages. Count the number of jobs at the beginning of the second phase too. Check integrity of packages at end with gzip -t. Remove the ones that don't pass the test. Don't try to compare list of packages if there is no prior list to compare with. If the -norestr flag is given, copy the packages to the ftp site.
* Remove syslog message about a load file being empty -- I know it happens now.asami2000-09-271-1/+1
|
* Make sure you're given the "start" argument before trying to start the script.asami2000-09-271-0/+2
|
* Don't add packages that are already installed.asami2000-09-271-7/+17
| | | | | Use pnohang to catch make checksum (fetch) or make package (usually an xemacs running away) that aren't making any progress.
* A little script to kill makes that haven't printed out any message inasami2000-09-271-0/+70
| | | | a while (presumably because they are hanging or are in an infinite loop).
* Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofasami2000-09-271-1/+1
| | | | logs were overflowing the argv array.
* Catch one more case of XFree86-4 manpage building error.asami2000-09-271-0/+7
| | | | | Mark ports that are already marked BROKEN (and don't build, predictably) with a red "[B]" for people to see.
* Remove an extra message that only served to clutter the logs.asami2000-09-271-1/+1
|
* Don't try to process logs twice by protecting this script with a lock file.asami2000-09-271-1/+9
|
* Add -t and -n flags to ssh. (-t flag suggested by: ps)asami2000-09-271-4/+4
| | | | | This seems to fix a lot of the hang problems to bump up the timeout from 5 hours to 12 hours.
* Change lock file name to "cppackages.lock" so it's clear it's a lock.asami2000-09-271-1/+1
|
* When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.asami2000-09-272-0/+15
| | | | These are for testing the split-up XFree86-4 ports and open-motif.
* Don't remove the distfiles from the backup directory -- the nextasami2000-09-271-2/+0
| | | | run of dopackages will take care of it.
* Add NO_LATEST_LINKade2000-09-271-0/+1
| | | | | Completely forgotten by: ade Subtly reminded by: Ports Wraith
* Update to KVIRC 2.0.0. These were forgotten in the original update.will2000-09-274-0/+44
| | | | | PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,will2000-09-2714-712/+214
| | | | | | | which works flawlessly, much to my amazement. He is now MAINTAINER. PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to 0.4.0. Ruby 1.6.0 is now supported.knu2000-09-272-2/+2
|
* Update to 1.2.2.1ade2000-09-272-2/+2
|
* Add glame - a scheme-extensible audio processing tool for GNOME.sobomax2000-09-278-0/+140
|
* Fix distfile checksum. I could not find a distfile with the older checksum,obrien2000-09-271-1/+1
| | | | | and not being the one to create the previous one, I cannot even be sure it was ever correct.
* Update to 1.1.26.sobomax2000-09-2724-42/+126
| | | | | PR: 21560 (very incomplete) Actual work done by: sobomax
* Update to 1.2.2.sobomax2000-09-266-12/+51
| | | | Approved by: maintainer
* Add vim6+ruby, Vi IMproved version 6 with embedded Ruby interpreter.knu2000-09-263-0/+39
|
* Style updates:obrien2000-09-261-10/+10
| | | | | | | | | | * The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead. * s/CONFIGURE/CONFIGURE_ENV/ * Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and RUN_DEPENDS. * CATEGORIES should be overridable for its slave ports. Submitted by: knu (aka Mr. Ruby :-))
* Update to 1.83, with chat feature disabled by default.ade2000-09-266-23/+48
| | | | | | | Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer <jhp@cocoja.holywar.net>
* New maintainer (from ports@FreeBSD.org).ade2000-09-261-1/+1
| | | | | | | Update to 1.5pl9 had already been carried out by foxfair PR: 21552 (in part) Submitted by: new maintainer <jhp@cocoja.holywar.net>
* Style updates:obrien2000-09-262-28/+26
| | | | | | | | | | * The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead. * s/CONFIGURE/CONFIGURE_ENV/ * Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and RUN_DEPENDS. * CATEGORIES should be overridable for its slave ports. Submitted by: knu (aka Mr. Ruby :-))
* Use MASTER_SITE_GNUade2000-09-261-2/+2
| | | | | PR: 21547 Submitted by: maintainer
* Let the user-defined CLASSPATH environment variable to take precedencesobomax2000-09-261-1/+2
| | | | (important when OpenJIT used).
* - Update to 0.6.7;sobomax2000-09-262-5/+7
| | | | | | - use USE_RUBY. Submitted by: knu
* Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecodesobomax2000-09-269-0/+167
| | | | compiler.
* New port openal, a 3D sound library.tg2000-09-269-0/+97
|
* s/python/${PYTHON_CMD}/gtg2000-09-263-18/+18
|
* Say hello to zh-tintin++.foxfair2000-09-262-0/+214
| | | | | Add the Chinese port of net/tintin++, it is a slave port with tintin++ v1.5pl9 too.
* Say hello to zh-tintin++.foxfair2000-09-261-0/+1
|
* Upgrade to tintin++ v1.5.9(pl9), the lates stable version without readlinefoxfair2000-09-265-5/+175
| | | | function support.
* Define USE_RUBY so that bsd.ruby.mk is automatically included.knu2000-09-262-6/+9
|
* Define USE_RUBY so that bsd.ruby.mk is automatically included.knu2000-09-263-0/+12
| | | | Found by: FreshPorts
* 3 commits to make one line work? I must have a empty dumptruck with only a ↵billf2000-09-261-1/+1
| | | | | | | | little white powder still left in it... Submitted by: Miha Nedok <mike@mike.unix-systems.net>
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-2657-149/+46
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Update to 2.1.knu2000-09-263-4/+3
|
* Update to 0.4.2.knu2000-09-262-4/+2
|
* Update MASTER_SITES to use local distfile; apparently Lucent reverted thekbyanc2000-09-262-7/+8
| | | | | | copy on their FTP server to an older version. In addition, apply some Y2K fixes I've had in my local copy since the beginning of the year. Finally, update my e-mail address in the MAINTAINER line.
* Update to 0.6.3.sobomax2000-09-262-2/+2
|
* Remove ports/x11/gtik - it's now included into gnomeapplets.sobomax2000-09-261-1/+0
| | | | Submitted by: ade
* update md5 that got lost when I upgraded the Makefilejmg2000-09-261-1/+1
|
* Add acid to our ports tree. (not out, sorry)foxfair2000-09-266-0/+106
| | | | | | | | | | | | This is acid v0.9.4, Analysis Console for Intrusion Databases (ACID) with Snort and MySQL. Before someone complain about it, I need to say portlint doesn't like this port so much. That's because the naming rule of DISTFILES(from the author) has a bad style. ACID needs snort 1.6.3(maybe higher) and php3/mysql, we are waitng for upgrading the development version of snort to make this port happy. Submitted by: Yen-Ming Chen <yenming.chen@foundstone.com>
* Add acid to out ports tree.foxfair2000-09-261-0/+1
|
* To remove extra directories.taoka2000-09-261-0/+2
|
* Support CC/CFLAGS/X11BASEtaoka2000-09-261-1/+1
| | | | | PR: 21370 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Use standard GNU master sitesade2000-09-261-1/+2
| | | | | PR: 21543 Submitted by: maintainer
* Remove scsh from "known shells".. it's not an interactive shell.ade2000-09-263-3/+3
| | | | Submitted by: nectar
* Add PORTREVISION= 1jmz2000-09-261-0/+1
|
* This fixes the nasty problem of the mouse locking if you toggle between Xjmz2000-09-261-0/+32
| | | | | | and a virtual terminal. Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
* Update to 0.2ade2000-09-263-3/+30
|
* Update to 1.2.2ade2000-09-2617-263/+698
|
* Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/localade2000-09-269-18/+30
| | | | | Original suggestion by: nectar Rewritten patch by: ade (so don't blame nectar for this!)
* Bump PORTREVISIONkris2000-09-261-0/+1
| | | | Overlooked by: obrien
* Add PORTREVISION=1jmz2000-09-261-0/+1
|
* Fix compilation. There was an undefined variable.jmz2000-09-261-5/+7
|
* Korean enabled Texinfo formattercjh2000-09-266-0/+71
|
* Activate tintin++-devel after repo-copy from tintin++ade2000-09-251-0/+1
|
* Revert commit from ports/20991. net/tintin++-devel will beade2000-09-254-35/+13
| | | | | | taking over that role. Requested by: maintainer
* Make syntax highliting working.sobomax2000-09-252-0/+12
|
* Change manually hinted gulim{10,10b} fonts from pcf to bdf source.cjh2000-09-252-9/+12
|
* Kill WRKSRC again.tg2000-09-251-1/+0
|
* Use USE_PYTHON.tg2000-09-252-161/+159
| | | | | PR: 21509 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* Add titano - an C/C++ IDE for GNOME desktop.sobomax2000-09-258-0/+113
|
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-2559-127/+47
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. Whileasami2000-09-251-5/+2
| | | | | | | | I'm here, define DISTFILES instead of all three of DISTNAME, EXTRACT_SUFX and wrksrc. (Actually I was here to fix the latter when I stumbled upon the former, but who's counting. :)