From owner-svn-ports-all@FreeBSD.ORG Mon Apr 7 23:51:59 2014 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 ESMTPS id BD70BB84; Mon, 7 Apr 2014 23:51:59 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE0D1481; Mon, 7 Apr 2014 23:51:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37NpxGU016558; Mon, 7 Apr 2014 23:51:59 GMT (envelope-from lioux@svn.freebsd.org) Received: (from lioux@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37NpwOV016553; Mon, 7 Apr 2014 23:51:58 GMT (envelope-from lioux@svn.freebsd.org) Message-Id: <201404072351.s37NpwOV016553@svn.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 7 Apr 2014 23:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350553 - in head/graphics: . gimp-ez-perspective-plugin gimp-ez-perspective-plugin/files 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.17 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: Mon, 07 Apr 2014 23:51:59 -0000 Author: lioux Date: Mon Apr 7 23:51:58 2014 New Revision: 350553 URL: http://svnweb.freebsd.org/changeset/ports/350553 QAT: https://qat.redports.org/buildarchive/r350553/ Log: New port ez-perspective 0.1.2: GIMP plugin to sharpen by increasing contrast in high frequency space Approved by: eadler (mentor) Added: head/graphics/gimp-ez-perspective-plugin/ head/graphics/gimp-ez-perspective-plugin/Makefile (contents, props changed) head/graphics/gimp-ez-perspective-plugin/distinfo (contents, props changed) head/graphics/gimp-ez-perspective-plugin/files/ head/graphics/gimp-ez-perspective-plugin/files/LICENSE (contents, props changed) head/graphics/gimp-ez-perspective-plugin/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Apr 7 23:20:49 2014 (r350552) +++ head/graphics/Makefile Mon Apr 7 23:51:58 2014 (r350553) @@ -265,6 +265,7 @@ SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-elsamuko-script + SUBDIR += gimp-ez-perspective-plugin SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gap SUBDIR += gimp-gmic-plugin Added: head/graphics/gimp-ez-perspective-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gimp-ez-perspective-plugin/Makefile Mon Apr 7 23:51:58 2014 (r350553) @@ -0,0 +1,51 @@ +# Created by: Mario Sergio Fujikawa Ferreira +# $FreeBSD$ + +PORTNAME= ez-perspective +PORTVERSION= 0.1.2 +CATEGORIES= graphics +MASTER_SITES= http://registry.gimp.org/files/ +PKGNAMEPREFIX= gimp- +PKGNAMESUFFIX= -plugin +DISTNAME= ${PORTNAME}.py + +MAINTAINER= lioux@FreeBSD.org +COMMENT= GIMP plugin to sharpen by increasing contrast in high frequency space + +LICENSE= EZPERSPECTIVE +LICENSE_NAME= End User License Agreement +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \ + ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:${PORTSDIR}/graphics/py-gimp + +USES= zip +USE_PYTHON_RUN= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} +PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/ + +# installed files +PLIST_FILES= %%PLUGIN_DIR%%/${DISTNAME} + +# installed dirs +PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \ + libexec/gimp/2.2 \ + libexec/gimp + +post-patch: + @${REINPLACE_CMD} \ + -e 's|/usr/bin/python|${PYTHON_CMD}|' \ + ${WRKSRC}/${DISTNAME} + +do-install: +# plugin + @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ + ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} + +.include Added: head/graphics/gimp-ez-perspective-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gimp-ez-perspective-plugin/distinfo Mon Apr 7 23:51:58 2014 (r350553) @@ -0,0 +1,2 @@ +SHA256 (ez-perspective.py.zip) = 276ce9efeaf75d0cd50d36f29166f95481fb157f4ee09bbb867b5bde92f960be +SIZE (ez-perspective.py.zip) = 5744 Added: head/graphics/gimp-ez-perspective-plugin/files/LICENSE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gimp-ez-perspective-plugin/files/LICENSE Mon Apr 7 23:51:58 2014 (r350553) @@ -0,0 +1,10 @@ +[ License information extracted from source code. Read the plug-in source code to make sure this is the correct license. You've been warned. ] + +By Nils R. Barth, 2010 June 28, Portland, OR, USA + +I dedicate this program to the Public Domain, and claim no rights to it. +Formally, under the Creative Commons CC0 license: + +To the extent possible under law, I, Nils Roland Barth have waived all copyright and +related or neighboring rights to this program. +This work is published from the United States of America. Added: head/graphics/gimp-ez-perspective-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gimp-ez-perspective-plugin/pkg-descr Mon Apr 7 23:51:58 2014 (r350553) @@ -0,0 +1,7 @@ +GIMP plug-in particularly well-suited for the needs of photographers +seeking to correct perspective, but flexible enough to be used by +all those wishing to add perspective to an otherwise flat scene. + +The plugin can be found under "Filters > Distorts > EZ Perspective" + +WWW: http://registry.gimp.org/node/24537