- update to 0.04

This commit is contained in:
Yen-Ming Lee 2006-04-20 19:28:53 +00:00
parent cc2bd2d066
commit cfabeeb62b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160036
4 changed files with 14 additions and 12 deletions

View File

@ -6,20 +6,24 @@
#
PORTNAME= Config-Setting
PORTVERSION= 0.01
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= http://www.happygiraffe.net/dist/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= A class that provides an easy interface to use config files
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
MAN3= Config::Setting.3 \
Config::Setting::Fileprovider.3 \
Config::Setting::Chunk.3 \
Config::Setting::FileProvider.3 \
Config::Setting::IniParser.3 \
Config::Setting::XMLParser.3

View File

@ -1,3 +1,3 @@
MD5 (Config-Setting-0.01.tar.gz) = 99296fec870ad23e05f30a3c9751e935
SHA256 (Config-Setting-0.01.tar.gz) = b41f45cce43bd5a009ac651df3a509e4fb2bad630093391d58c78e619a25864e
SIZE (Config-Setting-0.01.tar.gz) = 7121
MD5 (Config-Setting-0.04.tar.gz) = ea11786272b95e39ea2bdb68b10674df
SHA256 (Config-Setting-0.04.tar.gz) = 567e29ecae45c7e5a59d767e56258ee592357018235bc33539f15776eb392609
SIZE (Config-Setting-0.04.tar.gz) = 10063

View File

@ -10,7 +10,7 @@ access mechanism can also be overridden, the setting don't have to
come from a file, but (maybe) from a website. You'll have to write
your own there, though.
WWW: http://www.happygiraffe.net/Config-Setting
WWW: http://search.cpan.org/dist/Config-Setting/
- Pete
petef@databits.net

View File

@ -1,9 +1,7 @@
%%SITE_PERL%%/Config/Setting.pm
%%SITE_PERL%%/Config/Setting/Chunk.pm
%%SITE_PERL%%/Config/Setting/FileProvider.pm
%%SITE_PERL%%/Config/Setting/IniParser.pm
%%SITE_PERL%%/Config/Setting/XMLParser.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Setting/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Setting
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
@dirrm %%SITE_PERL%%/Config/Setting
@dirrmtry %%SITE_PERL%%/Config