summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/pkglint.pl
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Updated pkglint to 5.0rillig1-5915/+0
2015-11-02Fixed patch detection in distinfo filesrillig1-2/+2
2015-10-27Removed checkline_spellcheckrillig1-13/+1
2015-10-27Removed unused load_shared_dirsrillig1-65/+1
2015-10-15Reverted part of 1.888 (perlcritic --stern)rillig1-3/+3
2015-10-15Moved the code for checking shell commands into its own filerillig1-714/+2
2015-10-15Code cleanup for loading files that must existrillig1-87/+52
2015-10-15Replaced distinfo algorithm MD5 with SHA512rillig1-55/+32
2015-10-11Fixed some of the errors reported by perlcritic in --stern moderillig1-4/+4
2015-10-11Fixed errors reported by perlcritic in --gentle moderillig1-19/+19
2015-10-11Moved the code for checking patch files into its own filerillig1-642/+12
2015-10-11Fixed runtime error introduced in version 1.884rillig1-1/+2
2015-10-11Removed the code that checked for buildlink.mk files from before 2009rillig1-217/+6
2015-10-11Performance: replaced some regular expressions with string functionsrillig1-36/+30
2015-10-11Performance: removed some needless string interpolationsrillig1-6/+11
2015-10-11Migrated pkglint to Perl 5.12.rillig1-54/+29
2015-10-11Removed redundancy from the patch file checker's data structuresrillig1-53/+51
2015-10-11Made checking of patch files a little fasterrillig1-43/+70
2015-10-11Fixed warning for using github.com in MASTER_SITES.rillig1-1/+8
2015-06-14Fix some perl-5.22 warnings.wiz1-4/+4
2015-03-11Fixed a wrong warning for the HOMEPAGE variablerillig1-10/+12
2015-02-01Allow https in sites.mk.wiz1-2/+2
2015-01-01Add BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM and bump version.dholland1-1/+5
2014-12-06Don't complain about exact (non-range, non-wildcard) dependencies.schmonz1-2/+2
2014-10-09More SVR4_PKGNAME cleanup.wiz1-7/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-4/+1
2014-10-08Fixed variable type of PYTHON_VERSIONED_DEPENDENCIES, so that build-timerillig1-1/+15
2014-09-08Allow -std= in compiler flags.wiz1-2/+2
2014-09-08Allow '+' in another place checking for package names. Needed e.g. for gtk2+.wiz1-3/+3
2014-06-01Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.obache1-2/+3
2014-05-31Remove giflib/libungif special cases. Bump version.wiz1-7/+1
2014-03-03tell QNX as a operating systemobache1-2/+2
2014-03-02Add "solaris" to EmulPlatform.obache1-2/+2
2014-03-02DISTNAME is optional now.obache1-2/+2
2014-03-02We can put any files in files/.obache1-1/+5
2014-01-13pkglint now warns about broken dependencies like >=x.y.*cheusov1-9/+9
2014-01-05Skip :build and :run from tools to recognize 'perl:run' etc.wiz1-3/+4
2013-10-12- Added check for unused license filesrillig1-6/+27
2013-09-01tell TOOL_DEPENDS, same as BUILD_DEPENDS.obache1-1/+2
2013-08-31- When the source line is logged (option -s), an empty line aboverillig1-8/+21
2013-08-15- added type definitions for two variablesrillig1-3/+20
2013-05-26rillig clarified:wiz1-3/+2
2013-05-06pkglint-4.129obache1-7/+21
2013-03-26Excessive self-grepping causes bugginess. Don't!schmonz1-5/+2
2013-03-26Mechanically refactor vartype_basic to dispatch table.schmonz1-542/+605
2013-03-26Declare package pkglint (not main) in pkglint.pl.schmonz1-2/+2
2013-03-26Extract PkgLint::* to files, then inline them.schmonz1-1052/+11
2013-03-06tell Cygwin and Haiku to pkglint.obache1-3/+3
2013-01-20pkglint(1) determines its list of basic variable types by greppingschmonz1-4/+6
2013-01-19Make it possible to easily write automated tests:schmonz1-2/+2