pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-B-Hooks-OP-Check Import p5-B-Hooks-OP-Check v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c67bae0648c0
branches:  trunk
changeset: 549425:c67bae0648c0
user:      he <he%pkgsrc.org@localhost>
date:      Sun Nov 02 22:03:54 2008 +0000

description:
Import p5-B-Hooks-OP-Check version 0.12.

This module provides a c api for XS modules to hook into the
callbacks of PL_check.

ExtUtils::Depends is used to export all functions for other XS
modules to use.

diffstat:

 devel/p5-B-Hooks-OP-Check/DESCR    |   5 +++++
 devel/p5-B-Hooks-OP-Check/Makefile |  19 +++++++++++++++++++
 devel/p5-B-Hooks-OP-Check/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 3d8bc58e583b -r c67bae0648c0 devel/p5-B-Hooks-OP-Check/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-OP-Check/DESCR   Sun Nov 02 22:03:54 2008 +0000
@@ -0,0 +1,5 @@
+This module provides a c api for XS modules to hook into the
+callbacks of PL_check.
+
+ExtUtils::Depends is used to export all functions for other XS
+modules to use.
diff -r 3d8bc58e583b -r c67bae0648c0 devel/p5-B-Hooks-OP-Check/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-OP-Check/Makefile        Sun Nov 02 22:03:54 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 22:03:54 he Exp $
+#
+
+DISTNAME=      B-Hooks-OP-Check-0.12
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=B/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/B-Utils/
+COMMENT=       Perl 5 module to wrap OP check callbacks
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= c
+PERL5_PACKLIST=        auto/B/Hooks/OP/Check/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d8bc58e583b -r c67bae0648c0 devel/p5-B-Hooks-OP-Check/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-OP-Check/distinfo        Sun Nov 02 22:03:54 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/02 22:03:54 he Exp $
+
+SHA1 (B-Hooks-OP-Check-0.12.tar.gz) = 5bf8cd285e757fba406c178c4c72bbad21d55924
+RMD160 (B-Hooks-OP-Check-0.12.tar.gz) = 210ca159122c8cbee67e2cdca92cb01ad12eeb92
+Size (B-Hooks-OP-Check-0.12.tar.gz) = 55776 bytes



Home | Main Index | Thread Index | Old Index