Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 16:12:43 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382848 - head/devel/p5-Config-Model
Message-ID:  <201503311612.t2VGChvR073663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Mar 31 16:12:42 2015
New Revision: 382848
URL: https://svnweb.freebsd.org/changeset/ports/382848
QAT: https://qat.redports.org/buildarchive/r382848/

Log:
  Fix up dependencies, which haven't been right for nearly a year. Add
  a dependency on Term::ReadLine::Perl so that there is at least one
  working Config::Model interface.
  
  Remove a broken WWW, and change the remaining one to Metacpan as long
  as we're editing WWW. Also, change the pkg-descr text to describe
  what the module actually does.
  
  PORTREVISION bump for dependency changes.

Modified:
  head/devel/p5-Config-Model/Makefile
  head/devel/p5-Config-Model/pkg-descr

Modified: head/devel/p5-Config-Model/Makefile
==============================================================================
--- head/devel/p5-Config-Model/Makefile	Tue Mar 31 16:10:20 2015	(r382847)
+++ head/devel/p5-Config-Model/Makefile	Tue Mar 31 16:12:42 2015	(r382848)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Config-Model
 PORTVERSION=	2.068
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DDUMONT
@@ -13,10 +14,7 @@ COMMENT=	Model to create configuration v
 
 LICENSE=	LGPL21
 
-BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
-		p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
-		p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \
-		p5-EV>=0:${PORTSDIR}/devel/p5-EV \
+BUILD_DEPENDS=	p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \
 		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
 		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
@@ -28,12 +26,11 @@ BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR
 		p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \
 		p5-MouseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \
 		p5-Parse-RecDescent>=1.90.0:${PORTSDIR}/devel/p5-Parse-RecDescent \
-		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+		p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \
 		p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \
-		p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \
+		p5-Term-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Perl \
 		p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
-		p5-YAML>=0.30.3:${PORTSDIR}/textproc/p5-YAML \
-		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
+		p5-YAML>=0.30.3:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Config-Model-Tester>=2.046:${PORTSDIR}/devel/p5-Config-Model-Tester \
 		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \

Modified: head/devel/p5-Config-Model/pkg-descr
==============================================================================
--- head/devel/p5-Config-Model/pkg-descr	Tue Mar 31 16:10:20 2015	(r382847)
+++ head/devel/p5-Config-Model/pkg-descr	Tue Mar 31 16:12:42 2015	(r382848)
@@ -1,11 +1,5 @@
-Using Config::Model, a typical configuration validation tool will be made of
-3 parts :
-   1. The user interface
-   2. The validation engine which is in charge of validating all the
-      configuration information provided by the user.
-   3. The storage facility that store the configuration information
+Config::Model will generate interactive configuration editors (with integrated
+help and data validation). These editors can be graphical, curses based, or
+based on ReadLine.
 
-Config::Model provides a validation engine according to a set of rules.
-
-WWW: http://search.cpan.org/dist/Config-Model/
-WWW: http://config-model.sourceforge.net/
+WWW: https://metacpan.org/pod/Config::Model



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503311612.t2VGChvR073663>