aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0894-265/+262
| | | | Notes: svn path=/head/; revision=27416
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-08125-325/+318
| | | | Notes: svn path=/head/; revision=27415
* Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing forBill Fenner2000-04-081-2/+0
| | | | | | | 10 weeks with "550 <j1594016@ed.kagu.sut.ac.jp>... User unknown" Notes: svn path=/head/; revision=27413
* Added an option: -a <address> .SADA Kenji2000-04-084-0/+72
| | | | | | | | | | | | It allows you to set the address of a domain in the SOA record. It will adds a "IN A <address>" line to the SOA. This is needed for sites that want a default address for a partial name - say just yahoo.com instead of forcing users to always type www.yahoo.com. Submitted by: "David Peterson" <chief@mail.idrive.com> Notes: svn path=/head/; revision=27412
* Update to 4.5.44.Jeremy Lea2000-04-084-7/+7
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=27411
* Fix distfile fennerage.Will Andrews2000-04-081-2/+1
| | | | | | | Found by: portsurvey Notes: svn path=/head/; revision=27410
* - Fix compile errorJeremy Lea2000-04-086-56/+101
| | | | | | | | | | | | - Fix typo in man page I've left the dependency since libjpeg is explictly used by this port. PR: 17851 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27409
* master site changed (rblcheck.sourceforge.net)Jun-ichiro itojun Hagino2000-04-081-1/+3
| | | | Notes: svn path=/head/; revision=27408
* Modify flexbackup to use MASTER_SITE_SUBDIR, and also make pkg/MESSAGEWill Andrews2000-04-083-14/+16
| | | | | | | | | | | more PREFIX-friendly. Also, put flexbackup docs in share/doc/flexbackup. Reflect this doc change in MESSAGE too. PR: 17762 Submitted by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=27407
* Remove the current MAINTAINER from his position, and nowAkinori MUSHA2000-04-081-9/+9
| | | | | | | | | | | | | | | | ports@FreeBSD.org will take care of it. PR: ports/17849 Requested by: MAINTAINER Owing to: pressure of business Plus some style fixes. - Use ${INSTALL_PROGRAM} - Use PORTNAME/PORTVERSION and utilize PORTVERSION for other parts - Define WRKSRC Notes: svn path=/head/; revision=27406
* Minor point release to 3.0.1.David E. O'Brien2000-04-082-3/+3
| | | | | | | Submitted by: jim Notes: svn path=/head/; revision=27405
* Fix build problem (read-only ${PORTSDIR}) by addingSatoshi Asami2000-04-071-8/+4
| | | | | | | | | | | | | | | MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a "make obj". That obsoletes the pre-clean target since the generated files all go into ${WRKDIR} and there's nothing to clean on the source directory. Also, fix several minor bogons. NO_CHECKSUM is a user variable, and never should be set in a port Makefile. NO_WRKSUBDIR is not necessary because WRKSRC is set explicitly. I don't know what the empty do-fetch is doing there. Notes: svn path=/head/; revision=27404
* Update port to 1.0Chris D. Faulhaber2000-04-073-5/+5
| | | | Notes: svn path=/head/; revision=27403
* Update to 8.4Jeremy Lea2000-04-0710-99/+128
| | | | Notes: svn path=/head/; revision=27402
* Place the optional variable DISTNAME after required ones, copyingAkinori MUSHA2000-04-072-4/+2
| | | | | | | mharo's previous commits on japanese/namazu2 and devel/p5-File-MMagic. Notes: svn path=/head/; revision=27401
* 0.8.4 -> 0.8.6Bill Fumerola2000-04-076-14/+14
| | | | | | | Once again my snail like pace has paid off as 0.8.5 had a major bug. Notes: svn path=/head/; revision=27400
* Add port for the GNU Scientific Library, a collection of routinesThomas Gellekum2000-04-076-0/+233
| | | | | | | | | | for numerical computing. PR: 16741 Submitted by: "Andrew L. Neporada" <andrew@sign.chg.ru> Notes: svn path=/head/; revision=27399
* New port gramofile, an audio recording utility.Thomas Gellekum2000-04-078-0/+100
| | | | | | | | PR: 16819 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=27398
* Whoops.. I forgot to update DESCR in light of the name change. Also,Will Andrews2000-04-071-3/+3
| | | | | | | | since we now have Qt 1.44 or later (1.42 didn't have Image I/O xtns), we can now list Qt 1.x as the library. Notes: svn path=/head/; revision=27397
* Fix a couple bogons to make this work.Satoshi Asami2000-04-076-24/+36
| | | | | | | Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=27396
* Update to version 1.4.2.Jim Mock2000-04-0710-15/+15
| | | | Notes: svn path=/head/; revision=27395
* install sample file with everything commented out so that randomMichael Haro2000-04-071-0/+1
| | | | | | | | | system users don't accidently get configured to do stuff as root. Submitted by: Adam Steffes Notes: svn path=/head/; revision=27394
* Add SDL port of id Software's famous Quake game. Unfortunately, due toWill Andrews2000-04-071-0/+1
| | | | | | | | | | | | | | | SDL's requirement of linuxthreads, this port will only work on systems running FreeBSD 4.0 and later. :-( But, I would just like to rant about how cool sdlquake is. It's so FAST (heck, takes about 90 seconds to compile+link on my PII-300), it's so beautiful, and it's so much fun!! :-) Okay, I know the Q3A freaks are gonna look at me funny, but hey, I'm free of Windows (*grumble* except for scientific apps), and they're not. ;-) Notes: svn path=/head/; revision=27393
* Add LinAlg, an extended C++ math library. Unfortunately, it can't be madeWill Andrews2000-04-077-0/+81
| | | | | | | | | | | | to respect C(C,XX) or C(XX)FLAGS, according to the author. Author also requested that the distfile be hosted on *.FreeBSD.org. PR: 13124 Submitted by: Oleg <oleg@pobox.com> Notes: svn path=/head/; revision=27392
* Update to twinlib 0.2.3, in light of my fixes to devel/tmake that allowWill Andrews2000-04-074-37/+44
| | | | | | | overriding C{C,XX}, C{XX}FLAGS. Notes: svn path=/head/; revision=27391
* Smack tmake into allowing environment-override C(C,XX) as well asWill Andrews2000-04-072-0/+28
| | | | | | | | | C(XX)FLAGS. Also make it look in the right directory for Qt includes. This commit is required for me to update twinlib. Notes: svn path=/head/; revision=27390
* Assume maintainershipBill Fumerola2000-04-077-7/+7
| | | | Notes: svn path=/head/; revision=27389
* Update to 2.30 Beta #18.David E. O'Brien2000-04-063-8/+8
| | | | | | | | * Fixed a very important bug that occurred when SYN scanning localhost. * Fixed "-vv" to mean "-v -v" as it did in previous versions. Notes: svn path=/head/; revision=27388
* I (obviously) no longer have the inclination to maintain this port.Peter Wemm2000-04-061-1/+1
| | | | | | | I have no testing environment for it at all. Notes: svn path=/head/; revision=27387
* Update to 0.4.6Ade Lovett2000-04-063-21/+20
| | | | Notes: svn path=/head/; revision=27386
* place optional variables after required onesMichael Haro2000-04-062-2/+2
| | | | Notes: svn path=/head/; revision=27385
* Place optional variables after required ones.Michael Haro2000-04-061-1/+1
| | | | | | | DISTNAME is optional when using the new PORTNAME/PORTVERSION variables. Notes: svn path=/head/; revision=27384
* Resign as maintainer. I had thought someone else volunteered to takeGary Palmer2000-04-067-7/+7
| | | | | | | over, but apparently they never changed the MAINTAINER flag. Notes: svn path=/head/; revision=27383
* Update to 0.2Ade Lovett2000-04-066-12/+12
| | | | Notes: svn path=/head/; revision=27382
* Update to 0.1.50Ade Lovett2000-04-0615-21/+81
| | | | Notes: svn path=/head/; revision=27381
* Update to 1.0.53Ade Lovett2000-04-0612-36/+40
| | | | Notes: svn path=/head/; revision=27380
* Update to 1.0.58Ade Lovett2000-04-069-12/+15
| | | | Notes: svn path=/head/; revision=27379
* Make the port l-n47-n to include l-n47-c's MakefileSADA Kenji2000-04-066-53/+35
| | | | | | | | | | and to be easy to maintain. Change maintainer of l-n47-n. Approved by: maintainers Notes: svn path=/head/; revision=27378
* Update to 0.2.18Ade Lovett2000-04-062-3/+3
| | | | Notes: svn path=/head/; revision=27377
* Update to 2.0.3.Akinori MUSHA2000-04-066-8/+16
| | | | | | | | | | - Small security fix - Add some more filters Change PKGNAME to PORTNAME + PORTVERSION. Remove `Version required'. Notes: svn path=/head/; revision=27376
* Update to 1.06.Akinori MUSHA2000-04-062-4/+4
| | | | | | | | Change PKGNAME to PORTNAME + PORTVERSION. Remove `Version required'. Notes: svn path=/head/; revision=27375
* Update port to 4.22Chris D. Faulhaber2000-04-062-3/+3
| | | | Notes: svn path=/head/; revision=27374
* Oops, I forgot:Thomas Gellekum2000-04-060-0/+0
| | | | | | | Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Notes: svn path=/head/; revision=27373
* Upgrade to 1.5.2p2.Thomas Gellekum2000-04-063-52/+93
| | | | Notes: svn path=/head/; revision=27372
* Fix typo spotted by program authorRoger Hardiman2000-04-061-1/+1
| | | | Notes: svn path=/head/; revision=27371
* update to 2.6.1Michael Haro2000-04-064-10/+8
| | | | | | | | PR: 17768 Submitted by: "Maxim Sobolev" <sobomax@altavista.net> Notes: svn path=/head/; revision=27370
* Upgrade to 0.44 (also called 0.4alpha4)Roger Hardiman2000-04-062-4/+4
| | | | Notes: svn path=/head/; revision=27369
* Import piddle, a 2D drawing library for python.Thomas Gellekum2000-04-066-0/+194
| | | | | | | | PR: 17071 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=27368
* update to 200000403 releaseMichael Haro2000-04-062-5/+4
| | | | | | | | PR: 17787 Submitted by: maintainer Notes: svn path=/head/; revision=27366
* update to 1.7Michael Haro2000-04-063-10/+9
| | | | | | | | PR: 17797 Submitted by: maintainer Notes: svn path=/head/; revision=27365