summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 00:05:14 +0000
committerwill <will@FreeBSD.org>2001-01-04 00:05:14 +0000
commit9847c76f64183abe5e0e9a4159657ae3e966ef3e (patch)
tree97e0b324be393a54a73118fcf938e69fc3a1b778 /textproc
parent72779058d46800a4d20663d2b41460eb21980a8e (diff)
downloadFreeBSD-ports-9847c76f64183abe5e0e9a4159657ae3e966ef3e.zip
FreeBSD-ports-9847c76f64183abe5e0e9a4159657ae3e966ef3e.tar.gz
Add p5-Sort-Fields 0.90, perl module to sort lines containing delimited
fields. PR: 24014 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-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
6 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d4c4870..db4b013 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -72,6 +72,7 @@
SUBDIR += openjade
SUBDIR += p5-DelimMatch
SUBDIR += p5-Sort-ArbBiLex
+ SUBDIR += p5-Sort-Fields
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-String-ShellQuote
diff --git a/textproc/p5-Sort-Fields/Makefile b/textproc/p5-Sort-Fields/Makefile
new file mode 100644
index 0000000..c6dda91
--- /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 0000000..f8816e9
--- /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 0000000..327aec6
--- /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 0000000..52e7a3c
--- /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 0000000..6561150
--- /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
OpenPOWER on IntegriCloud