summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/pkglint.pl
AgeCommit message (Expand)AuthorFilesLines
2011-02-01Make a missing LICENSE an error.wiz1-7/+7
2010-10-26Put LICENSE into MAINTAINER section, where other documentation puts it.wiz1-2/+2
2010-06-15In patch files, comments are so useful that this is no longer arillig1-5/+5
2010-03-10Updated the handling of the LICENSE variable. It is no longer a simple identi...rillig1-11/+23
2009-11-20The GNU tools usually provide replacements for their counterparts whoserillig1-2/+2
2009-09-10SuSE packages live in suse100 nowadays and for Python pick 2.6.joerg1-3/+3
2009-07-26Fixed the parser for shell commands, so that it recognizes the $$$$rillig1-2/+4
2009-07-26Added support for LICENSE_FILE, OPSYSVARS and @pkgdir.rillig1-1/+26
2009-07-22Don't suggest to use obsolete features.rillig1-3/+3
2009-07-22Remove USE_DIRS handling.wiz1-43/+7
2009-07-17Added the ability to resolve simple variable references of the formrillig1-2/+34
2009-07-17Variables that are defined by the package may be used as shell commands.rillig1-1/+6
2009-06-13Introduced the emulation framework to pkglint.rillig1-1/+25
2009-05-26Shell comments may be hidden using @, as they have no side effects.rillig1-2/+5
2009-04-26Removed unnecessary code.rillig1-33/+23
2009-04-26Optimized the doc/CHANGES handling to get the get_doc_CHANGES functionrillig1-10/+10
2009-04-26Added a check that ensures that all types in makevars.map actually existrillig1-8/+36
2009-04-26Removed unused functions.rillig1-14/+1
2009-04-04Added a warning for the old buildlink3.mk format.rillig1-1/+7
2009-03-25Improve explanation for missing man pages for sbin/ programs.wiz1-4/+4
2009-03-25Added explanations for all warnings that currently appear in wip/dcc.rillig1-1/+34
2009-03-22Fixed the .if/.endif handling in the new buildlink3.mk format.rillig1-2/+2
2009-03-22Oops. :)rillig1-2/+2
2009-03-22Adjusted pkglint to the new format of the buildlink3.mk files, which isrillig1-13/+171
2009-03-10Implemented the suggestion by abs@ of reducing the number of warnings inrillig1-21/+34
2009-02-14Remind the package developers that AUTO_MKDIRS is more convenient thanrillig1-9/+15
2009-01-26Packages that install *.desktop files should includerillig1-3/+14
2009-01-26Added but disabled a check that tests whether the PKGNAME and therillig1-1/+6
2008-12-21Warn about missing PKG_DESTDIR_SUPPORT definition. Every package shouldrillig1-1/+5
2008-12-15TOOLS_DEPENDS.* names a dependency, and all the directories that arerillig1-2/+8
2008-12-14Changed one of the explanations to be more permissive. Fixed arillig1-3/+3
2008-12-05Make complaints about hicolor icon themes directories errors.wiz1-2/+2
2008-12-04Added explicit checks for share/icons/hicolor directories in PLISTs, asrillig1-1/+7
2008-12-02Removed unused code. Changed one constructor call to match the patternrillig1-56/+5
2008-11-30Banned the warnings about SUBST_* groups into the -Wextra option, sincerillig1-18/+18
2008-11-24Allowed pkglint to check doc/CHANGES-* files individually.rillig1-26/+34
2008-11-19Fixed the (hopefully) last issue with the downgrading warning.rillig1-4/+8
2008-11-18It's pretty tricky to get the bmake substitution right. At least ifrillig1-2/+7
2008-11-18Get rid of the false positive warnings for downgrading, by doing morerillig1-1/+8
2008-11-18Emit a note instead of a warning when the :Q operator is used in placesrillig1-6/+12
2008-11-18It is not necessary to save the whole text of the package Makefilerillig1-44/+32
2008-11-18The PKGREVISION is included in the version comparison, to fix the bogusrillig1-4/+17
2008-11-06Only check doc/CHANGES-* starting with 2008, as suggested by OBATA Akiorillig1-2/+2
2008-11-04Fixed three warnings, which have been reported by Mark Davies.rillig1-2/+2
2008-11-04The macro __NetBSD_Prereq__ should not be used.rillig1-8/+13
2008-11-04Added a check that detects a downgrade of a package. To do this, itrillig1-1/+110
2008-10-20Moved all explaining texts to the beginning of a line, so they stand outrillig1-200/+199
2008-10-20Removed the experimental --klickibunti option and everything that wasrillig1-383/+8
2008-10-20Replaced all instances of "=~ qr" with "=~ m", and all instances ofrillig1-317/+317
2008-10-18Fixed another "closedir() on undefined".rillig1-12/+6