Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2006 13:33:37
Module Name:	pkgsrc
Committed By:	rillig
Date:		Fri Jan 20 13:33:37 UTC 2006

Modified Files:
	pkgsrc/pkgtools/pkglint/files: pkglint.0 pkglint.1 pkglint.pl

Log Message:
- Added the -d|--debug command line option, which replaces -Wdebug. The
  latter has been removed.
- Added -Wvarorder (default: disabled) to check the ordering of variables
  in simple packages.
- Using ${WRKSRC}/.. is only considered a warning, not an error, because
  there are packages that work nevertheless. Using this construct remains
  discouraged.
- Replaced most of the TODOs in the source code with code that prints
  a warning in --debug mode.
- The characters '.' and '+' are allowed in BuildlinkPackages.
- Variables *_FLAGS and *_ARGS that have their type guessed based on the
  name don't have to be assigned using the += operator.
- Variables that are assigned using the != operator are not checked for
  type compliance.
- README files are not marked as unknown when they appear in a package
  directory.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/pkgtools/pkglint/files/pkglint.0
cvs rdiff -r1.35 -r1.36 pkgsrc/pkgtools/pkglint/files/pkglint.1
cvs rdiff -r1.477 -r1.478 pkgsrc/pkgtools/pkglint/files/pkglint.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.