summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2005-07-05Don't use reserved variable names (${_f_} => ${f}).rillig1-3/+3
2005-07-02Removed the need for the global variable $opt_packagedir. No user-visiblerillig1-33/+31
2005-07-02Removed very old checks for files/md5, files/patch-sum, COMMENT and pkg/.rillig1-13/+1
2005-07-02Added a parameter to the checkfile_* subroutines that specifies the baserillig1-46/+42
2005-07-02TODO: make all pathnames relative to the current directory.rillig1-0/+1
2005-07-02The subroutine check_package gets the package directory as argument.rillig1-4/+7
2005-07-02Restricted the warning option -Wsort to only apply to PLIST files andrillig3-13/+14
2005-07-02Removed the check for expanded RCS tag completely, assuming no one willrillig1-12/+3
2005-07-01Clarified the warning message when an uncommitted file has an expandedrillig1-2/+2
2005-06-27The subroutines checkfile_MESSAGE, checkfile_PLIST, checkfile_distinfo andrillig1-24/+15
2005-06-24Don't warn on empty scripts/ directories, which may occur during CVSrillig2-11/+9
2005-06-14pkglint complains about empty DESCR files again. Fixes PR 30509. Updatedrillig2-3/+7
2005-06-07Check for non-normalized dependency lines like package:../package insteadrillig1-0/+1
2005-06-03Remove USE_GIF.wiz1-2/+1
2005-06-03Remove USE_IDEA.wiz1-2/+1
2005-06-03Remove USE_ESOUND.wiz1-2/+1
2005-06-01Fix grammar in comment.wiz1-2/+2
2005-05-31Added PKG_PRESERVE, NO_PKGTOOLS_REQD_CHECK and NO_PKG_REGISTER.rillig1-1/+4
2005-05-31When checking the type of variables, the variable name must begin at therillig1-3/+3
2005-05-31Removed unused subroutine abspathname. Added the things it did to the TODOrillig2-63/+4
2005-05-31Removed the -N command line option, which had been deprecated before.rillig3-31/+24
2005-05-26Renamed -Wexpensive to -Wbl3. By default this option is enabled. Added arillig1-4/+25
2005-05-26Added a command line option -Cexpensive, which enables more expensiverillig1-10/+17
2005-05-26Renamed $distinfo to $distinfo_file, to match the pkgsrc variable name.rillig1-16/+17
2005-05-26Reduced the debugging messages to the ones that provide useful contextrillig1-38/+16
2005-05-26Made the regular expression for direct use of tools in shell commandsrillig1-6/+10
2005-05-26Marked a bunch of warnings as "vague". These warnings are enabled byrillig1-61/+63
2005-05-25Added the dirname($file) to the search path for include files whenrillig1-2/+8
2005-05-25Add: * fatal error if RMD160 missingwiz1-0/+1
2005-05-25Added EXTRACT_USING, INTERACTIVE_STAGE and MANSOURCEPATH to the list ofrillig1-3/+4
2005-05-25In checklines_direct_tools, quote shell commands, too. Unquoted shellrillig1-2/+2
2005-05-25Fixed a regular expression in checklines_direct_tools. Added debuggingrillig1-2/+5
2005-05-24Minor wording fix.rillig1-2/+2
2005-05-24Rewrote the part of detecting direct use of tools in variables and shellrillig1-57/+80
2005-05-24When converting USE_PERL5 to USE_TOOLS, the user might want to setrillig1-2/+2
2005-05-24Made perl a run-time dependency.rillig1-1/+2
2005-05-24Converted USE_PERL5 into USE_TOOLS. Changed the SUBST stage torillig1-7/+4
2005-05-24Added USE_PERL5. Added a comment when these definitions may be removed.rillig1-1/+3
2005-05-24Replaced the algorithm in check_category with one that is fast, correct andrillig1-10/+14
2005-05-24Renamed category_check to check_category. Using $dir insiderillig1-13/+14
2005-05-24Added stricter checking for the RCS Id tags. Now they are always requiredrillig1-38/+34
2005-05-24Bugfix release for lintpkgsrc. Now I know why some packages userillig1-2/+2
2005-05-24Add "." to the list of .include directories when reading packagerillig1-1/+2
2005-05-24Keep all Makefile lines for processing. Replaced the algorithm forrillig1-17/+16
2005-05-24Allow multiple USE_TOOLS+= lines.rillig1-2/+2
2005-05-24Marked USE_GNU_TOOLS as deprecated.rillig1-2/+3
2005-05-23Write white-space like in SUSv3 and the man pages.rillig1-3/+3
2005-05-23Added NO_MTREE.rillig1-1/+2
2005-05-23lintpkgsrc(1) honors the PKGLINT_FLAGS environment variable, which can berillig3-20/+34
2005-05-23Fixed man page handling on platforms that don't have the mandoc macros.rillig1-14/+12