pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-version Added devel/p5-version-0.63



details:   https://anonhg.NetBSD.org/pkgsrc/rev/159a90600482
branches:  trunk
changeset: 514045:159a90600482
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jun 07 11:54:35 2006 +0000

description:
Added devel/p5-version-0.63

Provides the same version objects as included in Perl v5.9.x (and
hopefully in the 5.10.0 release).  In fact, if you attempt to use
this module with a version of Perl >= v5.9.0, this module will not
do anything, since the code already exists in the Perl core.  Note
that the CPAN release cannot be installed with the interim 5.9.0,
5.9.1, and 5.9.2 releases (since it duplicates code in the core).
If you are testing bleadperl, you will need to check out the latest
release of 5.9.x to get the changes included in 0.50.

diffstat:

 devel/p5-version/DESCR    |   8 ++++++++
 devel/p5-version/Makefile |  20 ++++++++++++++++++++
 devel/p5-version/PLIST    |   1 +
 devel/p5-version/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r f86ff4be425a -r 159a90600482 devel/p5-version/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-version/DESCR    Wed Jun 07 11:54:35 2006 +0000
@@ -0,0 +1,8 @@
+Provides the same version objects as included in Perl v5.9.x (and
+hopefully in the 5.10.0 release).  In fact, if you attempt to use
+this module with a version of Perl >= v5.9.0, this module will not
+do anything, since the code already exists in the Perl core.  Note
+that the CPAN release cannot be installed with the interim 5.9.0,
+5.9.1, and 5.9.2 releases (since it duplicates code in the core).
+If you are testing bleadperl, you will need to check out the latest
+release of 5.9.x to get the changes included in 0.50.
diff -r f86ff4be425a -r 159a90600482 devel/p5-version/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-version/Makefile Wed Jun 07 11:54:35 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:54:35 abs Exp $
+#
+
+DISTNAME=      version-0.63
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/}
+
+MAINTAINER=    abs%absd.org@localhost
+HOMEPAGE=      http://search.cpan.org/~jpeacock/version/
+COMMENT=       Perl extension for Version Objects
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PERL5_MODULE_TYPE= Module::Build
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/version/vxs/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f86ff4be425a -r 159a90600482 devel/p5-version/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-version/PLIST    Wed Jun 07 11:54:35 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:54:35 abs Exp $
diff -r f86ff4be425a -r 159a90600482 devel/p5-version/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-version/distinfo Wed Jun 07 11:54:35 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:54:35 abs Exp $
+
+SHA1 (version-0.63.tar.gz) = 57c7a918e435a548360cf21ff24aee2142cb2818
+RMD160 (version-0.63.tar.gz) = a889527a40f025c6c4625d5de29217f5b86743f8
+Size (version-0.63.tar.gz) = 46302 bytes



Home | Main Index | Thread Index | Old Index