Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 08:19:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474564 - in head/graphics: . djvusmooth
Message-ID:  <201807130819.w6D8JZ10027420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jul 13 08:19:35 2018
New Revision: 474564
URL: https://svnweb.freebsd.org/changeset/ports/474564

Log:
  New port: graphics/djvusmooth: Graphical editor for DjVu

Added:
  head/graphics/djvusmooth/
  head/graphics/djvusmooth/Makefile   (contents, props changed)
  head/graphics/djvusmooth/distinfo   (contents, props changed)
  head/graphics/djvusmooth/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Jul 13 08:14:10 2018	(r474563)
+++ head/graphics/Makefile	Fri Jul 13 08:19:35 2018	(r474564)
@@ -148,6 +148,7 @@
     SUBDIR += djview4
     SUBDIR += djview4-qt4
     SUBDIR += djvulibre
+    SUBDIR += djvusmooth
     SUBDIR += dmtx-utils
     SUBDIR += drawpile
     SUBDIR += driconf

Added: head/graphics/djvusmooth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/djvusmooth/Makefile	Fri Jul 13 08:19:35 2018	(r474564)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	djvusmooth
+DISTVERSION=	0.2.19-39
+DISTVERSIONSUFFIX=	-g0723947
+CATEGORIES=	graphics python
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Graphical editor for DjVu
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	xsltproc:textproc/libxslt \
+		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
+		docbook-xml>0:textproc/docbook-xml
+RUN_DEPENDS=	djvulibre>0:graphics/djvulibre \
+		${PYTHON_PKGNAMEPREFIX}python-djvulibre>0:graphics/py-djvulibre \
+		${PYTHON_PKGNAMEPREFIX}wxPython30>0:x11-toolkits/py-wxPython30
+
+USES=		desktop-file-utils gettext-tools python
+USE_GITHUB=	yes
+GH_ACCOUNT=	jwilk
+USE_PYTHON=	distutils autoplist noflavors
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/djvusmooth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/djvusmooth/distinfo	Fri Jul 13 08:19:35 2018	(r474564)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531468186
+SHA256 (jwilk-djvusmooth-0.2.19-39-g0723947_GH0.tar.gz) = 8c1d127d90f7611a96f448a2088322643fad2000bc553b0fd071b8c3bb09c17e
+SIZE (jwilk-djvusmooth-0.2.19-39-g0723947_GH0.tar.gz) = 104500

Added: head/graphics/djvusmooth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/djvusmooth/pkg-descr	Fri Jul 13 08:19:35 2018	(r474564)
@@ -0,0 +1,8 @@
+djvusmooth, a graphical editor for DjVu documents, allows you to:
+
+* edit document metadata,
+* edit document outline (bookmarks),
+* add, remove or edit hyperlinks,
+* correct occasional errors in the hidden text layer.
+
+WWW: https://jwilk.net/software/djvusmooth



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