mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
New port: graphics/djvusmooth: Graphical editor for DjVu
This commit is contained in:
parent
b48671a379
commit
33ce50e0cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474564
@ -148,6 +148,7 @@
|
||||
SUBDIR += djview4
|
||||
SUBDIR += djview4-qt4
|
||||
SUBDIR += djvulibre
|
||||
SUBDIR += djvusmooth
|
||||
SUBDIR += dmtx-utils
|
||||
SUBDIR += drawpile
|
||||
SUBDIR += driconf
|
||||
|
27
graphics/djvusmooth/Makefile
Normal file
27
graphics/djvusmooth/Makefile
Normal file
@ -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>
|
3
graphics/djvusmooth/distinfo
Normal file
3
graphics/djvusmooth/distinfo
Normal file
@ -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
|
8
graphics/djvusmooth/pkg-descr
Normal file
8
graphics/djvusmooth/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user