aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-09-24 09:20:24 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-09-24 09:20:24 +0000
commit5367b215a7e39ecf5014e88e27b40ed4716c7b6c (patch)
tree1a60049416866c12388078f1edbcdb029e942f32
parentacdf53c7d51536013c1800801d95b38a1ce74fdb (diff)
downloadports-5367b215a7e39ecf5014e88e27b40ed4716c7b6c.tar.gz
ports-5367b215a7e39ecf5014e88e27b40ed4716c7b6c.zip
Notes
-rw-r--r--graphics/epstool/Makefile25
-rw-r--r--graphics/epstool/distinfo5
-rw-r--r--graphics/epstool/pkg-descr5
3 files changed, 22 insertions, 13 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 96cae6d9dcd3..530b8afb1ced 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= epstool
-PORTVERSION= 3.08
-PORTREVISION= 6
+PORTVERSION= 3.09
CATEGORIES= graphics
-MASTER_SITES= LOCAL/bf
+MASTER_SITES= http://www.ghostgum.com.au/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or extract preview bitmaps in EPS files
@@ -15,13 +14,21 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
USES= ghostscript:run gmake
MAKEFILE= makefile
-MAKE_ARGS= MAKE="${MAKE_CMD}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \
- CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
- GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
+MAKE_ARGS= CC="${CC}" \
+ CCAUX="${CC}" \
+ CLINK="${CC} ${LDFLAGS}" \
+ EPSLIB="" \
+ GSCDEBUG="" \
+ GTKCFLAGS="" \
+ GTKLIBS="" \
+ LIBPNGCFLAGS="" \
+ LIBPNGLIBS="" \
+ LINK="${CC} ${LDFLAGS}" \
+ MAKE="${MAKE_CMD}"
ALL_TARGET= ${PORTNAME}
-MAKE_JOBS_UNSAFE= yes
-PLIST_FILES= bin/epstool man/man1/epstool.1.gz
+PLIST_FILES= bin/epstool \
+ share/man/man1/epstool.1.gz
PORTDOCS= epstool.htm gsview.css
@@ -29,7 +36,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/graphics/epstool/distinfo b/graphics/epstool/distinfo
index 2d8ea37e214d..80bdb1e7b3fa 100644
--- a/graphics/epstool/distinfo
+++ b/graphics/epstool/distinfo
@@ -1,2 +1,3 @@
-SHA256 (epstool-3.08.tar.gz) = f3f14b95146868ff3f93c8720d5539deef3b6531630a552165664c7ee3c2cfdd
-SIZE (epstool-3.08.tar.gz) = 191567
+TIMESTAMP = 1600938921
+SHA256 (epstool-3.09.tar.gz) = e3538857e0c8c21a5a6cbd28fba75d71825318daea6525a4d20e385d758ca847
+SIZE (epstool-3.09.tar.gz) = 191023
diff --git a/graphics/epstool/pkg-descr b/graphics/epstool/pkg-descr
index b9198857b2ac..64f4e7bbbad8 100644
--- a/graphics/epstool/pkg-descr
+++ b/graphics/epstool/pkg-descr
@@ -1,4 +1,5 @@
-epstool - Create or extract preview bitmaps in EPS files.
+Epstool is a utility to create or extract preview images in EPS files,
+fix bounding boxes and convert to bitmaps.
Features:
- Add EPSI or DOS EPS previews.
@@ -8,4 +9,4 @@ Features:
- Create TIFF or Interchange from part of a bitmap created
by Ghostscript.
-WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
+WWW: http://www.ghostgum.com.au/software/epstool.htm