Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Activate wwwcrawl and urlget, you can probably guess what they do. | billf | 1999-02-04 | 1 | -1/+3 |
| | |||||
* | WebCrawl is a program designed to download an entire web-site without | billf | 1999-02-04 | 6 | -0/+47 |
| | | | | | | | | | user interaction (although an interactive mode is available). It works simply by starting with a single web page, and following all links from that page to attempt to recreate the directory structure on the remote server. PR: ports/9846 Submitted By: Dima Sivachenko <dima@Chg.RU> | ||||
* | Upgrade to 0.4.9. | vanilla | 1999-02-04 | 10 | -160/+118 |
| | | | | | PR: ports/9887 Submitted by: maintainer | ||||
* | Welcome squidtimes, yet another squid log tool. | billf | 1999-02-04 | 1 | -1/+2 |
| | |||||
* | Generates a report of average transfer times of Squid caching proxy. All | billf | 1999-02-04 | 6 | -0/+45 |
| | | | | | | | | | results are presented in graphic form. http://www.cineca.it/~nico/squidtimes.html PR: ports/9842 Submitted By: Dima Sivachenko <dima@Chg.RU> | ||||
* | unBROKEN_ELF, it seems to work now. | billf | 1999-02-04 | 3 | -9/+3 |
| | | | | | PR: ports/9896 Submitted By: wollman, many others | ||||
* | Update (at long last) from gated 3.5.9 to 3.5.10. | peter | 1999-02-03 | 2 | -5/+5 |
| | |||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 143 | -560/+347 |
| | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. | ||||
* | (1) ${MASTER_SITE_SUBDIR} is now a list, and ${MASTER_SITE_*} macros | asami | 1999-02-03 | 1 | -17/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will be expanded multiple times if ${MASTER_SITE_SUBDIR} contains more than one item. Reviewed by: Bill "Mr. distfiles" Fenner (2) Replace stale site with a good one in MASTER_SITE_GNU. Submitted by: Bill "Mr. mastersites" Fenner (3) Add new variable USE_BZIP2, which, like USE_GMAKE, will change the default decompression method of distfiles from gzip to bzip2. Since tar doesn't have a simple flag to turn on bzip2 decompression, I changed the way EXTRACT_CMD and EXTRACT_{BEFORE,AFTER}_ARGS work. These are the new defaults: EXTRACT_CMD: gzip or bzip2 EXTRACT_BEFORE_ARGS: -dc EXTRACT_AFTER_ARGS: | tar -xf - (They used to be "tar", "-xzf", and "", respectively, before.) Also, EXTRACT_SUFX will default to ".tar.bz2" if USE_BZIP2 is set. There are a few things porters should be careful about: (a) If you are using bsd.port.{pre,post}.mk, USE_BZIP2 should be set before the .include of pre.mk. (b) Do not use ${EXTRACT_SUFX} as an alias of tar. There is a new variable ${TAR} for that purpose. (c) If you are calling ${EXTRACT_CMD} directly, you need both ${EXTRACT_BEFORE_ARGS} and ${EXTRACT_AFTER_ARGS} in the command line. (The latter was previously empty so could be omitted -- that is no longer the case.) (d) If you need to set any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS, define all three, even if they are the default. The values of these variables may very well change in the future (but the calling syntax probably will not) so it will save the port from breakage when that happens. Tested by: recompiling the entire ports tree | ||||
* | Fix installation path. | asami | 1999-02-03 | 1 | -2/+3 |
| | |||||
* | Use bsd.port.{pre,post}.mk. | asami | 1999-02-03 | 1 | -4/+3 |
| | |||||
* | Fix typo in previous commit. | asami | 1999-02-03 | 1 | -2/+2 |
| | |||||
* | LIB_DEPENDS to xpm. | asami | 1999-02-03 | 1 | -1/+3 |
| | |||||
* | Change libPropList directory name. | asami | 1999-02-03 | 2 | -4/+4 |
| | | | | Forgotten by: vanilla | ||||
* | Remove trailing whitespace. | asami | 1999-02-03 | 1 | -16/+16 |
| | |||||
* | Delete superfluous \ from end of line. (It didn't hurt since the next line | asami | 1999-02-03 | 1 | -2/+2 |
| | | | | was empty anyway, but....) | ||||
* | Add a secondary master site (hmm, that sounds funny..) | archie | 1999-02-03 | 1 | -2/+3 |
| | | | | Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za> | ||||
* | Patch the main makefile. Sometimes gmake exits(0) even if an inferior make | jmz | 1999-02-03 | 1 | -1/+4 |
| | | | | | failed. (looks like a bug in gmake) PR: ports/9690 | ||||
* | Upgrade: 1.6 -> 1.7 | jmz | 1999-02-03 | 4 | -8/+9 |
| | |||||
* | Add Daniel Sobral, who will be working on the bootloader. | msmith | 1999-02-03 | 2 | -4/+4 |
| | | | | Reviewed by: core (with noted reservations) | ||||
* | Fix MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.fr | fenner | 1999-02-03 | 1 | -2/+2 |
| | |||||
* | Upgrade to 0.4.6 | vanilla | 1999-02-03 | 4 | -12/+10 |
| | | | | | PR: ports/9873 Submitted by: Chris Piazza <cpiazza@home.net> | ||||
* | Upgrade to 0.61. | vanilla | 1999-02-03 | 3 | -9/+7 |
| | |||||
* | Upgrade to 1.20. | vanilla | 1999-02-03 | 3 | -18/+18 |
| | |||||
* | Sync with peter's suggestion. | vanilla | 1999-02-03 | 8 | -16/+8 |
| | |||||
* | Remove BROKEN_ELF: | dirk | 1999-02-03 | 1 | -3/+2 |
| | | | | replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}. | ||||
* | Update to 1.0.1 | flathill | 1999-02-03 | 3 | -5/+6 |
| | | | | | PR: ports/9737 Submitted by: MAINTAINER | ||||
* | libPropListgnome => libPropList. | vanilla | 1999-02-02 | 1 | -2/+2 |
| | |||||
* | Upgrade to 0.8.3, and I remove USE_X_PREFIX. | vanilla | 1999-02-02 | 4 | -28/+17 |
| | | | | | PR: ports/9844 Submitted by: maintainer. | ||||
* | Fix libtool for 4.0c. | vanilla | 1999-02-02 | 3 | -33/+24 |
| | | | | | PR: ports/9827 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Portlint, libtool. | vanilla | 1999-02-02 | 3 | -15/+9 |
| | | | | | PR: ports/9826 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Sync libttol with peter's suggestion, | vanilla | 1999-02-02 | 4 | -18/+30 |
| | | | | and remove patches.aout, we dont need it anymore. | ||||
* | Correct md5 checksum, and portlint. | vanilla | 1999-02-02 | 10 | -52/+170 |
| | | | | | PR: ports/9829 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Upgrade to 0.99.5, and portlint. | vanilla | 1999-02-02 | 15 | -504/+1263 |
| | | | | | PR: ports/9825 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add www url to pkg/DESCR. | sada | 1999-02-02 | 1 | -0/+2 |
| | |||||
* | Unbreak, portlint. | markm | 1999-02-02 | 3 | -7/+18 |
| | |||||
* | Upgrade to 0.99.5, and portlint | vanilla | 1999-02-02 | 16 | -80/+144 |
| | | | | | PR: ports/9818 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Fix VFlib version number. | asami | 1999-02-02 | 2 | -4/+4 |
| | |||||
* | Upgrade to 0.99.5.1. | vanilla | 1999-02-02 | 3 | -49/+5 |
| | |||||
* | Add ${EXTRACT_AFTER_ARGS} to command line -- it won't hurt as it's empty | asami | 1999-02-02 | 1 | -2/+3 |
| | | | | right now, but will be needed when we add bzip2 support. | ||||
* | Upgrade to 0.99.5, and portlint | vanilla | 1999-02-02 | 8 | -62/+100 |
| | | | | | PR: ports/9824 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Correct stale patch. | jkoshy | 1999-02-02 | 2 | -16/+16 |
| | | | | Found by: asami@freebsd.org | ||||
* | Upgrade to 4.40 "G" -- a special FreeBSD version to fix minor problems with | obrien | 1999-02-02 | 2 | -4/+13 |
| | | | | the 4.40 distribution. | ||||
* | Forced commit to record unbreaking for ELF. The previous commit aborted | jkoshy | 1999-02-02 | 0 | -0/+0 |
| | | | | due to pilot error. | ||||
* | Forced commit to record unbreaking for ELF. | jkoshy | 1999-02-02 | 2 | -2/+2 |
| | |||||
* | Add patch for ELF support. | jkoshy | 1999-02-02 | 2 | -0/+30 |
| | |||||
* | Unbreak for ELF. | jkoshy | 1999-02-02 | 4 | -6/+30 |
| | |||||
* | Add xpm dependency. | asami | 1999-02-02 | 1 | -1/+3 |
| | | | | Submitted by: giffunip@asme.org | ||||
* | Fix script install path. | asami | 1999-02-02 | 1 | -2/+3 |
| | |||||
* | Fix installation dirs. | asami | 1999-02-02 | 1 | -2/+2 |
| | |||||
* | Upgrade to 0.99.5. | vanilla | 1999-02-02 | 6 | -389/+458 |
| | |||||
* | portlint. | asami | 1999-02-02 | 1 | -2/+1 |
| | |||||
* | Add USE_XLIB so this one compiles. | asami | 1999-02-02 | 1 | -1/+2 |
| | |||||
* | Upgrade to version 5.0 of ACM. | se | 1999-02-02 | 8 | -109/+175 |
| | |||||
* | Upgrade to 990131 version of Wine. | se | 1999-02-02 | 6 | -16/+16 |
| | |||||
* | portlint. | asami | 1999-02-02 | 2 | -7/+6 |
| | |||||
* | Portlint. | asami | 1999-02-02 | 2 | -6/+6 |
| | |||||
* | Sync with peter's suggestion. | vanilla | 1999-02-02 | 5 | -20/+20 |
| | |||||
* | Add an extra patch for support/ethertalk/bpfiltp.c to allow Columbia | wpaul | 1999-02-02 | 1 | -0/+29 |
| | | | | | | | | | Appletalk to run on FreeBSD 3.0 and up. The mechanism used to add a non-IP multicast group via SIOCADDMULTI changed between 2.2.x and 3.0, but bpfiltp.c:pi_addmulti() was not changed to match. Without this patch, the port will compile but aarpd will not run. (This kind of messes up everything since the port is built to use Ethertalk Phase 2, and none of that works without aarpd.) | ||||
* | Upgrade to 0.99.5. | vanilla | 1999-02-02 | 12 | -102/+108 |
| | |||||
* | Sync with peter's suggestion. | vanilla | 1999-02-02 | 6 | -4/+19 |
| | |||||
* | Upgrade to 3.22.15-gamma. | dirk | 1999-02-02 | 40 | -80/+80 |
| | |||||
* | I've forgotton another patch point of a file. | sada | 1999-02-01 | 2 | -25/+34 |
| | | | | | | Also, divided freebsd patch for each files to be patched. PR: ports/9797 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Fix for 4.x. | sada | 1999-02-01 | 1 | -0/+20 |
| | |||||
* | Update to v0.59q. | jkoshy | 1999-02-01 | 4 | -44/+45 |
| | | | | Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others) | ||||
* | BROKEN='no route to the *single* mastersite' | obrien | 1999-02-01 | 2 | -2/+6 |
| | | | | | | | 16 ccbrt01-vnbrt01.mediaone.net (24.128.6.33) 26.185 ms 20.049 ms 22.675 ms 17 tas5-atm.san.rr.com (204.210.0.244) 26.476 ms * 24.864 ms 18 * * * 19 * * * | ||||
* | BROKEN='acm-5.0.tar.gz is all that is available' | obrien | 1999-02-01 | 1 | -1/+3 |
| | |||||
* | Adjust PLIST's | obrien | 1999-02-01 | 6 | -0/+48 |
| | |||||
* | Don't error out if required manually-fetched distfile doesn't exist locally. | obrien | 1999-02-01 | 1 | -9/+9 |
| | |||||
* | Activate gnomemc. | vanilla | 1999-02-01 | 1 | -1/+2 |
| | |||||
* | iThat's gnome base filemanager. | vanilla | 1999-02-01 | 10 | -0/+458 |
| | | | | | PR: ports/9821 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Portlint. | vanilla | 1999-02-01 | 1 | -6/+4 |
| | | | | | PR: ports/9828 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Portlint, libtool for 4.0current. | vanilla | 1999-02-01 | 2 | -10/+17 |
| | | | | | PR: ports/9815 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Upgrade to 0.99.3.1. | vanilla | 1999-02-01 | 12 | -76/+52 |
| | | | | | PR: ports/9816 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | BROKEN='zircon-1.18.208 is all that is available from the *SINGLE* mastersite' | obrien | 1999-02-01 | 1 | -1/+3 |
| | |||||
* | Upgrade to 4.0.12 as the distfile we depeneded on went bye-bye. | obrien | 1999-02-01 | 3 | -22/+14 |
| | |||||
* | Upgrade to 0.99.4. | vanilla | 1999-02-01 | 12 | -42/+60 |
| | | | | | PR: ports/9814 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add 4.0current support. | vanilla | 1999-02-01 | 3 | -24/+12 |
| | | | | | PR: ports/9807 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Upgrade to 0.99.5. | vanilla | 1999-02-01 | 8 | -44/+46 |
| | |||||
* | Enable nls support. Fix support for 4.0-CURRENT. Remove patch-ae | vanilla | 1999-02-01 | 6 | -16/+84 |
| | | | | | | | and make port honour ${PREFIX}. Add category gnome. Remove impilict dependency on glib11-devel. PR: ports/9810 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Upgrade to 4.5.9, and set Jeremy Lea as maintainer. | vanilla | 1999-02-01 | 8 | -74/+219 |
| | | | | | PR: ports/9820 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Dont' remove tests for ImageMagick. | vanilla | 1999-02-01 | 3 | -423/+0 |
| | | | | | PR: ports/9804 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add gnome virtual category. | vanilla | 1999-02-01 | 1 | -2/+2 |
| | | | | | PR: ports/9813 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Remove freebsd.csie.nctu.edu.tw from MASTER_SITES. | vanilla | 1999-02-01 | 4 | -12/+8 |
| | | | | | PR: ports/9805 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add gnome virtual catagory. | vanilla | 1999-02-01 | 2 | -4/+4 |
| | | | | | PR: ports/9801 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Upgrade to 1.1.14. | vanilla | 1999-02-01 | 13 | -199/+123 |
| | | | | | PR: ports/9803 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add new mastersites as the old one has dissappeared. | obrien | 1999-01-31 | 1 | -3/+5 |
| | |||||
* | BROKEN='fetch: reading remote file from gide.pn.org: Connection reset by ↵ | obrien | 1999-01-31 | 1 | -1/+3 |
| | | | | | | peer (maybe try -b or -t)' This port has a single mastersite. It needs more. | ||||
* | Install correct files in ${PREFIX}/share/sgml/jade. | dirk | 1999-01-31 | 4 | -42/+26 |
| | | | | | Submitted by: Robert Brive <brive@mail.dotcom.fr> Requested by: John Fieber <jfieber@FreeBSD.ORG> | ||||
* | Update to 0.8.8. | sada | 1999-01-31 | 6 | -274/+287 |
| | | | | | PR: ports/9779 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> | ||||
* | Upgrade to version 1.1.14 | sada | 1999-01-31 | 13 | -422/+421 |
| | | | | | PR: ports/9800 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Submitter say: | vanilla | 1999-01-31 | 8 | -36/+244 |
| | | | | | | | | | "The biggest change is to the gtk-engines port, where I've made the gtkrc files get the correct prefix. I've added the path to all the files, which may be overkill (it's only really needed for the pixmap theme), but was easier to do in an automated way, and provides a better example for people making their own themes." Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Update to 1.4. | sada | 1999-01-31 | 27 | -72/+54 |
| | | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com> | ||||
* | Change HAS_CONFIGURE to GNU_CONFIGURE, | vanilla | 1999-01-31 | 4 | -10/+18 |
| | | | | | | use gzip2 compressed distfile now. PR: ports/9667 Submitted by: Tom Hukins <tom@eborcom.com> | ||||
* | Correct the MD5 checksum. | vanilla | 1999-01-31 | 1 | -1/+1 |
| | | | | Submitted by: maintainer | ||||
* | Upgrade to 1.06. | vanilla | 1999-01-31 | 6 | -14/+12 |
| | | | | | PR: ports/9676 Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Use double quotes rather than single quotes in the pre-configure | jdp | 1999-01-30 | 1 | -11/+11 |
| | | | | script, so that ${PREFIX} gets replaced with its expansion. | ||||
* | Say hello to "muh" | billf | 1999-01-30 | 1 | -1/+2 |
| | |||||
* | muh is a smart irc-bouncing-tool that remains on IRC all the time. | billf | 1999-01-30 | 5 | -0/+30 |
| | | | | | | | | | You can take control over your nick by connecting to muh with an IRC client that is able to supply a password for the server connection. http://www.riot.org/muh/ PR: ports/8109 | ||||
* | Remove a couple of MASTER_SITES. This port still needs to be upgraded | fenner | 1999-01-30 | 1 | -6/+3 |
| | | | | | | | | from 2.1b to 2.1e. ftp.uni-paderborn.de - empty directory "thot" ftp.cs.itu.edu.tr - no such directory "Linux" ftp.cnti.chel.su - no such directory "pub" | ||||
* | Update to 3.8.3. | fenner | 1999-01-30 | 2 | -4/+4 |
| | | | | | PR: ports/9735 Submitted by: brett@peloton.physics.montana.edu | ||||
* | Welcome xwhois. | billf | 1999-01-30 | 1 | -1/+2 |
| | |||||
* | A GTK-based frontend to the whois service (RFC954). | billf | 1999-01-30 | 6 | -0/+89 |
| | | | | | PR: ports/9260 & ports/9671 Submitted By: Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | Prepare for the case that the directory ${PREFIX}/info doesn't exist. | sada | 1999-01-30 | 2 | -2/+4 |
| | |||||
* | Import of ipw, a "whois" replacement that automatically queries | mph | 1999-01-30 | 6 | -0/+47 |
| | | | | several databases. | ||||
* | Activate ipw. | mph | 1999-01-30 | 1 | -1/+2 |
| | |||||
* | Forgot to change "templates" to "Templates" in this file. | asami | 1999-01-29 | 1 | -3/+3 |
| | | | | PR: 9761 | ||||
* | Unset all TEX* environment variables before starting the build phase. | jmz | 1999-01-29 | 1 | -2/+5 |
| | | | | PR: ports/9690 | ||||
* | Upgrade: 2.124 -> 2.218 | jmz | 1999-01-29 | 2 | -4/+4 |
| | |||||
* | New checksum. | asami | 1999-01-29 | 1 | -1/+1 |
| | | | | Submitted by: maintainer | ||||
* | Another fix for 4.0-CURRENT. | dirk | 1999-01-29 | 1 | -1/+1 |
| | | | | Forgotten by: sada | ||||
* | Activate squidclients. We seem to have a growing support for octopi.. | billf | 1999-01-29 | 1 | -1/+2 |
| | |||||
* | Generate a summary of client usage (grouped by domain) from a Squid native | billf | 1999-01-29 | 6 | -0/+51 |
| | | | | | | | | | | log. SquidClients used in conjunction with Calamaris gives a complete information about usage of Squid. http://www.cineca.it/~nico/squidclients.html PR: ports/9327 Submitted By: Dima Sivachenko <dima@Chg.RU> | ||||
* | remove curses bloat | ache | 1999-01-29 | 1 | -0/+20 |
| | |||||
* | s/freebsd3*)/freebsd[34]*/g | sada | 1999-01-29 | 5 | -5/+5 |
| | |||||
* | esound port is not creating a shared library on -current | sada | 1999-01-29 | 1 | -1/+1 |
| | | | | | PR: ports/9714 Submitted-by: Chris Piazza <cpiazza@home.net> | ||||
* | upgrade to the 3.9.1-3110 patch. | obrien | 1999-01-29 | 3 | -10/+11 |
| | |||||
* | type1inst already runs mkfontdir | sada | 1999-01-29 | 1 | -2/+1 |
| | | | | | PR: ports/9724 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> | ||||
* | Activate xflame. | sada | 1999-01-29 | 1 | -1/+2 |
| | | | | | PR: ports/9274 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | XFlame is a cool little graphics hack originally made by the Rasterman | sada | 1999-01-29 | 6 | -0/+54 |
| | | | | | | | | and modified by Rahul Jain (rahul@rice.edu). It does what you would expect it to do, draw a flame on the screen. PR: ports/9274 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | Master site dirname has changed. | asami | 1999-01-28 | 1 | -2/+2 |
| | | | | Submitted by: maintainer | ||||
* | upgrade to 2.03 | obrien | 1999-01-28 | 6 | -9/+9 |
| | |||||
* | Add coda5_client and coda5_server. | asami | 1999-01-28 | 1 | -1/+3 |
| | |||||
* | Add sdr25. | asami | 1999-01-28 | 1 | -1/+2 |
| | |||||
* | Remove two files that don't exist. | asami | 1999-01-28 | 2 | -4/+0 |
| | | | | Submitted by: maintainer | ||||
* | Fetch files from correct place. | asami | 1999-01-28 | 2 | -4/+4 |
| | | | | Submitted by: maintainer | ||||
* | Fix dependency definition so this port depends on windowmaker. | asami | 1999-01-28 | 1 | -3/+3 |
| | |||||
* | Mark this broken while maintainer works on fixing the makeinfo problem. | asami | 1999-01-28 | 1 | -1/+3 |
| | | | | Submitted by: maintainer | ||||
* | Note encryption in sdr 2.5 | fenner | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Instead of trying to auto-detect whether X11 is installed, require | jdp | 1999-01-28 | 5 | -37/+48 |
| | | | | | the user to define NO_X11 if it is not. The auto-detection scheme caused problems for Satoshi's port building system. | ||||
* | Update to version 1.41. | imp | 1999-01-28 | 3 | -51/+3 |
| | | | | Found by: Satoshi's build script | ||||
* | Update MASTER_SITE, add URL to pkg/DESCR. | jkoshy | 1999-01-28 | 2 | -2/+7 |
| | | | | Submitted by: Steve Samorodin <samorodi@NUXI.com> | ||||
* | Upgrade to mod_ssl 2.2.0. | dirk | 1999-01-28 | 6 | -9/+9 |
| | |||||
* | Fix typo related to gtk. | billf | 1999-01-28 | 1 | -2/+2 |
| | | | | Satoshi's build scripts caught this (sort of). | ||||
* | Remove duplicate MASTER_SITE | billf | 1999-01-28 | 1 | -3/+2 |
| | |||||
* | Fix my big typo error (MP3 frontend => graphic viewer). | vanilla | 1999-01-28 | 2 | -2/+2 |
| | | | | Submitted by: Steve Samorodin <samorodi@NUXI.com> | ||||
* | Upgrade to Apache 1.3.4 + mod_ssl 2.2.0 | rse | 1999-01-28 | 3 | -6/+8 |
| | |||||
* | Fix up MASTER_SITES: | fenner | 1999-01-28 | 6 | -30/+30 |
| | | | | | ftp.ibp.fr (no such host) -> ftp.lip6.fr ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de | ||||
* | Fix path on web.tryc.on.ca | fenner | 1999-01-28 | 2 | -4/+4 |
| | |||||
* | Add sections 6 and 7 to MANSECS. | asami | 1999-01-28 | 1 | -2/+2 |
| | | | | | PR: 9727 Submitted by: maintainer | ||||
* | Remove 2 mirrors that are falling behind. (yoyo.cs.monash.edu.au | fenner | 1999-01-28 | 3 | -9/+3 |
| | | | | last mirrored in June 1997; ftp.cs.city.ua in May 1998) | ||||
* | Create new coda5_{server,client} packages to access GPL'd Coda 5.0 | rvb | 1999-01-27 | 5 | -19/+17 |
| | |||||
* | SGML DTD catalogs. | kuriyama | 1999-01-27 | 4 | -0/+53 |
| | | | | | PR: ports/9634 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> | ||||
* | Activate dtd-catalogs. | kuriyama | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Upgrade to version 2.11, featuring minor bug-fixes and some new features. | markm | 1999-01-27 | 9 | -21/+96 |
| | | | | | | New features are backward compatible. Submitted by: maintainer | ||||
* | - Give it a chance to work with 4.0-CURRENT. | dirk | 1999-01-27 | 2 | -2/+8 |
| | | | | - strip installed binaries. | ||||
* | Use ${MASTER_SITE_GNOME} | fenner | 1999-01-27 | 46 | -199/+138 |
| | |||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | fenner | 1999-01-27 | 103 | -103/+206 |
| | |||||
* | Update ntp port to 4.0.91. | andreas | 1999-01-27 | 9 | -24/+12 |
| | | | | | | | | | | | | | | | | I decided, not to choose the newest developement snapshot, because it's a rapidly moving target and as you can see, they doesn't store older SNAP's on their master site. This would break the port every now and then and I don't want to update the port on a daily or weekly basis (at least it's a resource problem of time and money, this thing is too big and expensive for me here in Germany). -rw-r--r-- 1 59 59 4528325 Jan 10 15:33 ntp-4.0.91.tar.gz ^^ -rw-r--r-- 1 59 59 4552788 Jan 26 22:22 ntp-4.0.91d.tar.gz ^^ ^ | ||||
* | Updated checksum. | asami | 1999-01-27 | 1 | -1/+1 |
| | | | | Reviewed by: maintainer | ||||
* | Make this install files correctly. I don't know why just adding | asami | 1999-01-27 | 1 | -2/+2 |
| | | | | | PREFIX=${PREFIX} to the configure command line doesn't work, but it doesn't. | ||||
* | Remove two sites that have files with bad checksum. There's another one | asami | 1999-01-27 | 1 | -4/+2 |
| | | | | (ftp.univ-evry.fr) that I cannot connect at the moment, but it's left there. | ||||
* | Sync checksum with print/ghostscript5. | asami | 1999-01-27 | 1 | -1/+1 |
| | |||||
* | Active net/mars_nwe. | foxfair | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Fix conflict when initial importing. | foxfair | 1999-01-27 | 1 | -0/+36 |
| | | | | Fix conflict when initial importing. | ||||
* | Initial import of Mars_NWE v0.99pl14. | foxfair | 1999-01-27 | 7 | -0/+74 |
| | | | | | | | | Free Netware(tm) emulator (file/remote print/system binary server) written by Martin Stover, porting to FreeBSD by Boris Popov (bp@butya.kz). PR 9231 Submitted by: Boris Popov <bp@butya.kz> | ||||
* | Upgrade to 1.2.1. | dirk | 1999-01-27 | 8 | -110/+96 |
| | | | | | | | Uses autoconf and libtool, now. Thus shared libraries are working now and the bmakefiles are not necessary any longer. OK'ed by: John Fieber <jfieber@FreeBSD.ORG> | ||||
* | Upgrade to 2.16, appropriate changes + MASTER_SITES update. | billf | 1999-01-27 | 2 | -10/+12 |
| | | | | Submitted by: maintainer | ||||
* | Move ports/net/{portscanner,strobe} to ports/security | billf | 1999-01-27 | 4 | -10/+10 |
| | |||||
* | Correct MASTER_SITES. | dirk | 1999-01-27 | 2 | -6/+8 |
| | |||||
* | Fix MASTER_SITES. | fenner | 1999-01-27 | 2 | -4/+4 |
| | | | | | PR: ports/9693 Submitted by: Chris Piazza <norn@home.net> | ||||
* | Avoid floating point exceptions. The program seems to handle the | joerg | 1999-01-27 | 1 | -0/+23 |
| | | | | overflow case well (enough). | ||||
* | Oops... give wrong working directory. Clean it up. | foxfair | 1999-01-26 | 1 | -26/+0 |
| | |||||
* | Initial port - mars_nwe, Netware server emulator for Un*x systems. | foxfair | 1999-01-26 | 1 | -0/+26 |
| | | | | FreeBSD porting by Boris Popov (bp@butya.kz). | ||||
* | upgrade to 4.40 | obrien | 1999-01-26 | 2 | -4/+4 |
| | |||||
* | Urk, remove FETCH_BEFORE_ARGS that snuck in. Just because I have a | steve | 1999-01-26 | 1 | -2/+1 |
| | | | | broken firewall to go through doesn't mean everybody else does too. :) | ||||
* | (1) Rename "templates" to "Templates". The toplevel is getting | asami | 1999-01-26 | 2 | -13/+12 |
| | | | | | | | | | | | | | | | crowded and I don't want to confuse cvsup about what's in ports-base and what is not. (I.e., all uppercase files/directories are, all lowercase ones are not.) While I'm here, move the make_index script from templates to Tools. (2) Adjust the MASTER_SITE_OVERRIDE logic a bit. Formerly, it was not possible to specify both MASTER_SITE_OVERRIDE while still using MASTER_SITE_BACKUP as a backup, as they were tied in the implementation of MASTER_SITE_FREEBSD. You can now specify them independently if MASTER_SITE_FREEBSD is not set (in which case MASTER_SITE_BACKUP will be moved to the beginning of the list, like before). | ||||
* | Activate the wmpinboard port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of wmpinboard version 0.7. | steve | 1999-01-26 | 5 | -0/+29 |
| | | | | | | | Post-It (tm) note for the WindowMaker dock or AfterStep Wharf. PR: 9561 Submitted by: Jim Mock <jim@corp.au.triax.com> | ||||
* | Use "" instead of <> to specify bsd.port.mk, since we want it to look in | asami | 1999-01-26 | 2 | -4/+4 |
| | | | | this directory first. | ||||
* | Activate the xglobe port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of xglobe version 0.2. | steve | 1999-01-26 | 6 | -0/+116 |
| | | | | | | | Displays a view of the Earth (like xearth) with a rendered photo map. PR: 9585 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | Activate the npc port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of npc version 0.83. | steve | 1999-01-26 | 6 | -0/+54 |
| | | | | | | | An animated web counter. PR: 9610 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp> | ||||
* | Activate the abs port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of abs version 0.5. | steve | 1999-01-26 | 8 | -0/+76 |
| | | | | | | | A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> | ||||
* | Activate the newsfish port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of newsfish version 1.0.1. | steve | 1999-01-26 | 6 | -0/+46 |
| | | | | | | | A batch USENET news reader with filter capabilities. PR: 9549 Submitted by: Allan Saddi <asaddi@philosophysw.com> | ||||
* | Activate the paledit port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of ja-paledit version 0.91. | steve | 1999-01-26 | 5 | -0/+44 |
| | | | | | | | An NTT DoCoMo PHS Paldio telephone data transfer tool. PR: 9547 Submitted by: FUKUSHIMA Shigeyuki <shige@kuis.kyoto-u.ac.jp> | ||||
* | Activate the hp2xx port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of hp2xx version 3.20. | steve | 1999-01-26 | 8 | -0/+227 |
| | | | | | | | An HPGL converter into some vector- and raster formats w/ previewer for X. PR: 9539 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> | ||||
* | Activate the aterm port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Inital import of aterm version 0.3.2. | steve | 1999-01-26 | 5 | -0/+37 |
| | | | | | | | A color VT102 terminal emulator with transparency support. PR: 9533 Submitted by: Jim Mock <jim@corp.au.triax.com> | ||||
* | Activate the rlytest port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of rlytest version 1.15. | steve | 1999-01-26 | 6 | -0/+68 |
| | | | | | | | Test an SMTP host for third-party relay. PR: 9531 Submitted by: Paul Chvostek <paul@it.ca> | ||||
* | Activate the wsoundprefs port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of WSoundPrefs version 0.9.1. | steve | 1999-01-26 | 7 | -0/+76 |
| | | | | | | | | A utility for configuring sounds to play for WindowMaker events. PR: 9184, 9566 Submitted by: Glenn Johnson <gljohns@bellsouth.net>, Pascal Hofstee <daeron@Wit401305.student.utwente.nl> | ||||
* | Add makeinfo and install-info. | asami | 1999-01-26 | 1 | -0/+2 |
| | |||||
* | Note that makeinfo and install-info also needs to be updated. | asami | 1999-01-26 | 2 | -0/+2 |
| | |||||
* | Update to version 2.2 | steve | 1999-01-26 | 8 | -530/+30 |
| | | | | | PR: 9595 (2 of 2) Submitted by: maintainer | ||||
* | (1) Do not delete and recreate the chroot dir for every new package | asami | 1999-01-26 | 5 | -26/+113 |
| | | | | | | | | | | | | | | | | | that is built. This saves a lot of time, especiall when the parallelism (the number of jobs per machine, not the number of machines) is low. However, the build script only blows away /usr/local and /usr/X11R6, so if there is a port that does some nasty things outside that area, all bets are off. (2) Better load balancing. Now, each machine reports its own load in a form of a text file, which the master merely aggregates to pick the lowest-loaded machine(s). Other than generally running faster (and more up-to-date) under loaded conditions, the master script will no longer hold up until a timeout when a machine goes down. | ||||
* | Activate the ja-eb port. | steve | 1999-01-26 | 1 | -1/+2 |
| | |||||
* | Initial import of ja-eb version 2.2. | steve | 1999-01-26 | 15 | -0/+1086 |
| | | | | | | | iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries. PR: 9595 (1 of 2) Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp> | ||||
* | Update to version 5.2.1. | steve | 1999-01-26 | 2 | -3/+4 |
| | | | | | PR: 9528 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> | ||||
* | Update to version 1.18.206. | steve | 1999-01-26 | 3 | -5/+4 |
| | | | | | PR: 9526 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> | ||||
* | No longer borken for ELF. Honor PREFIX and CFLAGS. Fix build on alpha. | steve | 1999-01-26 | 8 | -1107/+437 |
| | | | | | Use X11BASE to find the X11R6 directory. Give rid up a bunch of extra cruft in patch-aa and split into one patch per file. | ||||
* | Fix to allow commandline options. | steve | 1999-01-26 | 2 | -21/+207 |
| | | | | | PR: 9553 Submitted by: maintainer | ||||
* | Unbreak for ELF systems. | steve | 1999-01-26 | 4 | -12/+32 |
| | | | | | PR: 9556 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Update to version 2.0.13a. | steve | 1999-01-26 | 3 | -25/+52 |
| | | | | | PR: 9558 Submitted by: maintainer | ||||
* | Update to version 3.2.1. | steve | 1999-01-26 | 3 | -47/+27 |
| | | | | | PR: 9592 Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> | ||||
* | Correct build on ELF and add maintainer. | steve | 1999-01-26 | 32 | -1655/+1386 |
| | | | | | PR: 9594 Submitted by: Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp> | ||||
* | Fortify.sh now asks three questions. Also add fortify distfile to md5. | steve | 1999-01-26 | 2 | -2/+3 |
| | | | | | PR: 9588 Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | Update to version 2.2. | steve | 1999-01-26 | 3 | -11/+11 |
| | | | | | PR: 9596 Submitted by: maintainer | ||||
* | Update to version 2.4. | steve | 1999-01-26 | 2 | -5/+6 |
| | | | | | PR: 9605 Submitted by: maintainer | ||||
* | Update to version 1.3.4. | steve | 1999-01-26 | 12 | -1070/+969 |
| | | | | | PR: 9617 Submitted by: maintainer | ||||
* | Get rid of a couple of defunct MASTER_SITES. | steve | 1999-01-26 | 1 | -3/+1 |
| | | | | | PR: 9620 Submitted by: maintainer | ||||
* | Chase the checksum. Will stop with the next release (we hope :). | steve | 1999-01-26 | 4 | -54/+16 |
| | | | | | PR: 9661 Submitted by: maintainer | ||||
* | Add one more MASTER_SITES. | foxfair | 1999-01-26 | 4 | -8/+12 |
| | |||||
* | Update to version 1.20.07. | steve | 1999-01-26 | 7 | -22/+56 |
| | | | | | PR: 9622 Submitted by: maintainer | ||||
* | Install the manpage and support more languages. | steve | 1999-01-26 | 6 | -50/+46 |
| | | | | | PR: 9621 Submitted by: maintainer | ||||
* | Update to version 3.2. | steve | 1999-01-26 | 3 | -327/+510 |
| | | | | | PR: 9624 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | Point HELPDIR to the right place and correct a spelling nit in COMMENT. | steve | 1999-01-26 | 2 | -1/+15 |
| | | | | | PR: 9626 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> | ||||
* | Update to version 0.9.2. | steve | 1999-01-26 | 3 | -7/+6 |
| | | | | | PR: 9627 Submitted by: Glenn Johnson <gljohns@bellsouth.net> | ||||
* | Update MASTER_SITES and checksum. | steve | 1999-01-26 | 2 | -4/+4 |
| | | | | | PR: 9645 Submitted by: maintainer | ||||
* | Update to version 1.07. Also use ${PERL5} to find the perl binary. | steve | 1999-01-26 | 2 | -6/+6 |
| | | | | | PR: 9646 Submitted by: maintainer | ||||
* | Update to version 1.07. Also ${PERL5} to find the perl binary. | steve | 1999-01-26 | 2 | -6/+6 |
| | | | | | PR: 9647 Submitted by: maintainer | ||||
* | Pargraph to Paragraph. | steve | 1999-01-26 | 1 | -1/+1 |
| | | | | | PR: 9468 Submitted by: Steve Coltrin <spcoltri@io.com> | ||||
* | Update MASTER_SITES. | steve | 1999-01-26 | 1 | -2/+2 |
| | | | | | PR: 9653 Submitted by: maintainer | ||||
* | Update to version 2.13. | steve | 1999-01-26 | 60 | -216/+252 |
| | | | | | PR: 9656 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> | ||||
* | Add gtk10. Apparently nobody working on the gtk -> gtk10 cleanup | asami | 1999-01-26 | 1 | -1/+2 |
| | | | | (including myself) thought about adding the new one. | ||||
* | Make this work with current's new version of texinfo. | steve | 1999-01-26 | 4 | -0/+44 |
| | | | | | PR: 9587 Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | Set TK_LIB_FILE so ports that depend on libtk81.so.1 can find it. Also | steve | 1999-01-26 | 12 | -45/+63 |
| | | | | a minor cleanup to PLIST while I'm here. | ||||
* | Remove the tcl.h symlink too on deinstall. | steve | 1999-01-26 | 3 | -0/+3 |
| | |||||
* | Allow this port to work on freebsd4* too. | steve | 1999-01-26 | 5 | -15/+60 |
| | |||||
* | Upgrade to patch 1.3j. | asami | 1999-01-26 | 11 | -44/+37 |
| | | | | Submitted by: maintainer | ||||
* | Update to use kvm_getswapinfo for 4.0-current. | gj | 1999-01-26 | 2 | -0/+36 |
| | | | | Reviewed by: the maintainer | ||||
* | Add --with-session=yes to the config options. This is slightly different | gj | 1999-01-26 | 4 | -4/+8 |
| | | | | | from the patch in the PR. PR: 9552 | ||||
* | Sub directory of MASTER_SITES has been moved. | kuriyama | 1999-01-25 | 1 | -1/+2 |
| | | | | | PR: ports/9644 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> | ||||
* | Sub directory of MASTER_SITES has been moved. | kuriyama | 1999-01-25 | 1 | -1/+2 |
| | | | | | PR: ports/9643 Submitted by: Don Croyleo <croyle@gelemna.ft-wayne.in.us> | ||||
* | Move master site IAW CERT advisory CA-99-01-Trojan-TCP-Wrappers. | markm | 1999-01-25 | 1 | -2/+2 |
| | |||||
* | Update to Apache 1.3.4 + mod_ssl 2.1.8 | rse | 1999-01-25 | 2 | -4/+4 |
| | |||||
* | Remove gtk, has been copied to gtk10 and all dependencies switched over. | asami | 1999-01-25 | 1 | -2/+1 |
| | |||||
* | COMMENT should be a one-liner. | asami | 1999-01-25 | 1 | -11/+1 |
| | |||||
* | Add xbanner. | asami | 1999-01-25 | 1 | -1/+2 |
| | | | | Forgotten by: flathill :) | ||||
* | Typo (tck81-thread -> tcl81-thread). | asami | 1999-01-25 | 1 | -2/+2 |
| | |||||
* | Reenable cvs commits on freefall. | peter | 1999-01-25 | 1 | -5/+1 |
| | |||||
* | block commit | peter | 1999-01-25 | 1 | -1/+5 |
| | |||||
* | Add option for linking with pthreads library. | rnordier | 1999-01-24 | 2 | -0/+11 |
| | | | | | Submitted by : Brian Cully <shmit@rcn.com> but with revisions PR : 8389 | ||||
* | Upgrade to 0.10, change depends to gtk11-devel. | vanilla | 1999-01-24 | 3 | -12/+10 |
| | |||||
* | The audio/xamp port currently installs an xamp binary with | vanilla | 1999-01-24 | 2 | -11/+51 |
| | | | | | | | | balance and volume controls that do nothing. This is because BSD audio support seems to have been added to the software as an afterthought. PR: ports/9472 Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | This replaces patch-aa to install enlightenment/config/tin-e/17/ | vanilla | 1999-01-24 | 3 | -0/+288 |
| | | | | | | correctly as well as an update to PLIST. PR: ports/9623 Submitted by: Yarema <yds@dppl.com> | ||||
* | Upgrade to 0.4.5. | vanilla | 1999-01-24 | 6 | -24/+16 |
| | |||||
* | Upgrade to 0.6.6. | vanilla | 1999-01-24 | 4 | -40/+37 |
| | |||||
* | BROKEN this one. | vanilla | 1999-01-24 | 1 | -1/+3 |
| | |||||
* | o Fix for undesired error message in apel-emacs20. | kuriyama | 1999-01-24 | 4 | -8/+18 |
| | | | | | | o Make more simple in Makefile by moving declaration of variables. Submitted by: maintainer | ||||
* | PR: ports/9640 | flathill | 1999-01-24 | 5 | -20/+28 |
| | | | | | Submitted by: k5@respo.or.jp update to version 1.0: the 1st release version. | ||||
* | upgrade base version to 0.92. | itojun | 1999-01-24 | 2 | -4/+4 |
| | |||||
* | Add fix for Alpha. | simokawa | 1999-01-23 | 50 | -158/+1006 |
| | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. | ||||
* | Upgrade to mod_ssl-2.1.8. | dirk | 1999-01-23 | 6 | -6/+6 |
| |