Date: Sun, 26 Dec 1999 12:30:53 +0300 (MSK) From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15699: New port: misc/p5-I18N-LangTags Message-ID: <199912260930.MAA26037@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 15699 >Category: ports >Synopsis: New port: misc/p5-I18N-LangTags >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: Sun Dec 26 01:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/PLIST # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-I18N-LangTags X# Version required: 0.12 X# Date created: 26 December 1999 X# Whom: Dmitry Sivachenko <dima@Chg.RU> X# X# $FreeBSD: $ X# X XDISTNAME= I18N-LangTags-0.12 XPKGNAME= p5-I18N-LangTags-0.12 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= I18N X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= I18N::LangTags.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (I18N-LangTags-0.12.tar.gz) = 8b389b035c999884cf9d80fa6c0e43c8 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XFunctions for dealing with RFC-1766-style language tags END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XLanguage tags are a formalism, described in RFC 1766, for declaring Xwhat language form (language and possibly dialect) a given chunk of Xinformation is in. X XThis library provides functions for common tasks involving language Xtags (notably the extraction of them, comparing them, and testing the Xformal validity of them) as is needed in a variety of protocols and Xapplications. X X--dima Xdima@Chg.RU END-of-./pkg/DESCR 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?199912260930.MAA26037>