Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2002 13:00:57 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/35200: maintainer-update: print/pfaedit
Message-ID:  <200202220400.NAA26184@kappa.allnet.ne.jp>

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

>Number:         35200
>Category:       ports
>Synopsis:       maintainer-update: print/pfaedit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 20:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD tin 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 10:56:29 JST 2001 kanou@tin:/usr/src/sys/compile/TIN i386

>Description:

Port of print/pfaedit is updated by maintainer.

- updated to the current version (2002-02-20)
- dependency to print/freetype2
- manuals and other documents are installed unless NOPORTDOCS is defined

>How-To-Repeat:

>Fix:

diff -uNr pfaedit.orig/Makefile pfaedit/Makefile
--- pfaedit.orig/Makefile	Wed Jan 23 12:06:45 2002
+++ pfaedit/Makefile	Fri Feb 22 12:56:58 2002
@@ -10,13 +10,17 @@
 CATEGORIES=	print
 MASTER_SITES=	http://pfaedit.sourceforge.net/
 DISTFILES=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
+.if !defined(NOPORTDOCS)
+DISTFILES+=	${PORTNAME}_htdocs-${DOC_VER}.tgz
+.endif
 
 MAINTAINER=	kanou@mil.allnet.ne.jp
 
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
-		ungif.5:${PORTSDIR}/graphics/libungif
+		ungif.5:${PORTSDIR}/graphics/libungif \ 
+		freetype.8:${PORTSDIR}/print/freetype2
 
 USE_GMAKE=	yes
 USE_XLIB=	yes
@@ -28,9 +32,58 @@
 
 MAN1=		pfaedit.1
 
-DIST_VER=	020122
+DIST_VER=	020220
+
+.if !defined(NOPORTDOCS)
+DOC_VER=	020214
+DOCFILES=	AA-Comparison.html HotKeys.html MetaFont.html \
+		Problems-MacOSX.html accented.html bezier.html bitmapview.html \
+		charview.html cidmenu.html cliargs.html corpchar.html \
+		diffs.html editexample.html editmenu.html elementmenu.html \
+		errrecovery.html faq.html faqFS.html faqFrame.html \
+		filemenu.html fontinfo.html fontview.html future.html \
+		getinfo.html helpmenu.html hinting.html hintsmenu.html \
+		index.html license.html locale.html macformats.html \
+		metricsmenu.html metricsview.html oldchangelog.html \
+		otherlinks.html overview.html pcf-format.html pointmenu.html \
+		print.html problems.html scripting.html sfd.html \
+		sfdformat.html splinefont.html src.html transform.html \
+		viewmenu.html views.html windowmenu.html xres.html \
+		corpchar.txt AmbrosiaFV-bm.png AmbrosiaFV.png BitmapView.png \
+		C1.png C10.png C2.png C3.png C4.png C5.png C6.png C7.png \
+		C8.png C9.png CaslonOriginality.png CharPrint.png \
+		CharView.png Constrain1_1.png Constrain1_2.png \
+		Constrain2_1.png Constrain2_2.png CyrilItalicComp.png \
+		Eback.png EbackTtf.png Efore.png EforeTtf.png \
+		Ehinted.png EhintedTtf.png FontDisplay.png FontSample.png \
+		GridFitM.png H-bm.png H-gm.png HI.hints.png HI.nohints.png \
+		HebrewMetrics.png Hints.png ItalicCompCaslon.png \
+		ItalicCompGalliard.png MetricsView.png NoPointHint.png \
+		PageSetup.png Print.png ReviewHints.png Spacem_1.png Spacem_2.png \
+		aacutebase.png aacutemid.png acenter.png ahighest.png autokern.png \
+		autowidth.png bitmapchar.png bitmapsavail.png bvlayers.png \
+		bvtools.png charinfo.png charview-vert.png charview2.png cpodd.png \
+		expandedlines.png expandstroke.png findprobs.png fontinfo-cid.png \
+		fontinfo-comment.png fontinfo-encoding.png fontinfo-panose.png \
+		fontinfo-private.png fontinfo-ps.png fontinfo-ttfname.png \
+		fontinfo-ttfvals.png fontinfo.png fontview-cid.png \
+		fontview.fr.png fontview.ru.png hexley.png kanjichar.png  \
+		kanjifont.png layers.png newfont.png outlinechar.png \
+		overlappedlines.png phi-hints-filled.png phi-hints-outline.png \
+		phi-nohints-filled.png phi-nohints-outline.png pointinfo.png \
+		privatekey.png privatekeymenu.png serif.png serif2.png \
+		setwidth.png splash.png strokechar.png tools.png transform.png \
+		twolines.png bezier.gif pnts.gif splines.gif Encodings.ps.gz \
+		document.nvd
+.endif
 
 post-patch:
