aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-12-26 02:46:15 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-12-26 02:46:15 +0000
commit3655c5d807414995e64f1af9ab9cab03b1a80ff2 (patch)
treef0a713af171c1daf4d2023a19f154d2d7dc86b98 /devel
parenta741a33d36412f34b1243d159c17b8049267252e (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Inline-C2XS/Makefile36
-rw-r--r--devel/p5-Inline-C2XS/distinfo3
-rw-r--r--devel/p5-Inline-C2XS/pkg-descr20
-rw-r--r--devel/p5-Inline-C2XS/pkg-plist5
4 files changed, 0 insertions, 64 deletions
diff --git a/devel/p5-Inline-C2XS/Makefile b/devel/p5-Inline-C2XS/Makefile
deleted file mode 100644
index 67907cd2f761..000000000000
--- a/devel/p5-Inline-C2XS/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: Inline::C2XS
-# Date created: 3 Oct 2006
-# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Inline-C2XS
-PORTVERSION= 0.08
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Inline
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= Perl module to create an XS file from an Inline C file
-
-BUILD_DEPENDS= ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline \
- ${SITE_PERL}/Inline/CPP.pm:${PORTSDIR}/devel/p5-Inline-CPP
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= Inline::C2XS.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500601
-do-patch:
- ${PERL} -pi -e 's/^our (\W\w+);/use vars q($$1);/o;' \
- -e 's/^our\s+(\W\w+)(?!;)/use vars q($$1); $$1/o;' \
- -e 'undef $$_ if /^\s*(no|use) warnings/o;' \
- ${WRKSRC}/C2XS.pm
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/p5-Inline-C2XS/distinfo b/devel/p5-Inline-C2XS/distinfo
deleted file mode 100644
index f1997df2b26d..000000000000
--- a/devel/p5-Inline-C2XS/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Inline-C2XS-0.08.tar.gz) = 3494c27981a85477bb234a4b8bf875e9
-SHA256 (Inline-C2XS-0.08.tar.gz) = 996ae9720a5fbefaa3daabb9dc485339eca96a086d9d7bc5a62ae0958fc3b802
-SIZE (Inline-C2XS-0.08.tar.gz) = 8473
diff --git a/devel/p5-Inline-C2XS/pkg-descr b/devel/p5-Inline-C2XS/pkg-descr
deleted file mode 100644
index cfe7bf766b7f..000000000000
--- a/devel/p5-Inline-C2XS/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Inline::C2XS - create an XS file from an Inline C file.
-
-The C file that Inline::C2XS needs to find would contain
-only the C code.
-
-Inline::C2XS looks for the file in ./src directory - expecting that the
-filename will be the same as what appears after the final '::' in the
-module name (with a '.c' extension). ie if the module is called
-My::Next::Mod it looks for a file ./src/Mod.c, and creates a file
-named Mod.xs. Also created, is the file 'INLINE.h' - but only if that
-file is needed. The generated xs file (and INLINE.h) will be written
-to the cwd unless a third argument (specifying a valid directory) is
-provided to the c2xs() function.
-
-The created XS file, when packaged with the '.pm' file, an
-appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed),
-can be used to build the module in the usual way - without
-any dependence upon the Inline::C module.
-
-WWW: http://search.cpan.org/dist/Inline-C2XS/
diff --git a/devel/p5-Inline-C2XS/pkg-plist b/devel/p5-Inline-C2XS/pkg-plist
deleted file mode 100644
index 0292607c327f..000000000000
--- a/devel/p5-Inline-C2XS/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%SITE_PERL%%/Inline/C2XS.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/C2XS/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/C2XS
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline
-@dirrmtry %%SITE_PERL%%/Inline