summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2005-05-19Removed misleading comment.rillig1-3/+1
2005-05-19Simplified some uses of log_error(), log_warning(), log_info().rillig1-9/+9
2005-05-19Removed unnecessary code from checkpathname().rillig1-12/+1
2005-05-19It is now possible to invoke pkglint with multiple directories to check.rillig1-49/+73
2005-05-19Fixed a typo in the command line options (conblank => contblank).rillig1-2/+2
2005-05-184.15.1: Fix PLIST (hi Roland!).wiz2-3/+5
2005-05-18Removed the check if ${PKGBASE} ends in a digit. This check onlyrillig1-8/+1
2005-05-18Removed the check for absolute filenames, as it has produced too manyrillig3-10/+5
2005-05-18add prereq-readmedmcmahill1-1/+2
2005-05-18import prereq-readme-20050518dmcmahill3-0/+34
2005-05-18Renamed PkgLint::FileUtils to PkgLint::FileUtil, for consistency with Util.rillig1-8/+8
2005-05-18Moved print_table() from ::main to PkgLint::Util.rillig1-32/+32
2005-05-18Renamed PkgLint::Utils to PkgLint::Util, just for fun.rillig1-5/+5
2005-05-18Removed unnecessary comment.rillig1-5/+1
2005-05-16Include bdb.buildlink3.mk to build on platforms without native Berkeley DB.minskim1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-05-16Note that this package wants mtree, pax, and tar.jlam1-1/+2
2005-05-15Added a command line option to disable warnings on unsorted things likerillig4-17/+24
2005-05-15Mention that it is also helpful for providing definitions andreed1-1/+4
2005-05-15Add "devel" to categories.reed1-2/+2
2005-05-14TODO: Check for C/C++ style comments in Makefiles.rillig1-0/+3
2005-05-13Honor *OWN and *GRP.minskim1-1/+3
2005-05-10Fix typo.wiz1-2/+2
2005-05-10Changed default pkglint_flags to -q -Wno-workdir. Slightly modified therillig1-9/+5
2005-05-10Added command line option -q|--quiet, which suppresses therillig3-26/+105
2005-05-10Added more deprecated variables from mk/defaults/obsolete.mk.rillig1-1/+24
2005-05-10Don't include ../../mk/java*.mk when reading in the Makefile. This avoidsrillig1-4/+3
2005-05-10The TOOLS phase is not needed for pkglint.rillig1-1/+2
2005-05-10Output the error string when renaming a dependency file fails. This hasrillig1-3/+3
2005-05-08* Add -n flag to limit the amount of results.peter3-15/+30
2005-05-07Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).wiz9-18/+18
2005-05-07When detecting the pkgsrc root directory, don't rely on Packages.txt, asrillig1-3/+3
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz3-6/+6
2005-05-07Replaced the shell here-document operator with qw(...). No functionalrillig1-48/+35
2005-05-07Move invocation of make into a do_test_default, and provide overridablegavan2-11/+21
2005-05-07Swapped out the definition of deprecated variables to an external file.rillig3-66/+54
2005-05-07Don't use hard-coded /usr/pkgsrc, but @PKGSRCDIR@. Approved by wiz.rillig1-3/+3
2005-05-06Sync with usr.sbin/pkg_install/add/pkg_add.1 v1.59.wiz2-21/+65
2005-05-05Added --explain option.rillig1-0/+1
2005-05-01Removed the -Wpatches command line option, because -Cpatches does therillig1-43/+17
2005-04-30Added TODO list for pkglint.rillig1-0/+7
2005-04-29Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead ofrillig1-48/+56
2005-04-21Regen.wiz1-10/+6
2005-04-21Various fixes.wiz1-22/+13
2005-04-20update pkg_chk to 1.57abs2-5/+9
2005-04-20Add and enable genrpmagc1-1/+2
2005-04-20Initial import of genrpm-1.0, a tool to generate rpm packages.agc6-0/+456
2005-04-12Remove NO_BUILDLINK from makevars.map -- no-op now, but changed the package,tv2-4/+3
2005-04-12Took over maintainership. Suggested and approved by wiz.rillig1-2/+2
2005-04-12Globally replaced calls to the log_* functions by shorter variants. Thisrillig1-43/+51