pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Unaccent Initial import of p5-Text-Un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2b2576d70a5
branches:  trunk
changeset: 500253:f2b2576d70a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 04 18:51:27 2005 +0000

description:
Initial import of p5-Text-Unaccent-1.08:
Text::Unaccent is a module that remove accents from a string.
unac_string converts the input string from the specified charset
to UTF-16 and call unac_string_utf16 to return the unaccented
equivalent. The conversion from and to UTF-16 is done with iconv(1).

diffstat:

 textproc/p5-Text-Unaccent/DESCR    |   4 ++++
 textproc/p5-Text-Unaccent/Makefile |  18 ++++++++++++++++++
 textproc/p5-Text-Unaccent/PLIST    |   1 +
 textproc/p5-Text-Unaccent/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r cdfbe68b56b2 -r f2b2576d70a5 textproc/p5-Text-Unaccent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Unaccent/DESCR   Tue Oct 04 18:51:27 2005 +0000
@@ -0,0 +1,4 @@
+Text::Unaccent is a module that remove accents from a string.
+unac_string converts the input string from the specified charset
+to UTF-16 and call unac_string_utf16 to return the unaccented
+equivalent. The conversion from and to UTF-16 is done with iconv(1).
diff -r cdfbe68b56b2 -r f2b2576d70a5 textproc/p5-Text-Unaccent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Unaccent/Makefile        Tue Oct 04 18:51:27 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/04 18:51:27 wiz Exp $
+#
+
+DISTNAME=       Text-Unaccent-1.08
+PKGNAME=        p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Text-Unaccent/
+COMMENT=       Perl5 module that removes accents from a string
+
+PERL5_PACKLIST=                auto/Text/Unaccent/.packlist
+
+# needs iconv(1)
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cdfbe68b56b2 -r f2b2576d70a5 textproc/p5-Text-Unaccent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Unaccent/PLIST   Tue Oct 04 18:51:27 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/04 18:51:27 wiz Exp $
diff -r cdfbe68b56b2 -r f2b2576d70a5 textproc/p5-Text-Unaccent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Unaccent/distinfo        Tue Oct 04 18:51:27 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/04 18:51:27 wiz Exp $
+
+SHA1 (Text-Unaccent-1.08.tar.gz) = 47697145e1deb448753b1b9cdff13ff8bf7fd28d
+RMD160 (Text-Unaccent-1.08.tar.gz) = 884a9dcfd0eb2fc5a8f34fba6be1b350842e23cf
+Size (Text-Unaccent-1.08.tar.gz) = 84476 bytes



Home | Main Index | Thread Index | Old Index