[Midnightbsd-cvs] mports [21778] trunk/devel: add extutils depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 16:21:09 EDT 2016


Revision: 21778
          http://svnweb.midnightbsd.org/mports/?rev=21778
Author:   laffer1
Date:     2016-08-20 16:21:08 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
add extutils depends

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-ExtUtils-Depends/
    trunk/devel/p5-ExtUtils-Depends/Makefile
    trunk/devel/p5-ExtUtils-Depends/distinfo
    trunk/devel/p5-ExtUtils-Depends/pkg-descr
    trunk/devel/p5-ExtUtils-Depends/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-08-20 19:02:33 UTC (rev 21777)
+++ trunk/devel/Makefile	2016-08-20 20:21:08 UTC (rev 21778)
@@ -276,6 +276,7 @@
 SUBDIR += p5-Dist-CheckConflicts
 SUBDIR += p5-Exception-Class
 SUBDIR += p5-ExtUtils-CBuilder
+SUBDIR += p5-ExtUtils-Depends
 SUBDIR += p5-ExtUtils-MakeMaker
 SUBDIR += p5-ExtUtils-ParseXS
 SUBDIR += p5-File-Copy-Recursive

Added: trunk/devel/p5-ExtUtils-Depends/Makefile
===================================================================
--- trunk/devel/p5-ExtUtils-Depends/Makefile	                        (rev 0)
+++ trunk/devel/p5-ExtUtils-Depends/Makefile	2016-08-20 20:21:08 UTC (rev 21778)
@@ -0,0 +1,23 @@
+# Created by: Sergey Skvortsov <skv at protey.ru>
+# $FreeBSD: head/devel/p5-ExtUtils-Depends/Makefile 402985 2015-12-04 13:27:01Z culot $
+# $MidnightBSD$
+
+PORTNAME=	ExtUtils-Depends
+PORTVERSION=	0.405
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:XAOC
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Easily build XS extensions that depend on XS extensions
+
+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-ExtUtils-Depends/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-ExtUtils-Depends/distinfo
===================================================================
--- trunk/devel/p5-ExtUtils-Depends/distinfo	                        (rev 0)
+++ trunk/devel/p5-ExtUtils-Depends/distinfo	2016-08-20 20:21:08 UTC (rev 21778)
@@ -0,0 +1,2 @@
+SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c
+SIZE (ExtUtils-Depends-0.405.tar.gz) = 18122


Property changes on: trunk/devel/p5-ExtUtils-Depends/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-ExtUtils-Depends/pkg-descr
===================================================================
--- trunk/devel/p5-ExtUtils-Depends/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-ExtUtils-Depends/pkg-descr	2016-08-20 20:21:08 UTC (rev 21778)
@@ -0,0 +1,13 @@
+This module tries to make it easy to build Perl extensions that use
+functions and typemaps provided by other perl extensions.  This means
+that a perl extension is treated like a shared library that provides
+also a C and an XS interface besides the perl one.  This works as long
+as the base extension is loaded with the RTLD_GLOBAL flag (usually done
+with a
+
+	sub dl_load_flags {0x01}
+
+in the main .pm file) if you need to use functions defined in the
+module.
+
+WWW: http://search.cpan.org/dist/ExtUtils-Depends/


Property changes on: trunk/devel/p5-ExtUtils-Depends/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-ExtUtils-Depends/pkg-plist
===================================================================
--- trunk/devel/p5-ExtUtils-Depends/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-ExtUtils-Depends/pkg-plist	2016-08-20 20:21:08 UTC (rev 21778)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/ExtUtils/Depends.pm
+%%PERL5_MAN3%%/ExtUtils::Depends.3.gz


Property changes on: trunk/devel/p5-ExtUtils-Depends/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