Date: Sat, 2 Apr 2016 17:32:54 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412428 - in head/devel: . p5-namespace-clean-xs Message-ID: <201604021732.u32HWs7t073952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Apr 2 17:32:53 2016 New Revision: 412428 URL: https://svnweb.freebsd.org/changeset/ports/412428 Log: Add devel/p5-namespace-clean-xs, essentially a drop-in replacement for devel/p5-namespace-clean, but in XS and with no dependencies. WWW: https://metacpan.org/pod/namespace::clean::xs Added: head/devel/p5-namespace-clean-xs/ head/devel/p5-namespace-clean-xs/Makefile (contents, props changed) head/devel/p5-namespace-clean-xs/distinfo (contents, props changed) head/devel/p5-namespace-clean-xs/pkg-descr (contents, props changed) head/devel/p5-namespace-clean-xs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 2 17:22:48 2016 (r412427) +++ head/devel/Makefile Sat Apr 2 17:32:53 2016 (r412428) @@ -3484,6 +3484,7 @@ SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean + SUBDIR += p5-namespace-clean-xs SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent Added: head/devel/p5-namespace-clean-xs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/Makefile Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,24 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= namespace-clean-xs +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Keep imports and functions out of your namespace, in XS + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/namespace/clean/xs/xs.so + +.include <bsd.port.mk> Added: head/devel/p5-namespace-clean-xs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/distinfo Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,2 @@ +SHA256 (namespace-clean-xs-0.05.tar.gz) = e17e7890f09833f7acd1d852995ec84ff3c374a74c6a1b9d3af2fadff6ca264e +SIZE (namespace-clean-xs-0.05.tar.gz) = 12085 Added: head/devel/p5-namespace-clean-xs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/pkg-descr Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,4 @@ +This module does the same thing as devel/p5-namespace-clean, but in +XS and with no dependencies. + +WWW: https://metacpan.org/pod/namespace::clean::xs Added: head/devel/p5-namespace-clean-xs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-namespace-clean-xs/pkg-plist Sat Apr 2 17:32:53 2016 (r412428) @@ -0,0 +1,6 @@ +%%SITE_ARCH%%/auto/namespace/clean/xs/xs.so +%%SITE_ARCH%%/namespace/clean/xs.pm +%%SITE_ARCH%%/namespace/clean/xs/all.pm +%%SITE_ARCH%%/namespace/clean/xs/compat.h +%%PERL5_MAN3%%/namespace::clean::xs.3.gz +%%PERL5_MAN3%%/namespace::clean::xs::all.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021732.u32HWs7t073952>