Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-02-21 | Claim maintainership. | wiz | 1 | -2/+2 |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 |
2005-02-17 | Included the location of the warning or error in the messages for | rillig | 2 | -33/+30 |
2005-02-16 | Rewrote the readmakefile routine. Now pkglint runs faster, and the log | rillig | 1 | -55/+26 |
2005-02-16 | Changed the message about sorting PLIST files from FATAL to WARNING. | rillig | 1 | -2/+2 |
2005-02-15 | pkgtools/pkglint: Added checks for proper quoting of shell variables | rillig | 2 | -17/+26 |
2005-02-14 | Make file(1) happy about plist-clash.pl. Fixes PR#29366 by Akio OBATA. | cube | 2 | -4/+3 |
2005-02-12 | Pkglint now checks that the file entries in PLIST files are correctly | rillig | 2 | -4/+13 |
2005-02-12 | Added type checking for Makefile variables. The typechecking is | rillig | 1 | -1/+2 |
2005-02-12 | Added type checking for Makefile variables. The typechecking is | rillig | 3 | -5/+142 |