[Midnightbsd-cvs] mports [23642] trunk/dns: add p5-Net-LibIDN

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 22 23:03:34 EDT 2018


Revision: 23642
          http://svnweb.midnightbsd.org/mports/?rev=23642
Author:   laffer1
Date:     2018-07-22 23:03:33 -0400 (Sun, 22 Jul 2018)
Log Message:
-----------
add  p5-Net-LibIDN

Modified Paths:
--------------
    trunk/dns/Makefile

Added Paths:
-----------
    trunk/dns/p5-Net-LibIDN/
    trunk/dns/p5-Net-LibIDN/Makefile
    trunk/dns/p5-Net-LibIDN/distinfo
    trunk/dns/p5-Net-LibIDN/pkg-descr
    trunk/dns/p5-Net-LibIDN/pkg-plist

Modified: trunk/dns/Makefile
===================================================================
--- trunk/dns/Makefile	2018-07-23 02:58:29 UTC (rev 23641)
+++ trunk/dns/Makefile	2018-07-23 03:03:33 UTC (rev 23642)
@@ -25,6 +25,7 @@
 SUBDIR += nss_mdns
 SUBDIR += p5-Net-DNS
 SUBDIR += p5-Net-DNS-Resolver-Programmable
+SUBDIR += p5-Net-LibIDN
 SUBDIR += pdnsd
 SUBDIR += py-dns
 SUBDIR += py-dnspython

Added: trunk/dns/p5-Net-LibIDN/Makefile
===================================================================
--- trunk/dns/p5-Net-LibIDN/Makefile	                        (rev 0)
+++ trunk/dns/p5-Net-LibIDN/Makefile	2018-07-23 03:03:33 UTC (rev 23642)
@@ -0,0 +1,30 @@
+# Created by: Dominik Brettnacher <domi at saargate.de>
+# $FreeBSD: head/dns/p5-Net-LibIDN/Makefile 450679 2017-09-26 15:56:12Z sunpoet $
+# $MidnightBSD$
+
+PORTNAME=	Net-LibIDN
+PORTVERSION=	0.12
+PORTREVISION=	4
+CATEGORIES=	dns perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	This module provides access to the libidn library
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/Artistic
+
+LIB_DEPENDS=	libidn.so:dns/libidn
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-libidn=${LOCALBASE}/lib \
+		--with-libidn-inc=${LOCALBASE}/include
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN/LibIDN.so
+
+.include <bsd.port.mk>


Property changes on: trunk/dns/p5-Net-LibIDN/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/p5-Net-LibIDN/distinfo
===================================================================
--- trunk/dns/p5-Net-LibIDN/distinfo	                        (rev 0)
+++ trunk/dns/p5-Net-LibIDN/distinfo	2018-07-23 03:03:33 UTC (rev 23642)
@@ -0,0 +1,2 @@
+SHA256 (Net-LibIDN-0.12.tar.gz) = 2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17
+SIZE (Net-LibIDN-0.12.tar.gz) = 14262


Property changes on: trunk/dns/p5-Net-LibIDN/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/p5-Net-LibIDN/pkg-descr
===================================================================
--- trunk/dns/p5-Net-LibIDN/pkg-descr	                        (rev 0)
+++ trunk/dns/p5-Net-LibIDN/pkg-descr	2018-07-23 03:03:33 UTC (rev 23642)
@@ -0,0 +1,4 @@
+This module provides Perl bindings for the GNU IDN Library (Libidn)
+(see also Port devel/libidn).
+
+WWW: https://metacpan.org/release/Net-LibIDN


Property changes on: trunk/dns/p5-Net-LibIDN/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/p5-Net-LibIDN/pkg-plist
===================================================================
--- trunk/dns/p5-Net-LibIDN/pkg-plist	                        (rev 0)
+++ trunk/dns/p5-Net-LibIDN/pkg-plist	2018-07-23 03:03:33 UTC (rev 23642)
@@ -0,0 +1,4 @@
+%%SITE_ARCH%%/Net/LibIDN.pm
+%%SITE_ARCH%%/auto/Net/LibIDN/LibIDN.so
+%%SITE_ARCH%%/auto/Net/LibIDN/autosplit.ix
+%%PERL5_MAN3%%/Net::LibIDN.3.gz


Property changes on: trunk/dns/p5-Net-LibIDN/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list