summaryrefslogtreecommitdiff
path: root/ports-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21084
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-252-2/+2
| | | | Notes: svn path=/head/; revision=20947
* manpage fixJun-ichiro itojun Hagino1999-08-143-10/+10
| | | | | | | | | family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=20718
* typo fixJun-ichiro itojun Hagino1999-07-241-3/+3
| | | | | | | From: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20339
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-262-2/+2
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* remove the first comment lines in a section properly.Jun-ichiro itojun Hagino1999-04-221-1/+3
| | | | Notes: svn path=/head/; revision=18069
* remove pathname for bsd.port.mk.Jun-ichiro itojun Hagino1999-04-051-3/+11
| | | | | | | | Reviewed by: maintainer (myself) Submitted by: ben@scientia.demon.co.uk Notes: svn path=/head/; revision=17643
* It seems 'sane' was not mispelled, but was a little confusing. Let's trySteve Price1999-04-041-2/+2
| | | | | | | | | 'correct' instead. Submitted by: asami Notes: svn path=/head/; revision=17639
* Fix a spelling nit: sane -> same.Steve Price1999-04-021-2/+2
| | | | Notes: svn path=/head/; revision=17528
* Handle x11-* categories correctly.Steve Price1999-02-221-6/+7
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=16825
* Avoid installing libTkSteal.so if it exists.Steve Price1999-01-101-2/+2
| | | | Notes: svn path=/head/; revision=15962
* avoid NO_WRKDIR.Jun-ichiro itojun Hagino1999-01-071-6/+7
| | | | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15908
* remove old ftp site (ftp.foretune.co.jp) from comment.Jun-ichiro itojun Hagino1999-01-051-2/+1
| | | | Notes: svn path=/head/; revision=15860
* being tired of maintaining portlint only by myself, I decided toJun-ichiro itojun Hagino1999-01-053-11/+1474
| | | | | | | | | | | | | | | | put the source code for "portlint" into FreeBSD port tree. The imported revision is 1.65 (in my local RCS file). (pseudo) version number for the port is now 2.0. Whoever make changes to bsd.port.mk is advised to update portlint.pl too :-) Note that portlint.pl MUST be portable enough to handle (Net|Open|Free)BSD bsd.port.mk. There are people using portlint.pl on non-FreeBSD platforms. Notes: svn path=/head/; revision=15859
* Distfile changed (minor patch)Mike Smith1999-01-041-1/+1
| | | | Notes: svn path=/head/; revision=15820
* Fix MANCOMPRESSED (=maybe) and work on standard -current.Tim Vanderhoek1998-12-301-3/+7
| | | | Notes: svn path=/head/; revision=15717
* manpage != DESCRTim Vanderhoek1998-12-301-41/+6
| | | | Notes: svn path=/head/; revision=15716
* Use MAN? macro.Jun Kuriyama1998-11-222-3/+4
| | | | | | | Change first line of Makefile from "manck" to "portcheckout". Notes: svn path=/head/; revision=14751
* No need to put name in front.Satoshi Asami1998-11-181-1/+1
| | | | Notes: svn path=/head/; revision=14634
* Change location of MASTER_SITE.Steve Price1998-11-091-2/+2
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=14414
* Says that the port uses perl5 for building and runningWolfram Schneider1998-11-011-1/+3
| | | | Notes: svn path=/head/; revision=14285
* portcheckout - checkout ports and all depending portsWolfram Schneider1998-11-015-0/+60
| | | | | | | | | | | | | | | | | Portcheckout(1) checks out a FreeBSD port and all runtime and buildtime depending ports into the current working directory. The output is written to stdout as an executable shell-script. Compiling a FreeBSD port usually require a full tree of ports in /usr/port. A cvs checkout or a cvs update command takes a very long time and need much free space. With portcheckout, you checkout only the parts of the port tree which you really need. This is a magnitude faster! Notes: svn path=/head/; revision=14283
* No need to supply a minor number for shared libraries if it is zero.Steve Price1998-10-211-1/+1
| | | | Notes: svn path=/head/; revision=14136
* Ressurect RUN_DEPENDS.Satoshi Asami1998-09-151-1/+2
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=13142
* BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.Mike Smith1998-09-031-2/+2
| | | | | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=12998
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
| | | | Notes: svn path=/head/; revision=11552
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* portlint, add @dirrm on pkg/PLISTVanilla I. Shu1998-02-022-2/+3
| | | | Notes: svn path=/head/; revision=9572
* original distribution updated (1.60 -> 1.61)Jun-ichiro itojun Hagino1997-11-251-3/+3
| | | | Notes: svn path=/head/; revision=8821
* original distribution updated (1.59->1.60)Jun-ichiro itojun Hagino1997-11-201-3/+3
| | | | Notes: svn path=/head/; revision=8710
* Original distribution updated. (1.58 -> 1.59)Jun-ichiro itojun Hagino1997-11-131-3/+3
| | | | Notes: svn path=/head/; revision=8602
* original distribution updated (1.57->1.58)Jun-ichiro itojun Hagino1997-11-111-3/+3
| | | | Notes: svn path=/head/; revision=8576
* original distribution updated. (1.56 -> 1.57)Jun-ichiro itojun Hagino1997-11-091-3/+3
| | | | Notes: svn path=/head/; revision=8528
* original distribution updated to 1.56.Jun-ichiro itojun Hagino1997-11-051-3/+3
| | | | Notes: svn path=/head/; revision=8488
* original distribution updated to 1.55.Jun-ichiro itojun Hagino1997-10-131-3/+3
| | | | Notes: svn path=/head/; revision=8242
* original distribution updated to 1.54.Jun-ichiro itojun Hagino1997-10-121-3/+3
| | | | Notes: svn path=/head/; revision=8222
* original distribution updated to 1.51.Jun-ichiro itojun Hagino1997-10-071-2/+2
| | | | | | | Submitted by: itojun Notes: svn path=/head/; revision=8167
* original distribution updated to 1.49.Jun-ichiro itojun Hagino1997-09-211-3/+3
| | | | | | | added check for *_DEPENDS. Notes: svn path=/head/; revision=7975
* original distribution upgraded to 1.48.Jun-ichiro itojun Hagino1997-09-141-3/+3
| | | | Notes: svn path=/head/; revision=7901
* Author fixed distfile to build properly on FreeBSD with Tcl/Tk headersMike Smith1997-09-121-1/+1
| | | | | | | | in private subdirs. Submitted by: asami Notes: svn path=/head/; revision=7871
* Upgrade to version 1.1.Mike Smith1997-09-111-1/+1
| | | | Notes: svn path=/head/; revision=7858
* Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.Mike Smith1997-09-111-5/+5
| | | | Notes: svn path=/head/; revision=7857
* original distribution updated to release 1.46.Jun-ichiro itojun Hagino1997-08-161-3/+3
| | | | Notes: svn path=/head/; revision=7599
* original distribution updated to version 1.44.Jun-ichiro itojun Hagino1997-08-081-3/+3
| | | | Notes: svn path=/head/; revision=7500
* original distribution updated to 1.43.Jun-ichiro itojun Hagino1997-08-061-3/+3
| | | | Notes: svn path=/head/; revision=7489
* Original distribution updated to r1.33.Jun-ichiro itojun Hagino1997-07-162-8/+9
| | | | | | | | It now have "committers mode", which will tell us ports/LEGAL should be updated! Notes: svn path=/head/; revision=7353