From owner-svn-ports-all@FreeBSD.ORG Thu Sep 4 09:04:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D3E27DF; Thu, 4 Sep 2014 09:04:09 +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 783CE1930; Thu, 4 Sep 2014 09:04:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s84949cD000330; Thu, 4 Sep 2014 09:04:09 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s84948FF000322; Thu, 4 Sep 2014 09:04:08 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409040904.s84948FF000322@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 4 Sep 2014 09:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367250 - in head/graphics: . zathura-pdf-mupdf 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: Thu, 04 Sep 2014 09:04:09 -0000 Author: madpilot Date: Thu Sep 4 09:04:08 2014 New Revision: 367250 URL: http://svnweb.freebsd.org/changeset/ports/367250 QAT: https://qat.redports.org/buildarchive/r367250/ Log: Zathura plugin to view PDF using the MuPDF rendering engine. WWW: http://pwmt.org/projects/zathura-pdf-mupdf/ PR: ports/193144 Submitted by: Zsolt Udvari Added: head/graphics/zathura-pdf-mupdf/ head/graphics/zathura-pdf-mupdf/Makefile (contents, props changed) head/graphics/zathura-pdf-mupdf/distinfo (contents, props changed) head/graphics/zathura-pdf-mupdf/pkg-descr (contents, props changed) head/graphics/zathura-pdf-mupdf/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Sep 4 08:49:35 2014 (r367249) +++ head/graphics/Makefile Thu Sep 4 09:04:08 2014 (r367250) @@ -1050,6 +1050,7 @@ SUBDIR += yed SUBDIR += zathura SUBDIR += zathura-djvu + SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zbar SUBDIR += zgv Added: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-pdf-mupdf/Makefile Thu Sep 4 09:04:08 2014 (r367250) @@ -0,0 +1,33 @@ +# Created by: Zsolt Udvari +# $FreeBSD$ + +PORTNAME= zathura-pdf-mupdf +PORTVERSION= 0.2.6 +CATEGORIES= graphics +MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ + +MAINTAINER= udvzsolt@gmail.com +COMMENT= MuPDF render PDF plugin for Zathura PDF viewer + +LICENSE= pwmt +LICENSE_NAME= pwmt license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ + mupdf>=1.5_1,1:${PORTSDIR}/graphics/mupdf +RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura + +MAKE_ARGS= MUPDF_LIB=-lmupdf_pic OPENSSL_INC=-I${OPENSSLINC} \ + OPENSSL_LIB="-L${OPENSSL_LIB} -lcrypto" + +USES= desktop-file-utils gmake pkgconfig +USE_GNOME= glib20 gtk30 +USE_OPENSSL= yes + +CONFLICTS_INSTALL= zathura-pdf-poppler-[0-9]* + +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/pdf.so + +.include Added: head/graphics/zathura-pdf-mupdf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-pdf-mupdf/distinfo Thu Sep 4 09:04:08 2014 (r367250) @@ -0,0 +1,2 @@ +SHA256 (zathura-pdf-mupdf-0.2.6.tar.gz) = 5df94b6f906008b5f3bca770a552da6d2917d6b8d3e4b3049cb7001302041b20 +SIZE (zathura-pdf-mupdf-0.2.6.tar.gz) = 9094 Added: head/graphics/zathura-pdf-mupdf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-pdf-mupdf/pkg-descr Thu Sep 4 09:04:08 2014 (r367250) @@ -0,0 +1,3 @@ +Zathura plugin to view PDF using the MuPDF rendering engine. + +WWW: http://pwmt.org/projects/zathura-pdf-mupdf/ Added: head/graphics/zathura-pdf-mupdf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-pdf-mupdf/pkg-plist Thu Sep 4 09:04:08 2014 (r367250) @@ -0,0 +1,3 @@ +lib/zathura/pdf.so +share/applications/zathura-pdf-mupdf.desktop +@dirrmtry lib/zathura