summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-13NetBSD capitalization police.wiz1-4/+4
2005-12-12+ ERROR: Other Makefiles must not be included. Use Makefile.common instead.rillig1-1/+11
2005-12-11* check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\"rillig1-0/+1
2005-12-09Improved diagnostic of the warning for @comment in variables.rillig1-2/+2
2005-12-08- Improved the wording of the explanation regarding relative directories.rillig1-16/+16
2005-12-08Updated pkglint to 4.49.rillig1-2/+2
2005-12-08Cleaned up the TODO list.rillig1-5/+0
2005-12-08The option names are now checked if they are inrillig1-3/+0
2005-12-08- Fixed a typo (SUBST_PLIST => PLIST_SUBST) noted by wiz.rillig1-3/+3
2005-12-08- Added a warning that prevents the quoting issues from the recentrillig1-1/+16
2005-12-07- All PKG_OPTIONs are checked whether they are documented in mk/defaults/\rillig1-15/+70
2005-12-07- Fixed a comment. The order of subroutines is no longer historical.rillig1-5/+5
2005-12-07I've sent joerg a patch which would fix his TODO item.rillig1-4/+0
2005-12-07- Added a check that exists if RelativePkgDir exists. Suggested by wiz inrillig1-2/+6
2005-12-06- Changed the type of PKG_OPTIONS_VAR from Varname to PkgOptionsVar. Addedrillig2-5/+20
2005-12-06- Moved checkline_mk_varassign() below checkline_mk_vartype() to avoidrillig1-76/+76
2005-12-06- Improved the heuristics for shell words by allowing pkgsrc variables withrillig1-36/+25
2005-12-06* IMAKE_MANNEWSUFFIX should be deprecated in PLISTs, says Joerg.rillig1-0/+4
2005-12-06- Removed the checklines_mk() subroutine and copied the code torillig1-33/+14
2005-12-06- Integrated the code from checklines_mk_deprecated_variables() intorillig1-36/+15
2005-12-06- Improved the heuristics for detecting direct use of ${TOOL}s.rillig1-154/+157
2005-12-06Reordered the complete file. Grouped subroutines by name (checkline_*,rillig1-571/+543
2005-12-06Collected the routines that load pkglint-specific data in one section.rillig1-141/+141
2005-12-06- Renamed get_make_vars_typemap() to get_vartypes_map().rillig1-96/+83
2005-12-06- Rewrote the code that checks for direct use of tool names. It isrillig1-105/+57
2005-12-06- Improved detection of valid shell words once more.rillig1-28/+50
2005-12-05- Improved the regular expression for shell words by recognizing make(1)rillig1-1/+2