summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsno <sno>2009-03-10 18:50:24 +0000
committersno <sno>2009-03-10 18:50:24 +0000
commit3602ea2e5f8e21b8174ab6753a7cc3acabe8080b (patch)
treeec7446fef9cab746f7f99332ecae4078520bd120 /devel
parent02c002b7e867415d6a00125212bad13e23de8770 (diff)
downloadpkgsrc-3602ea2e5f8e21b8174ab6753a7cc3acabe8080b.tar.gz
Adding module p5-XSLoader primarily to allow debug perl itself:
From Upstream changelog: 0.10 - 2008.09.23 - SAPER - [CODE] Commented a debug statement which seems to confuse some Perl builts with -DDEBUGGING (Rafael Garcia-Suarez). This module defines a standard simplified interface to the dynamic linking mechanisms available on many platforms. Its primary purpose is to implement cheap automatic dynamic loading of Perl modules. For a more complicated interface, see DynaLoader. Many (most) features of DynaLoader are not implemented in XSLoader, like for example the dl_load_flags, not honored by XSLoader. Oked by rhaen@
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-XSLoader/DESCR7
-rw-r--r--devel/p5-XSLoader/Makefile19
-rw-r--r--devel/p5-XSLoader/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-XSLoader/DESCR b/devel/p5-XSLoader/DESCR
new file mode 100644
index 00000000000..373ab7578ff
--- /dev/null
+++ b/devel/p5-XSLoader/DESCR
@@ -0,0 +1,7 @@
+This module defines a standard simplified interface to the dynamic linking
+mechanisms available on many platforms. Its primary purpose is to implement
+cheap automatic dynamic loading of Perl modules.
+
+For a more complicated interface, see DynaLoader. Many (most) features of
+DynaLoader are not implemented in XSLoader, like for example the
+dl_load_flags, not honored by XSLoader.
diff --git a/devel/p5-XSLoader/Makefile b/devel/p5-XSLoader/Makefile
new file mode 100644
index 00000000000..84ca9d98ba9
--- /dev/null
+++ b/devel/p5-XSLoader/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 18:50:24 sno Exp $
+#
+
+DISTNAME= XSLoader-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SAPER/}
+
+MAINTAINER= pkgsrc-users@netbsd.org
+HOMEPAGE= http://search.cpan.org/dist/XSLoader/
+COMMENT= Dynamically load C libraries into Perl code
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/XSLoader/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-XSLoader/distinfo b/devel/p5-XSLoader/distinfo
new file mode 100644
index 00000000000..c9846a69bc5
--- /dev/null
+++ b/devel/p5-XSLoader/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/10 18:50:24 sno Exp $
+
+SHA1 (XSLoader-0.10.tar.gz) = 42f9c7c99f7e8059e01cd6f2a28723ad9c1054d1
+RMD160 (XSLoader-0.10.tar.gz) = 765200302b9df1ed1cd6109a6a3f0fc6d8d00466
+Size (XSLoader-0.10.tar.gz) = 9437 bytes