aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portlint
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.1.marcus2003-07-294-7/+12
| | | | | | | | | | | * Document the -V option [1] * Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2] * Correct the version string PR: 54993 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1] gerald [2] Pointy hat to: me [2] (I should have used Gerald's patch as-is)
* Update to 2.4.0.marcus2003-07-204-41/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Document the -A option in the usage * Add my name to the list of AUTHORS * Clean up some warnings produced by perl -cwT * Check for the existence of pkg-comment and flag it as FATAL [1] * Add OMF checking support similar to the info checking code * Add support for {DOCS,EXAMPLES}DIR macros [2] * Don't check commented out URLs in MASTER_SITES [3] * Add file, find, strip, and xargs to the list of direct command names [4] * Don't search for command names in COMMENT [5] * Add SITE_PERL support [6] * Add DISTFILE/MASTER_SITE grouping support [7] * Check to make sure the MAINTAINER field contains a valid email address * Add support for {EXTRACT,PATCH}_DEPENDS * Add USE_GETOPT_LONG support [8] PR: 48199 [1] 53371 [2] 43537 [3] 54381 [6] 39487, 44099, 48221 [7] 54497 [8] Submitted by: Sergei Kolobov <sergei@kolobov.com> [2] [8] gerald [4] (file and strip) Oliver Eikemeier <eikemeier@fillmore-labs.com> [6] Reported by: kris and nork [5]
* I'll take this.marcus2003-07-171-1/+1
|
* I don't have the time to maintain this port.mharo2003-07-171-1/+1
| | | | | Whoever takes maintainership should email me as I have some stuff that was in progress.
* - warn about incorrect usage of the pre-everything:: targetpetef2003-03-082-2/+8
| | | | | | | | - don't give a warning to use binary mode because of a possible RCS tag if the tag is $FreeBSD$. - bump PORTREVISION Approved by: maintainer timeout, portmgr (kris)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Bump PORTREVISION for previous COMMENT changeskris2003-02-111-1/+1
| | | | Reminded by: sobomax
* Catch up to new COMMENT semantics (contains comment string instead ofkris2003-02-101-16/+27
| | | | | | pointing to pkg-comment) Submitted by: lioux
* Let the PORTSDIR environment variable override our defaults.gerald2003-02-033-3/+11
| | | | Approved by: mharo (maintainer)
* Add a simple check for MAINTAINER not to include multiple addresses orknu2003-01-112-2/+8
| | | | | | comments. Approved by: portmgr
* Add latest language categories: hungarian, portuguese and ukrainianlioux2002-11-191-0/+3
| | | | Approved by: mharo (maintainer)
* Bump PORTREVISION.anders2002-11-181-0/+1
|
* Add -A option for all additional checks.anders2002-11-182-6/+8
| | | | Approved by: (silence from) mharo
* Teach portlint to recognize RUN_DEPENDS=${BUILD_DEPENDS} and the likemharo2002-09-152-1/+13
| | | | | PR: 27182 Submitted by: Anton Berezin <tobez@tobez.org>
* Bring in the enhancements I submitted to mharo some time ago and bumpknu2001-03-212-17/+48
| | | | | | | | | | | | the version to 2.3.2. - Add checks for empty files, empty directories, core files, more possible backup files, dotfiles, symlinks and CVS directories. - Do not assume PATCHDIR always includes "/files/". Use the best method to check whether a file is added to @checker as a patch file. - Some trivial message style fixes.
* o stop checking blank lines for files/patch-*sf2001-02-172-3/+3
| | | | | | | o fix getopt arguments: -B takes argument and -N don't. Submitted by: Peter Pentchev <roam@orbitel.bg> Non-responce from: maintainer
* Fix docsmharo2001-02-142-10/+25
| | | | Submitted by: olgeni
* fix some typos, make some warning messages more verbosemharo2001-01-011-4/+4
| | | | | PR: 23725 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Update to version 2.3.knu2000-12-123-245/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Conform to the new port layout, finally. - Use COMMENT, DESCR, PLIST, PKGINSTALL, PKGDEINSTALL, PKGREQ, PKGMESSAGE, SCRIPTDIR and PATCHDIR instead of hardcoded file/directory names. (suggested by will) - Fix maxchars checker that has been broken. - Fix "use ldconfig with ||/usr/bin/true" checker. (patch submitted by sobomax) - Fix "include the country code in the module alias name" warning. Besides, "country code" is corrected to "language code". - Add french and hebrew to the list of lang-specific categories. - Properly omit the checks against PORTNAME section etc. when the testee is a slave port. - Add "INSTALLS_SHLIB may be missing" checker which searches pkg-plist for `*.so' and `*.so.<nn>'. - Make it dynamically read bsd.sites.mk so that we no longer need to keep it always in sync with bsd.sites.mk. It now should recognize `/%SUBDIR%/' part too. - Change `split(/\s+/, "blah blah blah")' to `qw(blah blah blah)'. - Add some dummy comments that prevent Emacs' CPerl mode from confusing. - Add a condition "unless this is a master port" to the warnings that are specific to master ports, because currently we can't know if a port is a master port. Reviewed by: mharo (MAINTAINER)
* bump versionmharo2000-11-101-1/+1
|
* fix a bug, $i = -> $i eqmharo2000-11-101-1/+1
| | | | Submitted by: fenner
* Add support for the new PORTEPOCH/PORTREVISION variables, so it won'twill2000-10-111-10/+11
| | | | | | | improperly fatal-warn about them being in PORTNAME area. PR: 21747 Submitted by: jeh
* sync with bsd.sites.mk, bump version to 2.2.3mharo2000-10-042-11/+96
| | | | Submitted by: jeh
* Fix portlint bug where it thinks that missing a files/md5 is fatal but thewill2000-09-221-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
* update to portlint 2.2.2:mharo2000-04-264-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.
* remove warning, version required (no longer needed) and make portlint portmharo2000-04-201-7/+1
| | | | pass portlint (what a concept ;)
* Update to 2.2.1mharo2000-04-172-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
* Update portlint so it supports PORTNAME/PORTVERSION. This versionmharo2000-04-172-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
* Back out useful `Version required lines' that I'd blindly removed.knu2000-04-151-0/+1
|
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* PORTNAME/PORTVERSION updatemharo2000-04-121-1/+2
|
* warn about not supporting PORTNAME/PORTVERSION yetmharo2000-04-091-0/+6
|
* bump version number to reflect new featuresmharo2000-03-301-1/+1
|
* * Fix Makefile so portlint is more happy with this port (what a concept, themharo2000-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
* - fix a bug in pkg/* checkingmharo2000-03-212-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}
* I'll maintain thismharo2000-02-051-1/+1
|
* issue a warning when @owner or @group are found in the PLISTmharo2000-02-031-12/+2
|
* bump version number slightly to reflect recent changesmharo2000-01-231-1/+1
|
* add support for @owner and @group in PLISTmharo2000-01-231-0/+12
|
* Fixes:shige2000-01-121-11/+17
| | | | | | | | - Allow "MAINTAINER?=". - Allow "CATEGORIES?=" and "CATEGORIES+=". PR: ports/16064 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* switch maintainer to ports@freebsd.org, as I'm unable to do it for a long time.itojun2000-01-111-1/+1
|
* added the following checking:sumikawa1999-09-292-1/+9
| | | | | | | | "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka
* Recently we must use $FreeBSD instead of $Id in Makefile.taoka1999-09-281-2/+2
| | | | | | So portlint needs this modification. Approved by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* manpage fixitojun1999-08-143-10/+10
| | | | | | family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
* typo fixitojun1999-07-241-3/+3
| | | | From: "Oleg V. Volkov" <rover@lglobus.ru>
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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.itojun1999-04-221-1/+3
|
* remove pathname for bsd.port.mk.itojun1999-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 trysteve1999-04-051-2/+2
| | | | | | 'correct' instead. Submitted by: asami
* Fix a spelling nit: sane -> same.steve1999-04-021-2/+2
|
* Handle x11-* categories correctly.steve1999-02-221-6/+7
| | | | Reviewed by: maintainer
* avoid NO_WRKDIR.itojun1999-01-071-6/+7
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* remove old ftp site (ftp.foretune.co.jp) from comment.itojun1999-01-051-2/+1
|
* being tired of maintaining portlint only by myself, I decided toitojun1999-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.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.asami1998-06-271-2/+1
|
* original distribution updated (1.60 -> 1.61)itojun1997-11-251-3/+3
|
* original distribution updated (1.59->1.60)itojun1997-11-201-3/+3
|
* Original distribution updated. (1.58 -> 1.59)itojun1997-11-131-3/+3
|
* original distribution updated (1.57->1.58)itojun1997-11-111-3/+3
|
* original distribution updated. (1.56 -> 1.57)itojun1997-11-091-3/+3
|
* original distribution updated to 1.56.itojun1997-11-051-3/+3
|
* original distribution updated to 1.55.itojun1997-10-131-3/+3
|
* original distribution updated to 1.54.itojun1997-10-121-3/+3
|
* original distribution updated to 1.51.itojun1997-10-081-2/+2
| | | | Submitted by: itojun
* original distribution updated to 1.49.itojun1997-09-211-3/+3
| | | | added check for *_DEPENDS.
* original distribution upgraded to 1.48.itojun1997-09-141-3/+3
|
* original distribution updated to release 1.46.itojun1997-08-161-3/+3
|
* original distribution updated to version 1.44.itojun1997-08-081-3/+3
|
* original distribution updated to 1.43.itojun1997-08-061-3/+3
|
* Original distribution updated to r1.33.itojun1997-07-172-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.itojun1997-07-132-7/+14
|
* Upgrade, 1.26 -> 1.28.max1997-07-071-4/+4
|
* Upgrade 1.9 -> 1.26.max1997-07-061-4/+4
| | | | (So many additional checks have been added. Porters gotta check this out!)
* New port, portlint:max1997-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