mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
cc30d610cf
commit
d249fdc365
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248735
@ -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
|
||||
|
26
devel/p5-Config-INI-MVP/Makefile
Normal file
26
devel/p5-Config-INI-MVP/Makefile
Normal file
@ -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>
|
3
devel/p5-Config-INI-MVP/distinfo
Normal file
3
devel/p5-Config-INI-MVP/distinfo
Normal file
@ -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
|
6
devel/p5-Config-INI-MVP/pkg-descr
Normal file
6
devel/p5-Config-INI-MVP/pkg-descr
Normal file
@ -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
|
12
devel/p5-Config-INI-MVP/pkg-plist
Normal file
12
devel/p5-Config-INI-MVP/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user