From owner-freebsd-perl@FreeBSD.ORG Wed Apr 30 09:40:01 2014 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4788CC6B for ; Wed, 30 Apr 2014 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3597D184C for ; Wed, 30 Apr 2014 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U9e17T023474 for ; Wed, 30 Apr 2014 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U9e171023473; Wed, 30 Apr 2014 09:40:01 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 09:40:01 GMT Message-Id: <201404300940.s3U9e171023473@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185788: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 09:40:01 -0000 The following reply was made to PR ports/185788; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185788: commit references a PR Date: Wed, 30 Apr 2014 09:36:30 +0000 (UTC) Author: erwin Date: Wed Apr 30 09:36:26 2014 New Revision: 352677 URL: http://svnweb.freebsd.org/changeset/ports/352677 QAT: https://qat.redports.org/buildarchive/r352677/ Log: Add p5-DNS-Ldns, perl bindings for ldns. This port inherits NO_STAGE from its master port. PR: ports/185788 Submitted by: Jaap Akkerhuis Sponsored by: DK Hostmaster A/S Approved by: portmgr (self) Added: head/dns/p5-DNS-Ldns/ head/dns/p5-DNS-Ldns/Makefile (contents, props changed) head/dns/p5-DNS-Ldns/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Apr 30 09:30:14 2014 (r352676) +++ head/dns/Makefile Wed Apr 30 09:36:26 2014 (r352677) @@ -92,6 +92,7 @@ SUBDIR += p5-BIND-Config-Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS + SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Data-Validate-Domain Added: head/dns/p5-DNS-Ldns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DNS-Ldns/Makefile Wed Apr 30 09:36:26 2014 (r352677) @@ -0,0 +1,11 @@ +# Created by: Jaap Akkerhuis +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../dns/ldns + +BUILD_P5PERL=yes + +PLIST= ${.CURDIR}/pkg-plist + +NO_STAGE= yes +.include "${MASTERDIR}/Makefile" Added: head/dns/p5-DNS-Ldns/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DNS-Ldns/pkg-plist Wed Apr 30 09:36:26 2014 (r352677) @@ -0,0 +1,46 @@ +@comment Generated by sysutils/genplist +lib/perl5/5.16/mach/perllocal.pod +%%PERL5_MAN3%%/DNS::LDNS.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecDataChain.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecName.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecRRSets.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecRRs.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecTrustTree.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecZone.3 +%%PERL5_MAN3%%//DNS::LDNS::GC.3 +%%PERL5_MAN3%%//DNS::LDNS::Key.3 +%%PERL5_MAN3%%//DNS::LDNS::KeyList.3 +%%PERL5_MAN3%%//DNS::LDNS::Packet.3 +%%PERL5_MAN3%%//DNS::LDNS::RBNode.3 +%%PERL5_MAN3%%//DNS::LDNS::RBTree.3 +%%PERL5_MAN3%%//DNS::LDNS::RData.3 +%%PERL5_MAN3%%//DNS::LDNS::RR.3 +%%PERL5_MAN3%%//DNS::LDNS::RRList.3 +%%PERL5_MAN3%%//DNS::LDNS::Resolver.3 +%%PERL5_MAN3%%//DNS::LDNS::Zone.3 +%%SITE_PERL%%/mach/DNS/LDNS.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecDataChain.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecName.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecRRSets.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecRRs.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecTrustTree.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecZone.pm +%%SITE_PERL%%/mach/DNS/LDNS/GC.pm +%%SITE_PERL%%/mach/DNS/LDNS/Key.pm +%%SITE_PERL%%/mach/DNS/LDNS/KeyList.pm +%%SITE_PERL%%/mach/DNS/LDNS/Packet.pm +%%SITE_PERL%%/mach/DNS/LDNS/RBNode.pm +%%SITE_PERL%%/mach/DNS/LDNS/RBTree.pm +%%SITE_PERL%%/mach/DNS/LDNS/RData.pm +%%SITE_PERL%%/mach/DNS/LDNS/RR.pm +%%SITE_PERL%%/mach/DNS/LDNS/RRList.pm +%%SITE_PERL%%/mach/DNS/LDNS/Resolver.pm +%%SITE_PERL%%/mach/DNS/LDNS/Zone.pm +%%SITE_PERL%%/mach/auto/DNS/LDNS/.packlist +%%SITE_PERL%%/mach/auto/DNS/LDNS/LDNS.bs +%%SITE_PERL%%/mach/auto/DNS/LDNS/LDNS.so +%%SITE_PERL%%/mach/auto/DNS/LDNS/autosplit.ix +@dirrm %%SITE_PERL%%/mach/auto/DNS/LDNS +@dirrm %%SITE_PERL%%/mach/auto/DNS +@dirrm %%SITE_PERL%%/mach/DNS/LDNS +@dirrm %%SITE_PERL%%/mach/DNS _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"