Date: Tue, 11 Apr 2017 15:53:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201704111553.v3BFr67H014435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704111553.v3BFr67H014435>