Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2015 14:21:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396174 - in head/graphics: . smillaenlarger
Message-ID:  <201509051421.t85EL2nF088031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <danfe@FreeBSD.org>
+# $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509051421.t85EL2nF088031>