From owner-svn-ports-head@freebsd.org Sun Nov 29 07:02:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF3AEA3CE3B; Sun, 29 Nov 2015 07:02:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id 724B61EA1; Sun, 29 Nov 2015 07:02:02 +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 tAT721xL079621; Sun, 29 Nov 2015 07:02:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAT721GB079615; Sun, 29 Nov 2015 07:02:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511290702.tAT721GB079615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Nov 2015 07:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402584 - in head/devel: . p5-PerlX-Maybe-XS X-SVN-Group: ports-head 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.20 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, 29 Nov 2015 07:02:02 -0000 Author: sunpoet Date: Sun Nov 29 07:02:01 2015 New Revision: 402584 URL: https://svnweb.freebsd.org/changeset/ports/402584 Log: - Add p5-PerlX-Maybe-XS 1.001 PerlX::Maybe::XS is the XS backend for PerlX::Maybe. WWW: http://search.cpan.org/dist/PerlX-Maybe-XS/ Added: head/devel/p5-PerlX-Maybe-XS/ head/devel/p5-PerlX-Maybe-XS/Makefile (contents, props changed) head/devel/p5-PerlX-Maybe-XS/distinfo (contents, props changed) head/devel/p5-PerlX-Maybe-XS/pkg-descr (contents, props changed) head/devel/p5-PerlX-Maybe-XS/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 29 07:00:46 2015 (r402583) +++ head/devel/Makefile Sun Nov 29 07:02:01 2015 (r402584) @@ -2906,6 +2906,7 @@ SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-PerlX-Maybe + SUBDIR += p5-PerlX-Maybe-XS SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub Added: head/devel/p5-PerlX-Maybe-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PerlX-Maybe-XS/Makefile Sun Nov 29 07:02:01 2015 (r402584) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= PerlX-Maybe-XS +PORTVERSION= 1.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XS backend for PerlX::Maybe + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_PERL5= configure +USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlX/Maybe/XS/XS.so + +.include Added: head/devel/p5-PerlX-Maybe-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PerlX-Maybe-XS/distinfo Sun Nov 29 07:02:01 2015 (r402584) @@ -0,0 +1,2 @@ +SHA256 (PerlX-Maybe-XS-1.001.tar.gz) = 48ef97f06949e65277d1a0ac269fbc543b2cb08bd613f020de2098bed6a40bb6 +SIZE (PerlX-Maybe-XS-1.001.tar.gz) = 61026 Added: head/devel/p5-PerlX-Maybe-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PerlX-Maybe-XS/pkg-descr Sun Nov 29 07:02:01 2015 (r402584) @@ -0,0 +1,3 @@ +PerlX::Maybe::XS is the XS backend for PerlX::Maybe. + +WWW: http://search.cpan.org/dist/PerlX-Maybe-XS/ Added: head/devel/p5-PerlX-Maybe-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PerlX-Maybe-XS/pkg-plist Sun Nov 29 07:02:01 2015 (r402584) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/PerlX/Maybe/XS.pm +%%SITE_ARCH%%/auto/PerlX/Maybe/XS/XS.so +%%PERL5_MAN3%%/PerlX::Maybe::XS.3.gz