From 3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a Mon Sep 17 00:00:00 2001
From: Will Andrews <will@FreeBSD.org>
Date: Thu, 4 Jan 2001 00:04:39 +0000
Subject: 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>
---
 textproc/Makefile                     |  1 +
 textproc/p5-Sort-ArbBiLex/Makefile    | 23 +++++++++++++++++++++++
 textproc/p5-Sort-ArbBiLex/distinfo    |  1 +
 textproc/p5-Sort-ArbBiLex/pkg-comment |  1 +
 textproc/p5-Sort-ArbBiLex/pkg-descr   | 11 +++++++++++
 textproc/p5-Sort-ArbBiLex/pkg-plist   |  5 +++++
 6 files changed, 42 insertions(+)
 create mode 100644 textproc/p5-Sort-ArbBiLex/Makefile
 create mode 100644 textproc/p5-Sort-ArbBiLex/distinfo
 create mode 100644 textproc/p5-Sort-ArbBiLex/pkg-comment
 create mode 100644 textproc/p5-Sort-ArbBiLex/pkg-descr
 create mode 100644 textproc/p5-Sort-ArbBiLex/pkg-plist

diff --git a/textproc/Makefile b/textproc/Makefile
index fc87a0c54371..d4c4870f75e4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -71,6 +71,7 @@
     SUBDIR += no-ispell
     SUBDIR += openjade
     SUBDIR += p5-DelimMatch
+    SUBDIR += p5-Sort-ArbBiLex
     SUBDIR += p5-Spreadsheet-ParseExcel
     SUBDIR += p5-Spreadsheet-WriteExcel
     SUBDIR += p5-String-ShellQuote
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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0