Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Jan 2001 20:36:06 +0100 (CET)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24023: New port: textproc/p5-Sort-ArbBiLex (Make sort functions for arbitrary sort orders)
Message-ID:  <20010102193606.9D20654E7@heechee.tobez.org>
Resent-Message-ID: <200101021940.f02Je1386139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24023
>Category:       ports
>Synopsis:       New port: textproc/p5-Sort-ArbBiLex (Make sort functions for arbitrary sort orders)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 11:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

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.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Sort-ArbBiLex
#	p5-Sort-ArbBiLex/pkg-plist
#	p5-Sort-ArbBiLex/pkg-descr
#	p5-Sort-ArbBiLex/pkg-comment
#	p5-Sort-ArbBiLex/distinfo
#	p5-Sort-ArbBiLex/Makefile
#
echo c - p5-Sort-ArbBiLex
mkdir -p p5-Sort-ArbBiLex > /dev/null 2>&1
echo x - p5-Sort-ArbBiLex/pkg-plist
sed 's/^X//' >p5-Sort-ArbBiLex/pkg-plist << 'END-of-p5-Sort-ArbBiLex/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/ArbBiLex/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Sort/ArbBiLex.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/ArbBiLex
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sort 2>/dev/null || true
END-of-p5-Sort-ArbBiLex/pkg-plist
echo x - p5-Sort-ArbBiLex/pkg-descr
sed 's/^X//' >p5-Sort-ArbBiLex/pkg-descr << 'END-of-p5-Sort-ArbBiLex/pkg-descr'
XWriting systems for different languages usually have specific sort
Xorders for the glyphs (characters, or clusters of characters) that each
Xwriting system uses. For well-known national languages, these different
Xsort orders (or someone's idea of them) are formalized in the locale for
Xeach such language, on operating system flavors that support locales.
XHowever, there are problems with locales; cf. the perllocale manpage.
X
XThis module is meant to provide an alternative to locale-based sorting.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Sort-ArbBiLex/pkg-descr
echo x - p5-Sort-ArbBiLex/pkg-comment
sed 's/^X//' >p5-Sort-ArbBiLex/pkg-comment << 'END-of-p5-Sort-ArbBiLex/pkg-comment'
XMake sort functions for arbitrary sort orders
END-of-p5-Sort-ArbBiLex/pkg-comment
echo x - p5-Sort-ArbBiLex/distinfo
sed 's/^X//' >p5-Sort-ArbBiLex/distinfo << 'END-of-p5-Sort-ArbBiLex/distinfo'
XMD5 (Sort-ArbBiLex-3.32.tar.gz) = 3e83f188732830a9279b078cdbaa5450
END-of-p5-Sort-ArbBiLex/distinfo
echo x - p5-Sort-ArbBiLex/Makefile
sed 's/^X//' >p5-Sort-ArbBiLex/Makefile << 'END-of-p5-Sort-ArbBiLex/Makefile'
X# New ports collection makefile for:	textproc/p5-Sort-ArbBiLex
X# Date created:				02 January 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Sort-ArbBiLex
XPORTVERSION=	3.32
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Sort
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Sort::ArbBiLex.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Sort-ArbBiLex/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010102193606.9D20654E7>