From owner-svn-ports-all@freebsd.org Sat Aug 15 22:48:43 2020 Return-Path: Delivered-To: svn-ports-all@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 9D9F83A91BD; Sat, 15 Aug 2020 22:48:43 +0000 (UTC) (envelope-from swills@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 4BTb7v3gGCz4qyG; Sat, 15 Aug 2020 22:48:43 +0000 (UTC) (envelope-from swills@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 47E792693C; Sat, 15 Aug 2020 22:48:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07FMmhv2044876; Sat, 15 Aug 2020 22:48:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07FMmgOS044872; Sat, 15 Aug 2020 22:48:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202008152248.07FMmgOS044872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 15 Aug 2020 22:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545079 - in head/devel: . p5-Module-Build-WithXSpp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . p5-Module-Build-WithXSpp X-SVN-Commit-Revision: 545079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 22:48:43 -0000 Author: swills Date: Sat Aug 15 22:48:42 2020 New Revision: 545079 URL: https://svnweb.freebsd.org/changeset/ports/545079 Log: devel/p5-Module-Build-WithXSpp: create port PR: 243095 Submitted by: Tomohiro Hosaka Added: head/devel/p5-Module-Build-WithXSpp/ head/devel/p5-Module-Build-WithXSpp/Makefile (contents, props changed) head/devel/p5-Module-Build-WithXSpp/distinfo (contents, props changed) head/devel/p5-Module-Build-WithXSpp/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 15 22:47:30 2020 (r545078) +++ head/devel/Makefile Sat Aug 15 22:48:42 2020 (r545079) @@ -2709,6 +2709,7 @@ SUBDIR += p5-Module-Build-Pluggable SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod SUBDIR += p5-Module-Build-Tiny + SUBDIR += p5-Module-Build-WithXSpp SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile Added: head/devel/p5-Module-Build-WithXSpp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-WithXSpp/Makefile Sat Aug 15 22:48:42 2020 (r545079) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Module-Build-WithXSpp +PORTVERSION= 0.14 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SMUELLER +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= XS++ enhanced flavour of Module::Build + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build>=0.26:devel/p5-Module-Build +RUN_DEPENDS= p5-ExtUtils-CppGuess>=0.04:devel/p5-ExtUtils-CppGuess \ + p5-ExtUtils-XSpp>=0.11:devel/p5-ExtUtils-XSpp \ + p5-Module-Build>=0.26:devel/p5-Module-Build + +USES= perl5 +USE_PERL5= modbuild +PLIST_FILES= ${SITE_MAN3_REL}/Module::Build::WithXSpp.3.gz \ + ${SITE_PERL}/Module/Build/WithXSpp.pm + +NO_ARCH= yes + +.include Added: head/devel/p5-Module-Build-WithXSpp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-WithXSpp/distinfo Sat Aug 15 22:48:42 2020 (r545079) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578159660 +SHA256 (Module-Build-WithXSpp-0.14.tar.gz) = 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934 +SIZE (Module-Build-WithXSpp-0.14.tar.gz) = 14103 Added: head/devel/p5-Module-Build-WithXSpp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-WithXSpp/pkg-descr Sat Aug 15 22:48:42 2020 (r545079) @@ -0,0 +1,4 @@ +This subclass of Module::Build adds some tools and processes +to make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp). + +WWW: https://metacpan.org/release/Module-Build-WithXSpp