summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-04 18:51:27 +0000
committerwiz <wiz>2005-10-04 18:51:27 +0000
commite19cddf5b147d4036a7387850704160c19d59bc7 (patch)
treef61019eb47474e018c218299af4ffa31a995f641 /textproc/p5-Text-Unaccent
parent6a1aefa39bc75d9f9ec3365aa92cdb1b46091590 (diff)
downloadpkgsrc-e19cddf5b147d4036a7387850704160c19d59bc7.tar.gz
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 (limited to 'textproc/p5-Text-Unaccent')
-rw-r--r--textproc/p5-Text-Unaccent/DESCR4
-rw-r--r--textproc/p5-Text-Unaccent/Makefile18
-rw-r--r--textproc/p5-Text-Unaccent/PLIST1
-rw-r--r--textproc/p5-Text-Unaccent/distinfo5
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Text-Unaccent/DESCR b/textproc/p5-Text-Unaccent/DESCR
new file mode 100644
index 00000000000..ef16285ffa8
--- /dev/null
+++ b/textproc/p5-Text-Unaccent/DESCR
@@ -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 --git a/textproc/p5-Text-Unaccent/Makefile b/textproc/p5-Text-Unaccent/Makefile
new file mode 100644
index 00000000000..b09c329cb1c
--- /dev/null
+++ b/textproc/p5-Text-Unaccent/Makefile
@@ -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
+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 --git a/textproc/p5-Text-Unaccent/PLIST b/textproc/p5-Text-Unaccent/PLIST
new file mode 100644
index 00000000000..ae103b62792
--- /dev/null
+++ b/textproc/p5-Text-Unaccent/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/04 18:51:27 wiz Exp $
diff --git a/textproc/p5-Text-Unaccent/distinfo b/textproc/p5-Text-Unaccent/distinfo
new file mode 100644
index 00000000000..a22a6702c3e
--- /dev/null
+++ b/textproc/p5-Text-Unaccent/distinfo
@@ -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