From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 3 18:10:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64A031065670 for ; Sat, 3 Jul 2010 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26BFC8FC14 for ; Sat, 3 Jul 2010 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o63IA2j0083313 for ; Sat, 3 Jul 2010 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o63IA1dE083312; Sat, 3 Jul 2010 18:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 3 Jul 2010 18:10:02 GMT Resent-Message-Id: <201007031810.o63IA1dE083312@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Quentin Stievenart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 242F3106566C for ; Sat, 3 Jul 2010 18:02:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED4AC8FC17 for ; Sat, 3 Jul 2010 18:02:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o63I297b036792 for ; Sat, 3 Jul 2010 18:02:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o63I29Rv036791; Sat, 3 Jul 2010 18:02:09 GMT (envelope-from nobody) Message-Id: <201007031802.o63I29Rv036791@www.freebsd.org> Date: Sat, 3 Jul 2010 18:02:09 GMT From: Quentin Stievenart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148347: New port: graphics/zathura: Customizable lightweight pdf viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 18:10:02 -0000 >Number: 148347 >Category: ports >Synopsis: New port: graphics/zathura: Customizable lightweight pdf viewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 03 18:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Quentin Stievenart >Release: 8.1-RC1 >Organization: >Environment: FreeBSD daemon 8.1-RC1 FreeBSD 8.1-RC1 #1: Wed Jun 23 16:04:25 CEST 2010 root@daemon:/usr/obj/usr/src/sys/DAEMON i386 >Description: Port of the a new pdf viewer: zathura. See the shar in attachment. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zathura # zathura/Makefile # zathura/distinfo # zathura/pkg-descr # echo c - zathura mkdir -p zathura > /dev/null 2>&1 echo x - zathura/Makefile sed 's/^X//' >zathura/Makefile << '504efa670d7f911f2b9a0152f997c2db' X# New ports collection makefile for: zathura X# Date created: 29 June 2010 X# Whom: Quentin Stievenart X# X# $FreeBSD$ X# X XPORTNAME= zathura XPORTVERSION= 0.0.7 XCATEGORIES= graphics XMASTER_SITES= http://pwmt.org/zathura/download/ X XMAINTAINER= acieroid@awesom.eu XCOMMENT= Customizable lightweight pdf viewer X XLIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ X cairo.2:${PORTSDIR}/graphics/cairo \ X glib-2.0.0:${PORTSDIR}/devel/glib20 \ X gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 X XUSE_GMAKE= yes XMAN1= zathura.1 XMANCOMPRESSED= no XPLIST_FILES= bin/zathura X Xpost-patch: X @${REINPLACE_CMD} -e 's|man1|man/man1|g' ${WRKSRC}/Makefile X X.include 504efa670d7f911f2b9a0152f997c2db echo x - zathura/distinfo sed 's/^X//' >zathura/distinfo << '72dddff0eb30c2fa9b177920b4951078' XMD5 (zathura-0.0.7.tar.gz) = 32164bd2a6e154ee0191ca7e3585f008 XSHA256 (zathura-0.0.7.tar.gz) = 8834659633210f6cdf13b62b3b6dac83e6cace41084a6ec8b7124706e783b8bb XSIZE (zathura-0.0.7.tar.gz) = 30462 72dddff0eb30c2fa9b177920b4951078 echo x - zathura/pkg-descr sed 's/^X//' >zathura/pkg-descr << '50fecc0b6d15dcf3c618edf51dc25881' Xzathura is a highly customizable and functional PDF viewer based on the poppler Xrendering library and the gtk+ toolkit. The idea behind zathura is an Xapplication that provides a minimalistic and space saving interface as well as Xan easy usage that mainly focuses on keyboard interaction. X XWWW: http://zathura.pwmt.org/ 50fecc0b6d15dcf3c618edf51dc25881 exit >Release-Note: >Audit-Trail: >Unformatted: