summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2005-11-20Updated pkglint to 4.44.rillig4-22/+5
2005-11-20Reworked the in-file documentation on pkglint. Added section headings.rillig1-23/+141
2005-11-20Removed the (undocumented) -Wvague option. All diagnostics that had beenrillig1-29/+33
2005-11-20Don't print warnings for unknown "empty" directories like pkg/ and scripts/rillig1-2/+2
2005-11-20Updated pkglint to 4.43.2.rillig3-7/+43
2005-11-20Use $conf_pkgsrcdir instead of hard-coded "/usr/pkgsrc".rillig1-3/+3
2005-11-20Added the $conf_make variable to solve compile-time errors.rillig1-1/+2
2005-11-20Updated lintpkgsrc to 4.43.1.rillig2-7/+17
2005-11-20Don't report *_MK variables as unchecked.rillig1-2/+4
2005-11-19Variable names starting with an underscore are reserved for internalrillig1-3/+2
2005-11-19Code cleanup.rillig1-164/+22
2005-11-19Replaced the special purpose variable $seen_USE_PKGLOCALEDIR with therillig1-6/+15
2005-11-19Removed the old EXTRACT_SUFX check.rillig1-19/+2
2005-11-19Don't complain if no MAINTAINER is given.rillig1-13/+1
2005-11-19Oops, covered the tracks from last-minute tests.rillig1-2/+1
2005-11-19Updated pkglint to 4.43.rillig5-14/+69
2005-11-19Updated pkglint to 4.42.2.rillig3-4/+10
2005-11-15Values in SUBST_CLASSES may be tool names.rillig1-1/+2
2005-11-15USE_JAVA2 may be "YES", too.rillig1-2/+2
2005-11-15Removed the (vague) check for "nb\d+" in DISTNAME.rillig1-6/+1
2005-11-15* mention the SUBST framework whenever ${SED} is used.rillig1-0/+1
2005-11-15Updated pkglint to 4.42.1.rillig2-5/+8
2005-11-15Don't hide errors in the post-install stage.rillig1-2/+2
2005-11-15MANINSTALL is a user-settable variable and thus must not be defined byrillig1-5/+1
2005-11-14The last change was a bad idea. Reverted it partly. Now pkglint -I showsrillig1-22/+24
2005-11-14* warn about the use of ${WRKDIR:=...}, as this construct should onlyrillig1-0/+2
2005-11-14WRKSRC is of type WrkdirSubdirectory, but no new checks are added.rillig2-2/+6
2005-11-14- EXTRACT_SUFX is of type DistSuffix.rillig2-2/+8
2005-11-14The readmakefile() subroutine only returns the lines of the main Makefilerillig2-4/+8
2005-11-14* avoid duplicate warnings.rillig1-0/+1
2005-11-14Updated pkglint to 4.42.rillig4-49/+117
2005-11-14* detect spelling errors in variable namesrillig1-0/+1
2005-11-14- File::stat is used instead of the -d and -f operators to get the filerillig1-9/+20
2005-11-14When checking for the existence of a dependency, userillig1-2/+2
2005-11-14- Allow an opening bracket in variable names and tool names.rillig1-4/+4
2005-11-14When loading .mk files, lines are properly converted into logical lines.rillig1-2/+2
2005-11-14Made sure that global variables are only accessed if they are defined.rillig1-19/+14
2005-11-14Updated pkglint to 4.41.rillig4-79/+127
2005-11-13The exitcode from running pkglint in the post-install target is ignored,rillig1-2/+2
2005-11-10- Improved the way the tool names are detected once more.rillig1-1/+7
2005-11-10Updated pkglint to 4.40.rillig5-19/+12
2005-11-10* Find a reliable, secure way to delete all CVS directories insiderillig1-0/+3
2005-11-10Moved the checks for the COMMENT from checklines_package_Makefile() torillig2-19/+19
2005-11-10- Improved the detection of tool names once more.rillig1-2/+2
2005-11-10Updated pkglint to 4.39.rillig2-8/+10
2005-11-10Updated pkglint to 4.38.4.rillig2-6/+6
2005-11-10Added (currently disabled) code to scan for variable names inrillig1-14/+37
2005-11-08Removed the -l command line option from lintpkgsrc(1). Use "pkglint -r"rillig4-76/+26
2005-11-08Updated pkglint to 4.38.2.rillig2-7/+9
2005-11-08- Disable checking for variable names starting with an underscore. Duerillig1-2/+3