From fbc9cc2b35d7fd0f410982af191d7a638c1c264e Mon Sep 17 00:00:00 2001 From: adamw Date: Sat, 12 Apr 2003 08:23:42 +0000 Subject: Add gpdf, the GNOME version of xpdf. It seems to be under active development, and it's worth tracking. It renders text fine for me, but seems to have a problem with images. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@602 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gpdf/Makefile | 31 +++++++++++++++++++++++++++++++ graphics/gpdf/pkg-descr | 6 ++++++ graphics/gpdf/pkg-plist | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 graphics/gpdf/Makefile create mode 100644 graphics/gpdf/pkg-descr create mode 100644 graphics/gpdf/pkg-plist (limited to 'graphics/gpdf') diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile new file mode 100644 index 000000000..1e3c16000 --- /dev/null +++ b/graphics/gpdf/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gpdf +# Date created: 12 April 2002 +# Whom: Adam Weinberger +# +# $FreeBSD: ports/graphics/eog2/Makefile,v 1.34 2003/04/04 07:39:46 marcus Exp $ +# + +PORTNAME= gpdf +PORTVERSION= 0.100 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME version of xpdf + +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui gnomevfs2 libgnomeprintui +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include diff --git a/graphics/gpdf/pkg-descr b/graphics/gpdf/pkg-descr new file mode 100644 index 000000000..4d967a66f --- /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. (These are also sometimes called "Acrobat" files, +from the name of Adobe's PDF software.) The GNOME PDF viewer is based +upon xpdf (ports/graphics/xpdf). + +WWW: http://www.gnome.org diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist new file mode 100644 index 000000000..0303a10e2 --- /dev/null +++ b/graphics/gpdf/pkg-plist @@ -0,0 +1,49 @@ +bin/gpdf +libdata/bonobo/servers/GNOME_PDF.server +libexec/gnome-pdf-viewer +share/gnome/gpdf/glade/gpdf-properties-dialog.glade +share/gnome/pixmaps/gpdf/fitwidth.png +share/gnome/gnome-2.0/ui/gpdf-control-ui.xml +share/gnome/gnome-2.0/ui/gpdf-window-ui.xml +share/gnome/applications/gpdf.desktop +share/gnome/mime-info/gpdf.keys +share/gnome/application-registry/gpdf.applications +share/locale/am/LC_MESSAGES/gpdf.mo +share/locale/az/LC_MESSAGES/gpdf.mo +share/locale/be/LC_MESSAGES/gpdf.mo +share/locale/ca/LC_MESSAGES/gpdf.mo +share/locale/cs/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/es/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/he/LC_MESSAGES/gpdf.mo +share/locale/hu/LC_MESSAGES/gpdf.mo +share/locale/is/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/lv/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/pl/LC_MESSAGES/gpdf.mo +share/locale/pt/LC_MESSAGES/gpdf.mo +share/locale/pt_BR/LC_MESSAGES/gpdf.mo +share/locale/ru/LC_MESSAGES/gpdf.mo +share/locale/sk/LC_MESSAGES/gpdf.mo +share/locale/sv/LC_MESSAGES/gpdf.mo +share/locale/ta/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/gpdf/glade +@dirrm share/gnome/gpdf -- cgit