aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Sort-ArbBiLex
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:04:39 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:04:39 +0000
commit3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a (patch)
tree200ad26c9745d9fb6f50bab3018e67904ae9d161 /textproc/p5-Sort-ArbBiLex
parent182937580d8aa186d5d38e091ae38d0005a1ec23 (diff)
downloadports-3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a.tar.gz
ports-3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a.zip
Notes
Diffstat (limited to 'textproc/p5-Sort-ArbBiLex')
-rw-r--r--textproc/p5-Sort-ArbBiLex/Makefile23
-rw-r--r--textproc/p5-Sort-ArbBiLex/distinfo1
-rw-r--r--textproc/p5-Sort-ArbBiLex/pkg-comment1
-rw-r--r--textproc/p5-Sort-ArbBiLex/pkg-descr11
-rw-r--r--textproc/p5-Sort-ArbBiLex/pkg-plist5
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Sort-ArbBiLex/Makefile b/textproc/p5-Sort-ArbBiLex/Makefile
new file mode 100644
index 000000000000..ff1438adf1c5
--- /dev/null
+++ b/textproc/p5-Sort-ArbBiLex/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Sort-ArbBiLex
+# Date created: 02 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sort-ArbBiLex
+PORTVERSION= 3.32
+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::ArbBiLex.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Sort-ArbBiLex/distinfo b/textproc/p5-Sort-ArbBiLex/distinfo
new file mode 100644
index 000000000000..a33b702a43fc
--- /dev/null
+++ b/textproc/p5-Sort-ArbBiLex/distinfo
@@ -0,0 +1 @@
+MD5 (Sort-ArbBiLex-3.32.tar.gz) = 3e83f188732830a9279b078cdbaa5450
diff --git a/textproc/p5-Sort-ArbBiLex/pkg-comment b/textproc/p5-Sort-ArbBiLex/pkg-comment
new file mode 100644
index 000000000000..d2f12dd6735e
--- /dev/null
+++ b/textproc/p5-Sort-ArbBiLex/pkg-comment
@@ -0,0 +1 @@
+Perl module to make sort functions for arbitrary sort orders
diff --git a/textproc/p5-Sort-ArbBiLex/pkg-descr b/textproc/p5-Sort-ArbBiLex/pkg-descr
new file mode 100644
index 000000000000..92c264ebc488
--- /dev/null
+++ b/textproc/p5-Sort-ArbBiLex/pkg-descr
@@ -0,0 +1,11 @@
+Writing systems for different languages usually have specific sort
+orders for the glyphs (characters, or clusters of characters) that each
+writing system uses. For well-known national languages, these different
+sort orders (or someone's idea of them) are formalized in the locale for
+each such language, on operating system flavors that support locales.
+However, there are problems with locales; cf. the perllocale manpage.
+
+This module is meant to provide an alternative to locale-based sorting.
+
+-Anton
+<tobez@tobez.org>
diff --git a/textproc/p5-Sort-ArbBiLex/pkg-plist b/textproc/p5-Sort-ArbBiLex/pkg-plist
new file mode 100644
index 000000000000..d48f3e162cc8
--- /dev/null
+++ b/textproc/p5-Sort-ArbBiLex/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/ArbBiLex/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Sort/ArbBiLex.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/ArbBiLex
+@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