diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-05 09:30:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-05 09:30:50 +0000 |
commit | 2b287e0c82582505a6f4cc46a27acb2a2337b1ab (patch) | |
tree | 945179bfd88baec5358f5bc76cf22ddeb902a365 | |
parent | 1605c45110910bac6e73044cd7c1e9ce5c3d55ff (diff) |
Add p5-Net-LibIDN 0.04, this module provides access to the libidn
library.
PR: ports/63931
Submitted by: Dominik Brettnacher <domi@saargate.de>
Notes
Notes:
svn path=/head/; revision=106225
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/Makefile | 31 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/pkg-plist | 8 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 31 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/pkg-plist | 8 |
9 files changed, 91 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4cbaa2c2a55b..ee697b800af9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -806,6 +806,7 @@ SUBDIR += p5-Module-Reload SUBDIR += p5-Module-ScanDeps SUBDIR += p5-NEXT + SUBDIR += p5-Net-LibIDN SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-ORBit SUBDIR += p5-Object-MultiType diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile new file mode 100644 index 000000000000..a0c46d0cd753 --- /dev/null +++ b/devel/p5-Net-LibIDN/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Net-LibIDN +# Date created: 06 March 2004 +# Whom: Dominik Brettnacher <domi@saargate.de> +# +# $FreeBSD$ +# + +PORTNAME= Net-LibIDN +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR +PKGNAMEPREFIX= p5- + +MAINTAINER= domi@saargate.de +COMMENT= This module provides access to the libidn library + +LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include + +MAN3= Net::LibIDN.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Net-LibIDN/distinfo b/devel/p5-Net-LibIDN/distinfo new file mode 100644 index 000000000000..02162edf95db --- /dev/null +++ b/devel/p5-Net-LibIDN/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-LibIDN-0.04.tar.gz) = dd743b5c21a3d0f8c0a5d38db2bc6a07 +SIZE (Net-LibIDN-0.04.tar.gz) = 12798 diff --git a/devel/p5-Net-LibIDN/pkg-descr b/devel/p5-Net-LibIDN/pkg-descr new file mode 100644 index 000000000000..af3b2288f01c --- /dev/null +++ b/devel/p5-Net-LibIDN/pkg-descr @@ -0,0 +1,4 @@ +This module provides Perl bindings for the GNU IDN Library (Libidn) +(see also Port devel/libidn). + +WWW: http://search.cpan.org/~thor/Net-LibIDN-0.04/ diff --git a/devel/p5-Net-LibIDN/pkg-plist b/devel/p5-Net-LibIDN/pkg-plist new file mode 100644 index 000000000000..631e8c074855 --- /dev/null +++ b/devel/p5-Net-LibIDN/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Net/LibIDN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net || true diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile new file mode 100644 index 000000000000..a0c46d0cd753 --- /dev/null +++ b/dns/p5-Net-LibIDN/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Net-LibIDN +# Date created: 06 March 2004 +# Whom: Dominik Brettnacher <domi@saargate.de> +# +# $FreeBSD$ +# + +PORTNAME= Net-LibIDN +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR +PKGNAMEPREFIX= p5- + +MAINTAINER= domi@saargate.de +COMMENT= This module provides access to the libidn library + +LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include + +MAN3= Net::LibIDN.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-LibIDN/distinfo b/dns/p5-Net-LibIDN/distinfo new file mode 100644 index 000000000000..02162edf95db --- /dev/null +++ b/dns/p5-Net-LibIDN/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-LibIDN-0.04.tar.gz) = dd743b5c21a3d0f8c0a5d38db2bc6a07 +SIZE (Net-LibIDN-0.04.tar.gz) = 12798 diff --git a/dns/p5-Net-LibIDN/pkg-descr b/dns/p5-Net-LibIDN/pkg-descr new file mode 100644 index 000000000000..af3b2288f01c --- /dev/null +++ b/dns/p5-Net-LibIDN/pkg-descr @@ -0,0 +1,4 @@ +This module provides Perl bindings for the GNU IDN Library (Libidn) +(see also Port devel/libidn). + +WWW: http://search.cpan.org/~thor/Net-LibIDN-0.04/ diff --git a/dns/p5-Net-LibIDN/pkg-plist b/dns/p5-Net-LibIDN/pkg-plist new file mode 100644 index 000000000000..631e8c074855 --- /dev/null +++ b/dns/p5-Net-LibIDN/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Net/LibIDN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net || true |