From owner-svn-ports-all@FreeBSD.ORG Thu Nov 7 16:35:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C13E1CD6; Thu, 7 Nov 2013 16:35:51 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3342C4C; Thu, 7 Nov 2013 16:35:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7GZpLN063201; Thu, 7 Nov 2013 16:35:51 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA7GZoWa063194; Thu, 7 Nov 2013 16:35:50 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311071635.rA7GZoWa063194@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 7 Nov 2013 16:35:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 16:35:51 -0000 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 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