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