freebsd-ports/ports-mgmt/portlint/pkg-descr
Joe Marcus Clarke 88454c9afc * Update to 2.5.5
* Fix up the usage text
* Ignore arguments passed to REINPLACE_CMD so portlint will not complain on
  things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1]
* Only match libraries installed into lib when looking for .so's [2]
* Try to make the PKGCATEGORY check a little more forgiving to committers
  checking single ports [3]

PR:		60608 [1]
		60803 [2]
Submitted by:	leeym [1] [2] (based on)
		dougb [3]
2004-01-02 02:20:41 +00:00

15 lines
724 B
Text

portlint makes a small set of sanity checks for port directory.
usage: portlint.pl [-AabCchvtN] [-M ENV] [-B#] [port_directory]
-a additional check for scripts/* and pkg/*
-A turn on all additional checks (equivalent to -abcNt)
-b warn $(VARIABLE)
-c committer mode
-C pedantic committer mode (equivalent to -abct)
-h show summary of command line options
-v verbose mode
-t nit pick about use of spaces
-N writing a new port
-V print the version and exit
-M ENV set make variables to ENV (ex. PORTSDIR=/usr/ports.work)
-B# allow # contiguous blank lines (default: 1 line)