pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Find Import p5-Config-Find-0.23 as dev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e73c587deb40
branches:  trunk
changeset: 549329:e73c587deb40
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Oct 31 11:51:49 2008 +0000

description:
Import p5-Config-Find-0.23 as devel/p5-Config-Find.
Packaged by Edgar Fuss and provided by PR 39823.

Every OS has different rules for configuration files placement, this module
allows to easily find and create your app configuration filess following
those rules.

Config::Find references configuration files by the application name or by the
application name and the configuration file name when the app uses several
application files, i.e emacs, profile, apache/httpd, apache/ssl.

diffstat:

 devel/p5-Config-Find/DESCR    |   7 +++++++
 devel/p5-Config-Find/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Config-Find/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 2329f8953af0 -r e73c587deb40 devel/p5-Config-Find/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Find/DESCR        Fri Oct 31 11:51:49 2008 +0000
@@ -0,0 +1,7 @@
+Every OS has different rules for configuration files placement, this module
+allows to easily find and create your app configuration filess following
+those rules.
+
+Config::Find references configuration files by the application name or by the
+application name and the configuration file name when the app uses several
+application files, i.e emacs, profile, apache/httpd, apache/ssl.
diff -r 2329f8953af0 -r e73c587deb40 devel/p5-Config-Find/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Find/Makefile     Fri Oct 31 11:51:49 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 11:51:49 obache Exp $
+
+DISTNAME=      Config-Find-0.23
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5cf
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sourceforge.net/projects/config-inifiles/
+COMMENT=       Perl module for finding configuration files in the native OS fashion
+
+DEPENDS+=      p5-File-Which>=0.05:../../devel/p5-File-Which
+DEPENDS+=      p5-File-HomeDir>=0.80:../../devel/p5-File-HomeDir
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Config/Find/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2329f8953af0 -r e73c587deb40 devel/p5-Config-Find/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Find/distinfo     Fri Oct 31 11:51:49 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/31 11:51:49 obache Exp $
+
+SHA1 (Config-Find-0.23.tar.gz) = 245f04a4b95e2a1edb75530840b407d4f1f36944
+RMD160 (Config-Find-0.23.tar.gz) = 03ff2759c65a5cd32022fabb5f180a4ef6f35c51
+Size (Config-Find-0.23.tar.gz) = 10378 bytes



Home | Main Index | Thread Index | Old Index