summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* New port: Jakarta Commons Logging library.Ernst de Haan2002-11-146-0/+103
| | | | | | | | See: http://jakarta.apache.org/commons/logging.html Notes: svn path=/head/; revision=70103
* Improved output from do-install target.Ernst de Haan2002-11-143-7/+8
| | | | Notes: svn path=/head/; revision=70101
* Not including version number in JAR file name.Ernst de Haan2002-11-142-2/+4
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70100
* The author fixed the installation of the documentationTilman Keskinoz2002-11-143-12/+10
| | | | | | | | | | and updated the distfile. Chase MD5 and bump PORTREVISION because of PLIST changes. Approved by: kris (mentor) Notes: svn path=/head/; revision=70099
* New port: Jakarta Commons BeanUtils.Ernst de Haan2002-11-147-0/+138
| | | | | | | | See: http://jakarta.apache.org/commons/beanutils.html Notes: svn path=/head/; revision=70098
* Update to 3.6.3Tilman Keskinoz2002-11-144-19/+13
| | | | | | | This fixes the on-mouse-over crash reported by many. Notes: svn path=/head/; revision=70097
* Fixed meta information in header (creation date and description).Ernst de Haan2002-11-141-2/+2
| | | | Notes: svn path=/head/; revision=70096
* The Terminus Font is designed for long (8 and more hours per day) workVanilla I. Shu2002-11-146-0/+110
| | | | | | | | | | | | | | with computers. Version 3.96 contains 528 characters, which cover code pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250, Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F, Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and Macintosh-Ukrainian. PR: ports/45281 Submitted by: Kang-min Liu <gugod@gugod.org> Notes: svn path=/head/; revision=70094
* Installing in correct locations.Ernst de Haan2002-11-142-90/+65
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70093
* New port: Jakarta Commons CLI library.Ernst de Haan2002-11-146-0/+142
| | | | | | | Java-library for command line arguments and options. Notes: svn path=/head/; revision=70091
* Not including version number in JAR file anymore.Ernst de Haan2002-11-142-3/+5
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70090
* Update to 3.5.0.Akinori MUSHA2002-11-142-2/+2
| | | | | | | | PR: 45283 Submitted by: Takayuki Nakao <t@nakao.org> (MAINTAINER) Notes: svn path=/head/; revision=70089
* Fixed RE in REINPLACE_CMD.Edwin Groothuis2002-11-141-3/+3
| | | | | | | Noticed by bento. Notes: svn path=/head/; revision=70088
* Update to 20021113, a maintenance release.Akinori MUSHA2002-11-148-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade(1): - Check return status of hardly failing commands also. pkgdb(1): - Add -Q/--quiet and -QQ for internal use. portsclean(1): - Ditto. overall: - Reduce /bin/sh process calls by replacing shell redirection to /dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do fork, dup and exec if necessary) - Eliminate zombies during running. Formerly waitpid's against terminated processes are delayed until Ruby gets short of resource and thus runs a GC, but now portupgrade(1), pkgdb(1) and portsclean(1) explicitly kick a waitpid immediately after each popen() is done. PR: ports/38075 Submitted by: Chris J. Mutter <cjm@s2.enemy.org> Reported by: several others Notes: svn path=/head/; revision=70087
* Fixed damage done to the regular expression by REINPLACE_CMDEdwin Groothuis2002-11-141-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70086
* Changed REINPLACE_CMD with SED since it needed to modify a file in files/Edwin Groothuis2002-11-141-3/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70085
* Change REINPLACE_CMD to a real SED since it would otherwise try toEdwin Groothuis2002-11-141-3/+1
| | | | | | | | modify the files/ directory. Noticed by: bento Notes: svn path=/head/; revision=70084
* Fix creative capitalization of variable name, which led to the installationAdam Weinberger2002-11-146-60/+4
| | | | | | | | | | of many unnecessary files. Bump PORTREVISION, because the pkg-plist changed. Noticed by: marcus Approved by: pat Notes: svn path=/head/; revision=70083
* Add pkgview to the list.Joe Marcus Clarke2002-11-141-2/+3
| | | | Notes: svn path=/head/; revision=70082
* Add pkgview, a utility to determine the version of installed GNOME 2Joe Marcus Clarke2002-11-1415-0/+155
| | | | | | | components as well as determine the overall version of GNOME 2 installed. Notes: svn path=/head/; revision=70080
* * Bump PORTREVISION to reflect the ISC security patchesDoug Barton2002-11-144-94/+96
| | | | | | | | | * Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE Notes: svn path=/head/; revision=70079
* This is the patch provided by ISC, re-generated to work in our system.Doug Barton2002-11-142-0/+468
| | | | Notes: svn path=/head/; revision=70078
* USE_REINPLACE is now obsolete for this port.Edwin Groothuis2002-11-141-1/+0
| | | | Notes: svn path=/head/; revision=70077
* Removed the pre-patch since it didn't change any files.Edwin Groothuis2002-11-141-7/+0
| | | | | | | Noticed by: bento and kris@ Notes: svn path=/head/; revision=70076
* Cannaserver now has the -u option which allow you to specify who shouldMasafumi Max NAKANE2002-11-1412-183/+15
| | | | | | | | | own the server process. So instead of patching up the source to drop the root privilege, just use this. Suggested by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70075
* The LinkFileList hack, introduced in Rev 1.7.Masafumi Max NAKANE2002-11-143-48/+0
| | | | | | | Pointed-out by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70074
* Fix pkg-deinstall handling.Christian Weisgerber2002-11-132-37/+2
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=70073
* Use standard PORTDOCS in PLIST_SUB instead of rolling our own, andKris Kennaway2002-11-134-26/+14
| | | | | | | fix a syntax error in post-install target Notes: svn path=/head/; revision=70072
* o Fix PLISTMario Sergio Fujikawa Ferreira2002-11-134-2/+6
| | | | | | | o Bump PORTREVISION Notes: svn path=/head/; revision=70071
* Improve GNU auto* tools disablingMario Sergio Fujikawa Ferreira2002-11-132-6/+10
| | | | Notes: svn path=/head/; revision=70070
* Add back ALL_TARGET, erroneously deleted in previous commitKris Kennaway2002-11-131-0/+1
| | | | Notes: svn path=/head/; revision=70069
* Update to 0.9.60Mario Sergio Fujikawa Ferreira2002-11-134-4/+4
| | | | Notes: svn path=/head/; revision=70068
* Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is notKris Kennaway2002-11-132-32/+32
| | | | | | | | passed via PLIST_SUB (and is not a suitable variable to use in pkg-plist anyway). This fixes the pkg-plist Notes: svn path=/head/; revision=70067
* Update gnomevfs2 2.0.4 -> 2.0.4.1.Adam Weinberger2002-11-1316-226/+226
| | | | | | | | | Mostly bugfixes. Approved by: pat Notes: svn path=/head/; revision=70066
* Actually add the patch that enables IPv4 mapped IPv6 address support.Joe Marcus Clarke2002-11-131-0/+23
| | | | Notes: svn path=/head/; revision=70065
* Enable support for IPv4 mapped IPv6 addresses. This will help getJoe Marcus Clarke2002-11-131-0/+1
| | | | | | | | | phoenix working under -CURRENT if nspr is also installed. Submitted by: ume Notes: svn path=/head/; revision=70064
* I may as well be a masochist and take this one too, since I've got theAlan Eldridge2002-11-135-5/+5
| | | | | | | auto* twin terrors already. Notes: svn path=/head/; revision=70062
* New port atlc version 4.0.1: A tool to calculate the impedance ofMario Sergio Fujikawa Ferreira2002-11-136-0/+241
| | | | | | | | | transmission lines Submitted by: blackend Notes: svn path=/head/; revision=70060
* Update to DAT 4233James E. Housley2002-11-132-2/+2
| | | | Notes: svn path=/head/; revision=70059
* Revise the package description to point out how this tool isPete Fritchman2002-11-131-2/+3
| | | | | | | | | | different than the base lockf(1). Reviewed by: maintainer Requested by: sheldonh Notes: svn path=/head/; revision=70058
* Update to 1.5.0.Pete Fritchman2002-11-135-16/+18
| | | | | | | | PR: 44746 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=70057
* Add flashpluginwrapper 0.20021113, a wrapper allowing use ofPete Fritchman2002-11-1313-0/+129
| | | | | | | linux-flashplugin with native mozilla. Notes: svn path=/head/; revision=70055
* New port minivmac version 0.1.7: A miniature Macintosh emulatorMario Sergio Fujikawa Ferreira2002-11-137-0/+71
| | | | | | | Submitted by: blackend Notes: svn path=/head/; revision=70053
* New port cascade version 1.4: A simple tool to analyze noise andMario Sergio Fujikawa Ferreira2002-11-136-0/+61
| | | | | | | | | distortion of a RF system Submitted by: blackend Notes: svn path=/head/; revision=70051
* o Update to 0.9.6Mario Sergio Fujikawa Ferreira2002-11-1312-10/+216
| | | | | | | o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later Notes: svn path=/head/; revision=70050
* Add missing patches, see log of Makefile for more.Alexander Leidinger2002-11-138-0/+200
| | | | | | | Pointy hat to: netchild Notes: svn path=/head/; revision=70049
* Add gob2.Joe Marcus Clarke2002-11-131-0/+1
| | | | Notes: svn path=/head/; revision=70047
* Add gob2 after a repo copy from x11-toolkits/gob. Gob2 is a GObjectJoe Marcus Clarke2002-11-135-15/+16
| | | | | | | pre-processor for Glib-2. Notes: svn path=/head/; revision=70046
* Import plgrenouille 0.61.5.Christian Weisgerber2002-11-1311-0/+443
| | | | | | | | | | | Bandwidth measurement and statics collection tool for a French project to this purpose. PR: 41133 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=70044
* Add xapply 3.4, parallel Execution tool ala xargs/apply.Pete Fritchman2002-11-136-0/+48
| | | | | | | Submitted by: Stephen Gunn <csg@fedex.com> Notes: svn path=/head/; revision=70042