summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-03-14Updated pkglint to 4.59.rillig1-2/+2
2006-03-14Added HEADER_TEMPLATE.rillig1-1/+2
2006-03-14{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.rillig2-4/+8
2006-03-13{DE,}INSTALL_EXTRA_TMPL do not always need the += operator.rillig1-3/+3
2006-03-12- Added a bunch of variables to makevars.map.rillig2-12/+42
2006-03-12Added the BrokenIn data type. All BROKEN_IN lines generate an additionalrillig2-3/+11
2006-03-11- Renamed "List!" to "InternalList".rillig2-16/+24
2006-03-11Added CHECK_FILES_SKIP, DEVOSSSOUND, DLOPEN_REQUIRE_PTHREAD.rillig1-1/+4
2006-03-10Don't check the quoting in backticks. This is a misdesign of pkglint.rillig1-1/+5
2006-03-10Added PKG_SYSCONFDIR and PKG_SYSCONFVAR. The latter is not a Varname, asrillig1-1/+4
2006-03-10Added SITES.rillig1-1/+2
2006-03-09Added the REPLACE.* and REPLACE_FILES.* variables.rillig2-2/+7
2006-03-08- In unified diffs, the hunk header must not end in a CR character.rillig1-4/+11
2006-03-02When in context diff mode, as soon as the add-hunk header is seen, therillig1-1/+2
2006-03-02- Make sure that at the end of a patch file, the state of the parser isrillig1-1/+29
2006-03-02- It is an error if a hunk in a patch contains fewer lines that what isrillig1-3/+9
2006-03-02- At startup, pkglint checks against the package version inrillig1-25/+52
2006-03-01Updated pkglint to 4.58.rillig2-3/+75
2006-03-01Debian's lintian has many ideas for things that pkglint could also check.rillig1-1/+2
2006-03-01Added DEVOSSAUDIO and LIBOSSAUDIO.rillig1-1/+3
2006-02-28The rant on Perl has moved to the pkglint book.rillig1-11/+1
2006-02-28Added more documentation on the format of the diagnostics.rillig1-2/+28
2006-02-28Added a rant on the Perl programming language.rillig1-2/+70
2006-02-28- Added the -Wstyle command line option, which enables warnings that don'trillig3-8/+19
2006-02-28The section on the pkglint type system has been moved to the pkglint book.rillig1-24/+1
2006-02-28Added the chapter ``Design goals''.rillig2-1/+94
2006-02-28- The :Q operator should not be applied to tools.rillig1-4/+15
2006-02-28Added the INSTALL_* commands and the MASTER_SITE_* URL lists.rillig1-1/+36
2006-02-27Added RCS Id.rillig1-0/+2
2006-02-27Quoting bugfix.rillig1-2/+2
2006-02-27- Added a list of forbidden commands that must not be used in packages.rillig1-1/+12
2006-02-26Added the book ``Design and implementation of pkglint''.rillig10-0/+806
2006-02-26- Improved checking of sed commands that are used in the SUBSTrillig2-6/+56
2006-02-26- Got rid of 810 warnings in -Wall mode by assuming that certain variablesrillig1-6/+4
2006-02-26- The type SubstMessage was redundant and has been replaced with Message.rillig2-9/+4
2006-02-25Fixed pkglint warnings.rillig1-8/+8
2006-02-25Added sed quotesadam1-8/+8
2006-02-24Fixed pkglint warnings.rillig1-10/+10
2006-02-24PKGMANDIR instead of "man".reed1-6/+6
2006-02-24DECOMPRESS_CMD is deprecated.rillig1-1/+2
2006-02-24- builtin.mk files must not be included directly.rillig1-3/+4
2006-02-24- Fixed path handling when ${PKGSRCDIR} appears in Makefiles.rillig1-4/+20
2006-02-19- The simplification from the last commit was wrong, but those statementsrillig1-8/+11
2006-02-19- Simplified checking for the RCS Id in the first line of patches.rillig1-5/+2
2006-02-19- Completely rewrote the parser for patch files. The new parser can parserillig1-81/+320
2006-02-18- Installing documentation to share/doc/html is deprecated. By default, norillig3-108/+96
2006-02-18Added EGDIR.rillig1-1/+4
2006-02-18- The checkline_mk_vartype_basic routine needs to know whether the valuerillig1-10/+14
2006-02-18- Disabled the warning that all substiution commands should be enclosed inrillig1-2/+2
2006-02-18Distinguish between Pathnames and Pathlists. The latter are lists ofrillig1-5/+16