summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-23When opt_dumpmakefile is activated, only print the contents of the Makefilerillig1-3/+1
2005-05-23Only warn about use of $(VARIABLE) if it is not preceded by another $.rillig1-2/+2
2005-05-23Fixed a bug introduced by the message normalization patch (forgot a !rillig1-2/+3
2005-05-22Normalized capitalization of log messages.rillig1-181/+171
2005-05-22Reformatted the initial comment. Changed my mail address to NetBSD.org.rillig1-4/+7
2005-05-22Updated the man pages.rillig2-3/+7
2005-05-22Don't check the order of the Makefile sections if a Makefile.common isrillig1-2/+19
2005-05-22Made the check for non-empty RCS Id tags independent from the --verboserillig1-2/+2
2005-05-22Added NO_BUILD.rillig1-1/+2
2005-05-22Extend the deprecated variables check to the included Makefiles, too.rillig1-8/+16
2005-05-22Added USE_LIBTOOL and USE_PKGLOCALEDIR.rillig1-1/+3
2005-05-22Extended reading of Makefiles to return both---a string containing therillig1-23/+24
2005-05-22Simplified the way individual files are checked.rillig1-31/+8
2005-05-22Removed a check for *.tgz in the package directory. This check has beenrillig1-8/+1
2005-05-21Changed the way trailing empty lines are detected. This adds linerillig1-33/+40
2005-05-20Don't include buildlink3.mk files when reading the Makefile. Thisrillig1-2/+3
2005-05-19Removed misleading comment.rillig1-3/+1
2005-05-19Simplified some uses of log_error(), log_warning(), log_info().rillig1-9/+9
2005-05-19Removed unnecessary code from checkpathname().rillig1-12/+1
2005-05-19It is now possible to invoke pkglint with multiple directories to check.rillig1-49/+73
2005-05-19Fixed a typo in the command line options (conblank => contblank).rillig1-2/+2
2005-05-184.15.1: Fix PLIST (hi Roland!).wiz2-3/+5
2005-05-18Removed the check if ${PKGBASE} ends in a digit. This check onlyrillig1-8/+1
2005-05-18Removed the check for absolute filenames, as it has produced too manyrillig3-10/+5
2005-05-18Renamed PkgLint::FileUtils to PkgLint::FileUtil, for consistency with Util.rillig1-8/+8
2005-05-18Moved print_table() from ::main to PkgLint::Util.rillig1-32/+32
2005-05-18Renamed PkgLint::Utils to PkgLint::Util, just for fun.rillig1-5/+5