From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 11 01:00:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FCD416A41B for ; Thu, 11 Oct 2007 01:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2213213C478 for ; Thu, 11 Oct 2007 01:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9B1064A079470 for ; Thu, 11 Oct 2007 01:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9B106bf079469; Thu, 11 Oct 2007 01:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 11 Oct 2007 01:00:06 GMT Resent-Message-Id: <200710110100.l9B106bf079469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 243B516A469 for ; Thu, 11 Oct 2007 00:54:55 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 9E61513C45D for ; Thu, 11 Oct 2007 00:54:54 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=nexii.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1IflIu-000LeD-9p for FreeBSD-gnats-submit@freebsd.org; Thu, 11 Oct 2007 03:49:28 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id BF4461703E for ; Thu, 11 Oct 2007 03:50:53 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id D9ED24248; Thu, 11 Oct 2007 03:50:58 +0400 (MSD) Message-Id: <20071010235058.D9ED24248@hades.panopticon> Date: Thu, 11 Oct 2007 03:50:58 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117092: [NEW PORT] graphics/gimp-lqr-plugin: Liquid rescale GIMP plug-in X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 01:00:06 -0000 >Number: 117092 >Category: ports >Synopsis: [NEW PORT] graphics/gimp-lqr-plugin: Liquid rescale GIMP plug-in >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 01:00:05 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Content-aware rescaling. Keeps the features of the image while rescaling along a single direction. Tested on Gimp 2.2. It installs under the Layer menu now. WWW: http://web.tiscali.it/carlobaldassi/ >How-To-Repeat: >Fix: --- gimp-lqr-plugin-0.2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gimp-lqr-plugin # gimp-lqr-plugin/Makefile # gimp-lqr-plugin/pkg-plist # gimp-lqr-plugin/pkg-descr # gimp-lqr-plugin/distinfo # echo c - gimp-lqr-plugin mkdir -p gimp-lqr-plugin > /dev/null 2>&1 echo x - gimp-lqr-plugin/Makefile sed 's/^X//' >gimp-lqr-plugin/Makefile << 'END-of-gimp-lqr-plugin/Makefile' X# New ports collection makefile for: gimp-lqr X# Date created: 27 Sep 2007 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= gimp-lqr-plugin XPORTVERSION= 0.2.1 XCATEGORIES= graphics XMASTER_SITES= http://web.tiscali.it/carlobaldassi/GimpLqrPlugin/ \ X http://www.amdmi3.ru/distfiles/ X XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= Liquid rescale GIMP plug-in X XLIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 X XPLUGIN_DIR?= libexec/gimp/2.2/plug-ins XPLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XPLIST_SUB+= NLS="@comment " X.endif X Xpost-patch: X.if defined(WITHOUT_NLS) X @${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in X.else X @${REINPLACE_CMD} -e 's|@USE_NLS@|yes|g' ${WRKSRC}/po/Makefile.in.in X.endif X X.include END-of-gimp-lqr-plugin/Makefile echo x - gimp-lqr-plugin/pkg-plist sed 's/^X//' >gimp-lqr-plugin/pkg-plist << 'END-of-gimp-lqr-plugin/pkg-plist' X%%PLUGIN_DIR%%/gimp-lqr-plugin Xshare/gimp-lqr-plugin/help/en/gimp-help.xml Xshare/gimp-lqr-plugin/help/en/index.html Xshare/gimp-lqr-plugin/help/images/wilber.png Xshare/gimp-lqr-plugin/help/images/dialog1.png Xshare/gimp-lqr-plugin/help/images/dialog2.png X%%NLS%%share/locale/fr/LC_MESSAGES/gimp22-lqr-plugin.mo X%%NLS%%share/locale/it/LC_MESSAGES/gimp22-lqr-plugin.mo X%%NLS%%share/locale/pt_BR/LC_MESSAGES/gimp22-lqr-plugin.mo X%%NLS%%share/locale/ru/LC_MESSAGES/gimp22-lqr-plugin.mo X@dirrm share/gimp-lqr-plugin/help/images X@dirrm share/gimp-lqr-plugin/help/en X@dirrm share/gimp-lqr-plugin/help X@dirrm share/gimp-lqr-plugin END-of-gimp-lqr-plugin/pkg-plist echo x - gimp-lqr-plugin/pkg-descr sed 's/^X//' >gimp-lqr-plugin/pkg-descr << 'END-of-gimp-lqr-plugin/pkg-descr' XContent-aware rescaling. Keeps the features of the image while Xrescaling along a single direction. Tested on Gimp 2.2. It installs Xunder the Layer menu now. X XWWW: http://web.tiscali.it/carlobaldassi/ END-of-gimp-lqr-plugin/pkg-descr echo x - gimp-lqr-plugin/distinfo sed 's/^X//' >gimp-lqr-plugin/distinfo << 'END-of-gimp-lqr-plugin/distinfo' XMD5 (gimp-lqr-plugin-0.2.1.tar.gz) = eb246ad3fff45c5c76017b2eedb21cf8 XSHA256 (gimp-lqr-plugin-0.2.1.tar.gz) = 7c04e6bd05e654586458107173d79335aebf312ec37583d181ebc1443be6cd6e XSIZE (gimp-lqr-plugin-0.2.1.tar.gz) = 384727 END-of-gimp-lqr-plugin/distinfo exit --- gimp-lqr-plugin-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: