diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:04 +0800 |
commit | 1766998472347f8b7c7190bb6588d01d71079a9c (patch) | |
tree | 07ccc169925e03a29147ee080384c2a24b8eccd8 | |
parent | 5c4573018c5c49c4f656dc7f141c9236b3c4b63b (diff) | |
download | freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.tar.gz freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.tar.zst freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.zip |
Update to version 3.60
PR: 161638
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | graphics/pstoedit/Makefile | 20 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 4 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-plist | 20 |
3 files changed, 34 insertions, 10 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 07c974a75ab8..fadda619914c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -6,14 +6,15 @@ # PORTNAME= pstoedit -PORTVERSION= 3.50 -PORTREVISION= 6 +PORTVERSION= 3.60 CATEGORIES= graphics print -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats +LICENSE= GPLv2 + LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd OPTIONS= IMAGEMAGICK "Enable magick++ interface" on \ @@ -25,15 +26,14 @@ USE_GNOME= gnomehack pkgconfig USE_GHOSTSCRIPT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - -MAN1= pstoedit.1 +MAKE_JOBS_UNSAFE=yes CFLAGS+= -DHAVE_LIBGD -CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ - -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAN1= pstoedit.1 + .include <bsd.port.options.mk> .if defined(WITHOUT_IMAGEMAGICK) @@ -82,5 +82,9 @@ post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} .endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo index d1b9841a0532..5dc8797b951b 100644 --- a/graphics/pstoedit/distinfo +++ b/graphics/pstoedit/distinfo @@ -1,2 +1,2 @@ -SHA256 (pstoedit-3.50.tar.gz) = 22b16452d7538358f8ecdff1fec29a8b6d4da49dffec9ae436f60bd95d105711 -SIZE (pstoedit-3.50.tar.gz) = 894115 +SHA256 (pstoedit-3.60.tar.gz) = 118e58aa2c65e4193f1cc5a56c569e160752f654bf35e39f790d27b223b62391 +SIZE (pstoedit-3.60.tar.gz) = 988351 diff --git a/graphics/pstoedit/pkg-plist b/graphics/pstoedit/pkg-plist index 96365f313f30..222406956582 100644 --- a/graphics/pstoedit/pkg-plist +++ b/graphics/pstoedit/pkg-plist @@ -42,6 +42,25 @@ share/aclocal/pstoedit.m4 %%PORTDOCS%%%%DOCSDIR%%/changelog.htm %%PORTDOCS%%%%DOCSDIR%%/index.htm %%PORTDOCS%%%%DOCSDIR%%/pstoedit.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cliptst2.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/closepathtest.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colrtest.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eofill.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eschertr.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/figtext.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/illusion.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_1.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_2.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_3.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/largetextspace.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/letters.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneimg.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pathtest.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spiral.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textmat.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twopages.ps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/woglim.ps +%%DATADIR%%/drvhpgl.pencolors %%DATADIR%%/examplefigmap.fmp %%DATADIR%%/latex2e.fmp %%DATADIR%%/mpost.fmp @@ -52,5 +71,6 @@ share/aclocal/pstoedit.m4 @dirrm %%DATADIR%%/swffonts @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm lib/pstoedit @dirrm include/pstoedit |