pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-PPI-XS Import p5-PPI-XS-0.900 as devel/p5-PPI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87233690c518
branches: trunk
changeset: 545831:87233690c518
user: obache <obache%pkgsrc.org@localhost>
date: Thu Aug 14 12:45:50 2008 +0000
description:
Import p5-PPI-XS-0.900 as devel/p5-PPI-XS.
Based on packaged by Jens Rehsack and priveided by PR 39218.
PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout PPI
with identical but much faster C versions.
Once installed, it will be auto-detected and loaded in by PPI completely
transparently.
Because the C implementations are linked to the perl versions of the same
function, it is preferable to upgrade PPI::XS any time you do a major upgrade
of PPI itself.
diffstat:
devel/p5-PPI-XS/DESCR | 8 ++++++++
devel/p5-PPI-XS/Makefile | 25 +++++++++++++++++++++++++
devel/p5-PPI-XS/distinfo | 5 +++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r fcf6ca227b55 -r 87233690c518 devel/p5-PPI-XS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI-XS/DESCR Thu Aug 14 12:45:50 2008 +0000
@@ -0,0 +1,8 @@
+PPI::XS provides XS-based acceleration of the core PPI packages. It
+selectively replaces a (small but growing) number of methods throughout PPI
+with identical but much faster C versions.
+Once installed, it will be auto-detected and loaded in by PPI completely
+transparently.
+Because the C implementations are linked to the perl versions of the same
+function, it is preferable to upgrade PPI::XS any time you do a major upgrade
+of PPI itself.
diff -r fcf6ca227b55 -r 87233690c518 devel/p5-PPI-XS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI-XS/Makefile Thu Aug 14 12:45:50 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/14 12:45:50 obache Exp $
+#
+
+DISTNAME= PPI-XS-0.900
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/PPI-XS/
+COMMENT= Perl 5 XS acceleration for the PPI perl parser
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# Before update this package, please check $PM_COMPATIBLE in lib/PPI/XS.pm.
+# If it is greater than version of devel/p5-PPI, p5-PPI should be updated.
+DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI
+
+BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.63:../../devel/p5-ExtUtils-AutoInstall
+
+USE_LANGUAGES=c
+PERL5_PACKLIST= auto/PPI/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fcf6ca227b55 -r 87233690c518 devel/p5-PPI-XS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI-XS/distinfo Thu Aug 14 12:45:50 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/14 12:45:50 obache Exp $
+
+SHA1 (PPI-XS-0.900.tar.gz) = 2247db8793ce8b44b422e379b65136b1848c22dd
+RMD160 (PPI-XS-0.900.tar.gz) = 6526ee3ba8ebb85a44e757af83b8a4b4b13d1c57
+Size (PPI-XS-0.900.tar.gz) = 23526
Home |
Main Index |
Thread Index |
Old Index