diff options
author | araujo <araujo@FreeBSD.org> | 2008-08-07 11:20:28 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-08-07 11:20:28 +0800 |
commit | 49c656c97074c62a4c32482b73de244bd6fde724 (patch) | |
tree | 0346eb1212ae1c4e648a233699d9e592913356aa /graphics/xpdf | |
parent | 8e932042b7c437ed1b2c1cb0eb39c9b392acac6c (diff) | |
download | freebsd-ports-gnome-49c656c97074c62a4c32482b73de244bd6fde724.tar.gz freebsd-ports-gnome-49c656c97074c62a4c32482b73de244bd6fde724.tar.zst freebsd-ports-gnome-49c656c97074c62a4c32482b73de244bd6fde724.zip |
- Use WITH_DRAW instead of WITHOUT_DRAW.
- Commenting the new functionality in pkg-descr.
- Bump PORTREVISION.
Suggested by: Luigi Rizzo <rizzo@iet.unipi.it>
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpdf/pkg-descr | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 3d620df11e4e..27823a3c93ca 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 3.02 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -69,7 +69,8 @@ MAN1+= xpdf.1 PLIST_SUB+= X11="" .endif -.if defined(WITHOUT_DRAW) +.if defined(WITH_DRAW) +# add support for adding/deleting drawing annotations in PDF files PATCH_SITES+= http://info.iet.unipi.it/~luigi/FreeBSD/ PATCHFILES+= patch-zz-xpdf-annot.20080728a .endif diff --git a/graphics/xpdf/pkg-descr b/graphics/xpdf/pkg-descr index b6a0b3056a0b..c4f635857e1a 100644 --- a/graphics/xpdf/pkg-descr +++ b/graphics/xpdf/pkg-descr @@ -5,4 +5,7 @@ PDF software. It can also convert PDF input to ps, text, and info formats; and split out fonts and images. +This port, when built with 'make WITH_DRAW=yes', has support for drawing, +saving and deleting annotations from PDF files. + WWW: http://www.foolabs.com/xpdf/ |