diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 21:14:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 21:14:26 +0000 |
commit | ed5b75356ab2cb6e3eec9691867830655463c309 (patch) | |
tree | bccf234bc919f013eaa2916790feed15d8a9df9c /devel/p5-Config-IniFiles | |
parent | eed58dac3e26c326f46a33bb2f5f60acadd8b52c (diff) | |
download | ports-ed5b75356ab2cb6e3eec9691867830655463c309.tar.gz ports-ed5b75356ab2cb6e3eec9691867830655463c309.zip |
Notes
Diffstat (limited to 'devel/p5-Config-IniFiles')
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg-descr | 17 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg-plist | 3 |
5 files changed, 0 insertions, 48 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile deleted file mode 100644 index 64026aa49cc7..000000000000 --- a/devel/p5-Config-IniFiles/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-IniConf -# Date created: October 21st 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= IniConf -PORTVERSION= 0.92 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= IniConf -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}.pm-${PORTVERSION} - -MAINTAINER= dima@chg.ru - -USE_PERL5= YES - -MAN3= IniConf.pm.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo deleted file mode 100644 index 08e6c91a4722..000000000000 --- a/devel/p5-Config-IniFiles/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (IniConf.pm-0.92.tar.gz) = 0057de0a61aacf1de8ec966fd70c9ded diff --git a/devel/p5-Config-IniFiles/pkg-comment b/devel/p5-Config-IniFiles/pkg-comment deleted file mode 100644 index b52d9066dddd..000000000000 --- a/devel/p5-Config-IniFiles/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module for reading .ini-style configuration files diff --git a/devel/p5-Config-IniFiles/pkg-descr b/devel/p5-Config-IniFiles/pkg-descr deleted file mode 100644 index 2b247d9e949a..000000000000 --- a/devel/p5-Config-IniFiles/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -IniConf provides a way to have readable configuration files outside your -Perl script. The configuration can be safely reloaded upon receipt of a -signal. - -USAGE - -Get a new IniConf object with the new method: - - $cfg = IniConf->new( -file => "/path/configfile.ini" ); - $cfg = new IniConf -file => "/path/configfile.ini"; - -Optional named parameters may be specified after the configuration file -name. See the new in the METHODS section, below. INI files consist of a -number of sections, each preceeded with the section name in square brackets. -Parameters are specified in each section as Name=Value. Any spaces around -the equals sign will be ignored, and the value extends to the end of the -line diff --git a/devel/p5-Config-IniFiles/pkg-plist b/devel/p5-Config-IniFiles/pkg-plist deleted file mode 100644 index e3fe23216cb8..000000000000 --- a/devel/p5-Config-IniFiles/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/IniConf.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IniConf.pm/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IniConf.pm |