Age | Commit message (Expand) | Author | Files | Lines |
2005-07-05 | Don't use reserved variable names (${_f_} => ${f}). | rillig | 1 | -3/+3 |
2005-07-02 | Removed the need for the global variable $opt_packagedir. No user-visible | rillig | 1 | -33/+31 |
2005-07-02 | Removed very old checks for files/md5, files/patch-sum, COMMENT and pkg/. | rillig | 1 | -13/+1 |
2005-07-02 | Added a parameter to the checkfile_* subroutines that specifies the base | rillig | 1 | -46/+42 |
2005-07-02 | TODO: make all pathnames relative to the current directory. | rillig | 1 | -0/+1 |
2005-07-02 | The subroutine check_package gets the package directory as argument. | rillig | 1 | -4/+7 |
2005-07-02 | Restricted the warning option -Wsort to only apply to PLIST files and | rillig | 3 | -13/+14 |
2005-07-02 | Removed the check for expanded RCS tag completely, assuming no one will | rillig | 1 | -12/+3 |
2005-07-01 | Clarified the warning message when an uncommitted file has an expanded | rillig | 1 | -2/+2 |
2005-06-27 | The subroutines checkfile_MESSAGE, checkfile_PLIST, checkfile_distinfo and | rillig | 1 | -24/+15 |
2005-06-24 | Don't warn on empty scripts/ directories, which may occur during CVS | rillig | 2 | -11/+9 |
2005-06-14 | pkglint complains about empty DESCR files again. Fixes PR 30509. Updated | rillig | 2 | -3/+7 |
2005-06-07 | Check for non-normalized dependency lines like package:../package instead | rillig | 1 | -0/+1 |
2005-06-03 | Remove USE_GIF. | wiz | 1 | -2/+1 |
2005-06-03 | Remove USE_IDEA. | wiz | 1 | -2/+1 |
2005-06-03 | Remove USE_ESOUND. | wiz | 1 | -2/+1 |
2005-06-01 | Fix grammar in comment. | wiz | 1 | -2/+2 |
2005-05-31 | Added PKG_PRESERVE, NO_PKGTOOLS_REQD_CHECK and NO_PKG_REGISTER. | rillig | 1 | -1/+4 |
2005-05-31 | When checking the type of variables, the variable name must begin at the | rillig | 1 | -3/+3 |
2005-05-31 | Removed unused subroutine abspathname. Added the things it did to the TODO | rillig | 2 | -63/+4 |
2005-05-31 | Removed the -N command line option, which had been deprecated before. | rillig | 3 | -31/+24 |
2005-05-26 | Renamed -Wexpensive to -Wbl3. By default this option is enabled. Added a | rillig | 1 | -4/+25 |
2005-05-26 | Added a command line option -Cexpensive, which enables more expensive | rillig | 1 | -10/+17 |
2005-05-26 | Renamed $distinfo to $distinfo_file, to match the pkgsrc variable name. | rillig | 1 | -16/+17 |
2005-05-26 | Reduced the debugging messages to the ones that provide useful context | rillig | 1 | -38/+16 |
2005-05-26 | Made the regular expression for direct use of tools in shell commands | rillig | 1 | -6/+10 |
2005-05-26 | Marked a bunch of warnings as "vague". These warnings are enabled by | rillig | 1 | -61/+63 |
2005-05-25 | Added the dirname($file) to the search path for include files when | rillig | 1 | -2/+8 |
2005-05-25 | Add: * fatal error if RMD160 missing | wiz | 1 | -0/+1 |
2005-05-25 | Added EXTRACT_USING, INTERACTIVE_STAGE and MANSOURCEPATH to the list of | rillig | 1 | -3/+4 |
2005-05-25 | In checklines_direct_tools, quote shell commands, too. Unquoted shell | rillig | 1 | -2/+2 |
2005-05-25 | Fixed a regular expression in checklines_direct_tools. Added debugging | rillig | 1 | -2/+5 |
2005-05-24 | Minor wording fix. | rillig | 1 | -2/+2 |
2005-05-24 | Rewrote the part of detecting direct use of tools in variables and shell | rillig | 1 | -57/+80 |
2005-05-24 | When converting USE_PERL5 to USE_TOOLS, the user might want to set | rillig | 1 | -2/+2 |
2005-05-24 | Made perl a run-time dependency. | rillig | 1 | -1/+2 |
2005-05-24 | Converted USE_PERL5 into USE_TOOLS. Changed the SUBST stage to | rillig | 1 | -7/+4 |
2005-05-24 | Added USE_PERL5. Added a comment when these definitions may be removed. | rillig | 1 | -1/+3 |
2005-05-24 | Replaced the algorithm in check_category with one that is fast, correct and | rillig | 1 | -10/+14 |
2005-05-24 | Renamed category_check to check_category. Using $dir inside | rillig | 1 | -13/+14 |
2005-05-24 | Added stricter checking for the RCS Id tags. Now they are always required | rillig | 1 | -38/+34 |
2005-05-24 | Bugfix release for lintpkgsrc. Now I know why some packages use | rillig | 1 | -2/+2 |
2005-05-24 | Add "." to the list of .include directories when reading package | rillig | 1 | -1/+2 |
2005-05-24 | Keep all Makefile lines for processing. Replaced the algorithm for | rillig | 1 | -17/+16 |
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 |