summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-PPPort
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-08-11 12:28:01 +0000
committerhe <he@pkgsrc.org>2008-08-11 12:28:01 +0000
commitd944d94b844b8bf73191f9af9ca8ba663594a888 (patch)
tree314a34a9c7d109bda4ee25e32cb73a2d245b52ed /devel/p5-Devel-PPPort
parent834e9d3935123cee50455138ac389ae7b69b1767 (diff)
downloadpkgsrc-d944d94b844b8bf73191f9af9ca8ba663594a888.tar.gz
Import devel/p5-Devel-PPPort version 3.14. ("Perl/Pollution/Portability")
Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C namespace environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit. Devel::PPPort contains a single function, called WriteFile. Its only purpose is to write the ppport.h C header file. This file contains a series of macros and, if explicitly requested, functions that allow XS modules to be built using older versions of Perl. Currently, Perl versions from 5.003 to 5.10.0 are supported. This module is used by h2xs to write the file ppport.h.
Diffstat (limited to 'devel/p5-Devel-PPPort')
-rw-r--r--devel/p5-Devel-PPPort/DESCR15
-rw-r--r--devel/p5-Devel-PPPort/Makefile16
-rw-r--r--devel/p5-Devel-PPPort/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Devel-PPPort/DESCR b/devel/p5-Devel-PPPort/DESCR
new file mode 100644
index 00000000000..78e83734b4a
--- /dev/null
+++ b/devel/p5-Devel-PPPort/DESCR
@@ -0,0 +1,15 @@
+Perl's API has changed over time, gaining new features, new functions,
+increasing its flexibility, and reducing the impact on the C
+namespace environment (reduced pollution). The header file written
+by this module, typically ppport.h, attempts to bring some of the
+newer Perl API features to older versions of Perl, so that you can
+worry less about keeping track of old releases, but users can still
+reap the benefit.
+
+Devel::PPPort contains a single function, called WriteFile. Its
+only purpose is to write the ppport.h C header file. This file
+contains a series of macros and, if explicitly requested, functions
+that allow XS modules to be built using older versions of Perl.
+Currently, Perl versions from 5.003 to 5.10.0 are supported.
+
+This module is used by h2xs to write the file ppport.h.
diff --git a/devel/p5-Devel-PPPort/Makefile b/devel/p5-Devel-PPPort/Makefile
new file mode 100644
index 00000000000..b75358e169d
--- /dev/null
+++ b/devel/p5-Devel-PPPort/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/11 12:28:01 he Exp $
+
+DISTNAME= Devel-PPPort-3.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Devel-PPPort/
+COMMENT= Perl5 module to bring newer features to older perl
+
+PERL5_PACKLIST= auto/Devel/PPPort/.packlist
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Devel-PPPort/distinfo b/devel/p5-Devel-PPPort/distinfo
new file mode 100644
index 00000000000..b93bc4b1f86
--- /dev/null
+++ b/devel/p5-Devel-PPPort/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/11 12:28:01 he Exp $
+
+SHA1 (Devel-PPPort-3.14.tar.gz) = 1e303985c1111f97163eb32f064ad5ecf6656211
+RMD160 (Devel-PPPort-3.14.tar.gz) = 3e8d89b75b04187906b51eee27de939769093562
+Size (Devel-PPPort-3.14.tar.gz) = 168220 bytes