pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-PPPort Import devel/p5-Devel-PPPort ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5722d0f34e55
branches:  trunk
changeset: 545717:5722d0f34e55
user:      he <he%pkgsrc.org@localhost>
date:      Mon Aug 11 12:28:01 2008 +0000

description:
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:

 devel/p5-Devel-PPPort/DESCR    |  15 +++++++++++++++
 devel/p5-Devel-PPPort/Makefile |  16 ++++++++++++++++
 devel/p5-Devel-PPPort/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r a8a6d3374fcf -r 5722d0f34e55 devel/p5-Devel-PPPort/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-PPPort/DESCR       Mon Aug 11 12:28:01 2008 +0000
@@ -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 -r a8a6d3374fcf -r 5722d0f34e55 devel/p5-Devel-PPPort/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-PPPort/Makefile    Mon Aug 11 12:28:01 2008 +0000
@@ -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@localhost
+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 -r a8a6d3374fcf -r 5722d0f34e55 devel/p5-Devel-PPPort/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-PPPort/distinfo    Mon Aug 11 12:28:01 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index