pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-XSBuilder Reimport p5-ExtUtils-XSBui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36b2d295e0c3
branches:  trunk
changeset: 483415:36b2d295e0c3
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Nov 12 00:49:13 2004 +0000

description:
Reimport p5-ExtUtils-XSBuilder from www/ to devel/.

diffstat:

 devel/p5-ExtUtils-XSBuilder/DESCR    |   7 +++++++
 devel/p5-ExtUtils-XSBuilder/Makefile |  22 ++++++++++++++++++++++
 devel/p5-ExtUtils-XSBuilder/PLIST    |   1 +
 devel/p5-ExtUtils-XSBuilder/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 954bc12bb9ff -r 36b2d295e0c3 devel/p5-ExtUtils-XSBuilder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSBuilder/DESCR Fri Nov 12 00:49:13 2004 +0000
@@ -0,0 +1,7 @@
+ExtUtils::XSBuilder is a set modules to parse C header files and create XS
+glue code and documentation out of it. Idealy this allows to "write" an
+interface to a C library without coding a line. Since no C-API is ideal,
+some adjuments are necessary most of the time. So to use this module you
+must still be familar with C and XS programming, but it removes a lot of
+stupid work and copy&paste from you. Also when the C API changes, most
+of the time you only have to rerun XSBuilder to get your new Perl API.
diff -r 954bc12bb9ff -r 36b2d295e0c3 devel/p5-ExtUtils-XSBuilder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSBuilder/Makefile      Fri Nov 12 00:49:13 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 00:49:13 seb Exp $
+
+DISTNAME=      ExtUtils-XSBuilder-0.25
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5exs
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl5 module for automatic XS glue code generation
+
+DEPENDS+=      p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
+DEPENDS+=      p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/ExtUtils/XSBuilder/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 954bc12bb9ff -r 36b2d295e0c3 devel/p5-ExtUtils-XSBuilder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSBuilder/PLIST Fri Nov 12 00:49:13 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/12 00:49:14 seb Exp $
diff -r 954bc12bb9ff -r 36b2d295e0c3 devel/p5-ExtUtils-XSBuilder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSBuilder/distinfo      Fri Nov 12 00:49:13 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/12 00:49:14 seb Exp $
+
+SHA1 (ExtUtils-XSBuilder-0.25.tar.gz) = 38ff62a8f6d91ef2f579ba7e9a0a43995a703896
+Size (ExtUtils-XSBuilder-0.25.tar.gz) = 39135 bytes



Home | Main Index | Thread Index | Old Index