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

(-)pfaedit/Makefile (-2 / +58 lines)
Lines 10-22 Link Here
10
CATEGORIES=	print
10
CATEGORIES=	print
11
MASTER_SITES=	http://pfaedit.sourceforge.net/
11
MASTER_SITES=	http://pfaedit.sourceforge.net/
12
DISTFILES=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
12
DISTFILES=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
13
.if !defined(NOPORTDOCS)
14
DISTFILES+=	${PORTNAME}_htdocs-${DOC_VER}.tgz
15
.endif
13
16
14
MAINTAINER=	kanou@mil.allnet.ne.jp
17
MAINTAINER=	kanou@mil.allnet.ne.jp
15
18
16
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
19
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
17
		jpeg.9:${PORTSDIR}/graphics/jpeg \
20
		jpeg.9:${PORTSDIR}/graphics/jpeg \
18
		png.5:${PORTSDIR}/graphics/png \
21
		png.5:${PORTSDIR}/graphics/png \
19
		ungif.5:${PORTSDIR}/graphics/libungif
22
		ungif.5:${PORTSDIR}/graphics/libungif \ 
23
		freetype.8:${PORTSDIR}/print/freetype2
20
24
21
USE_GMAKE=	yes
25
USE_GMAKE=	yes
22
USE_XLIB=	yes
26
USE_XLIB=	yes
Lines 28-36 Link Here
28
32
29
MAN1=		pfaedit.1
33
MAN1=		pfaedit.1
30
34
31
DIST_VER=	020122
35
DIST_VER=	020220
36
37
.if !defined(NOPORTDOCS)
38
DOC_VER=	020214
39
DOCFILES=	AA-Comparison.html HotKeys.html MetaFont.html \
40
		Problems-MacOSX.html accented.html bezier.html bitmapview.html \
41
		charview.html cidmenu.html cliargs.html corpchar.html \
42
		diffs.html editexample.html editmenu.html elementmenu.html \
43
		errrecovery.html faq.html faqFS.html faqFrame.html \
44
		filemenu.html fontinfo.html fontview.html future.html \
45
		getinfo.html helpmenu.html hinting.html hintsmenu.html \
46
		index.html license.html locale.html macformats.html \
47
		metricsmenu.html metricsview.html oldchangelog.html \
48
		otherlinks.html overview.html pcf-format.html pointmenu.html \
49
		print.html problems.html scripting.html sfd.html \
50
		sfdformat.html splinefont.html src.html transform.html \
51
		viewmenu.html views.html windowmenu.html xres.html \
52
		corpchar.txt AmbrosiaFV-bm.png AmbrosiaFV.png BitmapView.png \
53
		C1.png C10.png C2.png C3.png C4.png C5.png C6.png C7.png \
54
		C8.png C9.png CaslonOriginality.png CharPrint.png \
55
		CharView.png Constrain1_1.png Constrain1_2.png \
56
		Constrain2_1.png Constrain2_2.png CyrilItalicComp.png \
57
		Eback.png EbackTtf.png Efore.png EforeTtf.png \
58
		Ehinted.png EhintedTtf.png FontDisplay.png FontSample.png \
59
		GridFitM.png H-bm.png H-gm.png HI.hints.png HI.nohints.png \
60
		HebrewMetrics.png Hints.png ItalicCompCaslon.png \
61
		ItalicCompGalliard.png MetricsView.png NoPointHint.png \
62
		PageSetup.png Print.png ReviewHints.png Spacem_1.png Spacem_2.png \
63
		aacutebase.png aacutemid.png acenter.png ahighest.png autokern.png \
64
		autowidth.png bitmapchar.png bitmapsavail.png bvlayers.png \
65
		bvtools.png charinfo.png charview-vert.png charview2.png cpodd.png \
66
		expandedlines.png expandstroke.png findprobs.png fontinfo-cid.png \
67
		fontinfo-comment.png fontinfo-encoding.png fontinfo-panose.png \
68
		fontinfo-private.png fontinfo-ps.png fontinfo-ttfname.png \
69
		fontinfo-ttfvals.png fontinfo.png fontview-cid.png \
70
		fontview.fr.png fontview.ru.png hexley.png kanjichar.png  \
71
		kanjifont.png layers.png newfont.png outlinechar.png \
72
		overlappedlines.png phi-hints-filled.png phi-hints-outline.png \
73
		phi-nohints-filled.png phi-nohints-outline.png pointinfo.png \
74
		privatekey.png privatekeymenu.png serif.png serif2.png \
75
		setwidth.png splash.png strokechar.png tools.png transform.png \
76
		twolines.png bezier.gif pnts.gif splines.gif Encodings.ps.gz \
77
		document.nvd
78
.endif
32
79
33
post-patch:
80
post-patch:
81
	${PERL} -pi.orig -e \
82
		's,/usr/include/freetype2,${PREFIX}/include/freetype2 -I${PREFIX}/include,g' \
83
		${WRKSRC}/configure ${WRKSRC}/configure.in \
