From owner-svn-ports-all@freebsd.org Sat Sep 5 14:21:03 2015 Return-Path: Delivered-To: svn-ports-all@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 C1E339C922C; Sat, 5 Sep 2015 14:21:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.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 A3A98DB1; Sat, 5 Sep 2015 14:21:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t85EL3kH088035; Sat, 5 Sep 2015 14:21:03 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t85EL2nF088031; Sat, 5 Sep 2015 14:21:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509051421.t85EL2nF088031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 5 Sep 2015 14:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396174 - in head/graphics: . smillaenlarger 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.20 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: Sat, 05 Sep 2015 14:21:04 -0000 Author: danfe Date: Sat Sep 5 14:21:01 2015 New Revision: 396174 URL: https://svnweb.freebsd.org/changeset/ports/396174 Log: SmillaEnlarger is a small graphical tool (based on Qt 4) for resizing and, especially, magnification of bitmap images in high quality using specially created algorithm. WWW: https://sourceforge.net/projects/imageenlarger/ Added: head/graphics/smillaenlarger/ head/graphics/smillaenlarger/Makefile (contents, props changed) head/graphics/smillaenlarger/distinfo (contents, props changed) head/graphics/smillaenlarger/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Sep 5 14:19:19 2015 (r396173) +++ head/graphics/Makefile Sat Sep 5 14:21:01 2015 (r396174) @@ -980,6 +980,7 @@ SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += sketch + SUBDIR += smillaenlarger SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf Added: head/graphics/smillaenlarger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/smillaenlarger/Makefile Sat Sep 5 14:21:01 2015 (r396174) @@ -0,0 +1,33 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= smillaenlarger +DISTVERSION= 0.9.0 +CATEGORIES= graphics +MASTER_SITES= SF/imageenlarger/imageenlarger/SmillaEnlarger%20Release%20${PORTVERSION}/ +DISTNAME= SmillaEnlarger_${PORTVERSION}_source + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Qt-based tool for high-quality image magnification/resizing + +LICENSE= GPLv3 + +USES= qmake zip +USE_QT4= qmake_build moc_build rcc_build uic_build gui + +WRKSRC= ${WRKDIR}/${DISTNAME}/SmillaEnlargerSrc + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= ReadMe.rtf WhatsNew.rtf changelog.txt + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/SmillaEnlarger \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/../,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/graphics/smillaenlarger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/smillaenlarger/distinfo Sat Sep 5 14:21:01 2015 (r396174) @@ -0,0 +1,2 @@ +SHA256 (SmillaEnlarger_0.9.0_source.zip) = 3d0e7e59e9e632180de39b6c3745cc035d93476d02f0962dd0d4f470dbd84bd6 +SIZE (SmillaEnlarger_0.9.0_source.zip) = 430665 Added: head/graphics/smillaenlarger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/smillaenlarger/pkg-descr Sat Sep 5 14:21:01 2015 (r396174) @@ -0,0 +1,5 @@ +SmillaEnlarger is a small graphical tool (based on Qt 4) for resizing and, +especially, magnification of bitmap images in high quality using specially +created algorithm. + +WWW: https://sourceforge.net/projects/imageenlarger/