diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-bsdconv/Makefile | 26 | ||||
-rw-r--r-- | converters/p5-bsdconv/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-bsdconv/pkg-descr | 5 | ||||
-rw-r--r-- | converters/p5-bsdconv/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 8d0f8018a6f1..599ca8e2a7bd 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -86,6 +86,7 @@ SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML + SUBDIR += p5-bsdconv SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-fribidi diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile new file mode 100644 index 000000000000..fcfc3aef39ac --- /dev/null +++ b/converters/p5-bsdconv/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-bsdconv +# Date created: 29 May 2009 +# Whom: buganini@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= bsdconv +PORTVERSION= 1.10 +CATEGORIES= converters perl5 +MASTER_SITES= http://security-hole.info/distfile/ +PKGNAMEPREFIX= p5- +DISTNAME= buganini-bsdconv-23ad46a91dded05668823e067e3dff69b4c49585 + +MAINTAINER= buganini@gmail.com +COMMENT= Perl wrapper for bsdconv + +LIB_DEPENDS= bsdconv.1:${PORTSDIR}/converters/bsdconv + +PERL_CONFIGURE= yes + +MAN3= bsdconv.3 + +WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/perl + +.include <bsd.port.mk> diff --git a/converters/p5-bsdconv/distinfo b/converters/p5-bsdconv/distinfo new file mode 100644 index 000000000000..edfc7c8e496e --- /dev/null +++ b/converters/p5-bsdconv/distinfo @@ -0,0 +1,3 @@ +MD5 (buganini-bsdconv-23ad46a91dded05668823e067e3dff69b4c49585.tar.gz) = 6f9731868af0f5c88c986d347c7fa7f9 +SHA256 (buganini-bsdconv-23ad46a91dded05668823e067e3dff69b4c49585.tar.gz) = 091f6d13c8521a2e1c90430e6c507b23fa5bc3ec3cf9d8063dec3c04336b6206 +SIZE (buganini-bsdconv-23ad46a91dded05668823e067e3dff69b4c49585.tar.gz) = 319316 diff --git a/converters/p5-bsdconv/pkg-descr b/converters/p5-bsdconv/pkg-descr new file mode 100644 index 000000000000..700a0103bb55 --- /dev/null +++ b/converters/p5-bsdconv/pkg-descr @@ -0,0 +1,5 @@ +BSD licensed charset/encoding converter library with more function than +libiconv. (Currently only support few codecs) +This port is a perl wrapper for bsdconv. + +WWW: http://github.com/buganini/bsdconv/ diff --git a/converters/p5-bsdconv/pkg-plist b/converters/p5-bsdconv/pkg-plist new file mode 100644 index 000000000000..419cfabc418b --- /dev/null +++ b/converters/p5-bsdconv/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.so +%%SITE_PERL%%/%%PERL_ARCH%%/bsdconv.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv |