summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.2.Thierry Thomas2004-05-083-5/+4
|
* - fix package extensions for 4.xOliver Eikemeier2004-05-084-6/+6
| | | | | | | | | | - add support for 4.10-release Now /usr/local/sbin/pkg_add -r openldap21-client should work on all FreeBSD versions - FWIIW, fix pkg_sign -t sha1 (PR 66354)
* Fix gzip and gunzip locations, and fix /var/lib/logrotate.status.Thierry Thomas2004-05-082-0/+25
| | | | | | PR: ports/64373 Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Approved by: maintainer.
* Finish removing weedns_scKris Kennaway2004-05-081-1/+0
| | | | Pointy hat to: kris
* - don't flag empty linesOliver Eikemeier2004-05-081-6/+30
| | | | | | - callable without arguments: /usr/ports/Tools/scripts/MOVEDlint.awk - do CVS annotate when called with env CVS=yes
* - use gethostname() instead of uname(): the latter returns only returnsVolker Stolz2004-05-083-1/+37
| | | | | | | the first 32 chars of the hostname - patch helper-script to generate less bogus intermediate output - NB: This port will still register a wrong dependency on dns/host when dns/bind is installed
* Update to 0.1.8 release.Alex Dupre2004-05-082-7/+5
| | | | | PR: ports/66378 Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer)
* Fix packaging error introduced by last-minute changes.Volker Stolz2004-05-081-1/+4
| | | | Noticed by: bento via kris
* Unbreak boehm-gc on 32bit platforms.Tilman Keskinoz2004-05-081-1/+1
| | | | | Submitted by: Ryan Beasley <ryanb@goddamnbastard.org> pointy hat^2 to: arved
* o) Forgot to set pkg_plist variables when selecting one of theLars Koeller2004-05-082-0/+4
| | | | graphical consoles
* Fix pkg-plistTilman Keskinoz2004-05-082-0/+2
| | | | | Reported by: kris, markus Pointy hat (not 216.136.204.22) to: arved
* Upgrade to 1.3.1.Thierry Thomas2004-05-082-14/+15
|
* Upgrade to 8.2.0.Thierry Thomas2004-05-083-11/+13
|
* libICE doesn't link to libX11 directly, but one of its utility headersEric Anholt2004-05-082-9/+2
| | | | | | does include Xlib.h, so put the x11 dependency back in. Reported by: kris (bento)
* add patch for Makefile.PL (forgot to cvs add this before committing update)Michael Haro2004-05-081-0/+77
|
* Update to 1.3.6Michael Haro2004-05-084-57/+27
| | | | Become maintainer
* BROKEN on 4.x: Does not compileKris Kennaway2004-05-085-0/+20
|
* BROKEN: Does not compileKris Kennaway2004-05-081-0/+2
|
* BROKEN: UnfetchableKris Kennaway2004-05-081-0/+2
|
* BROKEN: Does not installKris Kennaway2004-05-081-0/+1
|
* BROKEN: Broken pkg-plistKris Kennaway2004-05-082-0/+4
|
* Add entries for recently removed ports.Kris Kennaway2004-05-081-0/+13
|
* As previously announced, remove these broken or obsolete ports.Kris Kennaway2004-05-0858-1541/+0
|
* Add missing filesKris Kennaway2004-05-081-0/+6
|
* Add missing manpagesKris Kennaway2004-05-081-0/+3
|
* Add missing libXext dependencyEric Anholt2004-05-081-1/+3
| | | | Reported by: kris (bento)
* Note removal of coda_doc and coda_introKris Kennaway2004-05-081-0/+2
|
* Remove remnants of obsolete coda 4.x portsKris Kennaway2004-05-089-289/+0
|
* Add missing fileKris Kennaway2004-05-081-0/+1
|
* Don't remove a directory we didn't installKris Kennaway2004-05-081-1/+0
|
* Don't remove files we didn't installKris Kennaway2004-05-081-2/+0
|
* BROKEN: Broken pkg-plistKris Kennaway2004-05-081-0/+2
|
* Add missing filesKris Kennaway2004-05-081-0/+2
|
* awk script to check MOVED for consistencyOliver Eikemeier2004-05-081-0/+87
| | | | | Usage: [env PORTSDIR=/usr/ports] awk -f MOVEDlint.awk /usr/ports/MOVED
* Add missing MTREE_FILEs.Eric Anholt2004-05-082-0/+2
|
* Add Coppermine Photo Gallery 1.2.1Brooks Davis2004-05-086-0/+670
| | | | | | | | | | Coppermine Photo Gallery is a picture gallery script. Users can upload pictures with a web browser (thumbnails are created on the fly), rate pictures, add comments and send e-cards. The admins can manage the galleries and batch add pictures that have been uploaded on the server by FTP. Approved by: krion (mentor)
* The program diskmark uses an unused entry in the Master Boot RecordBrooks Davis2004-05-084-0/+32
| | | | | | | | | | on PC disks to record version information. The author uses this information to determine if scratch disks should be partitioned at boot on a network booting compute cluster. http://people.freebsd.org/~brooks/diskmark/ Approved by: krion (mentor)
* The diskprep program prepares a disk for use. It can be used for aBrooks Davis2004-05-085-0/+39
| | | | | | | | | variety of purposes including initalizing flash disks to use as boot media or automaticly configured the disks of nodes in a cluster. http://people.freebsd.org/~brooks/diskprep/ Approved by: krion (mentor)
* - Add sysvmsg extension [1]Alex Dupre2004-05-0716-54/+126
| | | | | | | | | | - Add XML_RPC to PEAR bootstrap [2] - Use the official pcre fix [3] - Bump PORTREVISION Requested by: Andy Smith <andy@strugglers.net> [1] Submitted by: thierry [2] Obtained from: php CVS [3]
* Add gaphor 0.3.1, UML modeling environment written in Python.Thierry Thomas2004-05-075-0/+204
| | | | | PR: 65816 Submitted by: rehsack@liwing.de
* Fixing broken pkg-plist and make it build fine with python-bindings.Thierry Thomas2004-05-071-2/+24
| | | | | PR: ports/65815 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Add math/octave-forge, adding many features such as sparce matrix treatment,Maho Nakata2004-05-079-0/+842
| | | | | fast fourier transformation, Statistics, Optimizations and more to math/octave.
* Oops, fix distfile locations.Eric Anholt2004-05-072-2/+2
|
* Upgrade to 4.1.1.Vanilla I. Shu2004-05-073-174/+164
| | | | | PR: ports/66322 Submitted by: maintainer
* Upgrade to 4.1.1.Vanilla I. Shu2004-05-077-300/+143
| | | | | PR: ports/66322 Submitted by: maintainer.
* Use gnomehack to replace patch.Eric Anholt2004-05-072-16/+8
| | | | | Remove xtrans dependency now that libICE depends on it properly. Remove dependency on libX11, which appears spurious.
* Use gnomehack to replace patch, and register xtrans as a RUN_DEPENDS as well.Eric Anholt2004-05-072-16/+8
| | | | Remove dependency on libX11, which appears spurious.
* Add start_precmd to set limits of www userAndrey A. Chernov2004-05-072-1/+3
|
* New port: libXp taken from X.org release 6.7.0:Eric Anholt2004-05-075-0/+43
| | | | | | | X print library Testing is encouraged, but please do not use these ports as dependencies until a plan is made for handling the transition from XFree86
* the scummvm entry was correctOliver Eikemeier2004-05-071-1/+1
|