summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This port is i386 only for the moment. We need some assembler code writtensobomax2000-10-146-0/+6
| | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Add nosefart, a music player for NSF (NES Sound Format) files.green2000-10-147-0/+122
| | | | Submitted by: Seth <sethk@osd.bsdi.com>
* Fix COMMENT handling -- it was incorrectly using the fixed stringasami2000-10-142-8/+19
| | | | | | | | | | | | | | "pkg/COMMENT' which of course blew up in the entire tree when we changed the layout. Fix it to use `make -V COMMENT` so it will use even for ports that define MASTERDIR etc. Reported by PRs: 21851, 21952 While I'm here, add the contents of pkg/COMMENT in category READMEs. I don't know why I didn't include them in the first place when I've been creating all those files!
* Add --with-sigc-prefixnakai2000-10-146-6/+18
| | | | Submitted by: Warner Losh <imp@village.org>
* Add xine 0.2.2, a MPEG-1/2 player.alex2000-10-1411-0/+121
|
* Activate libflash.knu2000-10-141-0/+1
|
* Upgrade:rse2000-10-145-12/+34
| | | | | Apache 1.3.12 -> 1.3.14 mod_ssl 2.6.6 -> 2.7.1
* Update to 0.4.10 and make it link with libflash which was separatedknu2000-10-145-33/+26
| | | | from this standalone program.
* Separate libflash from flashplayer after a repocopy.knu2000-10-148-52/+78
| | | | libflash (FlashLib) is a GPL Flash (TM) Library to play Flash movies.
* Upgrade to 1.3.14ache2000-10-1415-30/+130
|
* Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.gshapiro2000-10-144-4/+4
| | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Overhaul addport again. Should be quite functional now.will2000-10-141-22/+70
| | | | | | | | | | | | | | | | | | | 1) Re-add functionality removed in revision 1.11, but only as an option. This time, it checks out its own copy of ports/Mk and points PORTSDIR at the correct location. To use this, use the -a option. It will not work if it can't find portlint in your path. 2) Add option -f to disable fetching the distfile. 3) Add option -m to disable checking out a copy of Mk for 1). For those that have a current Mk in PORTSDIR and don't want to check out a fresh copy for whatever reason. 4) Support CVSROOT environment variable. 5) Note environment variables recognized by addport. 6) Fix breakage trying to use -d with multiple directories (not tested). 7) Actually use $interactive variable. 8) Update usage(). 9) Note original RCSID for my shell script; take over as MAINTAINER. Tested by: gshapiro (this revision was used in adding sendmail)
* New port for the sendmail MTA.gshapiro2000-10-1433-0/+593
| | | | | | PR: 18415 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Reviewed by: will
* Add the first efforts on my mkptools, the successor to makeport.pl.nbm2000-10-144-0/+613
| | | | | | | | | | | | | | | | | | | | | mkptools are broken up into simple scripts: mkpskel takes a distribution file as an argument and generates a skeleton; it guesses the extract method, the package name, and so forth, and generates populated Makefile and distinfo and empty pkg-descr, pkg-comment, and pkg-plist. mkpextr goes through the extract phase, and generates what it believes are the necessary variables necessary to build the port. It guesses the work source directory, what the Makefile is called, whether it has configure, whether to use libtool, and other bits such as wildly guessing kde, qt, gtk, gnome, and ssl requirements. Run it in a port directory, and it generates Makefile.extr. mkpmerge merges the results from mkpskel and mkpextr (and will later merge the results from the other phases) into Makefile. mkpclean cleans up any extra files that may be hanging about.
* Add deskutils/gcal, the GNU Gregorian/Julian/Chinese/Japanese/Islamictrevor2000-10-146-0/+206
| | | | | | | | | calendar. It can remind you of National Day in the YAR or Thanksgiving in Canada. It can tell you when Cliff House opened and display an ASCII pumpkin on Hallowe'en. PR: 21921 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Fix a bug when seeking in partitions larger than 4Gbytes.jmz2000-10-142-0/+12
|
* Upgrade to 4.9.4.nbm2000-10-146-12/+159
| | | | | | This changes a default - you now need to specify WITH_PASSWD to authenticate against /etc/passwd. This means the vchkpw needn't run as root.
* Update to 0.38nbm2000-10-144-4/+4
|
* Update to version 1.32.green2000-10-148-41/+112
|
* Update port to 0.8.2jedgar2000-10-144-4/+4
|
* Update to 0.1.11ade2000-10-132-2/+2
| | | | | PR: 21959 Submitted by: maintainer
* Update to 2.39ade2000-10-133-7/+5
| | | | | PR: 21950 Submitted by: maintainer
* Update to 1.2.0, no response from maintainerade2000-10-132-4/+5
| | | | | PR: 21689 Submitted by: Jeremy Shaffner <jeremy@external.org>
* Fix Imakefile breakage under XFree86 4.xade2000-10-132-3/+6
| | | | | PR: 21640 Submitted by: maintainer
* Update to 1.13ade2000-10-132-2/+2
| | | | | PR: 21638 Submitted by: maintainer
* Support X11BASE properlyade2000-10-131-1/+1
| | | | | PR: 21619 Submitted by: Ports Fury (no response from maintainer)
* BUILD_DEPENDS -> LIB_DEPENDSade2000-10-134-40/+84
| | | | | | | | Support LOCALBASE/PREFIX properly Support install macros PR: 21618 Submitted by: Ports Fury (no response from maintainer)
* Support PREFIX properlyade2000-10-132-5/+5
| | | | | | | | Support install macros Update WWW: line of pkg-descr PR: 21617 Submitted by: Ports Fury (no response from maintainer)
* Support PREFIX properlyade2000-10-133-12/+6
| | | | | | | Update WWW: line of pkg-descr PR: 21616 Submitted by: Ports Fury (no response from maintainer)
* Update MASTER_SITES and WWW line of pkg-descrade2000-10-134-32/+15
| | | | | | | Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
* Support CFLAGS/X11BASE properlyade2000-10-133-31/+31
| | | | | PR: 21614 Submitted by: Ports Fury (no response from maintainer)
* Support CC/CFLAGS/LOCALBASE/X11BASE properlyade2000-10-138-131/+178
| | | | | | | Change location of data files from lib/ to share/ PR: 21613 Submitted by: Ports Fury
* Support CC/CFLAGS/X11BASE/PREFIX properlyade2000-10-134-266/+341
| | | | | | | Change location of data files from lib/ to share/ PR: 21612 Submitted by: Ports Fury
* Support X11BASE/PREFIX properlyade2000-10-132-12/+19
| | | | | PR: 21611 Submitted by: Ports Fury (no response from maintainer)
* Support LOCALBASE properlyade2000-10-133-2/+7
| | | | | PR: 21610 Submitted by: Ports Fury (no response from maintainer)
* Update to 3.0.23ade2000-10-133-6/+7
| | | | | PR: 21589 Submitted by: maintainer
* Support CC/CFLAGS/X11BASE/PREFIX properlyade2000-10-134-20/+22
| | | | | | | | Change location of data files from lib/ to share/ PR: 21581 Submitted by: Ports Fury Approved by: maintainer
* Support CC/CFLAGS/X11BASE/PREFIX/MAKE properlyade2000-10-133-28/+36
| | | | | | | Support install macros PR: 21579 Submitted by: Ports Fury
* Support CC/CFLAGS/LOCALBASE/X11BASE properlyade2000-10-131-14/+26
| | | | | | | Contacted maintainer with 'User unknown' error. PR: 21577 Submitted by: Ports Fury
* Unbreak for Qt-2.2.0, fix plistade2000-10-133-81/+102
| | | | | PR: 21574 Submitted by: Ports Fury
* Update to 1.4.4ade2000-10-1318-568/+764
| | | | | PR: 21573 Submitted by: Ports Fury
* Update to 0.4.7ade2000-10-133-107/+57
| | | | | | | Use strlcpy rather than strncpy etc. PR: 21511 Submitted by: maintainer
* Update to 4.08.1ade2000-10-1318-24/+450
| | | | | PR: 21502 Submitted by: maintainer
* Update to 3.00ade2000-10-134-11/+26
| | | | | PR: 21485 Submitted by: maintainer
* Clean up portade2000-10-133-14/+25
| | | | | PR: 21481 Submitted by: maintainer
* Update to 1.0.0.ume2000-10-136-42/+22
|
* Update to 0.2.1.knu2000-10-132-2/+4
|
* Update to 1.2.5ade2000-10-1315-129/+54
|
* Update to version 0.6.2jeh2000-10-133-174/+132
| | | | | PR: 21954 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromsobomax2000-10-1343-0/+7237
| | | | Sun and patchset from FreeBSD Java Project.
OpenPOWER on IntegriCloud