Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Config::General opens a config file and parses its contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.
The format of config files supported by Config::General is inspired
by the well known apache config format, in fact, this module is
100% read-compatible to apache configs, but you can also just use
simple name/value pairs in your config files.
+20
View File
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.27 2013/05/31 12:40:11 wiz Exp $
DISTNAME= Config-General-2.51
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5cfg
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.daemon.de/ConfigGeneral
COMMENT= Perl Generic Config module
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Config/General/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2012/09/02 13:03:05 wen Exp $
SHA1 (Config-General-2.51.tar.gz) = db506abad3ff7244e1e7606ae674159c391b67ff
RMD160 (Config-General-2.51.tar.gz) = 735bd840ce08852a08434d97091dfb2b5e9ab7a4
Size (Config-General-2.51.tar.gz) = 59055 bytes