84
		${WRKSRC}/configure.pfaedit ${WRKSRC}/configure.pfaedit.in \
85
		${WRKSRC}/configure.static ${WRKSRC}/configure.static.in \
86
		${WRKSRC}/configure.ttfmod ${WRKSRC}/configure.ttfmod.in
34
	${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \
87
	${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \
35
		${WRKSRC}/pfaedit/pfaedit.1
88
		${WRKSRC}/pfaedit/pfaedit.1
36
	${PERL} -pi.orig -e 's,/usr/pkg/,${PREFIX}/,g' \
89
	${PERL} -pi.orig -e 's,/usr/pkg/,${PREFIX}/,g' \
Lines 43-47 Link Here
43
	${MKDIR} ${PREFIX}/share/doc/pfaedit
96
	${MKDIR} ${PREFIX}/share/doc/pfaedit
44
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/pfaedit
97
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/pfaedit
45
	${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1
98
	${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1
99
.if !defined(NOPORTDOCS)
100
	(cd ${WRKDIR}; ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/pfaedit)
101
.endif
46
102
47
.include <bsd.port.mk>
103
.include <bsd.port.mk>
(-)pfaedit/distinfo (-1 / +2 lines)
Lines 1-2 Link Here
1
MD5 (pfaedit_full-020122.tgz) = b51fa4d720d29952f70736bda1368490
1
MD5 (pfaedit_full-020220.tgz) = 2d7056b930e3de3b9163e629a5b0c671
2
MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83
2
MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83
3
MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83
(-)pfaedit/pkg-plist (+152 lines)
Lines 7-10 Link Here
7
share/pfaedit/Adobe-Korea1-2.cidmap
7
share/pfaedit/Adobe-Korea1-2.cidmap
8
@dirrm share/pfaedit
8
@dirrm share/pfaedit
9
share/doc/pfaedit/LICENSE
9
share/doc/pfaedit/LICENSE
10
share/doc/pfaedit/AA-Comparison.html
11
share/doc/pfaedit/HotKeys.html
12
share/doc/pfaedit/MetaFont.html
13
share/doc/pfaedit/Problems-MacOSX.html
14
share/doc/pfaedit/accented.html
15
share/doc/pfaedit/bezier.html
16
share/doc/pfaedit/bitmapview.html
17
share/doc/pfaedit/charview.html
18
share/doc/pfaedit/cidmenu.html
19
share/doc/pfaedit/cliargs.html
20
share/doc/pfaedit/corpchar.html
21
share/doc/pfaedit/diffs.html
22
share/doc/pfaedit/editexample.html
23
share/doc/pfaedit/editmenu.html
24
share/doc/pfaedit/elementmenu.html
25
share/doc/pfaedit/errrecovery.html
26
share/doc/pfaedit/faq.html
27
share/doc/pfaedit/faqFS.html
28
share/doc/pfaedit/faqFrame.html
29
share/doc/pfaedit/filemenu.html
30
share/doc/pfaedit/fontinfo.html
31
share/doc/pfaedit/fontview.html
32
share/doc/pfaedit/future.html
33
share/doc/pfaedit/getinfo.html
34
share/doc/pfaedit/helpmenu.html
35
share/doc/pfaedit/hinting.html
36
share/doc/pfaedit/hintsmenu.html
37
share/doc/pfaedit/index.html
38
share/doc/pfaedit/license.html
39
share/doc/pfaedit/locale.html
40
share/doc/pfaedit/macformats.html
41
share/doc/pfaedit/metricsmenu.html
42
share/doc/pfaedit/metricsview.html
43
share/doc/pfaedit/oldchangelog.html
44
share/doc/pfaedit/otherlinks.html
45
share/doc/pfaedit/overview.html
46
share/doc/pfaedit/pcf-format.html
47
share/doc/pfaedit/pointmenu.html
48
share/doc/pfaedit/print.html
49
share/doc/pfaedit/problems.html
50
share/doc/pfaedit/scripting.html
51
share/doc/pfaedit/sfd.html
52
share/doc/pfaedit/sfdformat.html
53
share/doc/pfaedit/splinefont.html
54
share/doc/pfaedit/src.html
55
share/doc/pfaedit/transform.html
56
share/doc/pfaedit/viewmenu.html
57
share/doc/pfaedit/views.html
58
share/doc/pfaedit/windowmenu.html
59
share/doc/pfaedit/xres.html
60
share/doc/pfaedit/corpchar.txt
61
share/doc/pfaedit/AmbrosiaFV-bm.png
62
share/doc/pfaedit/AmbrosiaFV.png
63
share/doc/pfaedit/BitmapView.png
64
share/doc/pfaedit/C1.png
65
share/doc/pfaedit/C10.png
66
share/doc/pfaedit/C2.png
67
share/doc/pfaedit/C3.png
68
share/doc/pfaedit/C4.png
69
share/doc/pfaedit/C5.png
70
share/doc/pfaedit/C6.png
71
share/doc/pfaedit/C7.png
72
share/doc/pfaedit/C8.png
73
share/doc/pfaedit/C9.png
74
share/doc/pfaedit/CaslonOriginality.png
75
share/doc/pfaedit/CharPrint.png
76
share/doc/pfaedit/CharView.png
77
share/doc/pfaedit/Constrain1_1.png
78
share/doc/pfaedit/Constrain1_2.png
79
share/doc/pfaedit/Constrain2_1.png
80
share/doc/pfaedit/Constrain2_2.png
81
share/doc/pfaedit/CyrilItalicComp.png
82
share/doc/pfaedit/Eback.png
83
share/doc/pfaedit/EbackTtf.png
84
share/doc/pfaedit/Efore.png
85
share/doc/pfaedit/EforeTtf.png
86
share/doc/pfaedit/Ehinted.png
87
share/doc/pfaedit/EhintedTtf.png
88
share/doc/pfaedit/FontDisplay.png
89
share/doc/pfaedit/FontSample.png
90
share/doc/pfaedit/GridFitM.png
91
share/doc/pfaedit/H-bm.png
92
share/doc/pfaedit/H-gm.png
93
share/doc/pfaedit/HI.hints.png
94
share/doc/pfaedit/HI.nohints.png
95
share/doc/pfaedit/HebrewMetrics.png
96
share/doc/pfaedit/Hints.png
97
share/doc/pfaedit/ItalicCompCaslon.png
98
share/doc/pfaedit/ItalicCompGalliard.png
99
share/doc/pfaedit/MetricsView.png
100
share/doc/pfaedit/NoPointHint.png
101
share/doc/pfaedit/PageSetup.png
102
share/doc/pfaedit/Print.png
103
share/doc/pfaedit/ReviewHints.png
104
share/doc/pfaedit/Spacem_1.png
105
share/doc/pfaedit/Spacem_2.png
106
share/doc/pfaedit/aacutebase.png
107
share/doc/pfaedit/aacutemid.png
108
share/doc/pfaedit/acenter.png
109
share/doc/pfaedit/ahighest.png
110
share/doc/pfaedit/autokern.png
111
share/doc/pfaedit/autowidth.png
112
share/doc/pfaedit/bitmapchar.png
113
share/doc/pfaedit/bitmapsavail.png
114
share/doc/pfaedit/bvlayers.png
115
share/doc/pfaedit/bvtools.png
116
share/doc/pfaedit/charinfo.png
117
share/doc/pfaedit/charview-vert.png
118
share/doc/pfaedit/charview2.png
119
share/doc/pfaedit/cpodd.png
120
share/doc/pfaedit/expandedlines.png
121
share/doc/pfaedit/expandstroke.png
122
share/doc/pfaedit/findprobs.png
123
share/doc/pfaedit/fontinfo-cid.png
124
share/doc/pfaedit/fontinfo-comment.png
125
share/doc/pfaedit/fontinfo-encoding.png
126
share/doc/pfaedit/fontinfo-panose.png
127
share/doc/pfaedit/fontinfo-private.png
128
share/doc/pfaedit/fontinfo-ps.png
129
share/doc/pfaedit/fontinfo-ttfname.png
130
share/doc/pfaedit/fontinfo-ttfvals.png
131
share/doc/pfaedit/fontinfo.png
132
share/doc/pfaedit/fontview-cid.png
133
share/doc/pfaedit/fontview.fr.png
134
share/doc/pfaedit/fontview.ru.png
135
share/doc/pfaedit/hexley.png
136
share/doc/pfaedit/kanjichar.png
137
share/doc/pfaedit/kanjifont.png
138
share/doc/pfaedit/layers.png
139
share/doc/pfaedit/newfont.png
140
share/doc/pfaedit/outlinechar.png
141
share/doc/pfaedit/overlappedlines.png
142
share/doc/pfaedit/phi-hints-filled.png
143
share/doc/pfaedit/phi-hints-outline.png
144
share/doc/pfaedit/phi-nohints-filled.png
145
share/doc/pfaedit/phi-nohints-outline.png
146
share/doc/pfaedit/pointinfo.png
147
share/doc/pfaedit/privatekey.png
148
share/doc/pfaedit/privatekeymenu.png
149
share/doc/pfaedit/serif.png
150
share/doc/pfaedit/serif2.png
151
share/doc/pfaedit/setwidth.png
152
share/doc/pfaedit/splash.png
153
share/doc/pfaedit/strokechar.png
154
share/doc/pfaedit/tools.png
155
share/doc/pfaedit/transform.png
156
share/doc/pfaedit/twolines.png
157
share/doc/pfaedit/bezier.gif
158
share/doc/pfaedit/pnts.gif
159
share/doc/pfaedit/splines.gif
160
share/doc/pfaedit/Encodings.ps.gz
161
share/doc/pfaedit/document.nvd
10
@dirrm share/doc/pfaedit
162
@dirrm share/doc/pfaedit

Return to bug 35200