summaryrefslogtreecommitdiff
path: root/devel/p5-AppConfig
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-05-28Updated devel/p5-AppConfig to 1.66abs2-8/+10
#======================================================================== # Version 1.66 Date: 2007/07/06 (Andy Wardley) #======================================================================== * Removed File::HomeDir from the test scripts.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-06-09Update devel/p5-AppConfig from 1.64 to 1.65 - no changes recordedabs2-7/+7
2007-02-27Update to 1.64:wiz2-8/+9
#======================================================================== # Version 1.64 Date: 2007/01/02 (Adam Kennedy) #======================================================================== * Bug fix to prevent crashing for users with no home directory * Increase File::HomeDir dep to 0.61 which supports no home directory cases properly. #======================================================================== # Version 1.63 Date: 2006/08/03 (Adam Kennedy) #======================================================================== * Unified version numbers and removed repository magic * Removed "use warnings" to get the Perl version dependency back to 5.005 * Removed "use base Exporter" which doesn't always work * Use File::HomeDir to find $HOME instead of doing it ourself, sorta * Fixed a POD bug in AppConfig::Sys and added a 99_pod.t test * Added a LICENSE file
2006-05-02Fix HOMEPAGE to point to more relevant location.jlam1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Remove entry for patch-aa; patch-aa was removed when the packagewiz1-2/+1
was updated to 1.56 three months ago.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-23Updated devel/p5-AppConfig to 1.56. Changes from version 1.52 include:jlam3-19/+5
* Add "heredoc" style quoting. * Added POSIX style '=value' suffixes to --parameters. Thus '--foo=bar' is now equivalent to '-foo bar'. * Added AppConfig::CGI module to parse CGI script parameters. * Added cgi() delegate method to AppConfig to instantiate and call AppConfig::CGI. * Provide default options for LIST and HASH data types. * Allow '$' to be escaped (e.g. \$) to suppress variable expansion in files. * Applied patch from John Salmon to allow comments to appear anywhere on a line, not just at the beginning.
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-11Update to 1.52nb1: Install man pages again, now that perl is fixed.wiz3-24/+3
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam3-4/+27
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Initial import of p5-AppConfig.jtb6-0/+43
AppConfig is a bundle of perl5 modules for parsing configuration files and command line arguments. It has a very powerful configuration file processor and a simple, efficient mechanism for parsing command line arguments. It also will use the Getopt::Long module where available to extend its own command line parsing abilities. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12637.