diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 04:53:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 04:53:48 +0000 |
commit | e18151212d3326dbf04797c6d5300fb1211ee875 (patch) | |
tree | 1ca56d6a4227efdb653cc8e2b2cbedbbc8de3d88 /graphics/poppler | |
parent | cc0f3248a2eb77d7e3df88333fd25eb8594223dc (diff) |
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 16 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 4 | ||||
-rw-r--r-- | graphics/poppler/pkg-plist | 4 |
3 files changed, 8 insertions, 16 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 9307727c6c08..19124133b48a 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,31 +3,23 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ +# $MCom: ports/graphics/poppler/Makefile,v 1.14 2005/09/03 04:44:58 ahze Exp $ # PORTNAME= poppler -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.4.2 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ MAINTAINER= gnome@FreeBSD.org COMMENT= A PDF rendering library -LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo - USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gtk20 INSTALLS_SHLIB= yes -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|poppler-[@]VERSION[@]|poppler|g' \ - ${WRKSRC}/poppler-cairo.pc.in \ - ${WRKSRC}/poppler-splash.pc.in - .include <bsd.port.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 7085df922c3f..68c71d7bc4a5 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,2 +1,2 @@ -MD5 (poppler-0.3.1.tar.gz) = 1d2843e84753f71491417ad70ee8d1da -SIZE (poppler-0.3.1.tar.gz) = 739976 +MD5 (poppler-0.4.2.tar.gz) = beb1eea135a3c5b679a7a22d01a500c0 +SIZE (poppler-0.4.2.tar.gz) = 777935 diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index 7aedfec0f409..6a247e409432 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -6,8 +6,6 @@ include/poppler/BuiltinFontTables.h include/poppler/CMap.h include/poppler/CairoFontEngine.h include/poppler/CairoOutputDev.h -include/poppler/CairoOutputDevImage.h -include/poppler/CairoOutputDevX.h include/poppler/Catalog.h include/poppler/CharCodeToUnicode.h include/poppler/CharTypes.h @@ -17,6 +15,7 @@ include/poppler/Dict.h include/poppler/Error.h include/poppler/ErrorCodes.h include/poppler/FontEncodingTables.h +include/poppler/FontInfo.h include/poppler/Function.cc include/poppler/Function.h include/poppler/Gfx.h @@ -57,6 +56,7 @@ include/poppler/goo/GooHash.h include/poppler/goo/GooList.h include/poppler/goo/GooMutex.h include/poppler/goo/GooString.h +include/poppler/goo/GooTimer.h include/poppler/goo/gfile.h include/poppler/goo/gmem.h include/poppler/goo/gtypes.h |