From 76ae6282e2e7ab4d8bb608924a7209643b319690 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 31 Dec 2000 05:51:33 +0000 Subject: Add p5-Text-Iconv 1.1, a perl interface to iconv(). PR: 23855 Submitted by: Sergey Skvortsov --- converters/p5-Text-Iconv/Makefile | 32 ++++++++++++++++++++++++++++++++ converters/p5-Text-Iconv/distinfo | 1 + converters/p5-Text-Iconv/pkg-comment | 1 + converters/p5-Text-Iconv/pkg-descr | 1 + converters/p5-Text-Iconv/pkg-plist | 8 ++++++++ 5 files changed, 43 insertions(+) create mode 100644 converters/p5-Text-Iconv/Makefile create mode 100644 converters/p5-Text-Iconv/distinfo create mode 100644 converters/p5-Text-Iconv/pkg-comment create mode 100644 converters/p5-Text-Iconv/pkg-descr create mode 100644 converters/p5-Text-Iconv/pkg-plist (limited to 'converters/p5-Text-Iconv') diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile new file mode 100644 index 0000000..7cb76de --- /dev/null +++ b/converters/p5-Text-Iconv/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Text::Iconv +# Date created: 26 Dec 2000 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= Text-Iconv +PORTVERSION= 1.1 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv + +USE_PERL5= yes + +MAN3= Text::Iconv.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \ + LIBS="-L${LOCALBASE}/lib -liconv " \ + INC="-I ${LOCALBASE}/include " \ + CC="${CC}" CCFLAGS="${CFLAGS}" + +.include diff --git a/converters/p5-Text-Iconv/distinfo b/converters/p5-Text-Iconv/distinfo new file mode 100644 index 0000000..b8968f3 --- /dev/null +++ b/converters/p5-Text-Iconv/distinfo @@ -0,0 +1 @@ +MD5 (Text-Iconv-1.1.tar.gz) = 17c5da932b61f12d44fa6ca65c1d7775 diff --git a/converters/p5-Text-Iconv/pkg-comment b/converters/p5-Text-Iconv/pkg-comment new file mode 100644 index 0000000..3b1c6c5 --- /dev/null +++ b/converters/p5-Text-Iconv/pkg-comment @@ -0,0 +1 @@ +Perl interface to iconv() codeset conversion function diff --git a/converters/p5-Text-Iconv/pkg-descr b/converters/p5-Text-Iconv/pkg-descr new file mode 100644 index 0000000..8175c1a --- /dev/null +++ b/converters/p5-Text-Iconv/pkg-descr @@ -0,0 +1 @@ +Text::Iconv - Perl interface to iconv() codeset conversion function diff --git a/converters/p5-Text-Iconv/pkg-plist b/converters/p5-Text-Iconv/pkg-plist new file mode 100644 index 0000000..5302781 --- /dev/null +++ b/converters/p5-Text-Iconv/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Iconv.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -- cgit v1.1