aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* curl is a client to get documents/files from servers, using any of theBill Fumerola1999-02-095-0/+49
| | | | | | | | | | | | | | | supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, file transfer resume and more. PR: ports/9079 Submitted By: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Kris Kennaway <kkenn@rebel.net.au> This port replaces ports/www/urlget
* PR: ports/9953Tatsumi Hosokawa1999-02-096-12/+51
| | | | | | | Reviewed by: hosokawa@FreeBSD.org Submitted by: girgen@partitur.se, dirk@FreeBSD.ORG 1. added --with-lockdir to CONFIGURE_ARGS 2. changed nawk to awk in script/convert_smbpasswd
* Security fix and upgrade.Bill Fumerola1999-02-092-4/+5
| | | | Submitted by: Hugh Blandford <hugh@island.net.au>
* upgraded to 2.0.2Tatsumi Hosokawa1999-02-0912-195/+366
|
* Upgraded to 2.0.2Tatsumi Hosokawa1999-02-093-30/+39
|
* Remove extra argument to "configure" that had been committed by accident.Stefan Eßer1999-02-0939-117/+39
|
* Upgrade to KDE 1.1 RELEASE.Stefan Eßer1999-02-09141-340/+1527
|
* upgrade to 2.06David E. O'Brien1999-02-096-9/+9
|
* - add more MASTER_SITESDirk Froemberg1999-02-092-10/+8
| | | | | - remove EXTRACT_SUFX=.tar.bz2 (not needed if USE_BZIP2 is defined) - remove BROKEN
* Upgrade to 3.22.16a-gamma.Dirk Froemberg1999-02-0940-80/+80
|
* upgrade to 2.05David E. O'Brien1999-02-0810-19/+31
|
* Cleanups:Dirk Froemberg1999-02-0831-233/+434
| | | | | | | | - don't pollute CFLAGS with extra optimizer flags - remove part of patch-ac which forces -pthread instead of -lc_r (was included in the main distribution) - don't name freebsd version in mit-pthreads/config/configure explicitly. settings work for 2.*, 3.* and 4.*.
* Upgrade to version 1.9.3Bill Fenner1999-02-083-23/+30
| | | | | PR: ports/9924 Submitted by: Igor Vinokurov <igor@rtsnet.ru>
* Upgrade to mod_ssl 2.2.2.Dirk Froemberg1999-02-086-6/+6
|
* Upgrade to 1.4.0p5David E. O'Brien1999-02-0820-370/+218
|
* Upgrade to v0.9.2.Jun Kuriyama1999-02-074-8/+8
|
* fix extract cmdAndrey A. Chernov1999-02-071-2/+2
| | | | | PR: 9917 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Upgrade to KDE-1.1pre2 ...Stefan Eßer1999-02-07145-1230/+3275
|
* Upgrade to 0.48. Bug fixes, support for more cards in brooktree driver.Mark Murray1999-02-0612-114/+10
|
* Love, honor, and obey CFLAGS.Matthew Hunt1999-02-062-0/+40
|
* Use setusercontext() now to set all sort of login things including env.Andrey A. Chernov1999-02-063-5/+138
| | | | | | variables and priority! Enable light debugging for compatibility with -v option Don't print "No mail." - not in BSD login style.
* Switch the maintainer to Mr.Kiriake.SADA Kenji1999-02-063-6/+6
|
* remove lines which do chmod -x on recently installed rc.d/sshd.shAndrey A. Chernov1999-02-061-4/+1
|
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.2Ralf S. Engelschall1999-02-052-4/+4
|
* Upgrade to 1.0.0 and add more MASTER_SITES.Dirk Froemberg1999-02-0515-35/+85
| | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG>
* Upgrade to mod_ssl-2.2.1.Dirk Froemberg1999-02-056-6/+6
|
* Shaared lib name is changed for elf system.Masafumi Max NAKANE1999-02-052-2/+2
|
* Quick hack to make the klibtool script generate the shared libMasafumi Max NAKANE1999-02-052-0/+60
| | | | | | name and the shared lib itself appropriate for ELF. Please note that this port no longer builds shared library in appropriate manner on a.out systems.
* * there were two patches in the last patch-aa, so I ended up spamming oneDavid E. O'Brien1999-02-053-4/+97
| | | | | of them on my last cleanup. * really fix for ELF
* upgrade to 2.0.12Andrey A. Chernov1999-02-056-20/+42
|
* Properly install and use resources.David E. O'Brien1999-02-053-2/+6
| | | | Submitted by: Wayne Scott <wscott@ichips.intel.com>
* Use $(CXX) as linker to fix problem on 3.0.Hidetoshi Shimokawa1999-02-051-2/+11
|
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.1Ralf S. Engelschall1999-02-044-5/+8
|
* Fix build error:Dirk Froemberg1999-02-041-1/+12
| | | | | | | | | The API for libmysqlclient was changed a bit for mysql322. (xmysqladmin was written for mysql321.) So a db argument for mysql_real_connect() is necessary now and mysql_init() has to be called in order to initialize the connection struct. Problem reported by: jhk
* Add xperfmon3Gary Jennejohn1999-02-041-1/+2
|
* Update to version 3.0. This version only works for FreeBSD 3.0R orGary Jennejohn1999-02-0417-2162/+4761
| | | | | higher. Submitted from: Lars Koeller (the maintainer)
* MASTER_SITE_SUBDIR doesn't get a trailing slash.Bill Fenner1999-02-041-2/+2
|
* Forgot the PLIST changes.Steve Price1999-02-0414-56/+378
|
* Fix build for ELF and update PLIST to match the current state of affairs.Steve Price1999-02-0414-0/+224
| | | | PR: 9685
* Unbreak for >= 3.0.Peter Wemm1999-02-042-5/+24
|
* Activate the mirrormagic port.Steve Price1999-02-041-1/+2
|
* Initial import of MirrorMagic version 1.3.Steve Price1999-02-048-0/+152
| | | | | | | An arcade style game for X Windows with stereo sound. PR: 9164 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.Steve Price1999-02-049-16642/+17003
|
* Don't know why the comments at the top of the file were removedSteve Price1999-02-043-6/+18
| | | | | in revision 1.31 (the commit message doesn't say) but I'm adding them back to make portlint happy.
* Activate wwwcrawl and urlget, you can probably guess what they do.Bill Fumerola1999-02-041-1/+3
|
* WebCrawl is a program designed to download an entire web-site withoutBill Fumerola1999-02-046-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 I. Shu1999-02-0410-160/+118
| | | | | PR: ports/9887 Submitted by: maintainer
* Welcome squidtimes, yet another squid log tool.Bill Fumerola1999-02-041-1/+2
|
* Generates a report of average transfer times of Squid caching proxy. AllBill Fumerola1999-02-046-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.Bill Fumerola1999-02-043-9/+3
| | | | | PR: ports/9896 Submitted By: wollman, many others
* Update (at long last) from gated 3.5.9 to 3.5.10.Peter Wemm1999-02-032-5/+5
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-03143-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_*} macrosSatoshi Asami1999-02-031-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.Satoshi Asami1999-02-031-2/+3
|
* Use bsd.port.{pre,post}.mk.Satoshi Asami1999-02-031-4/+3
|
* Fix typo in previous commit.Satoshi Asami1999-02-031-2/+2
|
* LIB_DEPENDS to xpm.Satoshi Asami1999-02-031-1/+3
|
* Change libPropList directory name.Satoshi Asami1999-02-032-4/+4
| | | | Forgotten by: vanilla
* Remove trailing whitespace.Satoshi Asami1999-02-031-16/+16
|
* Delete superfluous \ from end of line. (It didn't hurt since the next lineSatoshi Asami1999-02-031-2/+2
| | | | was empty anyway, but....)
* Add a secondary master site (hmm, that sounds funny..)Archie Cobbs1999-02-031-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 makeJean-Marc Zucconi1999-02-031-1/+4
| | | | | failed. (looks like a bug in gmake) PR: ports/9690
* Upgrade: 1.6 -> 1.7Jean-Marc Zucconi1999-02-034-8/+9
|
* Fix MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.frBill Fenner1999-02-031-2/+2
|
* Upgrade to 0.4.6Vanilla I. Shu1999-02-034-12/+10
| | | | | PR: ports/9873 Submitted by: Chris Piazza <cpiazza@home.net>
* Upgrade to 0.61.Vanilla I. Shu1999-02-033-9/+7
|
* Upgrade to 1.20.Vanilla I. Shu1999-02-033-18/+18
|
* Sync with peter's suggestion.Vanilla I. Shu1999-02-038-16/+8
|
* Remove BROKEN_ELF:Dirk Froemberg1999-02-031-3/+2
| | | | replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}.
* Update to 1.0.1Seiichirou Hiraoka1999-02-033-5/+6
| | | | | PR: ports/9737 Submitted by: MAINTAINER
* libPropListgnome => libPropList.Vanilla I. Shu1999-02-021-2/+2
|
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu1999-02-024-28/+17
| | | | | PR: ports/9844 Submitted by: maintainer.
* Fix libtool for 4.0c.Vanilla I. Shu1999-02-023-33/+24
| | | | | PR: ports/9827 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Portlint, libtool.Vanilla I. Shu1999-02-023-15/+9
| | | | | PR: ports/9826 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Sync libttol with peter's suggestion,Vanilla I. Shu1999-02-024-18/+30
| | | | and remove patches.aout, we dont need it anymore.
* Correct md5 checksum, and portlint.Vanilla I. Shu1999-02-0210-52/+170
| | | | | PR: ports/9829 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 0.99.5, and portlint.Vanilla I. Shu1999-02-0215-504/+1263
| | | | | PR: ports/9825 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add www url to pkg/DESCR.SADA Kenji1999-02-021-0/+2
|
* Unbreak, portlint.Mark Murray1999-02-023-7/+18
|
* Upgrade to 0.99.5, and portlintVanilla I. Shu1999-02-0216-80/+144
| | | | | PR: ports/9818 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fix VFlib version number.Satoshi Asami1999-02-022-4/+4
|
* Upgrade to 0.99.5.1.Vanilla I. Shu1999-02-023-49/+5
|
* Add ${EXTRACT_AFTER_ARGS} to command line -- it won't hurt as it's emptySatoshi Asami1999-02-021-2/+3
| | | | right now, but will be needed when we add bzip2 support.
* Upgrade to 0.99.5, and portlintVanilla I. Shu1999-02-028-62/+100
| | | | | PR: ports/9824 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Correct stale patch.Joseph Koshy1999-02-022-16/+16
| | | | Found by: asami@freebsd.org
* Upgrade to 4.40 "G" -- a special FreeBSD version to fix minor problems withDavid E. O'Brien1999-02-022-4/+13
| | | | the 4.40 distribution.
* Forced commit to record unbreaking for ELF. The previous commit abortedJoseph Koshy1999-02-020-0/+0
| | | | due to pilot error.
* Forced commit to record unbreaking for ELF.Joseph Koshy1999-02-022-2/+2
|
* Add patch for ELF support.Joseph Koshy1999-02-022-0/+30
|
* Unbreak for ELF.Joseph Koshy1999-02-024-6/+30
|
* Add xpm dependency.Satoshi Asami1999-02-021-1/+3
| | | | Submitted by: giffunip@asme.org
* Fix script install path.Satoshi Asami1999-02-021-2/+3
|
* Fix installation dirs.Satoshi Asami1999-02-021-2/+2
|
* Upgrade to 0.99.5.Vanilla I. Shu1999-02-026-389/+458
|
* portlint.Satoshi Asami1999-02-021-2/+1
|
* Add USE_XLIB so this one compiles.Satoshi Asami1999-02-021-1/+2
|
* Upgrade to version 5.0 of ACM.Stefan Eßer1999-02-028-109/+175
|
* Upgrade to 990131 version of Wine.Stefan Eßer1999-02-026-16/+16
|
* portlint.Satoshi Asami1999-02-022-7/+6
|
* Portlint.Satoshi Asami1999-02-022-6/+6
|
* Sync with peter's suggestion.Vanilla I. Shu1999-02-025-20/+20
|
* Add an extra patch for support/ethertalk/bpfiltp.c to allow ColumbiaBill Paul1999-02-021-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 I. Shu1999-02-0212-102/+108
|
* Sync with peter's suggestion.Vanilla I. Shu1999-02-026-4/+19
|
* Upgrade to 3.22.15-gamma.Dirk Froemberg1999-02-0240-80/+80
|
* I've forgotton another patch point of a file.SADA Kenji1999-02-012-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 Kenji1999-02-011-0/+20
|
* Update to v0.59q.Joseph Koshy1999-02-014-44/+45
| | | | Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
* BROKEN='no route to the *single* mastersite'David E. O'Brien1999-02-012-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'David E. O'Brien1999-02-011-1/+3
|
* Adjust PLIST'sDavid E. O'Brien1999-02-016-0/+48
|
* Don't error out if required manually-fetched distfile doesn't exist locally.David E. O'Brien1999-02-011-9/+9
|
* Activate gnomemc.Vanilla I. Shu1999-02-011-1/+2
|
* iThat's gnome base filemanager.Vanilla I. Shu1999-02-0110-0/+458
| | | | | PR: ports/9821 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Portlint.Vanilla I. Shu1999-02-011-6/+4
| | | | | PR: ports/9828 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Portlint, libtool for 4.0current.Vanilla I. Shu1999-02-012-10/+17
| | | | | PR: ports/9815 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 0.99.3.1.Vanilla I. Shu1999-02-0112-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'David E. O'Brien1999-02-011-1/+3
|
* Upgrade to 4.0.12 as the distfile we depeneded on went bye-bye.David E. O'Brien1999-02-013-22/+14
|
* Upgrade to 0.99.4.Vanilla I. Shu1999-02-0112-42/+60
| | | | | PR: ports/9814 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add 4.0current support.Vanilla I. Shu1999-02-013-24/+12
| | | | | PR: ports/9807 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 0.99.5.Vanilla I. Shu1999-02-018-44/+46
|
* Enable nls support. Fix support for 4.0-CURRENT. Remove patch-aeVanilla I. Shu1999-02-016-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 I. Shu1999-02-018-74/+219
| | | | | PR: ports/9820 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Dont' remove tests for ImageMagick.Vanilla I. Shu1999-02-013-423/+0
| | | | | PR: ports/9804 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add gnome virtual category.Vanilla I. Shu1999-02-011-2/+2
| | | | | PR: ports/9813 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Remove freebsd.csie.nctu.edu.tw from MASTER_SITES.Vanilla I. Shu1999-02-014-12/+8
| | | | | PR: ports/9805 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add gnome virtual catagory.Vanilla I. Shu1999-02-012-4/+4
| | | | | PR: ports/9801 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 1.1.14.Vanilla I. Shu1999-02-0113-199/+123
| | | | | PR: ports/9803 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add new mastersites as the old one has dissappeared.David E. O'Brien1999-01-311-3/+5
|
* BROKEN='fetch: reading remote file from gide.pn.org: Connection reset by ↵David E. O'Brien1999-01-311-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 Froemberg1999-01-314-42/+26
| | | | | Submitted by: Robert Brive <brive@mail.dotcom.fr> Requested by: John Fieber <jfieber@FreeBSD.ORG>
* Update to 0.8.8.SADA Kenji1999-01-316-274/+287
| | | | | PR: ports/9779 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
* Upgrade to version 1.1.14SADA Kenji1999-01-3113-422/+421
| | | | | PR: ports/9800 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Submitter say:Vanilla I. Shu1999-01-318-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 Kenji1999-01-3127-72/+54
| | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com>
* Change HAS_CONFIGURE to GNU_CONFIGURE,Vanilla I. Shu1999-01-314-10/+18
| | | | | | use gzip2 compressed distfile now. PR: ports/9667 Submitted by: Tom Hukins <tom@eborcom.com>
* Correct the MD5 checksum.Vanilla I. Shu1999-01-311-1/+1
| | | | Submitted by: maintainer
* Upgrade to 1.06.Vanilla I. Shu1999-01-316-14/+12
| | | | | PR: ports/9676 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Use double quotes rather than single quotes in the pre-configureJohn Polstra1999-01-301-11/+11
| | | | script, so that ${PREFIX} gets replaced with its expansion.
* Say hello to "muh"Bill Fumerola1999-01-301-1/+2
|
* muh is a smart irc-bouncing-tool that remains on IRC all the time.Bill Fumerola1999-01-305-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 upgradedBill Fenner1999-01-301-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.Bill Fenner1999-01-302-4/+4
| | | | | PR: ports/9735 Submitted by: brett@peloton.physics.montana.edu
* Welcome xwhois.Bill Fumerola1999-01-301-1/+2
|
* A GTK-based frontend to the whois service (RFC954).Bill Fumerola1999-01-306-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 Kenji1999-01-302-2/+4
|
* Import of ipw, a "whois" replacement that automatically queriesMatthew Hunt1999-01-306-0/+47
| | | | several databases.
* Activate ipw.Matthew Hunt1999-01-301-1/+2
|
* Forgot to change "templates" to "Templates" in this file.Satoshi Asami1999-01-291-3/+3
| | | | PR: 9761
* Unset all TEX* environment variables before starting the build phase.Jean-Marc Zucconi1999-01-291-2/+5
| | | | PR: ports/9690
* Upgrade: 2.124 -> 2.218Jean-Marc Zucconi1999-01-292-4/+4
|
* New checksum.Satoshi Asami1999-01-291-1/+1
| | | | Submitted by: maintainer
* Another fix for 4.0-CURRENT.Dirk Froemberg1999-01-291-1/+1
| | | | Forgotten by: sada
* Activate squidclients. We seem to have a growing support for octopi..Bill Fumerola1999-01-291-1/+2
|
* Generate a summary of client usage (grouped by domain) from a Squid nativeBill Fumerola1999-01-296-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 bloatAndrey A. Chernov1999-01-291-0/+20
|
* s/freebsd3*)/freebsd[34]*/gSADA Kenji1999-01-295-5/+5
|
* esound port is not creating a shared library on -currentSADA Kenji1999-01-291-1/+1
| | | | | PR: ports/9714 Submitted-by: Chris Piazza <cpiazza@home.net>
* upgrade to the 3.9.1-3110 patch.David E. O'Brien1999-01-293-10/+11
|
* type1inst already runs mkfontdirSADA Kenji1999-01-291-2/+1
| | | | | PR: ports/9724 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Activate xflame.SADA Kenji1999-01-291-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 RastermanSADA Kenji1999-01-296-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.Satoshi Asami1999-01-281-2/+2
| | | | Submitted by: maintainer
* upgrade to 2.03David E. O'Brien1999-01-286-9/+9
|
* Add coda5_client and coda5_server.Satoshi Asami1999-01-281-1/+3
|
* Add sdr25.Satoshi Asami1999-01-281-1/+2
|
* Remove two files that don't exist.Satoshi Asami1999-01-282-4/+0
| | | | Submitted by: maintainer
* Fetch files from correct place.Satoshi Asami1999-01-282-4/+4
| | | | Submitted by: maintainer
* Fix dependency definition so this port depends on windowmaker.Satoshi Asami1999-01-281-3/+3
|
* Mark this broken while maintainer works on fixing the makeinfo problem.Satoshi Asami1999-01-281-1/+3
| | | | Submitted by: maintainer
* Note encryption in sdr 2.5Bill Fenner1999-01-281-2/+2
|
* Instead of trying to auto-detect whether X11 is installed, requireJohn Polstra1999-01-285-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.Warner Losh1999-01-283-51/+3
| | | | Found by: Satoshi's build script
* Update MASTER_SITE, add URL to pkg/DESCR.Joseph Koshy1999-01-282-2/+7
| | | | Submitted by: Steve Samorodin <samorodi@NUXI.com>
* Upgrade to mod_ssl 2.2.0.Dirk Froemberg1999-01-286-9/+9
|
* Fix typo related to gtk.Bill Fumerola1999-01-281-2/+2
| | | | Satoshi's build scripts caught this (sort of).
* Remove duplicate MASTER_SITEBill Fumerola1999-01-281-3/+2
|
* Fix my big typo error (MP3 frontend => graphic viewer).Vanilla I. Shu1999-01-282-2/+2
| | | | Submitted by: Steve Samorodin <samorodi@NUXI.com>
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.0Ralf S. Engelschall1999-01-283-6/+8
|
* Fix up MASTER_SITES:Bill Fenner1999-01-286-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.caBill Fenner1999-01-282-4/+4
|
* Add sections 6 and 7 to MANSECS.Satoshi Asami1999-01-281-2/+2
| | | | | PR: 9727 Submitted by: maintainer
* Remove 2 mirrors that are falling behind. (yoyo.cs.monash.edu.auBill Fenner1999-01-283-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.0Robert V. Baron1999-01-275-19/+17
|
* SGML DTD catalogs.Jun Kuriyama1999-01-274-0/+53
| | | | | PR: ports/9634 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Activate dtd-catalogs.Jun Kuriyama1999-01-271-1/+2
|
* Upgrade to version 2.11, featuring minor bug-fixes and some new features.Mark Murray1999-01-279-21/+96
| | | | | | New features are backward compatible. Submitted by: maintainer
* - Give it a chance to work with 4.0-CURRENT.Dirk Froemberg1999-01-272-2/+8
| | | | - strip installed binaries.
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-2746-199/+138
|
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-27103-103/+206
|
* Update ntp port to 4.0.91.Andreas Klemm1999-01-279-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.Satoshi Asami1999-01-271-1/+1
| | | | Reviewed by: maintainer
* Make this install files correctly. I don't know why just addingSatoshi Asami1999-01-271-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 oneSatoshi Asami1999-01-271-4/+2
| | | | (ftp.univ-evry.fr) that I cannot connect at the moment, but it's left there.
* Sync checksum with print/ghostscript5.Satoshi Asami1999-01-271-1/+1
|
* Active net/mars_nwe.Foxfair Hu1999-01-271-1/+2
|
* Fix conflict when initial importing.Foxfair Hu1999-01-271-0/+36
| | | | Fix conflict when initial importing.
* Initial import of Mars_NWE v0.99pl14.Foxfair Hu1999-01-277-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 Froemberg1999-01-278-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.Bill Fumerola1999-01-272-10/+12
| | | | Submitted by: maintainer
* Move ports/net/{portscanner,strobe} to ports/securityBill Fumerola1999-01-274-10/+10
|
* Correct MASTER_SITES.Dirk Froemberg1999-01-272-6/+8
|
* Fix MASTER_SITES.Bill Fenner1999-01-272-4/+4
| | | | | PR: ports/9693 Submitted by: Chris Piazza <norn@home.net>
* Avoid floating point exceptions. The program seems to handle theJoerg Wunsch1999-01-271-0/+23
| | | | overflow case well (enough).
* Oops... give wrong working directory. Clean it up.Foxfair Hu1999-01-261-26/+0
|
* Initial port - mars_nwe, Netware server emulator for Un*x systems.Foxfair Hu1999-01-261-0/+26
| | | | FreeBSD porting by Boris Popov (bp@butya.kz).
* upgrade to 4.40David E. O'Brien1999-01-262-4/+4
|
* Urk, remove FETCH_BEFORE_ARGS that snuck in. Just because I have aSteve Price1999-01-261-2/+1
| | | | broken firewall to go through doesn't mean everybody else does too. :)
* (1) Rename "templates" to "Templates". The toplevel is gettingSatoshi Asami1999-01-262-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 Price1999-01-261-1/+2
|
* Initial import of wmpinboard version 0.7.Steve Price1999-01-265-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 inSatoshi Asami1999-01-262-4/+4
| | | | this directory first.
* Activate the xglobe port.Steve Price1999-01-261-1/+2
|
* Initial import of xglobe version 0.2.Steve Price1999-01-266-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 Price1999-01-261-1/+2
|
* Initial import of npc version 0.83.Steve Price1999-01-266-0/+54
| | | | | | | An animated web counter. PR: 9610 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* Activate the abs port.Steve Price1999-01-261-1/+2
|
* Initial import of abs version 0.5.Steve Price1999-01-268-0/+76
| | | | | | | A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Activate the newsfish port.Steve Price1999-01-261-1/+2
|
* Initial import of newsfish version 1.0.1.Steve Price1999-01-266-0/+46
| | | | | | | A batch USENET news reader with filter capabilities. PR: 9549 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Activate the paledit port.Steve Price1999-01-261-1/+2
|
* Initial import of ja-paledit version 0.91.Steve Price1999-01-265-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 Price1999-01-261-1/+2
|
* Initial import of hp2xx version 3.20.Steve Price1999-01-268-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 Price1999-01-261-1/+2
|
* Inital import of aterm version 0.3.2.Steve Price1999-01-265-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 Price1999-01-261-1/+2
|
* Initial import of rlytest version 1.15.Steve Price1999-01-266-0/+68
| | | | | | | Test an SMTP host for third-party relay. PR: 9531 Submitted by: Paul Chvostek <paul@it.ca>
* Activate the wsoundprefs port.Steve Price1999-01-261-1/+2
|
* Initial import of WSoundPrefs version 0.9.1.Steve Price1999-01-267-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.Satoshi Asami1999-01-261-0/+2
|
* Note that makeinfo and install-info also needs to be updated.Satoshi Asami1999-01-262-0/+2
|
* Update to version 2.2Steve Price1999-01-268-530/+30
| | | | | PR: 9595 (2 of 2) Submitted by: maintainer
* (1) Do not delete and recreate the chroot dir for every new packageSatoshi Asami1999-01-265-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 Price1999-01-261-1/+2
|
* Initial import of ja-eb version 2.2.Steve Price1999-01-2615-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 Price1999-01-262-3/+4
| | | | | PR: 9528 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
* Update to version 1.18.206.Steve Price1999-01-263-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 Price1999-01-268-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 Price1999-01-262-21/+207
| | | | | PR: 9553 Submitted by: maintainer
* Unbreak for ELF systems.Steve Price1999-01-264-12/+32
| | | | | PR: 9556 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 2.0.13a.Steve Price1999-01-263-25/+52
| | | | | PR: 9558 Submitted by: maintainer
* Update to version 3.2.1.Steve Price1999-01-263-47/+27
| | | | | PR: 9592 Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
* Correct build on ELF and add maintainer.Steve Price1999-01-2632-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 Price1999-01-262-2/+3
| | | | | PR: 9588 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Update to version 2.2.Steve Price1999-01-263-11/+11
| | | | | PR: 9596 Submitted by: maintainer
* Update to version 2.4.Steve Price1999-01-262-5/+6
| | | | | PR: 9605 Submitted by: maintainer
* Update to version 1.3.4.Steve Price1999-01-2612-1070/+969
| | | | | PR: 9617 Submitted by: maintainer
* Get rid of a couple of defunct MASTER_SITES.Steve Price1999-01-261-3/+1
| | | | | PR: 9620 Submitted by: maintainer