From owner-svn-ports-all@FreeBSD.ORG Sun Feb 1 21:45:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8F90EA0; Sun, 1 Feb 2015 21:45:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8806F9C7; Sun, 1 Feb 2015 21:45:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11LjBHU023400; Sun, 1 Feb 2015 21:45:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11LjAxq023396; Sun, 1 Feb 2015 21:45:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502012145.t11LjAxq023396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 21:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378279 - in head/graphics: . zathura-cb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:45:11 -0000 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 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/