aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to reflect Pedro's new Email address.steve1998-02-2116-38/+38
| | | | PR: 5725
* Upgrade to version 2.5.steve1998-02-213-66/+63
| | | | | PR: 5744 Submitted by: maintainer
* Upgrade to 9.3.1.tg1998-02-206-70/+41
|
* Upgrade to 1.3b5ache1998-02-2015-95/+265
|
* Oops. Make score files writable.tg1998-02-201-1/+2
|
* Activate xbomb.tg1998-02-201-1/+2
|
* Did I mention that we don't have enough minesweeper clones? Try thetg1998-02-207-0/+122
| | | | triangle mode on this one.
* Make this thing syslog(3) like the stock ftpd(8).obrien1998-02-204-0/+96
| | | | | | We now use facility FTP vs. DAEMON, and many LOG_NOTICEs were down graded to LOG_INFO. Out of the box, this thing will fill your `messages' file so full, you'd never see anything else in it again, on a busy ftp server.
* Restrictions for tth: no commercial use.tg1998-02-201-1/+2
|
* Activate tth.tg1998-02-201-1/+2
|
* Import tth port. TtH is a TeX to HTML converter.tg1998-02-206-0/+66
|
* Make manpages reflect reality as far as files' paths go.obrien1998-02-202-28/+64
| | | | Put control file `shutmsg' in /var/run, not /etc
* activate laddersteve1998-02-201-1/+2
|
* Initial import of the old ladder game.steve1998-02-207-0/+168
| | | | | PR: 5783 Submitted by: Stefan Zehl <sec@42.org>
* Update to version 1.2.0.steve1998-02-203-16/+16
| | | | | PR: 5792 Submitted by: fliszt@gmx.net
* activate mpage portsteve1998-02-201-1/+2
|
* Initial import of version 2.5.steve1998-02-206-0/+72
| | | | | | | print multiple pages per sheet of paper. PR: 5790 Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
* Upgrade to version 0.8.11.steve1998-02-207-23/+251
| | | | | PR: 5780 Submitted by: maintainer
* Activate fbm.steve1998-02-201-1/+2
|
* Initial import of fbm-1.2steve1998-02-206-0/+213
| | | | | | | Fuzzy Pixmap Manipulation utilities. PR: 5774 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Instead of using ssleay.cnf.sample warn the user that they muststeve1998-02-201-3/+7
| | | | | | first create ssleay.cnf before 'make certificate' will work. Suggested by: Mark Murray <mark@grondar.za>
* `wishpath' was incorrectly specified.obrien1998-02-204-10/+14
| | | | | cbb uses `ical' for its calander, so run depend on it. (could easily be changed to plan for those that perfer it)
* Add send() kernel bug workaround to vic too.fenner1998-02-202-0/+234
|
* Fix memory leaks.fenner1998-02-204-0/+314
|
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.fenner1998-02-202-0/+90
|
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()fenner1998-02-202-0/+234
| | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility.
* Vim 5.0 has been RELEASED! :)obrien1998-02-209-27/+33
| | | | | (I will move this port to something in a few days, so don't worry, it's not beta anymore)
* Remove last reference to gmake, it isn't required anymore.obrien1998-02-203-6/+6
|
* rename ports/editors/nvi to ports/editors/nvi-m17n.itojun1998-02-2015-168/+124
| | | | | | update language-specific configurations for nvi-m17n accordingly. add ports/editors/nvi-perl, nvi 1.79 with perl5 linked into.
* Spell the category name correctly ("sysutils", not "sysutil"). Pleaseasami1998-02-191-2/+2
| | | | | be careful, bsd.port.mk will happily create a new directory if you misspell the name here.... ;)
* Activate xscavengereivind1998-02-191-1/+2
|
* Initial import of XScavenger port (a Lode Runner(TM) clone - no copyrighteivind1998-02-195-0/+49
| | | | or trademark issues AFAIK).
* Upgrade to Website META Language, Version 1.6.2rse1998-02-192-4/+4
|
* Submitted by: stephen farrell <sfarrell@healthquiz.com>, Simon Lindgren ↵hosokawa1998-02-193-0/+42
| | | | | | <simon@lindgren.no>, Jerry Bell <bell@reillyplating.com> Added smb.conf performance workaround as comments.
* added a note for Chinese users (about chinese/samba port)hosokawa1998-02-193-24/+24
|
* updated to samba-1.9.18p3.hosokawa1998-02-199-21/+90
|
* Add "net" and "sysutil" to the CATEGORIES line.obrien1998-02-191-2/+2
| | | | Note, this should really be moved to sysutils to be simular packages!
* Upgrade to 2.2.3.obrien1998-02-194-11/+17
| | | | PR: ports/5757
* forgot to make checksumjmg1998-02-191-1/+1
|
* update to latest versionjmg1998-02-191-2/+2
|
* Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e.,asami1998-02-193-15/+3
| | | | don't worry about it here, it was too late anyway.)
* (1) Don't disable "deinstall" if IGNORE is set.asami1998-02-191-2/+3
| | | | | | | | | I don't know what the hell I was thinking in: rev. 1.268 (2) Create ${PREFIX} before calling mtree if it doesn't exist. This may not be the best solution, but pre-install is called after mtree so there really isn't any way to fix this from the port Makefiles and thus has to be done here.
* Don't need FETCH_BEFORE_ARGS=-t anymore. (Yay!)hoek1998-02-193-6/+3
|
* Remove share/doc/rsaref on deinstall.steve1998-02-191-0/+1
|
* Activate gplot.steve1998-02-191-1/+2
|
* Initial import of gplot.steve1998-02-197-0/+249
| | | | Graphic utilities for the processing of CGM metafiles
* Upgrade to 1.44.vanilla1998-02-193-6/+6
|
* Upgrade to 1.14.vanilla1998-02-194-8/+5
|
* Upgrade to 0.86.vanilla1998-02-192-5/+5
|
* Upgrade to 0.93.vanilla1998-02-196-22/+22
|
* Upgrade to 0.20.vanilla1998-02-193-8/+6
|
* Upgrade to 1.01.vanilla1998-02-193-5/+6
|
* Upgrade to 1.0701.vanilla1998-02-194-6/+32
|
* Upgrade to 2.11.vanilla1998-02-192-4/+4
|
* Upgrade to 0.13.3.vanilla1998-02-196-30/+27
|
* Upgrade to 1.4.tg1998-02-184-9/+13
|
* Upgrade to 1.0, and change sharedlib name to libImlib.vanilla1998-02-1814-523/+249
|
* Upgrade to 2.6.vanilla1998-02-183-6/+7
|
* Upgrade to 5.30.vanilla1998-02-183-6/+5
|
* Upgrade to 0.5@3.vanilla1998-02-182-7/+5
|
* Upgrade to 2.05.vanilla1998-02-183-8/+8
|
* This port REQUIRES_MOTIF.tg1998-02-181-1/+2
| | | | Noticed by: Peter Cornelius <pc@inr.fzk.de>
* Upgrade from 1.0b9e to 1.0b9g.jfieber1998-02-182-4/+4
|
* Enable amanda24.cwt1998-02-181-1/+2
|
* Complete the amanda port split. patch-ab obtained from Alexandre Oliva ↵cwt1998-02-1844-968/+1144
| | | | <oliva@dcc.unicamp.br>
* Add strong (128-bit) crypto using Fortify. This is conditional onmarkm1998-02-183-9/+42
| | | | | | | USE_128BIT. Fix some portlint bogons while I am here. OK'ed by: Satoshi
* Fix several build problems.asami1998-02-182-2/+8
| | | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Reviewed by: various members of ports-jp@jp.freebsd.org
* It's been a long time since Iasami1998-02-181-397/+510
| | | | | | | | | | | | | | committed the INDEX, It's been a long time since I sang a song, Ooh, let me get it back, let me get it back, let me get it back Leave me where I've come from It's been a long time, been a long time, Been a long lonely, lonely, lonely, lonely, lonely time (Wow, 1274 lines now...)
* Make reinstall. Really this time. Or so I hope.tg1998-02-181-2/+2
|
* Remove the two kdesupport dependencies, I assume Stefan will fixasami1998-02-184-12/+4
| | | | those later when he upgrades it but it's pointing to nowhere now.
* Unmark broken, packaging works now.asami1998-02-181-3/+1
|
* Don't ask me, but you need netscape for building this port too.asami1998-02-181-1/+2
|
* Make the Makefiles of japanese/expect and lang/expect cooperate betterasami1998-02-182-18/+12
| | | | | | | | | with each other (and hopefully easier to maintain in the future). Basically, list everything in the regular orders on both Makefiles, and use ?= in lang/expect/Makefile for variables we want to be overridden. PR: 5770
* Portlint clean.steve1998-02-181-7/+7
|
* Take out "misc" for list of categories...it's for stuff that don'tasami1998-02-182-4/+4
| | | | | fit anywhere else, so it doesn't make sense to have misc and some other category in there (unless it's a language specific port).
* Upgrade to version 3.9.1.steve1998-02-183-5/+5
| | | | | PR: 5777 Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* Add dependency to ppmtogif -> netpbm.asami1998-02-181-3/+3
| | | | Reported and verified by: Miroslav Kes <mira@rockwell.cz>
* Use @dirrm instead of @unexec rmdir.steve1998-02-181-10/+10
| | | | Suggested by: Satoshi Asami <asami@FreeBSD.ORG>
* Activate ppm2fli port.steve1998-02-181-1/+2
| | | | | PR: 5775 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Initial import of ppm2fli.steve1998-02-1812-0/+136
| | | | Utilities to merge PPM files into animated FLI and vice versa.
* Move textedit from x11 to editors.asami1998-02-183-5/+5
| | | | Approved by: jraynard
* Use '@unexec rmdir ...' to get rid of stray doc directories on deinstall.steve1998-02-181-0/+10
|
* Yipes, in the procss of marking this port BROKEN, I broke it evenasami1998-02-183-6/+6
| | | | | further by adding unquoted ()'s to the BROKEN string! (Now how's that for recursive brokenness.)
* MASTER_SITE has moved and some portlint cleaning.steve1998-02-183-268/+253
| | | | | PR: 5769 Submitted by: maintainer
* Fix this port for RSAref. Fix the location of SSLeay config file.markm1998-02-181-7/+2
|
* Fix this port for RSAref, fix the config files location according tomarkm1998-02-186-94/+62
| | | | BSD religion.
* Move PKG_NAME and portlint clean.steve1998-02-171-6/+6
| | | | | PR: 5770 Submitted by: maintainer
* - PKGNAME has to be defined BEFORE including bsd.port.mk, to makeitojun1998-02-1710-22/+30
| | | | | | | | | | Latest/* symbolic links. - PKGNAME format changed, to make Latest/* symbolic links with proper name. (also make it Y2K complient) was: ja-nvi-iso2022jp-1.79-970820 now: ja-nvi-iso2022jp-1.79.19970820 Submitted by: asami
* PKGNAME has to be defined BEFORE including bsd.port.mk, to makeitojun1998-02-174-12/+14
| | | | Latest/* symbolic links.
* Upgrade to Apache 1.2.5+SSL 1.13.markm1998-02-173-27/+162
| | | | | | | | | | Lots of bug fixes, plus repair to the "make certificate" target. NOTE!! NOTE!! NOTE!! This port is broken for NorteAmericanos. Someone who has the latest RSAref would make me eternally grateful by fixing this for the .US/.CA case and sending me patches.
* Upgrade to 1.3.tg1998-02-177-39/+71
|
* Bring over kdegames from x11. I'll go delete the other one after Iasami1998-02-1712-864/+1088
| | | | | | make sure this one is correct. Requested by: se
* Forgot to remove BROKEN with last commit.steve1998-02-171-2/+1
|
* Just-cant-get-this-one-right by: obrienobrien1998-02-1720-20/+240
|
* Forgot to submit PLIST diff.obrien1998-02-1740-680/+620
| | | | Noticed by: Satoshi
* Upgrade to version 0.14.0.jseger1998-02-172-4/+4
| | | | | PR: ports/5696 Submitted by: andy@icc.surw.chel.su
* remove some filter files to make it packageandreas1998-02-171-6/+0
| | | | | dunno, how exactly I produced these files after installation and testing of the package ...
* Upgrade repository copy of tk 8.0 to version 8.1jseger1998-02-1715-492/+504
|
* Upgrade a repository copy of 8.0 to version 8.1jseger1998-02-1612-210/+408
|
* Activate ports/lang/tcl81 and ports/x11/tk81jseger1998-02-162-2/+4
|
* PGP v5.0i (international version). I cannot get the USA code, so ifmarkm1998-02-1610-178/+118
| | | | | you NA.Citizens want to make a USA version, please go ahead and frob this port. :-)
* pppload has been moved to ports/net.steve1998-02-161-2/+1
|
* Activate pppload.steve1998-02-161-1/+2
|
* Initial import of pppload-1.0steve1998-02-166-0/+1227
|
* Cleanup @unexec and @exec sequences.steve1998-02-161-2/+5
| | | | Suggested by: Satoshi Asami
* Revert previous change. Now faces will be autodetected as beforesteve1998-02-164-12/+28
| | | | | | | except when PACKAGE_BUILDING is defined where it will be disabled by default. Suggested by: asami and eivind
* Make this port install docs in the right place. If you createasami1998-02-161-2/+2
| | | | | ${PREFIX}/share/doc/v, and do a cp -r foo/doc ${PREFIX}/share/doc/v, cp will create a new directory "share/doc/v/doc"....
* Define NO_LATEST_LINK for net/ncftp3 and www/squid12 because these areasami1998-02-1610-10/+20
| | | | | unstable betas with better versions in the tree. (There are probably more but these were the only ones I could pull off the top of my head.)
* Mark this port broken, doesn't package. (I put BROKEN in the beginning,asami1998-02-161-1/+3
| | | | | not because I'm overly annoyed or anything but because this Makefile has so many special case variables I didn't know where to stick it.)
* Unbreak this port. Sorry, I didn't test the package rule before.jkh1998-02-162-4/+2
| | | | Me bad.
* Define MANUAL_PACKAGE_BUILD, it installs an old libreadline sharedasami1998-02-162-2/+6
| | | | | lib. This is not good, but this port is so large Chuck doesn't have the time to fix it properly.
* Mark kdenetwork broken instead of taking it out of the parent Makefile.asami1998-02-165-6/+10
|
* Mark this port BROKEN, apparently some patches went missing.asami1998-02-163-3/+6
|
* Upgrade to beta version 5.0x.obrien1998-02-169-9/+12
|
* portlint.asami1998-02-161-3/+5
|
* Mark this port BROKEN, it doesn't package. While I'm here, fix a coupleasami1998-02-161-6/+7
| | | | of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
* Change "-"s to "."s in PKGNAME so the Latest link will be createdasami1998-02-161-2/+2
| | | | correctly.
* Mark this port broken, doesn't package.asami1998-02-1620-20/+40
|
* Upgrade to 114ache1998-02-162-4/+4
|
* Activate pppload-1.0.steve1998-02-161-1/+2
|
* Run h2ph as part of post-install target. Note this doesn't get a completesteve1998-02-167-7/+14
| | | | | | | list of header files but does get enough that when perl needs more header files that it will hint to use h2ph. PR: 5738
* Reconnect kdegamesse1998-02-161-2/+2
|
* Clean up Makefilese1998-02-1613-78/+91
|
* Clean up Makefilese1998-02-1613-69/+69
|
* Update to version 4.9.9 and portlint.steve1998-02-163-29/+51
| | | | | PR: 5756 Submitted by: Brian Handy <handy@lambic.spasci.com>
* Upgrade to version 2.6.jseger1998-02-168-22/+22
|
* Activate games/xbloodyjseger1998-02-161-1/+2
|
* Reimport xbloody.jseger1998-02-165-0/+39
|
* Fix to properly install info files.steve1998-02-164-1/+43
| | | | | PR: 5740 Submitted by: Igor Vinokurov <igor@zynaps.ru>
* Nuke x11/xbloody. Should be games/xbloodyjseger1998-02-161-2/+1
| | | | Noticed by: max
* nvi-1.79.tar.gz seems to be replaced, with the same filename...itojun1998-02-162-2/+2
|
* Build this port with '--with-xface=no'.steve1998-02-154-4/+8
| | | | PR: 5656
* Activate xbloody.jseger1998-02-151-1/+2
|
* Upgrade to freeciv 1.51jseger1998-02-154-10/+10
| | | | | PR: 5749 Submitted by: handy@lambic.space.lockheed.com
* Unbreak cyrus port.jkh1998-02-1536-108/+372
| | | | | Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729
* Update port to get patches from new site, and include all the newpeter1998-02-152-5/+31
| | | | | | distributed patches, and fix those that can't be used as is and supply them in the patches directory. (Argh, most of the patches are relative to lib/, others are relative to the top directory. bsd.port.mk can't handle this)
* #include <unistd.h> to get prototype for ftruncate().hsu1998-02-151-1/+11
| | | | | PR: 5737 Submitted by: tejblum@arc.hq.cti.ru (Dmitrij Tejblum)
* Note that netscape-*.us is also crypto controled.obrien1998-02-151-1/+3
|
* Cleanup Makefile.obrien1998-02-151-9/+4
| | | | Dirt noticed by: Max
* update lsof to newest version, so that port works.andreas1998-02-152-4/+4
| | | | lsof is also needed for tcplist port.
* Enable gpandreas1998-02-151-1/+2
| | | | PR: closes 5742
* import of new port GP.andreas1998-02-158-0/+201
| | | | | | A GUI printer manager written with TCL/TK. Is able to preview and convert file types before print. Looks nice.
* Update the port to the new 0.12beta version.andreas1998-02-1515-315/+460
| | | | | PR: closed 5686 Submitted by: Brian Handy
* Add ability to fetch finger: URLs and switch to fresh rlist@anon.lcs.mit.eduache1998-02-151-46/+96
|
* Argh.. yet another botch.. Sigh.. :-/peter1998-02-149-27/+27
| | | | Pointed out by: Evan Champion <evanc@synapse.net>
* fix invalid ctlinnd option (stop)andreas1998-02-143-3/+3
| | | | | And closed PR 5620, since all things are fixed now Submitted by: Adrian Wontroba <aw1@stade.co.uk>
* More -w fixesache1998-02-141-2/+18
|
* Update 3.5.7 -> 3.5.8 (prompted by a number of people)peter1998-02-142-5/+5
|
* Add support for env-variable 'MUSIC_CD' of cdcontrol fame.eivind1998-02-141-0/+12
|
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.obrien1998-02-1480-520/+960
| | | | Including linking with the STL vector class.
* NetBIOS Auditing Tool / Security Kitobrien1998-02-146-0/+67
|
* Include 1.2.beta14 patchespeter1998-02-1418-27/+36
| | | | Submitted by: Evan Champion <evanc@synapse.net>
* More -w patches.ache1998-02-141-351/+422
| | | | Merge several patches into patch-aa
* nat --> nbauditobrien1998-02-141-2/+2
| | | | due to popular demand
* Fix rare DES empty passwords bugache1998-02-142-0/+26
|
* Correct the MASTER_SITE.vanilla1998-02-141-2/+2
|
* Remove libdes.vanilla1998-02-141-4/+1
|
* Remove zh-samba-des.vanilla1998-02-141-2/+1
|
* Activate xlines.vanilla1998-02-141-1/+2
|
* XLines is an old game of balls where your goal is to removevanilla1998-02-147-0/+85
| | | | | | as many balls from the game field as you can. PR: ports/5736 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Activate proftpd.vanilla1998-02-141-1/+2
|
* proftpd is a highly configurable ftp daemon.vanilla1998-02-1412-0/+264
| | | | | PR: ports/5588 Submitted by: Stephane Legrand <stephane@lituus.fr>
* Upgrade to 2.3.02.vanilla1998-02-144-10/+10
|
* Upgrade to 1.11.vanilla1998-02-133-6/+10
|
* Upgrade to 2.0.3; James seems to be busy at the moment.tg1998-02-1322-212/+348
| | | | | PR: 4769 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
* Activate pnmtopng.tg1998-02-131-1/+2
|
* updated some patches.itojun1998-02-134-28/+93
| | | | | | | | next time please explicitly say that you've added patches/patch-ab. that will save committer's time. PR: 5727 Submitted by: sanpei
* Activate xdemineur.tg1998-02-131-1/+2
|
* I think we don't have enough minesweeper clones yet ;-).tg1998-02-135-0/+30
|
* Set __FreeBSD__ to 2, not 3.obrien1998-02-1320-20/+20
| | | | Ports track -STABLE.
* Upgrade to 3.0 beta #9.obrien1998-02-132-4/+4
|
* original distribution updated (0.6.0 -> 0.7.0)itojun1998-02-134-15/+32
|
* Update to version 2.1.8.phk1998-02-133-27/+0
| | | | Obtained from: David Pennell <dpennell@xyplex.com>
* Update to version 2.1.8.phk1998-02-133-9/+9
| | | | Obtained from: David Pennell <dpennell@xyplex.com>
* Temporarily disable kdegames until port has been updated to Beta3se1998-02-131-2/+2
|
* Temporarily disable kdenetwork until port has been updated to Beta3se1998-02-131-2/+2
|
* Remove kdesupport: Not required by any of our KDE ports ...se1998-02-1310-160/+0
|
* Disconnect kdesupport.se1998-02-131-2/+1
|
* Fix MASTER_SITES, poor old Hamlet has been put to rest ...se1998-02-131-2/+2
|
* Energize catdoc.hoek1998-02-131-1/+2
|
* I was going to change this before importing it.... :(hoek1998-02-131-1/+1
|
* Port import of CATMAN!!! (Batman theme music in b/g)hoek1998-02-135-0/+49
| | | | | | | | This allows the user to read MS Word documents. Doesn't accept Word 97. PR: ports/5162 Submitted by: Brion Moss <brion@queeg.com>
* Secondary category tk41hoek1998-02-123-6/+6
|
* Little typo nit.hoek1998-02-122-2/+2
|
* Upgrade to version 1.18.91.jseger1998-02-123-5/+5
|
* Switch back to using http://www.freebsd.org/~jseger/ as a MASTER_SITE due tojseger1998-02-121-2/+3
| | | | a changing distfile on the master_site.
* Upgrade to the January source snapshot.tg1998-02-123-77/+111
| | | | | PR: 5697 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
* Activate xmemory.tg1998-02-121-1/+2
|
* Import xmemory port. xmemory is a multiplayer memory game.tg1998-02-126-0/+61
| | | | | PR: 5678 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca>
* Add Tatsumi Hosokawa to committers. I'll be his initial contact injkh1998-02-122-4/+4
| | | | any issues that might come up.
* When sourcing "config.sh" in shell scripts, specify it as "./config.sh"jdp1998-02-122-2/+2
| | | | | | to prevent the shell from searching the PATH for the file. Submitted by: David Quattlebaum <sasdrq@unx.sas.com>
* Upgrade, 1.0-971125 -> 1.0-971225.max1998-02-126-15/+18
| | | | | | | | | | | | PR: 5684 Submitted by: maintainer While at this, some cleanup: 1. Compress the man page by using MAN1, instead of patching up Makefile.in. 2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as well as to respect the value of ${PREFIX}.
* Master site has changed.jdp1998-02-122-4/+4
|
* correct paths to use tcl from the ports collection if tcl support is wantedandreas1998-02-123-27/+12
| | | | as requested by Satoshi, I hope the port maintainer agrees here.
* Fixes to deal with updated DISTFILE.jseger1998-02-122-3/+3
|
* Distfile has been upgraded without version change.tg1998-02-121-1/+1
| | | | | PR: 5720 Submitted by: Matthew Hunt <mph@pobox.com>
* Fix files/md5.jseger1998-02-121-1/+1
|
* Upgrade to 2.3.1.tg1998-02-116-20/+14
| | | | | PR: 5705 Submitted by: <paulo@samurai.dee.uc.pt>
* Too much cut-n-paste -- lib/netscape should be lib/netscape.usobrien1998-02-111-125/+125
|
* The JDK port now installs a full Java developer's kit.cracauer1998-02-1112-140/+954
|
* More makefile cleanup.tg1998-02-111-4/+4
|
* Upgrade to 3.1b1 and reorganize a bit.tg1998-02-116-293/+367
| | | | | PR: 5719 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Activate cweb.tg1998-02-111-1/+2
|
* Import cweb port. CWEB is Don Knuth's WEB system adapted for C.tg1998-02-117-0/+99
|
* Share communicator US with the world (as legally as we can :))obrien1998-02-111-1/+2
|
* Netscape Communicator with US strong encryption.obrien1998-02-119-0/+329
|
* Upgrade to 0.113ache1998-02-112-4/+4
|
* Remove bogus MASTER_SITE freedom.wit.com; it hasn't had the file the wholefenner1998-02-111-3/+2
| | | | | | | time the distfile checker has been checking (since June 9, 1997) and has not been running an FTP server for any of 1998. Submitted by: distfile checker
* Upgrade to 2.8.3.tg1998-02-107-18/+32
| | | | | PR: 5690 Submitted by: Matthew Hunt <mph@pobox.com>
* Add V port.jkh1998-02-101-1/+2
|
* v - A C++ GUI framework for X+MSWinjkh1998-02-108-0/+415
| | | | Submitted by: Donald Burr <dburr@POBoxes.com>
* Add some comments for compiling the port under -current in Makefileandreas1998-02-103-3/+18
| | | | | | Add two commented out changes to scripts/configure, that easily can be activated, to compile inn on a -current system, which doesn't have TCL in the base OS for ports backward compatibility.
* Add xmame to subdirs.jkh1998-02-101-1/+2
|
* New port of xmame version 0.30.1; also moved into its proper locationjkh1998-02-106-0/+105
| | | | | | | at the request of the author (who's right, this is an emulator first and a game second ;). PR: 5687 Submitted by: Donald Burr <dburr@POBoxes.com>
* Remove xmamejkh1998-02-101-2/+1
|
* Upgrade to version 1.18.90 and clean up the PLIST a bit.jseger1998-02-103-6/+8
|
* /usr/local -> ${PREFIX}jmz1998-02-101-2/+2
|
* Upgrade to 1.82 - (Many bug fixes, improved spam filtering, RBL)markm1998-02-096-21/+21
|
* Cleanup preivous commit. We now use a gzipped shar file and checksum.steve1998-02-095-24/+20
| | | | Submitted by: Pedro F. Gifunni <giffunip@asme.org>
* Make xtem reinstall-friendly.tg1998-02-092-4/+6
|
* Upgrade to Website META Language, Version 1.6.0rse1998-02-095-55/+88
|
* Upgrade to beta version 5.0w.obrien1998-02-0912-45/+84
|
* Activate xsok and cqcam.tg1998-02-092-2/+4
|
* Import xsok port. xsok is a generic sokoban game, with rules fortg1998-02-097-0/+109
| | | | the original sokoban and some variants.
* Import cqcam port. cqcam allows you to access a Connectix Color QuickCam.tg1998-02-095-0/+31
| | | | | PR: 4885 Submitted by: Kensaku Masuda <greg@greg.rim.or.jp>
* Remove ftp.isri.unlv.edu; it hasn't been running an FTP serverfenner1998-02-091-3/+2
| | | | | | | since June 26, 1997. Even then, it didn't have the file we were looking for. Submitted by: distfile checker
* nvi MASTER_SITE moved from ftp.cs.berkeley.edu to ftp.bostic.comfenner1998-02-092-4/+4
| | | | Submitted by: distfile checker
* Updated fixes.jseger1998-02-091-1/+1
|
* Change MASTER_SITESjseger1998-02-091-2/+4
| | | | | PR: 5685 Submitted by: handy@lambic.spasci.com
* I forgot to strip the binaries in the new locations, I missed thispeter1998-02-099-18/+63
| | | | | | change in the Makefile Evan sent me. Submitted by: Evan Champion <evanc@piano.synapse.net>
* DISTFILE was updated on MASTER_SITE.jseger1998-02-091-1/+1
|
* unzip requires the -d option to be after the list of zip files.steve1998-02-091-2/+2
|
* cp [a-z]* instead of *, the latter matches the CVS dir and fails.asami1998-02-091-2/+2
|
* Add cnet.jkh1998-02-091-1/+2
|
* New port: cnet - a graphical network simulator.jkh1998-02-097-0/+202
|
* Upgrade to version 3.9.0.jseger1998-02-082-4/+4
|
* Some backend clients were moved from sbin to libexec..peter1998-02-089-36/+36
| | | | Submitted by: Evan Champion <evanc@synapse.net>
* Evan sent me a port update moments after I committed one. Pick out somepeter1998-02-0827-99/+432
| | | | | | | of the changes he's made.. (Although I'm not so sure about moving the cache to /var/spool/squid...) Reviewed by: Evan Champion <evanc@synapse.net>
* Upgrade to version 4.0.1jseger1998-02-083-7/+7
|
* Missing PLIST entriespeter1998-02-089-0/+18
|
* Update from 1.2.beta11 -> 1.2beta14peter1998-02-0818-180/+81
| | | | | | | | | | | | | | | | | | | | | Major changes: - the URL and SHA cache key methods are gone, MD5 is the only option. - the swap.state system has been redesigned as a transaction log for much faster restarts and crash recovery. - SIZE on ftp binary transfers. - Lots of bug fixes and code cleanups. From the web page; http://squid.nlanr.net/Squid/1.2.beta/ WARNING, with beta12 we are starting to stuff object metadata into the beginning of objects on disk. With beta13 we have changed the "swap.state" file format to binary instead of text. When you run this version for the first time you WILL LOSE YOUR CACHE! The previous warning still stands: This is BETA software. Do not run this on your production systems. Logfile formats are subject (and likely) to change at any time without warning.
* Remove BROKEN= "tcl" line.hoek1998-02-089-39/+33
|
* Upgrade to version 1.0jseger1998-02-084-12/+10
|
* Upgrade to version 5.1h and add MAINTAINER line (forgotten in last commit).jseger1998-02-082-5/+7
|
* portlinthoek1998-02-082-8/+8
|
* Upgrade to KDE Beta3se1998-02-0839-1534/+1599
|
* Update MAINTAINER's email addressfenner1998-02-082-5/+5
| | | | | PR: ports/5646 Submitted by: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa)
* Fix MAINTAINER's addressfenner1998-02-082-6/+6
| | | | | PR: ports/5645 Submitted by: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa)
* Fix MAINTAINER's addressfenner1998-02-082-6/+6
| | | | | PR: ports/5648 Submitted by: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa)
* Upgrade from QT version 0.9 to 0.93andreas1998-02-089-75/+33
| | | | | | Upgraded URL's (thanks to Bill Fenners port survey) list of changes: see the README file in the QT patch. Homepage now located at: http://www.troll.no/~warwick/nethack/