View | Details | Raw Unified | Return to bug 161638
Collapse All | Expand All

(-)graphics/pstoedit/Makefile (-8 / +13 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	pstoedit
8
PORTNAME=	pstoedit
9
PORTVERSION=	3.50
9
PORTVERSION=	3.60
10
PORTREVISION=	6
11
CATEGORIES=	graphics print
10
CATEGORIES=	graphics print
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
11
MASTER_SITES=	SF
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Convert PostScript to other vector graphic formats
14
COMMENT=	Convert PostScript to other vector graphic formats
16
15
16
LICENSE=	GPLv2 # (or later)
17
LICENSE_FILE=	${WRKSRC}/copying
18
17
LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
19
LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
18
20
19
OPTIONS=	IMAGEMAGICK "Enable magick++ interface" on \
21
OPTIONS=	IMAGEMAGICK "Enable magick++ interface" on \
Lines 25-39 Link Here
25
USE_GHOSTSCRIPT=	yes
27
USE_GHOSTSCRIPT=	yes
26
USE_AUTOTOOLS=	libtool
28
USE_AUTOTOOLS=	libtool
27
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
28
MAKE_JOBS_UNSAFE=	yes
30
MAKE_JOBS_UNSAFE=yes
29
30
MAN1=		pstoedit.1
31
31
32
CFLAGS+=	-DHAVE_LIBGD
32
CFLAGS+=	-DHAVE_LIBGD
33
CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
33
CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include
34
		-I${LOCALBASE}/include
35
LDFLAGS+=	-L${LOCALBASE}/lib
34
LDFLAGS+=	-L${LOCALBASE}/lib
36
35
36
MAN1=		pstoedit.1
37
37
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
38
39
39
.if defined(WITHOUT_IMAGEMAGICK)
40
.if defined(WITHOUT_IMAGEMAGICK)
Lines 82-86 Link Here
82
	@${MKDIR} ${DOCSDIR}
83
	@${MKDIR} ${DOCSDIR}
83
	${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
84
	${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
84
.endif
85
.endif
86
.if !defined(NOPORTEXAMPLES)
87
	@${MKDIR} ${EXAMPLESDIR}
88
	${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${EXAMPLESDIR}
89
.endif
85
90
86
.include <bsd.port.mk>
91
.include <bsd.port.mk>
(-)graphics/pstoedit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pstoedit-3.50.tar.gz) = 22b16452d7538358f8ecdff1fec29a8b6d4da49dffec9ae436f60bd95d105711
1
SHA256 (pstoedit-3.60.tar.gz) = 118e58aa2c65e4193f1cc5a56c569e160752f654bf35e39f790d27b223b62391
2
SIZE (pstoedit-3.50.tar.gz) = 894115
2
SIZE (pstoedit-3.60.tar.gz) = 988351
(-)graphics/pstoedit/pkg-plist (+19 lines)
Lines 42-47 Link Here
42
%%PORTDOCS%%%%DOCSDIR%%/changelog.htm
42
%%PORTDOCS%%%%DOCSDIR%%/changelog.htm
43
%%PORTDOCS%%%%DOCSDIR%%/index.htm
43
%%PORTDOCS%%%%DOCSDIR%%/index.htm
44
%%PORTDOCS%%%%DOCSDIR%%/pstoedit.htm
44
%%PORTDOCS%%%%DOCSDIR%%/pstoedit.htm
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cliptst2.ps
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/closepathtest.ps
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colrtest.ps
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eofill.ps
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eschertr.ps
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/figtext.ps
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/illusion.ps
52
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_1.ps
53
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_2.ps
54
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imagetest_3.ps
55
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/largetextspace.ps
56
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/letters.ps
57
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneimg.ps
58
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pathtest.ps
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spiral.ps
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textmat.ps
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twopages.ps
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/woglim.ps
63
%%DATADIR%%/drvhpgl.pencolors
45
%%DATADIR%%/examplefigmap.fmp
64
%%DATADIR%%/examplefigmap.fmp
46
%%DATADIR%%/latex2e.fmp
65
%%DATADIR%%/latex2e.fmp
47
%%DATADIR%%/mpost.fmp
66
%%DATADIR%%/mpost.fmp

Return to bug 161638