aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Sort-PolySort
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-06-12 20:29:38 +0800
committertobez <tobez@FreeBSD.org>2001-06-12 20:29:38 +0800
commit03320167f087895bd2ba4e865eff351ba952f5aa (patch)
tree204729d280b91d9a3ea111c8a46705e04d26bcd7 /textproc/p5-Sort-PolySort
parentcc7b2f44413e61b47f8a1b6875d9df736085de75 (diff)
downloadfreebsd-ports-gnome-03320167f087895bd2ba4e865eff351ba952f5aa.tar.gz
freebsd-ports-gnome-03320167f087895bd2ba4e865eff351ba952f5aa.tar.zst
freebsd-ports-gnome-03320167f087895bd2ba4e865eff351ba952f5aa.zip
Add p5-Sort-PolySort 0.12, general rules-based sorting of lists.
Change maintainer's E-mail address to my address @FreeBSD.org. PR: 24021 Approved by: markm
Diffstat (limited to 'textproc/p5-Sort-PolySort')
-rw-r--r--textproc/p5-Sort-PolySort/Makefile26
-rw-r--r--textproc/p5-Sort-PolySort/distinfo1
-rw-r--r--textproc/p5-Sort-PolySort/pkg-comment1
-rw-r--r--textproc/p5-Sort-PolySort/pkg-descr5
-rw-r--r--textproc/p5-Sort-PolySort/pkg-plist5
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Sort-PolySort/Makefile b/textproc/p5-Sort-PolySort/Makefile
new file mode 100644
index 000000000000..7733bcb1b21d
--- /dev/null
+++ b/textproc/p5-Sort-PolySort/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: textproc/p5-Sort-PolySort
+# Date created: 12 June 2001
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sort-PolySort
+PORTVERSION= 0.12
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Sort
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= Sort::PolySort.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+pre-patch:
+ @${PERL} -pi -e '/^\$$Sort::PolySort::VERSION =/ && chomp' \
+ ${WRKSRC}/lib/Sort/PolySort.pm
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Sort-PolySort/distinfo b/textproc/p5-Sort-PolySort/distinfo
new file mode 100644
index 000000000000..eb0f1dedda88
--- /dev/null
+++ b/textproc/p5-Sort-PolySort/distinfo
@@ -0,0 +1 @@
+MD5 (Sort-PolySort-0.12.tar.gz) = d8af79a5fd6937dd2ac352b3408edc5e
diff --git a/textproc/p5-Sort-PolySort/pkg-comment b/textproc/p5-Sort-PolySort/pkg-comment
new file mode 100644
index 000000000000..f73b34e86852
--- /dev/null
+++ b/textproc/p5-Sort-PolySort/pkg-comment
@@ -0,0 +1 @@
+General rules-based sorting of lists
diff --git a/textproc/p5-Sort-PolySort/pkg-descr b/textproc/p5-Sort-PolySort/pkg-descr
new file mode 100644
index 000000000000..52a96cec903a
--- /dev/null
+++ b/textproc/p5-Sort-PolySort/pkg-descr
@@ -0,0 +1,5 @@
+This module provides methods to sort a list of strings based on parsing
+the strings according to a configurable set of specifications.
+
+-Anton
+<tobez@tobez.org>
diff --git a/textproc/p5-Sort-PolySort/pkg-plist b/textproc/p5-Sort-PolySort/pkg-plist
new file mode 100644
index 000000000000..39aaf77427db
--- /dev/null
+++ b/textproc/p5-Sort-PolySort/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Sort/PolySort.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sort 2>/dev/null || true