svn commit: r320085 - in head/devel: . p5-Devel-GlobalDestruction-XS

Frederic Culot culot at FreeBSD.org
Thu Jun 6 12:35:21 UTC 2013


Author: culot
Date: Thu Jun  6 12:35:19 2013
New Revision: 320085
URL: http://svnweb.freebsd.org/changeset/ports/320085

Log:
  Devel::GlobalDestruction::XS is an XS backend for Devel::GlobalDestruction.
  
  WWW: http://search.cpan.org/dist/Devel-GlobalDestruction-XS/

Added:
  head/devel/p5-Devel-GlobalDestruction-XS/
  head/devel/p5-Devel-GlobalDestruction-XS/Makefile   (contents, props changed)
  head/devel/p5-Devel-GlobalDestruction-XS/distinfo   (contents, props changed)
  head/devel/p5-Devel-GlobalDestruction-XS/pkg-descr   (contents, props changed)
  head/devel/p5-Devel-GlobalDestruction-XS/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun  6 12:00:15 2013	(r320084)
+++ head/devel/Makefile	Thu Jun  6 12:35:19 2013	(r320085)
@@ -1845,6 +1845,7 @@
     SUBDIR += p5-Devel-Events-Objects
     SUBDIR += p5-Devel-Gladiator
     SUBDIR += p5-Devel-GlobalDestruction
+    SUBDIR += p5-Devel-GlobalDestruction-XS
     SUBDIR += p5-Devel-Hide
     SUBDIR += p5-Devel-KYTProf
     SUBDIR += p5-Devel-Leak

Added: head/devel/p5-Devel-GlobalDestruction-XS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-GlobalDestruction-XS/Makefile	Thu Jun  6 12:35:19 2013	(r320085)
@@ -0,0 +1,20 @@
+# Created by: Frederic Culot <culot at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Devel-GlobalDestruction-XS
+PORTVERSION=	0.01
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	culot at FreeBSD.org
+COMMENT=	Faster implementation of the Devel::GlobalDestruction API
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Devel::GlobalDestruction::XS.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Devel-GlobalDestruction-XS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-GlobalDestruction-XS/distinfo	Thu Jun  6 12:35:19 2013	(r320085)
@@ -0,0 +1,2 @@
+SHA256 (Devel-GlobalDestruction-XS-0.01.tar.gz) = 449e262ac1b29938017a1eafe78315535b6ab6528b1f946ae2eeec8222b7097b
+SIZE (Devel-GlobalDestruction-XS-0.01.tar.gz) = 46948

Added: head/devel/p5-Devel-GlobalDestruction-XS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-GlobalDestruction-XS/pkg-descr	Thu Jun  6 12:35:19 2013	(r320085)
@@ -0,0 +1,3 @@
+Devel::GlobalDestruction::XS is an XS backend for Devel::GlobalDestruction.
+
+WWW: http://search.cpan.org/dist/Devel-GlobalDestruction-XS/

Added: head/devel/p5-Devel-GlobalDestruction-XS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-GlobalDestruction-XS/pkg-plist	Thu Jun  6 12:35:19 2013	(r320085)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction/XS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/XS/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/XS/XS.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/XS/XS.so
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/XS
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel


More information about the svn-ports-all mailing list