Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 21:45:10 +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: r378279 - in head/graphics: . zathura-cb
Message-ID:  <201502012145.t11LjAxq023396@svn.freebsd.org>

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

Log:
  The zathura-cb plugin adds comic book support to zathura.
  
  WWW: http://pwmt.org/projects/zathura-cb/
  
  PR:		196459
  Submitted by:	mike.d.ft402@gmail.com

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Feb  1 21:43:46 2015	(r378278)
+++ head/graphics/Makefile	Sun Feb  1 21:45:09 2015	(r378279)
@@ -1050,6 +1050,7 @@
     SUBDIR += yed
     SUBDIR += yukon
     SUBDIR += zathura
+    SUBDIR += zathura-cb
     SUBDIR += zathura-djvu
     SUBDIR += zathura-pdf-mupdf
     SUBDIR += zathura-pdf-poppler

Added: head/graphics/zathura-cb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-cb/Makefile	Sun Feb  1 21:45:09 2015	(r378279)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	zathura-cb
+PORTVERSION=	0.1.4
+CATEGORIES=	graphics
+MASTER_SITES=	http://pwmt.org/projects/zathura-cb/download/
+
+MAINTAINER=	mike.d.ft402@gmail.com
+COMMENT=	Comic book plugin for Zathura PDF viewer
+
+LICENSE=	zlib
+LICENSE_NAME=	zlib license
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
+
+LIB_DEPENDS=	libarchive.so:${PORTSDIR}/archivers/libarchive
+BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
+RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
+
+PLIST_FILES=	lib/zathura/cb.so share/applications/zathura-cb.desktop
+
+USES=		desktop-file-utils gmake pkgconfig
+USE_GNOME=	glib20 gtk30
+USE_OPENSSL=	yes
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/cb.so
+
+.include <bsd.port.mk>

Added: head/graphics/zathura-cb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-cb/distinfo	Sun Feb  1 21:45:09 2015	(r378279)
@@ -0,0 +1,2 @@
+SHA256 (zathura-cb-0.1.4.tar.gz) = f21cb140cce02b3ef8b23eff479a7f66285667ab47cdc099c10cd62eaf239626
+SIZE (zathura-cb-0.1.4.tar.gz) = 7205

Added: head/graphics/zathura-cb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/zathura-cb/pkg-descr	Sun Feb  1 21:45:09 2015	(r378279)
@@ -0,0 +1,3 @@
+The zathura-cb plugin adds comic book support to zathura.
+
+WWW: http://pwmt.org/projects/zathura-cb/



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