+	${PERL} -pi.orig -e \
+		's,/usr/include/freetype2,${PREFIX}/include/freetype2 -I${PREFIX}/include,g' \
+		${WRKSRC}/configure ${WRKSRC}/configure.in \
+		${WRKSRC}/configure.pfaedit ${WRKSRC}/configure.pfaedit.in \
+		${WRKSRC}/configure.static ${WRKSRC}/configure.static.in \
+		${WRKSRC}/configure.ttfmod ${WRKSRC}/configure.ttfmod.in
 	${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \
 		${WRKSRC}/pfaedit/pfaedit.1
 	${PERL} -pi.orig -e 's,/usr/pkg/,${PREFIX}/,g' \
@@ -43,5 +96,8 @@
 	${MKDIR} ${PREFIX}/share/doc/pfaedit
 	${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/pfaedit
 	${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+	(cd ${WRKDIR}; ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/pfaedit)
+.endif
 
 .include <bsd.port.mk>
diff -uNr pfaedit.orig/distinfo pfaedit/distinfo
--- pfaedit.orig/distinfo	Wed Jan 23 12:06:45 2002
+++ pfaedit/distinfo	Fri Feb 22 12:36:26 2002
@@ -1,2 +1,3 @@
-MD5 (pfaedit_full-020122.tgz) = b51fa4d720d29952f70736bda1368490
+MD5 (pfaedit_full-020220.tgz) = 2d7056b930e3de3b9163e629a5b0c671
 MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83
+MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83
diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist
--- pfaedit.orig/pkg-plist	Wed Jan 23 12:06:45 2002
+++ pfaedit/pkg-plist	Mon Feb 18 23:14:07 2002
@@ -7,4 +7,156 @@
 share/pfaedit/Adobe-Korea1-2.cidmap
 @dirrm share/pfaedit
 share/doc/pfaedit/LICENSE
+share/doc/pfaedit/AA-Comparison.html
+share/doc/pfaedit/HotKeys.html
+share/doc/pfaedit/MetaFont.html
+share/doc/pfaedit/Problems-MacOSX.html
+share/doc/pfaedit/accented.html
+share/doc/pfaedit/bezier.html
+share/doc/pfaedit/bitmapview.html
+share/doc/pfaedit/charview.html
+share/doc/pfaedit/cidmenu.html
+share/doc/pfaedit/cliargs.html
+share/doc/pfaedit/corpchar.html
+share/doc/pfaedit/diffs.html
+share/doc/pfaedit/editexample.html
+share/doc/pfaedit/editmenu.html
+share/doc/pfaedit/elementmenu.html
+share/doc/pfaedit/errrecovery.html
+share/doc/pfaedit/faq.html
+share/doc/pfaedit/faqFS.html
+share/doc/pfaedit/faqFrame.html
+share/doc/pfaedit/filemenu.html
+share/doc/pfaedit/fontinfo.html
+share/doc/pfaedit/fontview.html
+share/doc/pfaedit/future.html
+share/doc/pfaedit/getinfo.html
+share/doc/pfaedit/helpmenu.html
+share/doc/pfaedit/hinting.html
+share/doc/pfaedit/hintsmenu.html
+share/doc/pfaedit/index.html
+share/doc/pfaedit/license.html
+share/doc/pfaedit/locale.html
+share/doc/pfaedit/macformats.html
+share/doc/pfaedit/metricsmenu.html
+share/doc/pfaedit/metricsview.html
+share/doc/pfaedit/oldchangelog.html
+share/doc/pfaedit/otherlinks.html
+share/doc/pfaedit/overview.html
+share/doc/pfaedit/pcf-format.html
+share/doc/pfaedit/pointmenu.html
+share/doc/pfaedit/print.html
+share/doc/pfaedit/problems.html
+share/doc/pfaedit/scripting.html
+share/doc/pfaedit/sfd.html
+share/doc/pfaedit/sfdformat.html
+share/doc/pfaedit/splinefont.html
+share/doc/pfaedit/src.html
+share/doc/pfaedit/transform.html
+share/doc/pfaedit/viewmenu.html
+share/doc/pfaedit/views.html
+share/doc/pfaedit/windowmenu.html
+share/doc/pfaedit/xres.html
+share/doc/pfaedit/corpchar.txt
+share/doc/pfaedit/AmbrosiaFV-bm.png
+share/doc/pfaedit/AmbrosiaFV.png
+share/doc/pfaedit/BitmapView.png
+share/doc/pfaedit/C1.png
+share/doc/pfaedit/C10.png
+share/doc/pfaedit/C2.png
+share/doc/pfaedit/C3.png
+share/doc/pfaedit/C4.png
+share/doc/pfaedit/C5.png
+share/doc/pfaedit/C6.png
+share/doc/pfaedit/C7.png
+share/doc/pfaedit/C8.png
+share/doc/pfaedit/C9.png
+share/doc/pfaedit/CaslonOriginality.png
+share/doc/pfaedit/CharPrint.png
+share/doc/pfaedit/CharView.png
+share/doc/pfaedit/Constrain1_1.png
+share/doc/pfaedit/Constrain1_2.png
+share/doc/pfaedit/Constrain2_1.png
+share/doc/pfaedit/Constrain2_2.png
+share/doc/pfaedit/CyrilItalicComp.png
+share/doc/pfaedit/Eback.png
+share/doc/pfaedit/EbackTtf.png
+share/doc/pfaedit/Efore.png
+share/doc/pfaedit/EforeTtf.png
+share/doc/pfaedit/Ehinted.png
+share/doc/pfaedit/EhintedTtf.png
+share/doc/pfaedit/FontDisplay.png
+share/doc/pfaedit/FontSample.png
+share/doc/pfaedit/GridFitM.png
+share/doc/pfaedit/H-bm.png
+share/doc/pfaedit/H-gm.png
+share/doc/pfaedit/HI.hints.png
+share/doc/pfaedit/HI.nohints.png
+share/doc/pfaedit/HebrewMetrics.png
+share/doc/pfaedit/Hints.png
+share/doc/pfaedit/ItalicCompCaslon.png
+share/doc/pfaedit/ItalicCompGalliard.png
+share/doc/pfaedit/MetricsView.png
+share/doc/pfaedit/NoPointHint.png
+share/doc/pfaedit/PageSetup.png
+share/doc/pfaedit/Print.png
+share/doc/pfaedit/ReviewHints.png
+share/doc/pfaedit/Spacem_1.png
+share/doc/pfaedit/Spacem_2.png
+share/doc/pfaedit/aacutebase.png
+share/doc/pfaedit/aacutemid.png
+share/doc/pfaedit/acenter.png
+share/doc/pfaedit/ahighest.png
+share/doc/pfaedit/autokern.png
+share/doc/pfaedit/autowidth.png
+share/doc/pfaedit/bitmapchar.png
+share/doc/pfaedit/bitmapsavail.png
+share/doc/pfaedit/bvlayers.png
+share/doc/pfaedit/bvtools.png
+share/doc/pfaedit/charinfo.png
+share/doc/pfaedit/charview-vert.png
+share/doc/pfaedit/charview2.png
+share/doc/pfaedit/cpodd.png
+share/doc/pfaedit/expandedlines.png
+share/doc/pfaedit/expandstroke.png
+share/doc/pfaedit/findprobs.png
+share/doc/pfaedit/fontinfo-cid.png
+share/doc/pfaedit/fontinfo-comment.png
+share/doc/pfaedit/fontinfo-encoding.png
+share/doc/pfaedit/fontinfo-panose.png
+share/doc/pfaedit/fontinfo-private.png
+share/doc/pfaedit/fontinfo-ps.png
+share/doc/pfaedit/fontinfo-ttfname.png
+share/doc/pfaedit/fontinfo-ttfvals.png
+share/doc/pfaedit/fontinfo.png
+share/doc/pfaedit/fontview-cid.png
+share/doc/pfaedit/fontview.fr.png
+share/doc/pfaedit/fontview.ru.png
+share/doc/pfaedit/hexley.png
+share/doc/pfaedit/kanjichar.png
+share/doc/pfaedit/kanjifont.png
+share/doc/pfaedit/layers.png
+share/doc/pfaedit/newfont.png
+share/doc/pfaedit/outlinechar.png
+share/doc/pfaedit/overlappedlines.png
+share/doc/pfaedit/phi-hints-filled.png
+share/doc/pfaedit/phi-hints-outline.png
+share/doc/pfaedit/phi-nohints-filled.png
+share/doc/pfaedit/phi-nohints-outline.png
+share/doc/pfaedit/pointinfo.png
+share/doc/pfaedit/privatekey.png
+share/doc/pfaedit/privatekeymenu.png
+share/doc/pfaedit/serif.png
+share/doc/pfaedit/serif2.png
+share/doc/pfaedit/setwidth.png
+share/doc/pfaedit/splash.png
+share/doc/pfaedit/strokechar.png
+share/doc/pfaedit/tools.png
+share/doc/pfaedit/transform.png
+share/doc/pfaedit/twolines.png
+share/doc/pfaedit/bezier.gif
+share/doc/pfaedit/pnts.gif
+share/doc/pfaedit/splines.gif
+share/doc/pfaedit/Encodings.ps.gz
+share/doc/pfaedit/document.nvd
 @dirrm share/doc/pfaedit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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