[Midnightbsd-cvs] mports [23592] trunk/devel: add xsloader
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 1 12:38:16 EDT 2018
Revision: 23592
http://svnweb.midnightbsd.org/mports/?rev=23592
Author: laffer1
Date: 2018-07-01 12:38:15 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
add xsloader
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-XSLoader/
trunk/devel/p5-XSLoader/Makefile
trunk/devel/p5-XSLoader/distinfo
trunk/devel/p5-XSLoader/pkg-descr
trunk/devel/p5-XSLoader/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-06-10 19:33:22 UTC (rev 23591)
+++ trunk/devel/Makefile 2018-07-01 16:38:15 UTC (rev 23592)
@@ -406,6 +406,7 @@
SUBDIR += p5-UNIVERSAL-moniker
SUBDIR += p5-UNIVERSAL-require
SUBDIR += p5-Variable-Magic
+SUBDIR += p5-XSLoader
SUBDIR += p5-bareword-filehandles
SUBDIR += p5-common-sense
SUBDIR += p5-indirect
Added: trunk/devel/p5-XSLoader/Makefile
===================================================================
--- trunk/devel/p5-XSLoader/Makefile (rev 0)
+++ trunk/devel/p5-XSLoader/Makefile 2018-07-01 16:38:15 UTC (rev 23592)
@@ -0,0 +1,23 @@
+# Created by: Sergey Skvortsov <skv at protey.ru>
+# $FreeBSD: head/devel/p5-XSLoader/Makefile 449893 2017-09-15 08:58:46Z mat $
+# $MidnightBSD$
+
+PORTNAME= XSLoader
+PORTVERSION= 0.24
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:SAPER
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Dynamically load C libraries into Perl code
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-XSLoader/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-XSLoader/distinfo
===================================================================
--- trunk/devel/p5-XSLoader/distinfo (rev 0)
+++ trunk/devel/p5-XSLoader/distinfo 2018-07-01 16:38:15 UTC (rev 23592)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476027492
+SHA256 (XSLoader-0.24.tar.gz) = e819a35a6b8e55cb61b290159861f0dc00fe9d8c4f54578eb24f612d45c8d85f
+SIZE (XSLoader-0.24.tar.gz) = 13307
Property changes on: trunk/devel/p5-XSLoader/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-XSLoader/pkg-descr
===================================================================
--- trunk/devel/p5-XSLoader/pkg-descr (rev 0)
+++ trunk/devel/p5-XSLoader/pkg-descr 2018-07-01 16:38:15 UTC (rev 23592)
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://search.cpan.org/dist/XSLoader/
Property changes on: trunk/devel/p5-XSLoader/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-XSLoader/pkg-plist
===================================================================
--- trunk/devel/p5-XSLoader/pkg-plist (rev 0)
+++ trunk/devel/p5-XSLoader/pkg-plist 2018-07-01 16:38:15 UTC (rev 23592)
@@ -0,0 +1,2 @@
+%%SITE_ARCH%%/XSLoader.pm
+%%PERL5_MAN3%%/XSLoader.3.gz
Property changes on: trunk/devel/p5-XSLoader/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list