[Midnightbsd-cvs] mports [20750] trunk/devel: add alien and capture

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 19:44:39 EST 2015


Revision: 20750
          http://svnweb.midnightbsd.org/mports/?rev=20750
Author:   laffer1
Date:     2015-11-12 19:44:38 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
add alien and capture

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

Added Paths:
-----------
    trunk/devel/p5-Alien-SDL/
    trunk/devel/p5-Alien-SDL/Makefile
    trunk/devel/p5-Alien-SDL/distinfo
    trunk/devel/p5-Alien-SDL/pkg-descr
    trunk/devel/p5-Alien-SDL/pkg-plist
    trunk/devel/p5-Capture-Tiny/
    trunk/devel/p5-Capture-Tiny/Makefile
    trunk/devel/p5-Capture-Tiny/distinfo
    trunk/devel/p5-Capture-Tiny/pkg-descr
    trunk/devel/p5-Capture-Tiny/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-11-12 23:43:51 UTC (rev 20749)
+++ trunk/devel/Makefile	2015-11-13 00:44:38 UTC (rev 20750)
@@ -224,6 +224,7 @@
 SUBDIR += orc
 SUBDIR += p5-Algorithm-C3
 SUBDIR += p5-Algorithm-Diff
+SUBDIR += p5-Alien-SDL
 SUBDIR += p5-AppConfig
 SUBDIR += p5-B-Hooks-EndOfScope
 SUBDIR += p5-B-Keywords
@@ -233,6 +234,7 @@
 SUBDIR += p5-CPAN-Meta-YAML
 SUBDIR += p5-Cache
 SUBDIR += p5-Cache-Cache
+SUBDIR += p5-Capture-Tiny
 SUBDIR += p5-Carp-Clan
 SUBDIR += p5-Class-Accessor
 SUBDIR += p5-Class-Accessor-Chained

Added: trunk/devel/p5-Alien-SDL/Makefile
===================================================================
--- trunk/devel/p5-Alien-SDL/Makefile	                        (rev 0)
+++ trunk/devel/p5-Alien-SDL/Makefile	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,34 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Alien-SDL/Makefile 383802 2015-04-11 14:09:35Z mat $
+
+PORTNAME=	Alien-SDL
+PORTVERSION=	1.440
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Detect and get configuration setting for SDL
+
+LICENSE=	gpl2
+
+BUILD_DEPENDS:=	${RUN_DEPENDS} \
+		p5-Text-Patch>=1.4:${PORTSDIR}/textproc/p5-Text-Patch
+RUN_DEPENDS=	p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
+		p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
+		p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
+
+USES=		perl5
+USE_PERL5=	modbuild
+PERL_MODBUILD=	yes
+USE_SDL=	gfx image mixer pango sdl ttf
+CONFIGURE_ARGS=	--with-sdl-config=${SDL_CONFIG}
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502000
+BUILD_DEPENDS+=	p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract
+RUN_DEPENDS+=	p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/devel/p5-Alien-SDL/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-Alien-SDL/distinfo
===================================================================
--- trunk/devel/p5-Alien-SDL/distinfo	                        (rev 0)
+++ trunk/devel/p5-Alien-SDL/distinfo	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,2 @@
+SHA256 (Alien-SDL-1.440.tar.gz) = cc25c9319d2db984b049eed5559582b2a6e0072af9b48d621a7772a1dcd18961
+SIZE (Alien-SDL-1.440.tar.gz) = 346309


Property changes on: trunk/devel/p5-Alien-SDL/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-Alien-SDL/pkg-descr
===================================================================
--- trunk/devel/p5-Alien-SDL/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Alien-SDL/pkg-descr	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,4 @@
+Alien::SDL can be used to detect and get configuration settings
+from an installed SDL and related libraries.
+
+WWW: http://search.cpan.org/dist/Alien-SDL/


Property changes on: trunk/devel/p5-Alien-SDL/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-Alien-SDL/pkg-plist
===================================================================
--- trunk/devel/p5-Alien-SDL/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Alien-SDL/pkg-plist	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,5 @@
+bin/sdl-config.pl
+%%PERL5_MAN3%%/Alien::SDL.3.gz
+%%PERL5_MAN3%%/Alien::SDL::ConfigData.3.gz
+%%SITE_PERL%%/Alien/SDL.pm
+%%SITE_PERL%%/Alien/SDL/ConfigData.pm


Property changes on: trunk/devel/p5-Alien-SDL/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
Added: trunk/devel/p5-Capture-Tiny/Makefile
===================================================================
--- trunk/devel/p5-Capture-Tiny/Makefile	                        (rev 0)
+++ trunk/devel/p5-Capture-Tiny/Makefile	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	Capture-Tiny
+PORTVERSION=	0.28
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Capture STDOUT and STDERR from Perl, XS, or external programs
+
+LICENSE=	apache2
+
+TEST_DEPENDS=	p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Capture-Tiny/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-Capture-Tiny/distinfo
===================================================================
--- trunk/devel/p5-Capture-Tiny/distinfo	                        (rev 0)
+++ trunk/devel/p5-Capture-Tiny/distinfo	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,2 @@
+SHA256 (Capture-Tiny-0.28.tar.gz) = e394caddb0e1a46e8cc4bf499eaae6c265dd201d34cac46d2f3e507c23afef84
+SIZE (Capture-Tiny-0.28.tar.gz) = 34455


Property changes on: trunk/devel/p5-Capture-Tiny/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-Capture-Tiny/pkg-descr
===================================================================
--- trunk/devel/p5-Capture-Tiny/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Capture-Tiny/pkg-descr	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,6 @@
+Capture::Tiny provides a simple, portable way to capture anything sent to
+STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
+from an external program. Optionally, output can be teed so that it is captured
+while being passed through to the original handles.
+
+WWW: http://search.cpan.org/dist/Capture-Tiny/


Property changes on: trunk/devel/p5-Capture-Tiny/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-Capture-Tiny/pkg-plist
===================================================================
--- trunk/devel/p5-Capture-Tiny/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Capture-Tiny/pkg-plist	2015-11-13 00:44:38 UTC (rev 20750)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Capture/Tiny.pm
+%%PERL5_MAN3%%/Capture::Tiny.3.gz


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