From owner-svn-ports-head@freebsd.org Tue Apr 11 15:53:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91725D39D84; Tue, 11 Apr 2017 15:53:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6969E16BC; Tue, 11 Apr 2017 15:53:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3BFr6cf014440; Tue, 11 Apr 2017 15:53:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3BFr67H014435; Tue, 11 Apr 2017 15:53:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704111553.v3BFr67H014435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Apr 2017 15:53:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438274 - in head/graphics: . p5-Alien-Gimp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 15:53:07 -0000 Author: sunpoet Date: Tue Apr 11 15:53:05 2017 New Revision: 438274 URL: https://svnweb.freebsd.org/changeset/ports/438274 Log: Add p5-Alien-Gimp 0.07 Use in your Makefile.PL as above. Produces config info usable via ExtUtils::Depends. WWW: http://search.cpan.org/dist/Alien-Gimp/ Added: head/graphics/p5-Alien-Gimp/ head/graphics/p5-Alien-Gimp/Makefile (contents, props changed) head/graphics/p5-Alien-Gimp/distinfo (contents, props changed) head/graphics/p5-Alien-Gimp/pkg-descr (contents, props changed) head/graphics/p5-Alien-Gimp/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Apr 11 15:35:26 2017 (r438273) +++ head/graphics/Makefile Tue Apr 11 15:53:05 2017 (r438274) @@ -641,6 +641,7 @@ SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png + SUBDIR += p5-Alien-Gimp SUBDIR += p5-Barcode-ZBar SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template Added: head/graphics/p5-Alien-Gimp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Alien-Gimp/Makefile Tue Apr 11 15:53:05 2017 (r438274) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Alien-Gimp +PORTVERSION= 0.07 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Encapsulate install info for GIMP + +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ + p5-IO-All>=0:devel/p5-IO-All +LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app +TEST_DEPENDS= p5-Inline-C>=0.67:devel/p5-Inline-C \ + p5-Inline>=0.78:devel/p5-Inline + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/graphics/p5-Alien-Gimp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Alien-Gimp/distinfo Tue Apr 11 15:53:05 2017 (r438274) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491899019 +SHA256 (Alien-Gimp-0.07.tar.gz) = bea5cd1a9dd04e70cced1ce93f5092c7f793efd9832ee0f6b69ff4c6e2e3d64d +SIZE (Alien-Gimp-0.07.tar.gz) = 2932 Added: head/graphics/p5-Alien-Gimp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Alien-Gimp/pkg-descr Tue Apr 11 15:53:05 2017 (r438274) @@ -0,0 +1,4 @@ +Use in your Makefile.PL as above. Produces config info usable via +ExtUtils::Depends. + +WWW: http://search.cpan.org/dist/Alien-Gimp/ Added: head/graphics/p5-Alien-Gimp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Alien-Gimp/pkg-plist Tue Apr 11 15:53:05 2017 (r438274) @@ -0,0 +1,4 @@ +%%SITE_ARCH%%/Alien/Gimp.pm +%%SITE_ARCH%%/Alien/Gimp/Install/Files.pm +%%PERL5_MAN3%%/Alien::Gimp.3.gz +%%PERL5_MAN3%%/Alien::Gimp::Install::Files.3.gz