summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-01-12Updated pkglint to 4.53.rillig1-2/+2
2006-01-12Added APACHE_MODULE.rillig1-1/+2
2006-01-12- Allow '^' to appear unquoted in shell programs, although it ``is anrillig1-3/+13
2006-01-12- The shell variables $!, $# and $? are recognized as such. All otherrillig1-3/+7
2006-01-12- Improved the parsers for shell words and shell commands. Parsing errorsrillig1-18/+34
2006-01-12- Defining and using make variables starting with an underscore is onlyrillig1-3/+3
2006-01-12- Added three warning categories "debug", "quoting" and "space" that canrillig3-5/+31
2006-01-12- Added the package PkgLint::String, which will be used for improving therillig1-1/+227
2006-01-12- Added plist-clash.pl to the list of files that have @PERL@ replaced.rillig1-1/+2
2006-01-11- In the shell command parser, go to state SCST_CONT instead of SCST_STARTrillig1-2/+5
2006-01-11- In resolve_relative_path, the depth of the path should only be adjustedrillig1-8/+10
2006-01-11Fixed spacing issue.rillig2-3/+3
2006-01-11- Renamed PkgLint::FileUtil::Line to PkgLint::Line in preparation to somerillig1-5/+5
2006-01-10Updated pkglint to 4.52.rillig1-2/+2
2006-01-09Fixed the simple part of the pkglint -Wall warnings.rillig1-14/+12
2006-01-09- Even in an unquoted shell word, variables should be quoted. For example,rillig1-7/+13
2006-01-09- Only check make variables for deprecation and $(...) instead of ${...}.rillig1-3/+3
2006-01-09- Added "Please use ${FOO} instead of $(FOO)."rillig1-3/+11
2006-01-08- Rewrote the state transition of the shell command parser. The sourcerillig1-75/+52
2006-01-08- In shell commands, "case" statements are parsed properly. (Fixes a falserillig1-16/+46
2006-01-07- Enabled the quoting warning for SUBST_MESSAGE (this time the otherrillig1-6/+1
2006-01-07- Added SUBST_MESSAGE to the list of checked variables. The plan is torillig2-3/+20
2006-01-06- Moved the code for checking macro names in patch lines into its ownrillig1-47/+52
2006-01-06- s/existant/existent/rillig1-2/+2
2006-01-06- Renamed checkfile_patches_patch to checkfile_patch.rillig1-4/+4
2006-01-06Added an RCS Id and an introductory comment.rillig1-0/+5
2006-01-06- It is not an error to have symlinks in pkgsrc -- just a warning. Anyrillig1-1/+6
2006-01-03Ask for warnings so that e.g. CONFIGURE_DIRS has overrides forjoerg1-0/+2
2006-01-02Cleaned up the TODO list.rillig1-6/+0
2006-01-02- For possibly misquoted variables the current shellword state isrillig1-2/+4
2006-01-02* record with each substring its source location to be able to makerillig1-0/+2
2006-01-02Updated pkglint to 4.51. Welcome to the Fahrenheit release.rillig1-2/+2
2006-01-02- Fixed the wording of the message when CONFIGURE_DIRS and friends arerillig1-4/+4
2006-01-02- Removed the type guessing code for variables with unknown type, asrillig1-26/+3
2006-01-02- Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS.rillig1-1/+4
2006-01-01- Unquoted shell variables may appear in for loops.rillig1-6/+9
2006-01-01- Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRSrillig1-3/+2
2006-01-01- Added a check for unquoted shell variables (only with -Wextra).rillig1-8/+22
2006-01-01- Integrated checklines_patches_patch back into checkfile_patches_patch.rillig1-68/+61
2006-01-01- Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_.rillig1-2/+2
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-22/+1
2006-01-01- Added a parser for shell words.rillig1-3/+100
2005-12-31- Moved the code that checks for valid shell words into its own subroutinerillig1-21/+33
2005-12-31Updated pkglint to 4.50.rillig1-2/+2
2005-12-31Added some variables, strengthened the checks for some other variables.rillig1-4/+11
2005-12-31- Restructured the header comment.rillig3-53/+204
2005-12-31Since pkg_install appears in the pkg_info listing, there is no need forrillig1-3/+1
2005-12-30Index: has sometimes different precedence in patch, avoid problems.joerg1-0/+1
2005-12-18lintpkgsrc needs pkgtools/digest, so readd it to the DEPENDS.rillig1-1/+2
2005-12-18Synchronized the way the checksum of patch files is computed with the onerillig1-2/+2