Age | Commit message (Expand) | Author | Files | Lines |
2005-05-24 | Allow multiple USE_TOOLS+= lines. | rillig | 1 | -2/+2 |
2005-05-24 | Marked USE_GNU_TOOLS as deprecated. | rillig | 1 | -2/+3 |
2005-05-23 | Write white-space like in SUSv3 and the man pages. | rillig | 1 | -3/+3 |
2005-05-23 | Added NO_MTREE. | rillig | 1 | -1/+2 |
2005-05-23 | lintpkgsrc(1) honors the PKGLINT_FLAGS environment variable, which can be | rillig | 3 | -20/+34 |
2005-05-23 | Fixed man page handling on platforms that don't have the mandoc macros. | rillig | 1 | -14/+12 |
2005-05-23 | When opt_dumpmakefile is activated, only print the contents of the Makefile | rillig | 1 | -3/+1 |
2005-05-23 | Only warn about use of $(VARIABLE) if it is not preceded by another $. | rillig | 1 | -2/+2 |
2005-05-23 | Fixed a bug introduced by the message normalization patch (forgot a ! | rillig | 1 | -2/+3 |
2005-05-22 | Normalized capitalization of log messages. | rillig | 1 | -181/+171 |
2005-05-22 | Reformatted the initial comment. Changed my mail address to NetBSD.org. | rillig | 1 | -4/+7 |
2005-05-22 | Updated the man pages. | rillig | 2 | -3/+7 |
2005-05-22 | Don't check the order of the Makefile sections if a Makefile.common is | rillig | 1 | -2/+19 |
2005-05-22 | Made the check for non-empty RCS Id tags independent from the --verbose | rillig | 1 | -2/+2 |
2005-05-22 | Added NO_BUILD. | rillig | 1 | -1/+2 |
2005-05-22 | Extend the deprecated variables check to the included Makefiles, too. | rillig | 1 | -8/+16 |
2005-05-22 | Added USE_LIBTOOL and USE_PKGLOCALEDIR. | rillig | 1 | -1/+3 |
2005-05-22 | Extended reading of Makefiles to return both---a string containing the | rillig | 1 | -23/+24 |
2005-05-22 | Simplified the way individual files are checked. | rillig | 1 | -31/+8 |
2005-05-22 | Removed a check for *.tgz in the package directory. This check has been | rillig | 1 | -8/+1 |
2005-05-22 | add find to the tools list | dmcmahill | 1 | -2/+3 |
2005-05-21 | Changed the way trailing empty lines are detected. This adds line | rillig | 1 | -33/+40 |
2005-05-21 | SUBST_FILES.* must be relative to ${WRKSRC}. | jlam | 1 | -2/+2 |
2005-05-21 | Use -U $lines instead of -$lines to avoid conflicts with the threeway diff | rh | 2 | -7/+7 |
2005-05-20 | Don't include buildlink3.mk files when reading the Makefile. This | rillig | 1 | -2/+3 |
2005-05-19 | Removed misleading comment. | rillig | 1 | -3/+1 |
2005-05-19 | Simplified some uses of log_error(), log_warning(), log_info(). | rillig | 1 | -9/+9 |
2005-05-19 | Removed unnecessary code from checkpathname(). | rillig | 1 | -12/+1 |
2005-05-19 | It is now possible to invoke pkglint with multiple directories to check. | rillig | 1 | -49/+73 |
2005-05-19 | Fixed a typo in the command line options (conblank => contblank). | rillig | 1 | -2/+2 |
2005-05-18 | 4.15.1: Fix PLIST (hi Roland!). | wiz | 2 | -3/+5 |
2005-05-18 | Removed the check if ${PKGBASE} ends in a digit. This check only | rillig | 1 | -8/+1 |
2005-05-18 | Removed the check for absolute filenames, as it has produced too many | rillig | 3 | -10/+5 |
2005-05-18 | add prereq-readme | dmcmahill | 1 | -1/+2 |
2005-05-18 | import prereq-readme-20050518 | dmcmahill | 3 | -0/+34 |
2005-05-18 | Renamed PkgLint::FileUtils to PkgLint::FileUtil, for consistency with Util. | rillig | 1 | -8/+8 |
2005-05-18 | Moved print_table() from ::main to PkgLint::Util. | rillig | 1 | -32/+32 |
2005-05-18 | Renamed PkgLint::Utils to PkgLint::Util, just for fun. | rillig | 1 | -5/+5 |
2005-05-18 | Removed unnecessary comment. | rillig | 1 | -5/+1 |
2005-05-16 | Include bdb.buildlink3.mk to build on platforms without native Berkeley DB. | minskim | 1 | -1/+2 |
2005-05-16 | Note that gtar is required by the package. | jlam | 1 | -1/+2 |
2005-05-16 | Note that this package wants mtree, pax, and tar. | jlam | 1 | -1/+2 |
2005-05-15 | Added a command line option to disable warnings on unsorted things like | rillig | 4 | -17/+24 |
2005-05-15 | Mention that it is also helpful for providing definitions and | reed | 1 | -1/+4 |
2005-05-15 | Add "devel" to categories. | reed | 1 | -2/+2 |
2005-05-14 | TODO: Check for C/C++ style comments in Makefiles. | rillig | 1 | -0/+3 |
2005-05-13 | Honor *OWN and *GRP. | minskim | 1 | -1/+3 |
2005-05-10 | Fix typo. | wiz | 1 | -2/+2 |
2005-05-10 | Changed default pkglint_flags to -q -Wno-workdir. Slightly modified the | rillig | 1 | -9/+5 |
2005-05-10 | Added command line option -q|--quiet, which suppresses the | rillig | 3 | -26/+105 |