summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
AgeCommit message (Expand)AuthorFilesLines
2005-07-21Fix a typo and improve markup.wiz2-100/+95
2005-07-21Updated and rewrote the man page.rillig2-95/+72
2005-07-21Added a new subroutine log_subinfo that has an additional parameterrillig1-35/+66
2005-07-21Changed debugging output to reflect the recent split of checkfile_Makefile.rillig1-6/+6
2005-07-21The checkfile_Makefile subroutine is split into load_package_Makefilerillig1-35/+47
2005-07-21In the diagnostic messages, multiple adjacent slashes are compressed torillig1-1/+2
2005-07-20Updated to be in sync with mk/replace.mk, revision 1.120.rillig1-2/+4
2005-07-20Don't print "vague" diagnostics by default. A "vague" diagnostic is onerillig1-2/+2
2005-07-20Don't show warnings for tool names that are enclosed in single quotes.rillig1-3/+10
2005-07-20Added a subroutine expand_variable that replaces certain known ${...}rillig1-38/+32
2005-07-20Removed global variable for checking type conformity of Makefile variables.rillig1-15/+22
2005-07-20Removed global variable %seen_Makefile_include.rillig1-10/+8
2005-07-20Removed globally visible variable %predefined_sites. It is now arillig1-12/+24
2005-07-20Changed the default value of $pkgname from "" to undefined.rillig1-7/+7
2005-07-20Removed three more global variables.rillig1-29/+16
2005-07-20Removed global variable $pkgsrc_rootdir.rillig1-7/+4
2005-07-20The package's files are now processed by a large switch inside a looprillig1-47/+42
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-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 CVSrillig1-9/+7
2005-06-14pkglint complains about empty DESCR files again. Fixes PR 30509. Updatedrillig1-1/+5
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 TODOrillig1-62/+1
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-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-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