summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormcr <mcr@pkgsrc.org>2001-10-02 01:25:35 +0000
committermcr <mcr@pkgsrc.org>2001-10-02 01:25:35 +0000
commitb54e085390dc441f2d80700d0bfbeeb0a8d7cd3f (patch)
tree811434ba7b3d9df3999663d3c87057f537eb184d /devel
parent2bf52e1078b6de556c24945662af8edd9a1c3dbe (diff)
downloadpkgsrc-b54e085390dc441f2d80700d0bfbeeb0a8d7cd3f.tar.gz
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-SortVersions/Makefile19
-rw-r--r--devel/p5-SortVersions/distinfo4
-rw-r--r--devel/p5-SortVersions/pkg/DESCR6
-rw-r--r--devel/p5-SortVersions/pkg/PLIST1
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-SortVersions/Makefile b/devel/p5-SortVersions/Makefile
new file mode 100644
index 00000000000..c039c175f91
--- /dev/null
+++ b/devel/p5-SortVersions/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2001/10/02 01:25:35 mcr Exp $
+#
+
+DISTNAME= SortVersions-1.1
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sort/}
+
+MAINTAINER= mcr@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for sorting of revision-like numbers
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Sort/Versions/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-SortVersions/distinfo b/devel/p5-SortVersions/distinfo
new file mode 100644
index 00000000000..0ab3749911b
--- /dev/null
+++ b/devel/p5-SortVersions/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/10/02 01:25:35 mcr Exp $
+
+SHA1 (SortVersions-1.1.tar.gz) = 33bb979d96836d08a64c0b8cb2261a9177325673
+Size (SortVersions-1.1.tar.gz) = 2951 bytes
diff --git a/devel/p5-SortVersions/pkg/DESCR b/devel/p5-SortVersions/pkg/DESCR
new file mode 100644
index 00000000000..f79be420242
--- /dev/null
+++ b/devel/p5-SortVersions/pkg/DESCR
@@ -0,0 +1,6 @@
+Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
+like the "version numbers" that many shared library systems and revision
+control packages use. This is quite useful if you are trying to deal with
+shared libraries. It can also be applied to applications that intersperse
+variable-width numeric fields within text. Other applications can
+undoubtedly be found.
diff --git a/devel/p5-SortVersions/pkg/PLIST b/devel/p5-SortVersions/pkg/PLIST
new file mode 100644
index 00000000000..be186342cc5
--- /dev/null
+++ b/devel/p5-SortVersions/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/10/02 01:25:45 mcr Exp $