diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-13 20:03:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-13 20:03:34 +0000 |
commit | 84a49e301735a820e4cade727afd95b478159a57 (patch) | |
tree | 86b4d3514c76cba08f8dbab27fade86a3681a03a /sysutils | |
parent | 88f6cd33a7f650b5dae82475451b08ebbaece61d (diff) | |
download | pkgsrc-84a49e301735a820e4cade727afd95b478159a57.tar.gz |
The Unix::ConfigFile distribution is a suite of modules that provide simple
interfaces to various Unix configuration files. The objective is to free the
system administrator from dealing with the trivial formatting details of the
files, and allow him or her to concentrate on the information therein.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Unix-ConfigFile/DESCR | 4 | ||||
-rw-r--r-- | sysutils/p5-Unix-ConfigFile/Makefile | 17 | ||||
-rw-r--r-- | sysutils/p5-Unix-ConfigFile/PLIST | 1 | ||||
-rw-r--r-- | sysutils/p5-Unix-ConfigFile/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/p5-Unix-ConfigFile/DESCR b/sysutils/p5-Unix-ConfigFile/DESCR new file mode 100644 index 00000000000..ff5edc6e5ad --- /dev/null +++ b/sysutils/p5-Unix-ConfigFile/DESCR @@ -0,0 +1,4 @@ +The Unix::ConfigFile distribution is a suite of modules that provide simple +interfaces to various Unix configuration files. The objective is to free the +system administrator from dealing with the trivial formatting details of the +files, and allow him or her to concentrate on the information therein. diff --git a/sysutils/p5-Unix-ConfigFile/Makefile b/sysutils/p5-Unix-ConfigFile/Makefile new file mode 100644 index 00000000000..2734e56a7a6 --- /dev/null +++ b/sysutils/p5-Unix-ConfigFile/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 20:03:34 adrianp Exp $ + +DISTNAME= Unix-ConfigFile-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 sysutils +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~ssnodgra/${DISTNAME} +COMMENT= Simple interfaces to various Unix configuration files + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Unix/ConfigFile/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/p5-Unix-ConfigFile/PLIST b/sysutils/p5-Unix-ConfigFile/PLIST new file mode 100644 index 00000000000..5cfe5bc70ff --- /dev/null +++ b/sysutils/p5-Unix-ConfigFile/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 20:03:34 adrianp Exp $ diff --git a/sysutils/p5-Unix-ConfigFile/distinfo b/sysutils/p5-Unix-ConfigFile/distinfo new file mode 100644 index 00000000000..2114b7c7c1c --- /dev/null +++ b/sysutils/p5-Unix-ConfigFile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/13 20:03:34 adrianp Exp $ + +SHA1 (Unix-ConfigFile-0.06.tar.gz) = 3ea2d5f30b9274fd4a7730632e76f7987b201b70 +RMD160 (Unix-ConfigFile-0.06.tar.gz) = 6ef74ba4c220d6a799dce89f596d2f593c8fa153 +Size (Unix-ConfigFile-0.06.tar.gz) = 18821 bytes |