Merge from vendor branch TNF:
[pkgsrc.git] / pkgtools / pkglint / pkg / DESCR
1 pkglint tries to verify the content of a package directory.
2 The purpose of pkglint can be separated into two parts:
3  (1) to let the submitters easily polish her/his own package
4      directory, and
5  (2) to decrease the labor of the committers.
6
7 pkglint uses very simple regular-expression matching for verifying
8 files that make up a package directory.  Note that it does NOT implement
9 complete parser for those files.  Because of this the user may see some
10 extra warnings, especially when checking complex Makefiles.