summaryrefslogtreecommitdiff
path: root/textproc/p5-Sort-Fields
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:05:14 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:05:14 +0000
commit44d168177585d92cc903099677d52b4c6d232969 (patch)
tree7ec533b114eef1d579c35262c8ca9bc2b68c935c /textproc/p5-Sort-Fields
parentAdd p5-Sort-ArbBiLex 3.32, perl module to make sort functions for arbitrary (diff)
Add p5-Sort-Fields 0.90, perl module to sort lines containing delimited
fields. PR: 24014 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36750
Diffstat (limited to 'textproc/p5-Sort-Fields')
-rw-r--r--textproc/p5-Sort-Fields/Makefile23
-rw-r--r--textproc/p5-Sort-Fields/distinfo1
-rw-r--r--textproc/p5-Sort-Fields/pkg-comment1
-rw-r--r--textproc/p5-Sort-Fields/pkg-descr5
-rw-r--r--textproc/p5-Sort-Fields/pkg-plist5
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Sort-Fields/Makefile b/textproc/p5-Sort-Fields/Makefile
new file mode 100644
index 000000000000..c6dda91e478d
--- /dev/null
+++ b/textproc/p5-Sort-Fields/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Sort-Fields
+# Date created: 01 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sort-Fields
+PORTVERSION= 0.90
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Sort
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Sort::Fields.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Sort-Fields/distinfo b/textproc/p5-Sort-Fields/distinfo
new file mode 100644
index 000000000000..f8816e96aef8
--- /dev/null
+++ b/textproc/p5-Sort-Fields/distinfo
@@ -0,0 +1 @@
+MD5 (Sort-Fields-0.90.tar.gz) = 72a10526c1c0c747da41b808a362fe42
diff --git a/textproc/p5-Sort-Fields/pkg-comment b/textproc/p5-Sort-Fields/pkg-comment
new file mode 100644
index 000000000000..327aec62a07e
--- /dev/null
+++ b/textproc/p5-Sort-Fields/pkg-comment
@@ -0,0 +1 @@
+Perl module to sort lines containing delimited fields
diff --git a/textproc/p5-Sort-Fields/pkg-descr b/textproc/p5-Sort-Fields/pkg-descr
new file mode 100644
index 000000000000..52e7a3c166d5
--- /dev/null
+++ b/textproc/p5-Sort-Fields/pkg-descr
@@ -0,0 +1,5 @@
+Sort::Fields provides a general purpose technique for efficiently
+sorting lists of lines that contain data separated into fields.
+
+-Anton
+<tobez@tobez.org>
diff --git a/textproc/p5-Sort-Fields/pkg-plist b/textproc/p5-Sort-Fields/pkg-plist
new file mode 100644
index 000000000000..65611509b27f
--- /dev/null
+++ b/textproc/p5-Sort-Fields/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/Fields/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Sort/Fields.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/Fields
+@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