diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 21:03:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-07 21:03:19 +0800 |
commit | fe7d389208aef5db19259c314ec32a5ec21ed7e0 (patch) | |
tree | 76cdcd857aed30d4546e12f99c3771688e8ea976 /graphics/poppler-utils | |
parent | 98963313d919be955763a7e7f6a7a2c003e8d0e3 (diff) | |
download | marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.gz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.bz2 marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.lz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.xz marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.tar.zst marcuscom-ports-fe7d389208aef5db19259c314ec32a5ec21ed7e0.zip |
Was too fast in the previous commit.
Fix the slave ports, correct some patches. Also poppler lib got bumped.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-utils')
-rw-r--r-- | graphics/poppler-utils/Makefile | 19 | ||||
-rw-r--r-- | graphics/poppler-utils/pkg-plist | 8 |
2 files changed, 27 insertions, 0 deletions
diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile new file mode 100644 index 000000000..d054ca843 --- /dev/null +++ b/graphics/poppler-utils/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: poppler-utils +# Date created: 2006-05-01 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/poppler-utils/Makefile,v 1.3 2009/08/27 14:48:12 kwm Exp $ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -utils + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Poppler's xpdf-workalike command line utilities + +MASTERDIR= ${.CURDIR}/../../graphics/poppler +SLAVEPORT= utils +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-utils/pkg-plist b/graphics/poppler-utils/pkg-plist new file mode 100644 index 000000000..0b49f0caa --- /dev/null +++ b/graphics/poppler-utils/pkg-plist @@ -0,0 +1,8 @@ +bin/pdffonts +bin/pdfimages +bin/pdfinfo +bin/pdftoabw +bin/pdftohtml +bin/pdftoppm +bin/pdftops +bin/pdftotext |