aboutsummaryrefslogtreecommitdiff
path: root/devel/portlint
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the new PORTEPOCH/PORTREVISION variables, so it won'tWill Andrews2000-10-101-10/+11
| | | | | | | | | | improperly fatal-warn about them being in PORTNAME area. PR: 21747 Submitted by: jeh Notes: svn path=/head/; revision=33693
* sync with bsd.sites.mk, bump version to 2.2.3Michael Haro2000-10-042-11/+96
| | | | | | | Submitted by: jeh Notes: svn path=/head/; revision=33393
* Fix portlint bug where it thinks that missing a files/md5 is fatal but theWill Andrews2000-09-211-1/+1
| | | | | | | | | | | | | | port actually does not have any DISTFILES variable. This *should* work with slave/master ports, but I'm not sure. Now the portlint port passes its own test. ;-> PR: 21380 Submitted by: des Approved by: mharo Notes: svn path=/head/; revision=32938
* update to portlint 2.2.2:Michael Haro2000-04-254-75/+147
| | | | | | | | | | | | | | | | | | | | | | | | - better rcsid checking - add DIST_SUBDIR to section 1 of the Makefile - add check for WWW: in pkg/DESCR when http:// exists - add new -t flag, which will require a tab after a variable defination instead of spaces - cleanup english grammar - add -M (make variable passing) flag - change into portdir instead of constantly using $portdir/file - get variables from make instead of parsing the Makefile - update usage() - fix some portname/version bugs - add EXTRACT_ONLY to section 1 - fix multi comment sections on top bug I think I'm going to start a rewrite of lots of portlint's code to *hopefully* make it easier to add new checks in the future. If you have any requests of things for me to put on portlint's TODO list, send me an email letting me know what they are. Notes: svn path=/head/; revision=28009
* remove warning, version required (no longer needed) and make portlint portMichael Haro2000-04-191-7/+1
| | | | | | | pass portlint (what a concept ;) Notes: svn path=/head/; revision=27763
* Update to 2.2.1Michael Haro2000-04-162-20/+26
| | | | | | | | | | | | Fixes: * fix some portname/version checking bugs * put EXTRACT_ONLY in section 1 checking * fix multi comment sections at top of Makefile regex * make portlint pass perl -w (this found a few bugs) No new features in this version Notes: svn path=/head/; revision=27674
* Update portlint so it supports PORTNAME/PORTVERSION. This versionMichael Haro2000-04-162-226/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't 100% ready for prime time, but it works well enough that it should be fine to use for most things. I'm not sure if I'll have time to fix the few minor bugs that I know of and give it a good testing today. Parts of the PORTNAME/PORTVERSION changes were submitted by knu. Other changes in this version: * add "-V", version flag * use getopts instead of parsing @ARGV - this fixes a bug where you could only specify one flag after the dash (ie. -c -N would work and -cN wouldn't) * change some warnings to fatals * ignore dot directives in Makefile - this usually reduces the number of warnings displayed when a Makefile contains .include or .if foo * don't blame just emacs for leaving around temporary editor files * don't warn about installing files into /compat * correct counting of number of chars in pkg/COMMENT * understand multiple rcsid tags in the comments section - this allows us to have both $FreeBSD$ and $NetBSD$, for example without getting funky warning messages * scope variables with my instead of local so we can use strict to help us find bugs in portlint Notes: svn path=/head/; revision=27666
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-151-0/+1
| | | | Notes: svn path=/head/; revision=27615
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-1/+2
| | | | Notes: svn path=/head/; revision=27452
* warn about not supporting PORTNAME/PORTVERSION yetMichael Haro2000-04-081-0/+6
| | | | Notes: svn path=/head/; revision=27417
* bump version number to reflect new featuresMichael Haro2000-03-291-1/+1
| | | | Notes: svn path=/head/; revision=27129
* * Fix Makefile so portlint is more happy with this port (what a concept, theMichael Haro2000-03-282-17/+101
| | | | | | | | | | | | | | | | portlint port passing portlint) New portlint features: * Allow pkg/COMMENT to start with a digit * Warn about .la files in pkg/PLIST * Better support for comments in the Makefile - fixes the section off by 1 error (DISTNAME needs to exist, and so on, when it does) * don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist * other random minor bug fixes Notes: svn path=/head/; revision=27098
* - fix a bug in pkg/* checkingMichael Haro2000-03-202-8/+44
| | | | | | | | | | | | | | - enforce pkg/COMMENT style - better info file checking in pkg/PLIST - don't warn about @unexec rmdir foo || true - the handbook says this is fine - allow CATEGORIES+= - warn about www.freebsd.org/~user needing to be people.freebsd.org - warn about PKGNAME being set from another variable instead of being a fatal error - understand both $(PORTSDIR) and ${PORTSDIR} Notes: svn path=/head/; revision=26840
* I'll maintain thisMichael Haro2000-02-041-1/+1
| | | | Notes: svn path=/head/; revision=25474
* issue a warning when @owner or @group are found in the PLISTMichael Haro2000-02-021-12/+2
| | | | Notes: svn path=/head/; revision=25417
* bump version number slightly to reflect recent changesMichael Haro2000-01-221-1/+1
| | | | Notes: svn path=/head/; revision=24949
* add support for @owner and @group in PLISTMichael Haro2000-01-221-0/+12
| | | | Notes: svn path=/head/; revision=24948
* Fixes:Shigeyuki Fukushima2000-01-121-11/+17
| | | | | | | | | | | - Allow "MAINTAINER?=". - Allow "CATEGORIES?=" and "CATEGORIES+=". PR: ports/16064 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=24664
* switch maintainer to ports@freebsd.org, as I'm unable to do it for a long time.Jun-ichiro itojun Hagino2000-01-111-1/+1
| | | | Notes: svn path=/head/; revision=24641
* added the following checking:Munechika SUMIKAWA1999-09-282-1/+9
| | | | | | | | | | | "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka Notes: svn path=/head/; revision=22049
* Recently we must use $FreeBSD instead of $Id in Makefile.Satoshi Taoka1999-09-281-2/+2
| | | | | | | | | So portlint needs this modification. Approved by: maintainer Notes: svn path=/head/; revision=22035
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21084
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | 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
* 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. 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 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
* 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
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
| | | | Notes: svn path=/head/; revision=11552
* 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
* 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