diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-28 09:14:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-28 09:14:10 +0800 |
commit | fb2b641cb85e2cf5dd308f69c7b2309c4c70d791 (patch) | |
tree | be388ea7d500db27f524d289b1b3950fcbf9dc45 /devel | |
parent | a4534ca70c9c79a7f53185206e1fb195352b8cf2 (diff) | |
download | freebsd-ports-gnome-fb2b641cb85e2cf5dd308f69c7b2309c4c70d791.tar.gz freebsd-ports-gnome-fb2b641cb85e2cf5dd308f69c7b2309c4c70d791.tar.zst freebsd-ports-gnome-fb2b641cb85e2cf5dd308f69c7b2309c4c70d791.zip |
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis.
following file:
WWW: http://search.cpan.org/dist/Config-INI-MVP
PR: ports/142055
Submitted by: Andrey Kostenko <andrey at kostenko.name>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Config-INI-MVP/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Config-INI-MVP/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Config-INI-MVP/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Config-INI-MVP/pkg-plist | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index fddaa13b352e..f05568e81f3b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1234,6 +1234,7 @@ SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-INI + SUBDIR += p5-Config-INI-MVP SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash diff --git a/devel/p5-Config-INI-MVP/Makefile b/devel/p5-Config-INI-MVP/Makefile new file mode 100644 index 000000000000..87763e186671 --- /dev/null +++ b/devel/p5-Config-INI-MVP/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Config-INI-MVP +# Date created: 27 December 2009 +# Whom: Andrey Kostenko <andrey@kostenko.name> +# +# $FreeBSD$ +# + +PORTNAME= Config-INI-MVP +PORTVERSION= 0.024 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Multi-value capable .ini file reader (for plugins) + +BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ + p5-Config-MVP>=0.092060:${PORTSDIR}/devel/p5-Config-MVP \ + p5-Moose>=0.65:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES +MAN3= Config::INI::MVP::Reader.3\ + Config::MVP::Reader::INI.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Config-INI-MVP/distinfo b/devel/p5-Config-INI-MVP/distinfo new file mode 100644 index 000000000000..388dd21e1803 --- /dev/null +++ b/devel/p5-Config-INI-MVP/distinfo @@ -0,0 +1,3 @@ +MD5 (Config-INI-MVP-0.024.tar.gz) = 887b2664aa36680cdde73095e67e12b4 +SHA256 (Config-INI-MVP-0.024.tar.gz) = 886ea62b168cd05f9374b0aae08e9c614eb19a7cfd4bda61631ca97dfc4afe50 +SIZE (Config-INI-MVP-0.024.tar.gz) = 24480 diff --git a/devel/p5-Config-INI-MVP/pkg-descr b/devel/p5-Config-INI-MVP/pkg-descr new file mode 100644 index 000000000000..38d101d9e64c --- /dev/null +++ b/devel/p5-Config-INI-MVP/pkg-descr @@ -0,0 +1,6 @@ +The MVP INI file reader reads INI files, but can handle properties with +multiple values. The identification of properties that may have multiple +entries is done by section, on a plugin basis. +following file: + +WWW: http://search.cpan.org/dist/Config-INI-MVP diff --git a/devel/p5-Config-INI-MVP/pkg-plist b/devel/p5-Config-INI-MVP/pkg-plist new file mode 100644 index 000000000000..4a4bd0b3e3dd --- /dev/null +++ b/devel/p5-Config-INI-MVP/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Config/INI/MVP/Reader.pm +%%SITE_PERL%%/Config/MVP/Reader/INI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/MVP/Reader/.packlist +@dirrmtry %%SITE_PERL%%/Config/MVP/Reader +@dirrmtry %%SITE_PERL%%/Config/MVP +@dirrmtry %%SITE_PERL%%/Config/INI/MVP +@dirrmtry %%SITE_PERL%%/Config/INI +@dirrmtry %%SITE_PERL%%/Config +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/MVP/Reader +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/MVP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config |