summaryrefslogtreecommitdiff
path: root/devel/portlint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* 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>
* typo fixJun-ichiro itojun Hagino1999-07-241-3/+3
| | | | From: "Oleg V. Volkov" <rover@lglobus.ru>
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* remove the first comment lines in a section properly.Jun-ichiro itojun Hagino1999-04-221-1/+3
|
* 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
* It seems 'sane' was not mispelled, but was a little confusing. Let's trySteve Price1999-04-041-2/+2
| | | | | | 'correct' instead. Submitted by: asami
* Fix a spelling nit: sane -> same.Steve Price1999-04-021-2/+2
|
* Handle x11-* categories correctly.Steve Price1999-02-221-6/+7
| | | | Reviewed by: maintainer
* avoid NO_WRKDIR.Jun-ichiro itojun Hagino1999-01-071-6/+7
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* remove old ftp site (ftp.foretune.co.jp) from comment.Jun-ichiro itojun Hagino1999-01-051-2/+1
|
* 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.
* 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).
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
|
* original distribution updated (1.60 -> 1.61)Jun-ichiro itojun Hagino1997-11-251-3/+3
|
* original distribution updated (1.59->1.60)Jun-ichiro itojun Hagino1997-11-201-3/+3
|
* Original distribution updated. (1.58 -> 1.59)Jun-ichiro itojun Hagino1997-11-131-3/+3
|
* original distribution updated (1.57->1.58)Jun-ichiro itojun Hagino1997-11-111-3/+3
|
* original distribution updated. (1.56 -> 1.57)Jun-ichiro itojun Hagino1997-11-091-3/+3
|
* original distribution updated to 1.56.Jun-ichiro itojun Hagino1997-11-051-3/+3
|
* original distribution updated to 1.55.Jun-ichiro itojun Hagino1997-10-131-3/+3
|
* original distribution updated to 1.54.Jun-ichiro itojun Hagino1997-10-121-3/+3
|
* original distribution updated to 1.51.Jun-ichiro itojun Hagino1997-10-071-2/+2
| | | | Submitted by: itojun
* original distribution updated to 1.49.Jun-ichiro itojun Hagino1997-09-211-3/+3
| | | | added check for *_DEPENDS.
* original distribution upgraded to 1.48.Jun-ichiro itojun Hagino1997-09-141-3/+3
|
* original distribution updated to release 1.46.Jun-ichiro itojun Hagino1997-08-161-3/+3
|
* original distribution updated to version 1.44.Jun-ichiro itojun Hagino1997-08-081-3/+3
|
* original distribution updated to 1.43.Jun-ichiro itojun Hagino1997-08-061-3/+3
|
* 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!
* original distribution of portlint has updated to 1.32.Jun-ichiro itojun Hagino1997-07-132-7/+14
|
* Upgrade, 1.26 -> 1.28.Masafumi Max NAKANE1997-07-061-4/+4
|
* Upgrade 1.9 -> 1.26.Masafumi Max NAKANE1997-07-061-4/+4
| | | | (So many additional checks have been added. Porters gotta check this out!)
* New port, portlint:Masafumi Max NAKANE1997-06-154-0/+32
portlint makes a small set of sanity checks for port directory. usage: Submitted by: Jun-ichiro ITOH <itojun@itojun.org> PR: 3863