aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Model
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-16 14:13:51 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-16 14:13:51 +0800
commit7e9312aef4626798dbf2eecc054b5a2c1eb30c07 (patch)
treec6f369ae21f78ff993f7b047be94905437396baa /devel/p5-Config-Model
parent18dd22bb659cd83bcf2f55f34c1c44c4f568d220 (diff)
downloadfreebsd-ports-gnome-7e9312aef4626798dbf2eecc054b5a2c1eb30c07.tar.gz
freebsd-ports-gnome-7e9312aef4626798dbf2eecc054b5a2c1eb30c07.tar.zst
freebsd-ports-gnome-7e9312aef4626798dbf2eecc054b5a2c1eb30c07.zip
- Update to 1.249
Changes: http://search.cpan.org/dist/Config-Model/ChangeLog
Diffstat (limited to 'devel/p5-Config-Model')
-rw-r--r--devel/p5-Config-Model/Makefile58
-rw-r--r--devel/p5-Config-Model/distinfo4
-rw-r--r--devel/p5-Config-Model/pkg-plist102
3 files changed, 157 insertions, 7 deletions
diff --git a/devel/p5-Config-Model/Makefile b/devel/p5-Config-Model/Makefile
index 13e95b49231e..03d973ce4707 100644
--- a/devel/p5-Config-Model/Makefile
+++ b/devel/p5-Config-Model/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Config-Model
-PORTVERSION= 1.244
+PORTVERSION= 1.249
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DDUMONT
@@ -18,7 +18,8 @@ COMMENT= Model to create configuration validation tool
LICENSE= LGPL21
-BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+BUILD_DEPENDS= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
+ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Log-Log4perl>=1.11:${PORTSDIR}/devel/p5-Log-Log4perl
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \
@@ -93,9 +94,56 @@ MAN3= Config::Model.3 \
Config::Model::models::Debian::Dpkg::Source::Options.3 \
Config::Model::models::Fstab.3 \
Config::Model::models::Fstab::FsLine.3 \
+ Config::Model::models::LCDd.3 \
+ Config::Model::models::LCDd::CFontz.3 \
+ Config::Model::models::LCDd::CFontz633.3 \
+ Config::Model::models::LCDd::CFontzPacket.3 \
+ Config::Model::models::LCDd::CwLnx.3 \
+ Config::Model::models::LCDd::EyeboxOne.3 \
+ Config::Model::models::LCDd::IOWarrior.3 \
+ Config::Model::models::LCDd::IrMan.3 \
+ Config::Model::models::LCDd::MD8800.3 \
+ Config::Model::models::LCDd::MtxOrb.3 \
+ Config::Model::models::LCDd::NoritakeVFD.3 \
+ Config::Model::models::LCDd::SureElec.3 \
+ Config::Model::models::LCDd::bayrad.3 \
+ Config::Model::models::LCDd::curses.3 \
+ Config::Model::models::LCDd::ea65.3 \
+ Config::Model::models::LCDd::g15.3 \
+ Config::Model::models::LCDd::glcdlib.3 \
+ Config::Model::models::LCDd::glk.3 \
+ Config::Model::models::LCDd::hd44780.3 \
+ Config::Model::models::LCDd::icp_a106.3 \
+ Config::Model::models::LCDd::imon.3 \
+ Config::Model::models::LCDd::imonlcd.3 \
+ Config::Model::models::LCDd::irtrans.3 \
+ Config::Model::models::LCDd::joy.3 \
+ Config::Model::models::LCDd::lb216.3 \
+ Config::Model::models::LCDd::lcdm001.3 \
+ Config::Model::models::LCDd::lcterm.3 \
+ Config::Model::models::LCDd::lirc.3 \
+ Config::Model::models::LCDd::lis.3 \
+ Config::Model::models::LCDd::mdm166a.3 \
+ Config::Model::models::LCDd::menu.3 \
+ Config::Model::models::LCDd::ms6931.3 \
+ Config::Model::models::LCDd::mtc_s16209x.3 \
+ Config::Model::models::LCDd::mx5000.3 \
+ Config::Model::models::LCDd::picolcd.3 \
+ Config::Model::models::LCDd::pyramid.3 \
+ Config::Model::models::LCDd::sed1330.3 \
+ Config::Model::models::LCDd::sed1520.3 \
+ Config::Model::models::LCDd::serialPOS.3 \
+ Config::Model::models::LCDd::serialVFD.3 \
+ Config::Model::models::LCDd::server.3 \
+ Config::Model::models::LCDd::shuttleVFD.3 \
+ Config::Model::models::LCDd::sli.3 \
+ Config::Model::models::LCDd::stv5730.3 \
+ Config::Model::models::LCDd::svga.3 \
+ Config::Model::models::LCDd::t6963.3 \
+ Config::Model::models::LCDd::text.3 \
+ Config::Model::models::LCDd::tyan.3 \
+ Config::Model::models::LCDd::ula200.3 \
+ Config::Model::models::LCDd::xosd.3 \
Config::Model::models::PopCon.3
-post-extract:
- @${CHMOD} u-x ${WRKSRC}/lib/Config/Model/FuseUI.pm
-
.include <bsd.port.mk>
diff --git a/devel/p5-Config-Model/distinfo b/devel/p5-Config-Model/distinfo
index 01bf93e75d9a..cde3cc976850 100644
--- a/devel/p5-Config-Model/distinfo
+++ b/devel/p5-Config-Model/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Config-Model-1.244.tar.gz) = 63d42f5822e0420a80d036f5c7a53ef20303b6f010e161f5cae86ac9255e0c96
-SIZE (Config-Model-1.244.tar.gz) = 317448
+SHA256 (Config-Model-1.249.tar.gz) = 3a7f577bfe60040367c4370cd5685a78a793354a18206f90147da0433c80d682
+SIZE (Config-Model-1.249.tar.gz) = 369646
diff --git a/devel/p5-Config-Model/pkg-plist b/devel/p5-Config-Model/pkg-plist
index db5ac443780a..a21058170ffc 100644
--- a/devel/p5-Config-Model/pkg-plist
+++ b/devel/p5-Config-Model/pkg-plist
@@ -75,11 +75,113 @@ bin/config-edit
%%SITE_PERL%%/Config/Model/models/Fstab/NoneOptions.pl
%%SITE_PERL%%/Config/Model/models/Fstab/SwapOptions.pl
%%SITE_PERL%%/Config/Model/models/Fstab/UsbFsOptions.pl
+%%SITE_PERL%%/Config/Model/models/LCDd.pl
+%%SITE_PERL%%/Config/Model/models/LCDd.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontz.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontz.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontz633.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontz633.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontzPacket.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/CFontzPacket.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/CwLnx.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/CwLnx.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/EyeboxOne.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/EyeboxOne.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/IOWarrior.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/IOWarrior.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/IrMan.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/IrMan.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/MD8800.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/MD8800.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/MtxOrb.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/MtxOrb.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/NoritakeVFD.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/NoritakeVFD.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/SureElec.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/SureElec.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/bayrad.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/bayrad.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/curses.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/curses.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/ea65.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/ea65.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/g15.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/g15.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/glcdlib.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/glcdlib.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/glk.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/glk.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/hd44780.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/hd44780.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/icp_a106.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/icp_a106.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/imon.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/imon.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/imonlcd.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/imonlcd.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/irtrans.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/irtrans.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/joy.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/joy.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/lb216.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/lb216.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/lcdm001.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/lcdm001.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/lcterm.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/lcterm.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/lirc.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/lirc.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/lis.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/lis.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/mdm166a.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/mdm166a.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/menu.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/menu.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/ms6931.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/ms6931.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/mtc_s16209x.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/mtc_s16209x.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/mx5000.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/mx5000.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/picolcd.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/picolcd.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/pyramid.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/pyramid.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/sed1330.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/sed1330.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/sed1520.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/sed1520.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/serialPOS.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/serialPOS.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/serialVFD.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/serialVFD.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/server.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/server.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/shuttleVFD.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/shuttleVFD.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/sli.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/sli.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/stv5730.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/stv5730.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/svga.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/svga.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/t6963.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/t6963.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/text.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/text.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/tyan.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/tyan.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/ula200.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/ula200.pod
+%%SITE_PERL%%/Config/Model/models/LCDd/xosd.pl
+%%SITE_PERL%%/Config/Model/models/LCDd/xosd.pod
%%SITE_PERL%%/Config/Model/models/PopCon.pl
%%SITE_PERL%%/Config/Model/models/PopCon.pod
%%SITE_PERL%%/Config/Model/system.d/fstab
+%%SITE_PERL%%/Config/Model/system.d/lcdproc
%%SITE_PERL%%/Config/Model/system.d/popcon
@dirrmtry %%SITE_PERL%%/Config/Model/system.d
+@dirrmtry %%SITE_PERL%%/Config/Model/models/LCDd
@dirrmtry %%SITE_PERL%%/Config/Model/models/Fstab
@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Source
@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Copyright