aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a (diff)
downloadports-44d168177585d92cc903099677d52b4c6d232969.tar.gz
ports-44d168177585d92cc903099677d52b4c6d232969.zip
Notes
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 d4c4870f75e4..db4b0138706e 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 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