From owner-svn-ports-all@freebsd.org Sat Apr 2 17:32:55 2016 Return-Path: Delivered-To: svn-ports-all@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 88FEBB0139E; Sat, 2 Apr 2016 17:32:55 +0000 (UTC) (envelope-from adamw@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 5E0E0157C; Sat, 2 Apr 2016 17:32:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32HWsdR073957; Sat, 2 Apr 2016 17:32:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32HWs7t073952; Sat, 2 Apr 2016 17:32:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604021732.u32HWs7t073952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 2 Apr 2016 17:32:54 +0000 (UTC) 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 X-SVN-Group: ports-head 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.21 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, 02 Apr 2016 17:32:55 -0000 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 +# $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 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