freebsd-ports/ports-mgmt/portlint/pkg-descr
Michael Haro de91bdd9c9 update to portlint 2.2.2:
- 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.
2000-04-25 21:33:42 +00:00

11 lines
409 B
Plaintext

portlint makes a small set of sanity checks for port directory.
usage: portlint [-abctvN] [-B#] [port_directory]
-a additional check for scripts/* and pkg/*
-b warn $(VARIABLE)
-c committer mode
-v verbose mode
-t nit pick about use of spaces
-N writing a new port
-B# allow # contiguous blank lines (default: 1 line)