summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2005-09-23Updated pkglint to 4.21.4.rillig2-4/+6
2005-09-22Updated pkglint to 4.21.3.rillig2-3/+12
2005-09-22Updated pkglint to 4.21.2.rillig2-6/+9
2005-09-22The diagnostics for the COMMENT variable checks include the location andrillig2-20/+27
2005-09-16Removed distfetch from pkgsrcmartti7-325/+1
2005-09-11update pkgtools/pkg_chk to 1.61.abs2-6/+16
2005-09-10regenwiz1-1/+1
2005-09-10Date string needs no leading zeroes.wiz1-2/+2
2005-09-10Use \*[Am] instead of & for HTML output.wiz1-2/+2
2005-09-09This is pkglint-4.21.rillig1-2/+2
2005-09-09Changed the regular expression for detecting valid .include lines inrillig1-2/+2
2005-09-06Bugfix: The subdirectories of the pkgsrc root directory are listedrillig1-7/+16
2005-09-05Added a check for variables that are modified using "+=". As they arerillig1-1/+75
2005-09-05Replaced two instances of ad-hoc regular expressions with regex_varassign.rillig1-4/+4
2005-09-05The continuation line indicator in regex_varassign is not neededrillig1-4/+4
2005-09-04Use logical lines for the validation of Makefiles rather than physicalrillig1-20/+43
2005-09-04Update url2pkg to 1.29. Change:hubertf2-11/+28
2005-09-04regen (under 2.0)wiz1-15/+15
2005-09-04New sentence, new line.wiz1-2/+3
2005-09-04Changed the wording of the diagnostics message when a patch contains anrillig1-5/+4
2005-09-04Made the code in get_logical_line easier.rillig1-3/+8
2005-09-04Updated the man pages.rillig2-36/+30
2005-09-03When RCS Ids are detected in patches, don't suggest the -ko mode, butrillig1-2/+2
2005-09-03As the shell commands in Makefiles can be quite long, only the closerillig1-8/+23
2005-09-03Added section comments and renamed some subroutines and variables.rillig1-28/+27
2005-09-03Made the import clauses uniform.rillig1-5/+11
2005-09-02Removed the -Winternal flag and the checks for the ":=" operator. There hadrillig1-16/+1
2005-09-02Removed the (undocumented) -d/--debug option.rillig1-16/+1
2005-09-02The command line options are now defined in one table instead of two.rillig1-49/+60
2005-09-02In logical lines from Makefiles, white-space surrounding therillig1-8/+13
2005-09-02In the diagnostics, "../../" path components that are not at therillig1-1/+5
2005-09-02The PKGDIR variable is extracted from the Makefile first, because otherrillig1-7/+6
2005-09-02When checking for direct use of tools, the Makefile lines arerillig1-8/+27
2005-09-01Fixed a newly introduced bug that prevented multiple patches per file fromrillig1-1/+3
2005-09-01Fixed the false warnings for lines in patches that start with "---". Therillig1-3/+10
2005-09-01Pkglint can check the pkgsrc root directory now. The checks are keptrillig1-7/+59
2005-09-01Added an (undocumented) option -r/--recursive that checks all the packagesrillig1-9/+14
2005-09-01fix typo in comment, reported by Leonard Schmidt on tech-pkg@hubertf1-1/+1
2005-08-25Update to 20050817.xtraeme2-6/+6
2005-08-25Added a check for PLISTs: Man pages should be installed into man/, notrillig1-1/+4
2005-08-25Removed all references to the -B/contblank command line option.rillig2-12/+4
2005-08-24Removed the -p flag from the usage message. It hasn't been implementedrillig1-2/+1
2005-08-24Removed the check for contiguous blank lines completely. As long asrillig1-11/+1
2005-08-24Added a -Wwhitespace flag that is off by default to control whetherrillig1-2/+4
2005-08-23Update to 1.22:jmmv3-8/+15
2005-08-22Sorted the regular expression constants alphabetically. Renamed two of them.rillig1-7/+7
2005-08-22Don't warn about unsorted PLIST entries that contain ${foo}. Only makerillig1-33/+17
2005-08-21Reduced the number of warnings for replacing ":=" with "=". Added a commandrillig1-3/+10
2005-08-21Buildlink files may use the := assignment operator for variable names thatrillig1-2/+2
2005-08-21Added a flag -g or --gcc-output-format that makes the messages parseable byrillig1-29/+51