summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2005-08-22Don't warn about unsorted PLIST entries that contain ${foo}. Only makerillig1-33/+17
2005-08-21Reduced the number of warnings for replacing ":=" with "=". Added a commandrillig1-3/+10
2005-08-21Buildlink files may use the := assignment operator for variable names thatrillig1-2/+2
2005-08-21Added a flag -g or --gcc-output-format that makes the messages parseable byrillig1-29/+51
2005-08-21This is pkglint-4.20. Changes since 4.19 include:rillig1-2/+2
2005-08-21Generally warn about the use of the := operator in Makefiles.rillig1-2/+10
2005-08-21Rewrote the checking of the Makefile variables in the DISTNAME section.rillig1-74/+67
2005-08-20Fixed a syntax error (a string had not been enclosed in double quotes).rillig1-2/+2
2005-08-20The default values for some variables in checkfile_package_Makefile arerillig1-24/+19
2005-08-19Added the command line option -CDESCR, for consistency.rillig1-2/+4
2005-08-19The --help message was wrong. The progress messages are not printed onrillig1-2/+2
2005-08-19Reduced two errors to warnings for the category Makefiles: The sortrillig1-3/+3
2005-08-19Don't check the distinfo twice if it is defined as ./distinfo in therillig1-2/+2
2005-08-17Changed the way how the direct use of tools is detected in Makefiles.rillig1-14/+20
2005-08-17Moved the checkdir_package subroutine directly before the main subroutinerillig1-97/+86
2005-08-17Renamed check_{package,category} to checkdir_{package,category} torillig1-7/+7
2005-08-17Fixed some bugs that appeared while checking the databases/ categoryrillig1-3/+4
2005-08-17When checking category Makefiles, avoid false warnings aboutrillig1-40/+63
2005-08-17Don't require the second line of a category Makefile to contain an emptyrillig1-72/+117
2005-08-07Added an experimental --autofix or -F command line option. It currentlyrillig1-12/+89
2005-08-06Fixed a bug which led to an endless loop. While happily changing therillig1-3/+2
2005-08-06Fixed the indentation. Replaced a nested if with an &&. Noticed that Irillig1-21/+17
2005-08-06The check_category subroutine has been converted to a one-pass checker.rillig1-34/+57
2005-08-06Don't be too strict to the "wip" category Makefile. It may have arillig1-2/+11
2005-08-06Made the checks for category Makefiles much stricter. Only the "categoryrillig1-38/+55
2005-08-06Run a quick self-test after installation.rillig1-1/+4
2005-08-06White-space fixes.rillig1-9/+9
2005-08-06Code beautification: %{$foo} instead of %$foo.rillig1-3/+3
2005-08-06Checking for C/C++ comments is not necessary for Makefiles. No-one usesrillig1-4/+1
2005-08-06Moved the checks that had been done while loading Makefiles into arillig1-24/+29
2005-08-02Print warnings if the values of ${PKGNAME}, ${SVR4_PKGNAME},rillig1-14/+14
2005-08-01Some more speed optimization.rillig1-10/+9
2005-08-01Converted PkgLint::FileUtils::Line to use an array instead of a hash forrillig1-8/+8
2005-08-01Sppeded up the subroutines read_makefile and check_for_multiple_patches.rillig1-9/+13
2005-08-01Added a new command line option --debug|d. It is currently used forrillig1-16/+36
2005-08-01Simplified the code---no user-visisble changes.rillig1-30/+25
2005-08-01More code cleanup. This time it's only white-space issues.rillig1-62/+55
2005-08-01Internal cleanup: moved some subroutines so that fewer forwardrillig1-136/+98
2005-08-01Remove (commented out) USE_DB2 here too.wiz1-2/+1
2005-08-01Remove another legacy var that was removed from pkgsrc before the previous br...wiz1-2/+1
2005-08-01Remove some legacy vars that were removed from pkgsrc before the previous bra...wiz2-8/+2
2005-08-01Remove obsolete USE_PAM.wiz1-2/+1
2005-07-30Inserted empty lines before elsif to make the code more readable.rillig1-1/+48
2005-07-30The global variables are only needed when checking a package, not arillig1-2/+3
2005-07-29Allow PATCH_DIST_CAT in the PATCH_SITES section.he2-4/+4
2005-07-21Fix a typo and improve markup.wiz2-100/+95
2005-07-21Updated and rewrote the man page.rillig2-95/+72
2005-07-21Added a new subroutine log_subinfo that has an additional parameterrillig1-35/+66
2005-07-21Changed debugging output to reflect the recent split of checkfile_Makefile.rillig1-6/+6
2005-07-21The checkfile_Makefile subroutine is split into load_package_Makefilerillig1-35/+47