graphics/epstool: Update to 3.09

Reported by:	Repology
This commit is contained in:
Mateusz Piotrowski 2020-09-24 09:20:24 +00:00
parent acdf53c7d5
commit 5367b215a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549909
3 changed files with 22 additions and 13 deletions

View file

@ -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}

View file

@ -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

View file

@ -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