diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-03-21 10:05:22 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-03-21 10:05:22 +0800 |
commit | 2ae8ed901fa2e328eff962077b9fef3ba563590e (patch) | |
tree | ef3bbd38e8064f7d5a43717f347bdb46b605a174 /devel | |
parent | f838af5978712612e17cbecc75e6f366465436e0 (diff) | |
download | freebsd-ports-gnome-2ae8ed901fa2e328eff962077b9fef3ba563590e.tar.gz freebsd-ports-gnome-2ae8ed901fa2e328eff962077b9fef3ba563590e.tar.zst freebsd-ports-gnome-2ae8ed901fa2e328eff962077b9fef3ba563590e.zip |
Add p5-Config-Fast 1.04, extremely fast configuration file parser.
PR: ports/62662
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Config-Fast/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Config-Fast/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Config-Fast/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Config-Fast/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 621668ac12b8..d8b6bd5631de 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -604,6 +604,7 @@ SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Clone SUBDIR += p5-Config-Auto + SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-Ini SUBDIR += p5-Config-IniFiles diff --git a/devel/p5-Config-Fast/Makefile b/devel/p5-Config-Fast/Makefile new file mode 100644 index 000000000000..736fc8568386 --- /dev/null +++ b/devel/p5-Config-Fast/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Config::Fast +# Date created: 10 Feb 2004 +# Whom: Xavier Beaudouin <kiwi@oav.net> +# +# $FreeBSD$ +# + +PORTNAME= Config-Fast +PORTVERSION= 1.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Config +PKGNAMEPREFIX= p5- + +MAINTAINER= kiwi@oav.net +COMMENT= Extremely fast configuration file parser + +PERL_CONFIGURE= yes + +MAN3= Config::Fast.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-Fast/distinfo b/devel/p5-Config-Fast/distinfo new file mode 100644 index 000000000000..24428697e0c2 --- /dev/null +++ b/devel/p5-Config-Fast/distinfo @@ -0,0 +1,2 @@ +MD5 (Config-Fast-1.04.tar.gz) = 8b87ba8eb42b6f9b471fdf357c19763b +SIZE (Config-Fast-1.04.tar.gz) = 6981 diff --git a/devel/p5-Config-Fast/pkg-descr b/devel/p5-Config-Fast/pkg-descr new file mode 100644 index 000000000000..50b9a281eaaa --- /dev/null +++ b/devel/p5-Config-Fast/pkg-descr @@ -0,0 +1,4 @@ +This Config::Fast module. This allow extremely fast configuration files to +be parsed. + +WWW: http://search.cpan.org/search?dist=Config-Fast diff --git a/devel/p5-Config-Fast/pkg-plist b/devel/p5-Config-Fast/pkg-plist new file mode 100644 index 000000000000..4bf508184110 --- /dev/null +++ b/devel/p5-Config-Fast/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Config/Fast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true |