From owner-svn-ports-head@freebsd.org Sun Mar 10 11:46:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 147711530A0E; Sun, 10 Mar 2019 11:46:08 +0000 (UTC) (envelope-from pi@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) server-signature RSA-PSS (4096 bits) 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 ABCD972F64; Sun, 10 Mar 2019 11:46:07 +0000 (UTC) (envelope-from pi@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 9E65222A99; Sun, 10 Mar 2019 11:46:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2ABk7hA060563; Sun, 10 Mar 2019 11:46:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2ABk6GY060559; Sun, 10 Mar 2019 11:46:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201903101146.x2ABk6GY060559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 Mar 2019 11:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495287 - in head/devel: . p5-Alien-Base-ModuleBuild X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/devel: . p5-Alien-Base-ModuleBuild X-SVN-Commit-Revision: 495287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ABCD972F64 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 10 Mar 2019 11:46:08 -0000 Author: pi Date: Sun Mar 10 11:46:06 2019 New Revision: 495287 URL: https://svnweb.freebsd.org/changeset/ports/495287 Log: New port: devel/p5-Alien-Base-ModuleBuild Module::Build subclass for building Alien:: modules and their libraries For new development use Alien::Build and alienfile instead. WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild Added: head/devel/p5-Alien-Base-ModuleBuild/ head/devel/p5-Alien-Base-ModuleBuild/Makefile (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/distinfo (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/pkg-descr (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 10 11:41:58 2019 (r495286) +++ head/devel/Makefile Sun Mar 10 11:46:06 2019 (r495287) @@ -1946,6 +1946,7 @@ SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias + SUBDIR += p5-Alien-Base-ModuleBuild SUBDIR += p5-Alien-Build SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo Added: head/devel/p5-Alien-Base-ModuleBuild/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/Makefile Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Alien-Base-ModuleBuild +PORTVERSION= 1.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Module::Build subclass for building Alien:: modules and libraries + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Archive-Extract>=0.80:archivers/p5-Archive-Extract \ + p5-File-chdir>=0.1010:devel/p5-File-chdir \ + p5-Path-Tiny>=0.108:devel/p5-Path-Tiny \ + p5-Shell-Config-Generate>=0.33:devel/p5-Shell-Config-Generate \ + p5-Shell-Guess>=0.09:devel/p5-Shell-Guess \ + p5-Sort-Versions>=1.62:devel/p5-Sort-Versions +TEST_DEPENDS= p5-Test2-Suite>=0.000118:devel/p5-Test2-Suite \ + p5-Inline-CPP>=0.75:devel/p5-Inline-CPP + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/devel/p5-Alien-Base-ModuleBuild/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/distinfo Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551862351 +SHA256 (Alien-Base-ModuleBuild-1.06.tar.gz) = cc9d546ee5c90128306236ba3ab0ab4d46caafcdbcb889379b1b443c696a97b9 +SIZE (Alien-Base-ModuleBuild-1.06.tar.gz) = 64694 Added: head/devel/p5-Alien-Base-ModuleBuild/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/pkg-descr Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,5 @@ +Module::Build subclass for building Alien:: modules and their libraries + +For new development use Alien::Build and alienfile instead. + +WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild Added: head/devel/p5-Alien-Base-ModuleBuild/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/pkg-plist Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,15 @@ +%%SITE_PERL%%/Alien/Base/ModuleBuild.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/API.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/Authoring.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/Cabinet.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/FAQ.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/File.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/FTP.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/HTTP.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/Local.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Utils.pm +%%PERL5_MAN3%%/Alien::Base::ModuleBuild.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::API.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::Authoring.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::FAQ.3.gz