summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:07:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:07:22 +0000
commit9ef7a446dbb5ce0fa06eabc32d44a8bad894c3bc (patch)
tree829fea8b4fe4c9a26c16f3ec3aa93ca9f72f7709 /graphics
parentAdd poppler, a PDF rendering library using cairo as its backend. This (diff)
Add evince, a multi-format (e.g. PDF, PS, Fig) document viewer for the
GNOME desktop. Evince is slated to replace both gpdf and ggv when it becomes mature enough.
Notes
Notes: svn path=/head/; revision=130982
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/evince/Makefile34
-rw-r--r--graphics/evince/distinfo2
-rw-r--r--graphics/evince/pkg-descr5
-rw-r--r--graphics/evince/pkg-plist27
5 files changed, 69 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 95d74816eb1a..35e291248ec4 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -84,6 +84,7 @@
SUBDIR += epstool
SUBDIR += eterm-bg
SUBDIR += evas
+ SUBDIR += evince
SUBDIR += evolvotron
SUBDIR += exifprobe
SUBDIR += exiftags
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
new file mode 100644
index 000000000000..55be2fcdc4c3
--- /dev/null
+++ b/graphics/evince/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: evince
+# Date created: 09 January 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= evince
+PORTVERSION= 0.1.7
+CATEGORIES= graphics print gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 multi-format document viewer
+
+LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler
+
+USE_BZIP2= yes
+USE_LIBTOOL_VER=15
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GHOSTSCRIPT=yes
+USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \
+ desktopfileutils
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.mk>
diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo
new file mode 100644
index 000000000000..70ed0fe0baa6
--- /dev/null
+++ b/graphics/evince/distinfo
@@ -0,0 +1,2 @@
+MD5 (evince-0.1.7.tar.bz2) = 8b87e0150b7ade3f6e707d75e1303f26
+SIZE (evince-0.1.7.tar.bz2) = 438711
diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr
new file mode 100644
index 000000000000..800f6fcd3c5f
--- /dev/null
+++ b/graphics/evince/pkg-descr
@@ -0,0 +1,5 @@
+Evince is a document viewer for multiple document formats including PDF and
+Postscript. The goal of evince is to replace document viewers such as ggv and
+gpdf with a single, simple application.
+
+WWW: http://www.gnome.org/projects/evince/
diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist
new file mode 100644
index 000000000000..e3fc22a8c9eb
--- /dev/null
+++ b/graphics/evince/pkg-plist
@@ -0,0 +1,27 @@
+bin/evince
+bin/evince-thumbnailer
+share/gnome/applications/evince.desktop
+@exec update-desktop-database > /dev/null || /usr/bin/true
+share/gnome/evince/evince-password.glade
+share/gnome/evince/evince-ui.xml
+share/gnome/evince/pdf-icon.png
+share/locale/bg/LC_MESSAGES/evince.mo
+share/locale/ca/LC_MESSAGES/evince.mo
+share/locale/cs/LC_MESSAGES/evince.mo
+share/locale/da/LC_MESSAGES/evince.mo
+share/locale/de/LC_MESSAGES/evince.mo
+share/locale/el/LC_MESSAGES/evince.mo
+share/locale/en_CA/LC_MESSAGES/evince.mo
+share/locale/en_GB/LC_MESSAGES/evince.mo
+share/locale/fi/LC_MESSAGES/evince.mo
+share/locale/fr/LC_MESSAGES/evince.mo
+share/locale/ja/LC_MESSAGES/evince.mo
+share/locale/nb/LC_MESSAGES/evince.mo
+share/locale/nl/LC_MESSAGES/evince.mo
+share/locale/no/LC_MESSAGES/evince.mo
+share/locale/pt_BR/LC_MESSAGES/evince.mo
+share/locale/sv/LC_MESSAGES/evince.mo
+share/locale/zh_CN/LC_MESSAGES/evince.mo
+share/locale/zh_TW/LC_MESSAGES/evince.mo
+@dirrm share/gnome/evince
+@unexec update-desktop-database > /dev/null || /usr/bin/true