The zathura-ps plugin adds PostScript support to zathura by using the

libspectre library.

WWW: http://pwmt.org/projects/zathura-ps/

PR:		196459
Submitted by:	mike.d.ft402@gmail.com
This commit is contained in:
Guido Falsi 2015-02-01 21:43:46 +00:00
parent 0ad964e951
commit aafcb5f757
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378278
4 changed files with 36 additions and 0 deletions

View file

@ -1053,6 +1053,7 @@
SUBDIR += zathura-djvu
SUBDIR += zathura-pdf-mupdf
SUBDIR += zathura-pdf-poppler
SUBDIR += zathura-ps
SUBDIR += zbar
SUBDIR += zgv
SUBDIR += zimg

View file

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= zathura-ps
PORTVERSION= 0.2.2
CATEGORIES= graphics
MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/
MAINTAINER= mike.d.ft402@gmail.com
COMMENT= PostScript support for Zathura PDF viewer
LICENSE= zlib
LICENSE_NAME= zlib license
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
USES= desktop-file-utils gmake pkgconfig
USE_GNOME= glib20 gtk30
USE_OPENSSL= yes
PLIST_FILES= lib/zathura/ps.so share/applications/zathura-ps.desktop
post-install:
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
SIZE (zathura-ps-0.2.2.tar.gz) = 5793

View file

@ -0,0 +1,4 @@
The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library.
WWW: http://pwmt.org/projects/zathura-ps/