Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 16:35:50 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333134 - in head/devel: . p5-Alien-SDL
Message-ID:  <201311071635.rA7GZoWa063194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Nov  7 16:35:50 2013
New Revision: 333134
URL: http://svnweb.freebsd.org/changeset/ports/333134

Log:
  Add new port devel/p5-Alien-SDL:
  
  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/

Added:
  head/devel/p5-Alien-SDL/
  head/devel/p5-Alien-SDL/Makefile   (contents, props changed)
  head/devel/p5-Alien-SDL/distinfo   (contents, props changed)
  head/devel/p5-Alien-SDL/pkg-descr   (contents, props changed)
  head/devel/p5-Alien-SDL/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Nov  7 16:13:47 2013	(r333133)
+++ head/devel/Makefile	Thu Nov  7 16:35:50 2013	(r333134)
@@ -1392,6 +1392,7 @@
     SUBDIR += p5-Algorithm-Permute
     SUBDIR += p5-Algorithm-SVM
     SUBDIR += p5-Alias
+    SUBDIR += p5-Alien-SDL
     SUBDIR += p5-Alzabo
     SUBDIR += p5-Alzabo-GUI-Mason
     SUBDIR += p5-Any-Moose

Added: head/devel/p5-Alien-SDL/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Alien-SDL/Makefile	Thu Nov  7 16:35:50 2013	(r333134)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	Alien-SDL
+PORTVERSION=	1.440
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	makc@FreeBSD.org
+COMMENT=	Detect and get configuration setting for SDL
+
+LICENSE=	GPLv2
+
+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
+USE_SDL=	gfx image mixer pango sdl ttf
+CONFIGURE_ARGS=	--with-sdl-config=${SDL_CONFIG}
+
+.include <bsd.port.mk>

Added: head/devel/p5-Alien-SDL/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Alien-SDL/distinfo	Thu Nov  7 16:35:50 2013	(r333134)
@@ -0,0 +1,2 @@
+SHA256 (Alien-SDL-1.440.tar.gz) = cc25c9319d2db984b049eed5559582b2a6e0072af9b48d621a7772a1dcd18961
+SIZE (Alien-SDL-1.440.tar.gz) = 346309

Added: head/devel/p5-Alien-SDL/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Alien-SDL/pkg-descr	Thu Nov  7 16:35:50 2013	(r333134)
@@ -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/

Added: head/devel/p5-Alien-SDL/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Alien-SDL/pkg-plist	Thu Nov  7 16:35:50 2013	(r333134)
@@ -0,0 +1,7 @@
+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
+@dirrmtry %%SITE_PERL%%/Alien/SDL
+@dirrmtry %%SITE_PERL%%/Alien



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071635.rA7GZoWa063194>