summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-02 05:39:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-02 05:39:32 +0800
commit537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e (patch)
tree03ba5ee4303ea0745a392d09942dc19b3f8204e7 /graphics
parentbf671d214e843de01d2e46100cc76d8ad998f829 (diff)
downloadmarcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar.gz
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar.bz2
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar.lz
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar.xz
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.tar.zst
marcuscom-ports-537dfa9b1df49f35ee8a2a3d9ed3febfbe45c01e.zip
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2345 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gpdf/Makefile26
-rw-r--r--graphics/gpdf/distinfo2
-rw-r--r--graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc11
-rw-r--r--graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc11
-rw-r--r--graphics/gpdf/files/patch-xpdf_gpdf-thumbnails-view.cc10
-rw-r--r--graphics/gpdf/pkg-descr6
-rw-r--r--graphics/gpdf/pkg-plist122
7 files changed, 188 insertions, 0 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
new file mode 100644
index 000000000..6405937b5
--- /dev/null
+++ b/graphics/gpdf/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gpdf
+# Date created: 12 April 2002
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/gpdf/Makefile,v 1.8 2004/04/05 03:11:26 marcus Exp $
+#
+
+PORTNAME= gpdf
+PORTVERSION= 2.7.1
+CATEGORIES= graphics print gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME version of xpdf
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui libgnomeprintui
+USE_X_PREFIX= yes
+USE_LIBTOOL_VER=13
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/graphics/gpdf/distinfo b/graphics/gpdf/distinfo
new file mode 100644
index 000000000..91bf2e0ca
--- /dev/null
+++ b/graphics/gpdf/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gpdf-2.7.1.tar.bz2) = ecfbed8e4041c04c13e24a0f121514a7
+SIZE (gnome2/gpdf-2.7.1.tar.bz2) = 1167863
diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc b/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc
new file mode 100644
index 000000000..18497bb5e
--- /dev/null
+++ b/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc
@@ -0,0 +1,11 @@
+--- xpdf/gpdf-link-canvas-item.cc.orig Fri May 23 23:04:01 2003
++++ xpdf/gpdf-link-canvas-item.cc Sat May 24 00:15:18 2003
+@@ -33,6 +33,8 @@
+
+ BEGIN_EXTERN_C
+
++#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__)
++
+ struct _GPdfLinkCanvasItemPrivate {
+ Link *link;
+ };
diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc b/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc
new file mode 100644
index 000000000..aea0001c7
--- /dev/null
+++ b/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc
@@ -0,0 +1,11 @@
+--- xpdf/gpdf-links-canvas-layer.cc.orig Sat May 24 00:17:29 2003
++++ xpdf/gpdf-links-canvas-layer.cc Sat May 24 00:17:46 2003
+@@ -42,6 +42,8 @@
+
+ BEGIN_EXTERN_C
+
++#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__)
++
+ struct _GPdfLinksCanvasLayerPrivate {
+ Links *links;
+ };
diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-thumbnails-view.cc b/graphics/gpdf/files/patch-xpdf_gpdf-thumbnails-view.cc
new file mode 100644
index 000000000..78e0b8155
--- /dev/null
+++ b/graphics/gpdf/files/patch-xpdf_gpdf-thumbnails-view.cc
@@ -0,0 +1,10 @@
+--- xpdf/gpdf-thumbnails-view.cc.orig Wed Jan 14 00:09:05 2004
++++ xpdf/gpdf-thumbnails-view.cc Wed Jan 14 00:09:34 2004
+@@ -21,6 +21,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#include <sys/types.h>
+ #include <gpdf-g-switch.h>
+ # include <glib.h>
+ # include <glib/ghash.h>
diff --git a/graphics/gpdf/pkg-descr b/graphics/gpdf/pkg-descr
new file mode 100644
index 000000000..d1735f2c2
--- /dev/null
+++ b/graphics/gpdf/pkg-descr
@@ -0,0 +1,6 @@
+The GNOME PDF Viewer is an open source viewer for Portable Document
+Format (PDF) files, often called "Acrobat" files, from the name of
+Adobe's PDF software. The GNOME PDF viewer is based upon xpdf, and
+integrates directly into the GNOME 2 desktop.
+
+WWW: http://www.gnome.org
diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist
new file mode 100644
index 000000000..28ab37581
--- /dev/null
+++ b/graphics/gpdf/pkg-plist
@@ -0,0 +1,122 @@
+bin/gpdf
+etc/gconf/gconf.xml.defaults/apps/gpdf/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gpdf/UI/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gpdf/UI/Windows/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/Windows/%gconf.xml
+etc/gconf/schemas/gpdf.schemas
+libdata/bonobo/servers/GNOME_PDF.server
+libexec/gnome-pdf-viewer
+share/gnome/application-registry/gpdf.applications
+share/gnome/applications/gpdf.desktop
+share/gnome/gnome-2.0/ui/gpdf-control-ui.xml
+share/gnome/gnome-2.0/ui/gpdf-window-ui.xml
+share/gnome/gpdf/glade/gpdf-print-progress-dialog.glade
+share/gnome/gpdf/glade/gpdf-properties-dialog.glade
+share/gnome/help/gpdf/C/figures/gpdf_start_window.png
+share/gnome/help/gpdf/C/figures/gpdf_window.png
+share/gnome/help/gpdf/C/gpdf.xml
+share/gnome/help/gpdf/C/legal.xml
+share/gnome/help/gpdf/de/figures/gpdf_window.png
+share/gnome/help/gpdf/de/gpdf.xml
+share/gnome/help/gpdf/de/legal.xml
+share/gnome/help/gpdf/es/figures/gpdf_start_window.png
+share/gnome/help/gpdf/es/gpdf.xml
+share/gnome/help/gpdf/es/legal.xml
+share/gnome/mime-info/gpdf.keys
+share/gnome/omf/gpdf/gpdf-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gpdf/gpdf-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gpdf/gpdf-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/pixmaps/gnome-pdf.png
+share/gnome/pixmaps/gpdf/fitwidth.png
+share/gnome/pixmaps/gpdf/stock_book-closed-mark.png
+share/gnome/pixmaps/gpdf/stock_book-closed.png
+share/gnome/pixmaps/gpdf/stock_book-opened-mark.png
+share/gnome/pixmaps/gpdf/stock_book-opened.png
+share/gnome/pixmaps/gpdf/stock_bookmarks.png
+share/locale/af/LC_MESSAGES/gpdf.mo
+share/locale/am/LC_MESSAGES/gpdf.mo
+share/locale/ar/LC_MESSAGES/gpdf.mo
+share/locale/az/LC_MESSAGES/gpdf.mo
+share/locale/be/LC_MESSAGES/gpdf.mo
+share/locale/bn/LC_MESSAGES/gpdf.mo
+share/locale/ca/LC_MESSAGES/gpdf.mo
+share/locale/cs/LC_MESSAGES/gpdf.mo
+share/locale/cy/LC_MESSAGES/gpdf.mo
+share/locale/da/LC_MESSAGES/gpdf.mo
+share/locale/de/LC_MESSAGES/gpdf.mo
+share/locale/el/LC_MESSAGES/gpdf.mo
+share/locale/en_CA/LC_MESSAGES/gpdf.mo
+share/locale/en_GB/LC_MESSAGES/gpdf.mo
+share/locale/eo/LC_MESSAGES/gpdf.mo
+share/locale/es/LC_MESSAGES/gpdf.mo
+share/locale/eu/LC_MESSAGES/gpdf.mo
+share/locale/fa/LC_MESSAGES/gpdf.mo
+share/locale/fi/LC_MESSAGES/gpdf.mo
+share/locale/fr/LC_MESSAGES/gpdf.mo
+share/locale/ga/LC_MESSAGES/gpdf.mo
+share/locale/gl/LC_MESSAGES/gpdf.mo
+share/locale/gu/LC_MESSAGES/gpdf.mo
+share/locale/he/LC_MESSAGES/gpdf.mo
+share/locale/hi/LC_MESSAGES/gpdf.mo
+share/locale/hr/LC_MESSAGES/gpdf.mo
+share/locale/hu/LC_MESSAGES/gpdf.mo
+share/locale/id/LC_MESSAGES/gpdf.mo
+share/locale/is/LC_MESSAGES/gpdf.mo
+share/locale/it/LC_MESSAGES/gpdf.mo
+share/locale/ja/LC_MESSAGES/gpdf.mo
+share/locale/kn/LC_MESSAGES/gpdf.mo
+share/locale/ko/LC_MESSAGES/gpdf.mo
+share/locale/lt/LC_MESSAGES/gpdf.mo
+share/locale/lv/LC_MESSAGES/gpdf.mo
+share/locale/mk/LC_MESSAGES/gpdf.mo
+share/locale/ml/LC_MESSAGES/gpdf.mo
+share/locale/mn/LC_MESSAGES/gpdf.mo
+share/locale/ms/LC_MESSAGES/gpdf.mo
+share/locale/nl/LC_MESSAGES/gpdf.mo
+share/locale/nn/LC_MESSAGES/gpdf.mo
+share/locale/no/LC_MESSAGES/gpdf.mo
+share/locale/pa/LC_MESSAGES/gpdf.mo
+share/locale/pl/LC_MESSAGES/gpdf.mo
+share/locale/pt/LC_MESSAGES/gpdf.mo
+share/locale/pt_BR/LC_MESSAGES/gpdf.mo
+share/locale/ro/LC_MESSAGES/gpdf.mo
+share/locale/ru/LC_MESSAGES/gpdf.mo
+share/locale/sk/LC_MESSAGES/gpdf.mo
+share/locale/sl/LC_MESSAGES/gpdf.mo
+share/locale/sq/LC_MESSAGES/gpdf.mo
+share/locale/sr/LC_MESSAGES/gpdf.mo
+share/locale/sr@Latn/LC_MESSAGES/gpdf.mo
+share/locale/sv/LC_MESSAGES/gpdf.mo
+share/locale/ta/LC_MESSAGES/gpdf.mo
+share/locale/th/LC_MESSAGES/gpdf.mo
+share/locale/tr/LC_MESSAGES/gpdf.mo
+share/locale/uk/LC_MESSAGES/gpdf.mo
+share/locale/vi/LC_MESSAGES/gpdf.mo
+share/locale/wa/LC_MESSAGES/gpdf.mo
+share/locale/zh_CN/LC_MESSAGES/gpdf.mo
+share/locale/zh_TW/LC_MESSAGES/gpdf.mo
+@dirrm share/gnome/pixmaps/gpdf
+@dirrm share/gnome/omf/gpdf
+@dirrm share/gnome/help/gpdf/es/figures
+@dirrm share/gnome/help/gpdf/es
+@dirrm share/gnome/help/gpdf/de/figures
+@dirrm share/gnome/help/gpdf/de
+@dirrm share/gnome/help/gpdf/C/figures
+@dirrm share/gnome/help/gpdf/C
+@dirrm share/gnome/help/gpdf
+@dirrm share/gnome/gpdf/glade
+@dirrm share/gnome/gpdf
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/Windows
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf
+@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf/UI/Windows
+@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf/UI
+@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true