Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 21:43:47 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378278 - in head/graphics: . zathura-ps
Message-ID:  <201502012143.t11LhlOT022954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Feb  1 21:43:46 2015
New Revision: 378278
URL: https://svnweb.freebsd.org/changeset/ports/378278
QAT: https://qat.redports.org/buildarchive/r378278/

Log:
  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

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Feb  1 21:40:58 2015	(r378277)
+++ head/graphics/Makefile	Sun Feb  1 21:43:46 2015	(r378278)
@@ -1053,6 +1053,7 @@
     SUBDIR += zathura-djvu
     SUBDIR += zathura-pdf-mupdf
     SUBDIR += zathura-pdf-poppler
+    SUBDIR += zathura-ps
     SUBDIR += zbar
     SUBDIR += zgv
     SUBDIR += zimg

Added: head/graphics/zathura-ps/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-ps/Makefile	Sun Feb  1 21:43:46 2015	(r378278)
@@ -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>

Added: head/graphics/zathura-ps/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-ps/distinfo	Sun Feb  1 21:43:46 2015	(r378278)
@@ -0,0 +1,2 @@
+SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
+SIZE (zathura-ps-0.2.2.tar.gz) = 5793

Added: head/graphics/zathura-ps/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-ps/pkg-descr	Sun Feb  1 21:43:46 2015	(r378278)
@@ -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/



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