pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Convert-Translit Initial import of the Con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d16a4ec78858
branches:  trunk
changeset: 555082:d16a4ec78858
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Tue Feb 24 12:25:35 2009 +0000

description:
Initial import of the Convert-Translit Perl package version 1.03.

This module converts strings among 8-bit character sets defined by IETF
RFC 1345 (about 128 sets). The RFC document is included so you can look up
character set names and aliases; it's also read by the module when composing
conversion maps. Failing functions or objects return undef value.

diffstat:

 textproc/p5-Convert-Translit/Makefile |  29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r f6e1320a9837 -r d16a4ec78858 textproc/p5-Convert-Translit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Convert-Translit/Makefile     Tue Feb 24 12:25:35 2009 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/24 12:25:35 tonnerre Exp $
+#
+
+DISTNAME=              Convert-Translit-1.03
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            converters perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER=            tonnerre%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Convert-Translit/
+COMMENT=               Perl5 module to transliterate various character sets
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Convert/Translit/.packlist
+REPLACE_PERL=          lib/Convert/Translit.pm
+
+SUBST_CLASSES=         example
+SUBST_FILES.example=   MANIFEST
+SUBST_SED.example=     -e "s@^example\.pl@@"
+SUBST_STAGE.example=   post-extract
+
+post-extract:
+       ${RM} -f ${WRKSRC}/example.pl
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index