aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2010-07-06 01:36:12 +0800
committerashish <ashish@FreeBSD.org>2010-07-06 01:36:12 +0800
commit5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19 (patch)
tree42dc7cfe074b02a1126e410276ba0980f06f7e82
parent4454cbc2b116bebab338ad9bf705fc338730c312 (diff)
downloadfreebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.tar.gz
freebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.tar.zst
freebsd-ports-gnome-5ae0f727e89273fe65b660ecae6fa3ea2a2d1c19.zip
zathura is a highly customizable and functional PDF viewer based on the poppler
rendering library and the gtk+ toolkit. The idea behind zathura is an application that provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. WWW: http://zathura.pwmt.org/ PR: ports/148347 Submitted by: Quentin Stievenart <acieroid at awesom.eu> Approved by: tabthorpe (mentor) Feature safe: yes
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/zathura/Makefile28
-rw-r--r--graphics/zathura/distinfo3
-rw-r--r--graphics/zathura/pkg-descr6
4 files changed, 38 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 179dc31d3cb4..694b4d23bdf5 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1001,6 +1001,7 @@
SUBDIR += yap
SUBDIR += yed
SUBDIR += yukon
+ SUBDIR += zathura
SUBDIR += zgv
SUBDIR += zimg
SUBDIR += zint
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
new file mode 100644
index 000000000000..ca05d2d52b8f
--- /dev/null
+++ b/graphics/zathura/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: zathura
+# Date created: 29 June 2010
+# Whom: Quentin Stievenart <acieroid@awesom.eu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zathura
+PORTVERSION= 0.0.7
+CATEGORIES= graphics print
+MASTER_SITES= http://pwmt.org/zathura/download/
+
+MAINTAINER= acieroid@awesom.eu
+COMMENT= Customizable lightweight pdf viewer
+
+LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \
+ cairo.2:${PORTSDIR}/graphics/cairo
+
+USE_GMAKE= yes
+USE_GNOME= glib20 gtk20
+MAN1= zathura.1
+MANCOMPRESSED= no
+PLIST_FILES= bin/zathura
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|man1|man/man1|g' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo
new file mode 100644
index 000000000000..8688b210b3e2
--- /dev/null
+++ b/graphics/zathura/distinfo
@@ -0,0 +1,3 @@
+MD5 (zathura-0.0.7.tar.gz) = 32164bd2a6e154ee0191ca7e3585f008
+SHA256 (zathura-0.0.7.tar.gz) = 8834659633210f6cdf13b62b3b6dac83e6cace41084a6ec8b7124706e783b8bb
+SIZE (zathura-0.0.7.tar.gz) = 30462
diff --git a/graphics/zathura/pkg-descr b/graphics/zathura/pkg-descr
new file mode 100644
index 000000000000..4f4c642b3ed9
--- /dev/null
+++ b/graphics/zathura/pkg-descr
@@ -0,0 +1,6 @@
+zathura is a highly customizable and functional PDF viewer based on the poppler
+rendering library and the gtk+ toolkit. The idea behind zathura is an
+application that provides a minimalistic and space saving interface as well as
+an easy usage that mainly focuses on keyboard interaction.
+
+WWW: http://zathura.pwmt.org/