From owner-svn-ports-head@freebsd.org Tue Sep 8 17:48:30 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BD543D1642; Tue, 8 Sep 2020 17:48:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BmCLQ0fp4z46RL; Tue, 8 Sep 2020 17:48:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE3DC143C0; Tue, 8 Sep 2020 17:48:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088HmTGG050740; Tue, 8 Sep 2020 17:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088HmTb8050736; Tue, 8 Sep 2020 17:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009081748.088HmTb8050736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Sep 2020 17:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548004 - in head/net: . p5-URI-cpan X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . p5-URI-cpan X-SVN-Commit-Revision: 548004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2020 17:48:30 -0000 Author: sunpoet Date: Tue Sep 8 17:48:28 2020 New Revision: 548004 URL: https://svnweb.freebsd.org/changeset/ports/548004 Log: Add p5-URI-cpan 1.007 URI::cpan handles URLs that refer to things on the CPAN. WWW: https://metacpan.org/release/URI-cpan Added: head/net/p5-URI-cpan/ head/net/p5-URI-cpan/Makefile (contents, props changed) head/net/p5-URI-cpan/distinfo (contents, props changed) head/net/p5-URI-cpan/pkg-descr (contents, props changed) head/net/p5-URI-cpan/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Sep 8 17:40:11 2020 (r548003) +++ head/net/Makefile Tue Sep 8 17:48:28 2020 (r548004) @@ -862,6 +862,7 @@ SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict + SUBDIR += p5-URI-cpan SUBDIR += p5-URI-db SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 Added: head/net/p5-URI-cpan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-cpan/Makefile Tue Sep 8 17:48:28 2020 (r548004) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= URI-cpan +PORTVERSION= 1.007 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= URLs that refer to things on the CPAN + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-CPAN-DistnameInfo>=0:devel/p5-CPAN-DistnameInfo \ + p5-URI>=0:net/p5-URI + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/net/p5-URI-cpan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-cpan/distinfo Tue Sep 8 17:48:28 2020 (r548004) @@ -0,0 +1,3 @@ +TIMESTAMP = 1599574497 +SHA256 (URI-cpan-1.007.tar.gz) = 125a1394662e0a45e2696977496c1d027b14387ff6e39b60c07e0f96eae152d3 +SIZE (URI-cpan-1.007.tar.gz) = 16116 Added: head/net/p5-URI-cpan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-cpan/pkg-descr Tue Sep 8 17:48:28 2020 (r548004) @@ -0,0 +1,3 @@ +URI::cpan handles URLs that refer to things on the CPAN. + +WWW: https://metacpan.org/release/URI-cpan Added: head/net/p5-URI-cpan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-cpan/pkg-plist Tue Sep 8 17:48:28 2020 (r548004) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/URI/cpan.pm +%%SITE_PERL%%/URI/cpan/author.pm +%%SITE_PERL%%/URI/cpan/dist.pm +%%SITE_PERL%%/URI/cpan/distfile.pm +%%SITE_PERL%%/URI/cpan/module.pm +%%SITE_PERL%%/URI/cpan/package.pm +%%PERL5_MAN3%%/URI::cpan.3.gz +%%PERL5_MAN3%%/URI::cpan::author.3.gz +%%PERL5_MAN3%%/URI::cpan::dist.3.gz +%%PERL5_MAN3%%/URI::cpan::distfile.3.gz +%%PERL5_MAN3%%/URI::cpan::module.3.gz +%%PERL5_MAN3%%/URI::cpan::package.3.gz