Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2011 02:58:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161638: Update port: graphics/pstoedit to 3.60
Message-ID:  <20111015025819.c6d5bcab.tkato432@yahoo.com>
Resent-Message-ID: <201110141850.p9EIoRco052209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161638
>Category:       ports
>Synopsis:       Update port: graphics/pstoedit to 3.60
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 18:50:27 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 3.60

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile
--- /usr/ports/graphics/pstoedit/Makefile	2011-10-12 03:15:38.000000000 +0900
+++ graphics/pstoedit/Makefile	2011-10-12 04:31:43.000000000 +0900
@@ -6,14 +6,16 @@
 #
 
 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 # (or later)
+LICENSE_FILE=	${WRKSRC}/copying
+
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
 OPTIONS=	IMAGEMAGICK "Enable magick++ interface" on \
@@ -25,15 +27,14 @@
 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 +83,9 @@
 	@${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 -urN /usr/ports/graphics/pstoedit/distinfo graphics/pstoedit/distinfo
--- /usr/ports/graphics/pstoedit/distinfo	2010-12-16 22:47:27.000000000 +0900
+++ graphics/pstoedit/distinfo	2011-08-29 13:39:38.000000000 +0900
@@ -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 -urN /usr/ports/graphics/pstoedit/pkg-plist graphics/pstoedit/pkg-plist
--- /usr/ports/graphics/pstoedit/pkg-plist	2007-10-06 14:46:00.000000000 +0900
+++ graphics/pstoedit/pkg-plist	2011-08-29 15:21:05.000000000 +0900
@@ -42,6 +42,25 @@
 %%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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111015025819.c6d5bcab.tkato432>