summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-04-12 18:16:14 +0000
committerkim <kim@pkgsrc.org>2004-04-12 18:16:14 +0000
commit8807b07a737b7836cd5d31eec22fb35cfd575b73 (patch)
treeb4bfeacd5c4d95ccadabbdff830636d688ef910c /www
parent1fdaf2d1c4add880a0920d19e46a974c7ca3f10e (diff)
downloadpkgsrc-8807b07a737b7836cd5d31eec22fb35cfd575b73.tar.gz
Add p5-ExtUtils-XSBuilder-0.25
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.
Diffstat (limited to 'www')
-rw-r--r--www/p5-ExtUtils-XSBuilder/DESCR7
-rw-r--r--www/p5-ExtUtils-XSBuilder/Makefile20
-rw-r--r--www/p5-ExtUtils-XSBuilder/PLIST1
-rw-r--r--www/p5-ExtUtils-XSBuilder/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-ExtUtils-XSBuilder/DESCR b/www/p5-ExtUtils-XSBuilder/DESCR
new file mode 100644
index 00000000000..a3d2c63fb9d
--- /dev/null
+++ b/www/p5-ExtUtils-XSBuilder/DESCR
@@ -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 --git a/www/p5-ExtUtils-XSBuilder/Makefile b/www/p5-ExtUtils-XSBuilder/Makefile
new file mode 100644
index 00000000000..ed98d9b2795
--- /dev/null
+++ b/www/p5-ExtUtils-XSBuilder/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/12 18:16:15 kim 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
+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
+
+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 --git a/www/p5-ExtUtils-XSBuilder/PLIST b/www/p5-ExtUtils-XSBuilder/PLIST
new file mode 100644
index 00000000000..01435999fdf
--- /dev/null
+++ b/www/p5-ExtUtils-XSBuilder/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/12 18:16:14 kim Exp $
diff --git a/www/p5-ExtUtils-XSBuilder/distinfo b/www/p5-ExtUtils-XSBuilder/distinfo
new file mode 100644
index 00000000000..c30f69130ae
--- /dev/null
+++ b/www/p5-ExtUtils-XSBuilder/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/12 18:16:15 kim Exp $
+
+SHA1 (ExtUtils-XSBuilder-0.25.tar.gz) = 38ff62a8f6d91ef2f579ba7e9a0a43995a703896
+Size (ExtUtils-XSBuilder-0.25.tar.gz) = 39135 bytes