summaryrefslogtreecommitdiffstats
path: root/textproc/p5-Sort-ArbBiLex
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 00:04:39 +0000
committerwill <will@FreeBSD.org>2001-01-04 00:04:39 +0000
commit72779058d46800a4d20663d2b41460eb21980a8e (patch)
tree33f503dc9c57f7d0f4baa19f9091baaae268d745 /textproc/p5-Sort-ArbBiLex
parent67fc9bccb0af7647e952160540ae633f6db6d5a5 (diff)
downloadFreeBSD-ports-72779058d46800a4d20663d2b41460eb21980a8e.zip
FreeBSD-ports-72779058d46800a4d20663d2b41460eb21980a8e.tar.gz
Add p5-Sort-ArbBiLex 3.32, perl module to make sort functions for arbitrary
sort orders. PR: 24023 Submitted by: Anton Berezin <tobez@tobez.org>
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 0000000..ff1438a
--- /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 0000000..a33b702
--- /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 0000000..d2f12dd
--- /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 0000000..92c264e
--- /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 0000000..d48f3e1
--- /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
OpenPOWER on IntegriCloud