Age | Commit message (Expand) | Author | Files | Lines |
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-21 | Changed the way trailing empty lines are detected. This adds line | rillig | 1 | -33/+40 |
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 | 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-15 | Added a command line option to disable warnings on unsorted things like | rillig | 4 | -17/+24 |
2005-05-14 | TODO: Check for C/C++ style comments in Makefiles. | rillig | 1 | -0/+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 |
2005-05-10 | Added more deprecated variables from mk/defaults/obsolete.mk. | rillig | 1 | -1/+24 |
2005-05-10 | Don't include ../../mk/java*.mk when reading in the Makefile. This avoids | rillig | 1 | -4/+3 |
2005-05-10 | The TOOLS phase is not needed for pkglint. | rillig | 1 | -1/+2 |
2005-05-07 | Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable). | wiz | 1 | -2/+2 |
2005-05-07 | When detecting the pkgsrc root directory, don't rely on Packages.txt, as | rillig | 1 | -3/+3 |
2005-05-07 | Replaced the shell here-document operator with qw(...). No functional | rillig | 1 | -48/+35 |
2005-05-07 | Swapped out the definition of deprecated variables to an external file. | rillig | 3 | -66/+54 |
2005-05-07 | Don't use hard-coded /usr/pkgsrc, but @PKGSRCDIR@. Approved by wiz. | rillig | 1 | -3/+3 |
2005-05-05 | Added --explain option. | rillig | 1 | -0/+1 |
2005-05-01 | Removed the -Wpatches command line option, because -Cpatches does the | rillig | 1 | -43/+17 |
2005-04-30 | Added TODO list for pkglint. | rillig | 1 | -0/+7 |
2005-04-29 | Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead of | rillig | 1 | -48/+56 |
2005-04-12 | Remove NO_BUILDLINK from makevars.map -- no-op now, but changed the package, | tv | 2 | -4/+3 |
2005-04-12 | Took over maintainership. Suggested and approved by wiz. | rillig | 1 | -2/+2 |
2005-04-12 | Globally replaced calls to the log_* functions by shorter variants. This | rillig | 1 | -43/+51 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-04-11 | Remove USE_BUILDLINK3 support, and deprecate the name instead. 4.12. | tv | 2 | -13/+8 |
2005-04-07 | Update to 4.11: | riz | 2 | -5/+5 |
2005-04-04 | Update pkglint to 4.10: | abs | 2 | -5/+5 |
2005-03-28 | Improve a warning; from Lex Wennmacher in PR 29796. | wiz | 1 | -2/+2 |
2005-03-07 | update pkglint to 4.09: | abs | 2 | -6/+10 |
2005-02-24 | Minor wording changes. Fixed a bug. (The string "$line->text" does not call | rillig | 2 | -10/+8 |
2005-02-23 | 4.07: Use correct variable in workdir-cleanup warning. | wiz | 2 | -4/+4 |