diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:08:23 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:08:23 +0000 |
commit | 02980c2bc1e54863d94a5b131f06a06d1536790c (patch) | |
tree | 404f038d1b6dac0f91cd0645b6392ccb48e75095 | |
parent | 452fd1c9ac7f447290a22575d6689aae72e6c979 (diff) | |
download | FreeBSD-ports-02980c2bc1e54863d94a5b131f06a06d1536790c.zip FreeBSD-ports-02980c2bc1e54863d94a5b131f06a06d1536790c.tar.gz |
perl5 package which allows the use of macros defined in 'C' header files.
-rw-r--r-- | devel/p5-Include/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-Include/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Include/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/p5-Include/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Include/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Include/pkg-plist | 5 |
6 files changed, 58 insertions, 0 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile new file mode 100644 index 0000000..33257c1 --- /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 0000000..7f381ad --- /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 0000000..cf166c5 --- /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 0000000..dbdf7d1 --- /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 0000000..8ee894a --- /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 0000000..4078eca --- /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 + |