summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:08:23 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:08:23 +0000
commite6bc1acf66bc9fb5e95f151af2a8775bb3f6d8c6 (patch)
tree459edd996c63d249898f36578532c3bfb31cf1d8 /devel
parentperl5 module for several file operations: Copy, Recurse and Tools. (diff)
perl5 package which allows the use of macros defined in 'C' header files.
Notes
Notes: svn path=/head/; revision=4102
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Include/Makefile33
-rw-r--r--devel/p5-Include/distinfo1
-rw-r--r--devel/p5-Include/files/patch-aa11
-rw-r--r--devel/p5-Include/pkg-comment1
-rw-r--r--devel/p5-Include/pkg-descr7
-rw-r--r--devel/p5-Include/pkg-plist5
6 files changed, 58 insertions, 0 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile
new file mode 100644
index 000000000000..33257c1248a0
--- /dev/null
+++ b/devel/p5-Include/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Include
+# Version required: 1.02a
+# Date created: October 21st 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= Include-1.02a
+PKGNAME= p5-Include-1.02a
+CATEGORIES+= devel
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Include/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Include/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Include/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Include/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Include/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Include/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @ for file in Include; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Include/distinfo b/devel/p5-Include/distinfo
new file mode 100644
index 000000000000..7f381ad4220b
--- /dev/null
+++ b/devel/p5-Include/distinfo
@@ -0,0 +1 @@
+MD5 (Include-1.02a.tar.gz) = 441aed9cce2e237f749615ca40ecb8b3
diff --git a/devel/p5-Include/files/patch-aa b/devel/p5-Include/files/patch-aa
new file mode 100644
index 000000000000..cf166c547caf
--- /dev/null
+++ b/devel/p5-Include/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig Thu Jan 4 07:57:37 1996
++++ Makefile.PL Mon Oct 21 13:26:43 1996
+@@ -128,7 +128,7 @@
+ my $hash = {
+ VERSION => $VERSION,
+ NAME => $NAME,
+- SKIP => [qw(static dynamic linkext)],
++ SKIP => [qw(static)],
+ PL_FILES => \%PL_FILES,
+ EXE_FILES => [ keys %EXE_FILES ],
+ LINKTYPE => 'dynamic',
diff --git a/devel/p5-Include/pkg-comment b/devel/p5-Include/pkg-comment
new file mode 100644
index 000000000000..dbdf7d107186
--- /dev/null
+++ b/devel/p5-Include/pkg-comment
@@ -0,0 +1 @@
+perl5 package which allows the use of macros defined in 'C' header files.
diff --git a/devel/p5-Include/pkg-descr b/devel/p5-Include/pkg-descr
new file mode 100644
index 000000000000..8ee894a66c64
--- /dev/null
+++ b/devel/p5-Include/pkg-descr
@@ -0,0 +1,7 @@
+ The Include module implements a method of using #define constants
+from C header files. It does this by putting an extra level of indirection
+on the use operator. To enhance performance a cache scheme is used. When a
+new module is required the cache is checked first, if the package is not
+found then it will be generated from the C header files. Include can be
+configured to place any generated packages into the cache automatically, for
+security reasons this is turned off by default.
diff --git a/devel/p5-Include/pkg-plist b/devel/p5-Include/pkg-plist
new file mode 100644
index 000000000000..4078eca78391
--- /dev/null
+++ b/devel/p5-Include/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/man/man3/Include.3.gz
+lib/perl5/site_perl/Include.pm
+lib/perl5/site_perl/i386-freebsd/auto/Include/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/Include
+