aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.8.2.Thomas Gellekum2000-05-103-25/+43
| | | | | | | Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Notes: svn path=/head/; revision=28390
* Update port to 4.11.2Chris D. Faulhaber2000-05-078-60/+60
| | | | | | | | PR: 18440 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=28354
* Add new install-info and makeinfo just merged to 3-stable.Satoshi Asami2000-05-063-1/+7
| | | | Notes: svn path=/head/; revision=28320
* Add missing MAN1.Chris Piazza2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28218
* Activate the muuz port.Steve Price2000-04-301-0/+1
| | | | Notes: svn path=/head/; revision=28185
* Initial import of muuz version 0.27.1.Steve Price2000-04-305-0/+38
| | | | | | | | | | | An X11 and sound tool that promotes relaxation, meditation, fun, and more. PR: 18070 Submitted by: Gary Kline <kline@tao.thought.org> Notes: svn path=/head/; revision=28184
* Update to version 1.67.Steve Price2000-04-303-9/+16
| | | | | | | | PR: 17721 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28181
* - Fix MASTER_SITESSteve Price2000-04-292-1/+3
| | | | | | | | | | - Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28114
* Update to bidwatcher 1.1.5. This is now based on Wayne Schlitt's fork ofWill Andrews2000-04-282-3/+3
| | | | | | | | | | | | the original author's code. I would like to personally thank Wayne for diligently tracking down the timezone conflict in his code. His fork, which has more bugfixes (including the fact it actually gets the correct ebay time) than the sourceforge version, now compiles on FreeBSD. Special thanks to: Wayne Schlitt <wayne@midwestcs.com> Notes: svn path=/head/; revision=28062
* Change MAINTAINER from jmacd (who doesn't have time to maintain this port)Will Andrews2000-04-261-1/+1
| | | | | | | to Jacob Hart <c9710216@atlas.newcastle.edu.au>. Notes: svn path=/head/; revision=28020
* Replace `chris@calldei.com' with `chris@FreeBSD.org' for `Whom' in theChris Costello2000-04-231-1/+1
| | | | | | | comments at the top of the Makefile. Notes: svn path=/head/; revision=27940
* Update xdelta to 1.1.1.Will Andrews2000-04-233-11/+13
| | | | | | | | | PR: 15461 Submitted by: Jacob A. Hart <c9710216@atlas.newcastle.edu.au> Apparently had no time: jmacd (maintainer) Notes: svn path=/head/; revision=27912
* Forgot to change qt2.3 BUILD_DEPEND and USE_NEWGCC to the newer USE_QT2.Will Andrews2000-04-221-3/+1
| | | | | | | Doing so now since I don't know when the next qhacc release will be. Notes: svn path=/head/; revision=27891
* Update qhacc to 0.5. This fixes the fennerism.Will Andrews2000-04-223-60/+27
| | | | Notes: svn path=/head/; revision=27881
* update to 1.1bMichael Haro2000-04-184-11/+12
| | | | | | | | PR: 18051 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27715
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-172-5/+5
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Finally update to bidwatcher 1.0.5.Will Andrews2000-04-163-6/+4
| | | | | | | | | | | | | | | | | | | | Changes include: 1) Original author no longer had time to work on bidwatcher. So someone else took up the code and put it on sourceforge. 2) Bandwidth load taken off people.FreeBSD.org now that we can get the distfiles off sourceforge instead. 3) Fix URI fennerism. Note: I'm aware of another bidwatcher fork, particularly the one by Wayne Schlitt (www.midwestcs.com/bidwatcher), which is at version 1.1.4; however I've decided to go with the sourceforge version since it actually does compile on FreeBSD (Wayne's version has some sort of Linux-specific timezone code, or at least it conflicts with our timezone() function). I can just hear the eBay freaks cheering this commit on.. Notes: svn path=/head/; revision=27672
* Update port to 2.21Chris D. Faulhaber2000-04-162-2/+2
| | | | Notes: svn path=/head/; revision=27655
* Fix typo: `=' -> `+=' to have correct LIB_DEPENDS.Akinori MUSHA2000-04-161-1/+1
| | | | | | | | PR: 17825 Submitted by: Goblin <root@ws14.bu.spb.ru> Notes: svn path=/head/; revision=27652
* Change do-build with blank target to blank ALL_TARGET.Will Andrews2000-04-161-3/+1
| | | | | | | | PR: 18028 Submitted by: maintainer Notes: svn path=/head/; revision=27625
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-154-0/+4
| | | | Notes: svn path=/head/; revision=27615
* Oops, didn't notice a couple of DISTNAMEs hideng there.Satoshi Asami2000-04-152-4/+4
| | | | Notes: svn path=/head/; revision=27592
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Portlint COMMENT's.Akinori MUSHA2000-04-142-2/+2
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-144-4/+0
| | | | Notes: svn path=/head/; revision=27534
* Tiny cosmetic fixes.Akinori MUSHA2000-04-141-2/+2
| | | | | | | | Assure master ports and their lang-specific slaves of having consistent categories. Notes: svn path=/head/; revision=27531
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-14150-378/+372
| | | | Notes: svn path=/head/; revision=27512
* Sort (asbutton before astrolog).Satoshi Asami2000-04-141-1/+1
| | | | Notes: svn path=/head/; revision=27510
* Update with PORTNAME/PORTVERSION and get happy with the slave.Akinori MUSHA2000-04-131-9/+6
| | | | | | | | | | | Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Correct the wrong CATEGORIES specification. - Language specific categories should come first. - SeizeDesktop is not a `x11-toolkits' port. (Copy & paste miss?) Notes: svn path=/head/; revision=27491
* Convert to PORTNAME/PORTVERSION.Akinori MUSHA2000-04-131-3/+2
| | | | Notes: svn path=/head/; revision=27488
* Update with PORTNAME/PORTVERSION and get happy with its slave.Akinori MUSHA2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27483
* Update to 4.5.44.Jeremy Lea2000-04-082-3/+3
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=27411
* Add boxes, a text filter which draws ASCII art boxes around text.Michael Haro2000-04-026-0/+53
| | | | | | | | PR: 17327 Submitted by: Patrick Seal <patseal@hyperhost.net> Notes: svn path=/head/; revision=27293
* update to 3.8.3Michael Haro2000-04-012-4/+4
| | | | Notes: svn path=/head/; revision=27222
* - Update MASTER_SITES and WWW: line of pkg/DESCRMichael Haro2000-03-313-27/+72
| | | | | | | | | | - Support CFLAGS properly PR: 17722 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27206
* update to 1.0bMichael Haro2000-03-313-11/+11
| | | | | | | | PR: 17719 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27205
* Use w3m instead of lynx as the default browser since lynx is stillChris D. Faulhaber2000-03-301-1/+2
| | | | | | | | | marked as forbidden. Submitted by: Tony Maher <Tony.Maher@eBioinformatics.com> Notes: svn path=/head/; revision=27150
* Add various new maintainers for these portsKris Kennaway2000-03-291-1/+1
| | | | Notes: svn path=/head/; revision=27123
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-298-8/+8
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27113
* Update to 4.5.43.Jeremy Lea2000-03-255-7/+21
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=27053
* New port of the Python Module Distribution utilities. These areThomas Gellekum2000-03-246-0/+86
| | | | | | | supposed to become the equivalent of Perl's ExtUtils. Notes: svn path=/head/; revision=27012
* - Support CC/CFLAGS properlyMichael Haro2000-03-241-2/+3
| | | | | | | | | | - Support install macros PR: 17528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27002
* Move a couple of orphaned distfiles to ~fennerBill Fenner2000-03-221-1/+1
| | | | Notes: svn path=/head/; revision=26956
* RUN_DEPEND on osf1_base in the DEC Alpha case.David E. O'Brien2000-03-221-3/+5
| | | | Notes: svn path=/head/; revision=26950
* Something for all the 64-bit based conspiracy theorists and code hackersDavid E. O'Brien2000-03-222-2/+8
| | | | | | | out there. Notes: svn path=/head/; revision=26949
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-223-3/+3
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Restore useless version required comments.David E. O'Brien2000-03-224-0/+4
| | | | Notes: svn path=/head/; revision=26941
* Update to 1.0.51Ade Lovett2000-03-218-48/+104
| | | | Notes: svn path=/head/; revision=26920
* Remove dnetc.ini from PLIST; it shouldn't be removed when the clientDaniel Baker2000-03-211-1/+0
| | | | | | | is deinstalled since it's user created. Moo. Notes: svn path=/head/; revision=26897
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26856