summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-MapUTF8/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-11 14:17:10 +0000
committertaca <taca@pkgsrc.org>2008-06-11 14:17:10 +0000
commit9865b81ad4ce19bf8619c7759288f948338ad649 (patch)
tree0e507e7c0f0621ea33e618c0bc874ca3bd375555 /converters/p5-Unicode-MapUTF8/Makefile
parent97fac187c25ded7c73404bdcb7657380ad41bba3 (diff)
downloadpkgsrc-9865b81ad4ce19bf8619c7759288f948338ad649.tar.gz
Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.
Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions.
Diffstat (limited to 'converters/p5-Unicode-MapUTF8/Makefile')
-rw-r--r--converters/p5-Unicode-MapUTF8/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile
new file mode 100644
index 00000000000..0ea3ebad59a
--- /dev/null
+++ b/converters/p5-Unicode-MapUTF8/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:17:10 taca Exp $
+
+DISTNAME= Unicode-MapUTF8-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/
+COMMENT= Provides conversions for arbitrary character sets and UTF8
+
+DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
+DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
+DEPENDS+= p5-Unicode-Map-[0-9]*:../../converters/p5-Unicode-Map
+DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode
+
+PERL5_PACKLIST= auto/Unicode/MapUTF8/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"