From owner-svn-ports-head@freebsd.org Fri Jul 13 08:19:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2156D102EABD; Fri, 13 Jul 2018 08:19:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C16F37AA3B; Fri, 13 Jul 2018 08:19:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 876BA5B86; Fri, 13 Jul 2018 08:19:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6D8JaS5027424; Fri, 13 Jul 2018 08:19:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6D8JZ10027420; Fri, 13 Jul 2018 08:19:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807130819.w6D8JZ10027420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 13 Jul 2018 08:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474564 - in head/graphics: . djvusmooth X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . djvusmooth X-SVN-Commit-Revision: 474564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 08:19:37 -0000 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 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