Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2012 17:09:44 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304373 - in head/textproc: . p5-Version-Next
Message-ID:  <201209161709.q8GH9iPa037073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lth
Date: Sun Sep 16 17:09:44 2012
New Revision: 304373
URL: http://svn.freebsd.org/changeset/ports/304373

Log:
  Add p5-Version-Next 0.002, increment module version numbers simply and
  correctly.

Added:
  head/textproc/p5-Version-Next/
  head/textproc/p5-Version-Next/Makefile   (contents, props changed)
  head/textproc/p5-Version-Next/distinfo   (contents, props changed)
  head/textproc/p5-Version-Next/pkg-descr   (contents, props changed)
  head/textproc/p5-Version-Next/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Sep 16 17:08:15 2012	(r304372)
+++ head/textproc/Makefile	Sun Sep 16 17:09:44 2012	(r304373)
@@ -871,6 +871,7 @@
     SUBDIR += p5-Unicode-Normalize
     SUBDIR += p5-Unicode-Unihan
     SUBDIR += p5-Validator-Custom
+    SUBDIR += p5-Version-Next
     SUBDIR += p5-Vroom
     SUBDIR += p5-WDDX
     SUBDIR += p5-WWW-Google-SiteMap

Added: head/textproc/p5-Version-Next/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Version-Next/Makefile	Sun Sep 16 17:09:44 2012	(r304373)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	Version-Next
+PORTVERSION=	0.002
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	lth@FreeBSD.org
+COMMENT=	Increment module version numbers simply and correctly
+
+BUILD_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	Version::Next.3
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Version-Next/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Version-Next/distinfo	Sun Sep 16 17:09:44 2012	(r304373)
@@ -0,0 +1,2 @@
+SHA256 (Version-Next-0.002.tar.gz) = 1f225b63088667a4408d1cdd20fb31a11ec98ec9df5c846ccae205af102df27a
+SIZE (Version-Next-0.002.tar.gz) = 9428

Added: head/textproc/p5-Version-Next/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Version-Next/pkg-descr	Sun Sep 16 17:09:44 2012	(r304373)
@@ -0,0 +1,7 @@
+This module provides a simple, correct way to increment a Perl module version
+number.  It does not attempt to guess what the original version number author
+intended, it simply increments in the smallest possible fashion.  Decimals are
+incremented like an odometer.  Dotted decimals are incremented piecewise and
+presented in a standardized way.
+
+WWW: http://search.cpan.org/dist/Version-Next/

Added: head/textproc/p5-Version-Next/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Version-Next/pkg-plist	Sun Sep 16 17:09:44 2012	(r304373)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Version/Next.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Version/Next/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Version/Next
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Version
+@dirrmtry %%SITE_PERL%%/Version



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