aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Adding gweather version 0.05.Steve Price2000-01-291-0/+1
| | | | | | | | | | A gnome applet that displays the current weather information and forecasts. PR: 15706 Submitted by: Ruben van Staveren <ruben@verweg.com> Notes: svn path=/head/; revision=25214
* p5-I18N-LangTags provides functions for common tasks involvingAde Lovett2000-01-296-0/+43
| | | | | | | | | | language tags as described in RFC1766 PR: 15699 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=25193
* p5-I18N-Charset maps Character Set names to the names officiallyAde Lovett2000-01-296-0/+43
| | | | | | | | | | registered with IANA PR: 15698 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=25192
* HAS_CONFIGURE -> GNU_CONFIGUREMichael Haro2000-01-281-1/+1
| | | | Notes: svn path=/head/; revision=25158
* Update MASTER_SITE.Matthew Hunt2000-01-261-1/+1
| | | | | | | | PR: 16389 Submitted by: Brett Taylor <brett@peloton.runet.edu> Notes: svn path=/head/; revision=25104
* Patches to fix curses use in -STABLE.Bill Fumerola2000-01-253-0/+70
| | | | | | | | | Broken by: billf Submitted by: jhb Apologies to: maintainer Notes: svn path=/head/; revision=25045
* Upgrade to 1.0.3b.Matthew Hunt2000-01-242-3/+3
| | | | Notes: svn path=/head/; revision=25036
* Update to 1.2.58, change maintainer address, and add WWW:Neil Blakey-Milner2000-01-243-4/+6
| | | | Notes: svn path=/head/; revision=25029
* Mark it as BROKEN.R. Imura2000-01-232-1/+4
| | | | | | | | | | | | | | Add new version's WWW. Maintainer says that the server that the client communicates with has been shutdown so it is useless. Instead, they have setup a new server to which the new client (4.x) talks to. He can't reasonably port the new version, yet. Submitted by: Maintainer Notes: svn path=/head/; revision=24964
* disktop -> desktopMichael Haro2000-01-221-1/+1
| | | | | | | Submitted by: John-Mark Gurney <gurney_j@efn.org> Notes: svn path=/head/; revision=24934
* update to 3.52Michael Haro2000-01-221-4/+3
| | | | Notes: svn path=/head/; revision=24921
* MASTER_SITES are broken, so add a workaroundChris Piazza2000-01-221-3/+3
| | | | | | | | PR: 16177 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=24898
* Respect CCKris Kennaway2000-01-211-3/+13
| | | | Notes: svn path=/head/; revision=24868
* Update the WWW linkJim Mock2000-01-201-1/+1
| | | | | | | | PR: 16222 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=24856
* v2.8004.454 --> v2.8004.455Daniel Baker2000-01-182-3/+3
| | | | | | | Moo. Notes: svn path=/head/; revision=24821
* Update to rtfm-1.0Chris Costello2000-01-182-3/+3
| | | | Notes: svn path=/head/; revision=24808
* Remove unfetchable site from MASTER_SITES.R. Imura2000-01-141-2/+1
| | | | | | | | PR: 15865 Submitted by: Maintainer Notes: svn path=/head/; revision=24725
* ChangeSatoshi Asami2000-01-134-4/+8
| | | | | | | | | | | | | | | | | .elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000 to .elif ${OSVERSION} >= 400000 The first version triggers a bug in the old make. Since I won't be attempting to build these on an 2.2-stable machine anymore, just take out that part of the check. Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=24692
* Update: v2.8004.453 -> v2.8004.454Daniel Baker2000-01-122-3/+3
| | | | Notes: svn path=/head/; revision=24688
* Update to 0.54aYukihiro Nakai2000-01-124-14/+15
| | | | Notes: svn path=/head/; revision=24676
* Update to 0.3.2Yukihiro Nakai2000-01-124-6/+18
| | | | Notes: svn path=/head/; revision=24673
* Update: v2.8004.451 -> v2.8004.453Daniel Baker2000-01-112-5/+5
| | | | Notes: svn path=/head/; revision=24636
* UnbreakChris Piazza2000-01-091-2/+2
| | | | Notes: svn path=/head/; revision=24595
* Change MAINTAINER address from nacai@iname.com to nakai@FreeBSD.orgYukihiro Nakai2000-01-082-2/+2
| | | | Notes: svn path=/head/; revision=24549
* shell scripts shouldn't use INSTALL_PROGRAM. fixed.Daniel Baker2000-01-071-1/+1
| | | | Notes: svn path=/head/; revision=24513
* Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-073-3/+3
| | | | | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk). Notes: svn path=/head/; revision=24507
* Don't attempt to build these on 4-current machines.Satoshi Asami2000-01-074-4/+4
| | | | Notes: svn path=/head/; revision=24502
* Change MAINTAINER to ade@FreeBSD.org .Yukihiro Nakai2000-01-073-3/+3
| | | | Notes: svn path=/head/; revision=24497
* People running 3.4R need the new libc_r.so.4 now. Adjust all the oldSatoshi Asami2000-01-0613-9/+65
| | | | | | | 3*upgrade ports accordingly. Notes: svn path=/head/; revision=24470
* Upgrade to 3.52.David E. O'Brien2000-01-062-3/+3
| | | | | | | Notified by: hm@hcs.de <Hellmuth Michaelis> (author) Notes: svn path=/head/; revision=24469
* Activate heyuChris D. Faulhaber2000-01-051-0/+1
| | | | Notes: svn path=/head/; revision=24436
* heyu is used to control X10 CM11A devicesChris D. Faulhaber2000-01-0512-0/+172
| | | | | | | | PR: 15738 Submitted by: Paul M. Lambert <plambert@plambert.net> Notes: svn path=/head/; revision=24435
* update from v2.8002[sic].450 to v2.8004.451Daniel Baker2000-01-042-5/+5
| | | | | | | make the install a bit more consistent with Mk/bsd.port.mk functions Notes: svn path=/head/; revision=24422
* Y2K display fix.Ruslan Ermilov2000-01-041-0/+10
| | | | Notes: svn path=/head/; revision=24410
* checksum error resolvedDaniel Baker2000-01-031-2/+2
| | | | | | | | first listed MASTER_SITE was distributing an incomplete tar.gz. reordered MASTER_SITE so the build completes. Notes: svn path=/head/; revision=24395
* Correct MD5 checksumChris D. Faulhaber1999-12-311-1/+1
| | | | Notes: svn path=/head/; revision=24326
* Use a long for the load average and include netinet/in.h beforeSteve Price1999-12-312-0/+21
| | | | | | | | | | arpa/inet.h to avoid a couple of compiler warnings. PR: 14443 Submitted by: Valentin Nechayev <netch@lucky.net> Notes: svn path=/head/; revision=24325
* See ports/misc/delay/files/md5:1.3Bill Fumerola1999-12-311-2/+2
| | | | Notes: svn path=/head/; revision=24307
* Upgrade to 1.4Bill Fumerola1999-12-312-1/+20
| | | | | | | patch-aa: fix an incorrect usage of exit(), while I'm here use correct headers. Notes: svn path=/head/; revision=24306
* Update to version 1.5.1.Steve Price1999-12-314-21/+14
| | | | | | | | PR: 15774 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24303
* Honor CFLAGS and get the install-info incantation correct in both theSteve Price1999-12-303-1/+17
| | | | | | | | | package and the Makefile. Noticed by: asami Notes: svn path=/head/; revision=24281
* Update port to 2.2Chris D. Faulhaber1999-12-292-3/+3
| | | | | | | * Add -r (perl regexp) option Notes: svn path=/head/; revision=24262
* Adding hello version 1.3.1.Steve Price1999-12-296-0/+38
| | | | | | | | | | A utility for saying hello to the world and read email. PR: 12787 Submitted by: Peter Shipley <shipley@dis.org> Notes: svn path=/head/; revision=24257
* Adding kcd version 4.11.1.Steve Price1999-12-2911-0/+147
| | | | | | | | | | A pogram that allows one to change direcotries in full-screen visual mode. PR: 12666 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=24256
* Fix a potential root exploit in runtar that would allow any user to runSteve Price1999-12-292-0/+39
| | | | | | | | | | tar as root. PR: 15577 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Notes: svn path=/head/; revision=24227
* If brains were dynamite, CVS couldn't blow its nose.Bill Fumerola1999-12-281-2/+2
| | | | | | | See ports/misc/bottlerocket/files/md5:1.2 for the correct cvs log. Notes: svn path=/head/; revision=24210
* Upgrade port to 0.04c, respect CFLAGS.Bill Fumerola1999-12-282-1/+12
| | | | | | | Approved by: msmith (MAINTAINER) Notes: svn path=/head/; revision=24209
* General comment cleanups.Tim Vanderhoek1999-12-282-2/+2
| | | | Notes: svn path=/head/; revision=24206
* Add a DESCR and a WWW.Tim Vanderhoek1999-12-281-1/+7
| | | | Notes: svn path=/head/; revision=24205
* Update port to 2.1Chris D. Faulhaber1999-12-283-8/+7
| | | | Notes: svn path=/head/; revision=24192