Index: head/print/fontforge/Makefile =================================================================== --- head/print/fontforge/Makefile (revision 59041) +++ head/print/fontforge/Makefile (revision 59042) @@ -1,108 +1,70 @@ # New ports collection makefile for: pfaedit # Date created: 25 March 2001 # Whom: KANOU Hiroki # # $FreeBSD$ # PORTNAME= pfaedit PORTVERSION= 20${DIST_VER} CATEGORIES= print MASTER_SITES= http://pfaedit.sourceforge.net/ DISTFILES= ${EXTRACT_ONLY} .if !defined(NOPORTDOCS) DISTFILES+= ${DOCFILE} .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 \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 020312 +DIST_VER= 020507 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) -DOC_VER= 020214 +DOC_VER= 020416 DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz -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 .if !defined(NOPORTDOCS) post-extract: - ${MKDIR} ${WRKDIR}/html + ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} + ${RM} ${WRKDIR}/html/cidmaps.tgz + ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap .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.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' \ ${WRKSRC}/*/[mM]akefile.* post-install: - ${INSTALL_DATA} ${WRKDIR}/*.cidmap ${DATADIR} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .if !defined(NOPORTDOCS) - (cd ${WRKDIR}/html; ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}) + ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} .endif .include Property changes on: head/print/fontforge/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/print/fontforge/distinfo =================================================================== --- head/print/fontforge/distinfo (revision 59041) +++ head/print/fontforge/distinfo (revision 59042) @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-020312.tgz) = 1352e863091ec1c7981072f72fddcd7e -MD5 (cidmaps.tgz) = 888b70dd745242ba1f0f39015c3e8c88 -MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83 +MD5 (pfaedit_full-020507.tgz) = 965f86da97b33051cdc526f9acc28502 +MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f +MD5 (pfaedit_htdocs-020416.tgz) = df31ad47fbbab26642550bc91ab52478 Property changes on: head/print/fontforge/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/print/fontforge/files/patch-Makefile.in =================================================================== --- head/print/fontforge/files/patch-Makefile.in (nonexistent) +++ head/print/fontforge/files/patch-Makefile.in (revision 59042) @@ -0,0 +1,24 @@ +--- Makefile.in.orig Sat Mar 16 08:43:35 2002 ++++ Makefile.in Sun May 12 18:02:27 2002 +@@ -37,15 +37,15 @@ + mkdir -p $(bindir) + mkdir -p $(mandir)/man1 + mkdir -p $(sharedir) +- cp pfaedit/pfaedit $(bindir) +- cp pfaedit/sfddiff $(bindir) +- cp pfaedit/pfaedit.*.ui $(sharedir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_DATA} pfaedit/pfaedit.*.ui $(sharedir) + #The next line will fail for most installs. If you have downloaded the cidmaps + # this will install them. If you haven't it won't. You only need the cidmaps + # if you are editing CID keyed files (and even then you can live without them +- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 +- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 +- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 ++ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 + + uninstall: + -rm $(bindir)/pfaedit Property changes on: head/print/fontforge/files/patch-Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/fontforge/pkg-plist =================================================================== --- head/print/fontforge/pkg-plist (revision 59041) +++ head/print/fontforge/pkg-plist (revision 59042) @@ -1,167 +1,171 @@ bin/pfaedit bin/sfddiff %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png +%%PORTDOCS%%share/doc/pfaedit/Anna.gif +%%PORTDOCS%%share/doc/pfaedit/Antigone.gif %%PORTDOCS%%share/doc/pfaedit/BitmapView.png %%PORTDOCS%%share/doc/pfaedit/C1.png %%PORTDOCS%%share/doc/pfaedit/C10.png %%PORTDOCS%%share/doc/pfaedit/C2.png %%PORTDOCS%%share/doc/pfaedit/C3.png %%PORTDOCS%%share/doc/pfaedit/C4.png %%PORTDOCS%%share/doc/pfaedit/C5.png %%PORTDOCS%%share/doc/pfaedit/C6.png %%PORTDOCS%%share/doc/pfaedit/C7.png %%PORTDOCS%%share/doc/pfaedit/C8.png %%PORTDOCS%%share/doc/pfaedit/C9.png %%PORTDOCS%%share/doc/pfaedit/CaslonOriginality.png %%PORTDOCS%%share/doc/pfaedit/CharPrint.png %%PORTDOCS%%share/doc/pfaedit/CharView.png %%PORTDOCS%%share/doc/pfaedit/Constrain1_1.png %%PORTDOCS%%share/doc/pfaedit/Constrain1_2.png %%PORTDOCS%%share/doc/pfaedit/Constrain2_1.png %%PORTDOCS%%share/doc/pfaedit/Constrain2_2.png %%PORTDOCS%%share/doc/pfaedit/CyrilItalicComp.png %%PORTDOCS%%share/doc/pfaedit/Eback.png %%PORTDOCS%%share/doc/pfaedit/EbackTtf.png %%PORTDOCS%%share/doc/pfaedit/Efore.png %%PORTDOCS%%share/doc/pfaedit/EforeTtf.png %%PORTDOCS%%share/doc/pfaedit/Ehinted.png %%PORTDOCS%%share/doc/pfaedit/EhintedTtf.png %%PORTDOCS%%share/doc/pfaedit/Encodings.ps.gz %%PORTDOCS%%share/doc/pfaedit/FontDisplay.png %%PORTDOCS%%share/doc/pfaedit/FontSample.png %%PORTDOCS%%share/doc/pfaedit/GridFitM.png %%PORTDOCS%%share/doc/pfaedit/H-bm.png %%PORTDOCS%%share/doc/pfaedit/H-gm.png %%PORTDOCS%%share/doc/pfaedit/HI.hints.png %%PORTDOCS%%share/doc/pfaedit/HI.nohints.png %%PORTDOCS%%share/doc/pfaedit/HebrewMetrics.png %%PORTDOCS%%share/doc/pfaedit/Hints.png %%PORTDOCS%%share/doc/pfaedit/HotKeys.html %%PORTDOCS%%share/doc/pfaedit/ItalicCompCaslon.png %%PORTDOCS%%share/doc/pfaedit/ItalicCompGalliard.png %%PORTDOCS%%share/doc/pfaedit/LICENSE %%PORTDOCS%%share/doc/pfaedit/MetaFont.html %%PORTDOCS%%share/doc/pfaedit/MetricsView.png %%PORTDOCS%%share/doc/pfaedit/NoPointHint.png %%PORTDOCS%%share/doc/pfaedit/PageSetup.png %%PORTDOCS%%share/doc/pfaedit/Print.png %%PORTDOCS%%share/doc/pfaedit/Problems-MacOSX.html %%PORTDOCS%%share/doc/pfaedit/ReviewHints.png %%PORTDOCS%%share/doc/pfaedit/Spacem_1.png %%PORTDOCS%%share/doc/pfaedit/Spacem_2.png %%PORTDOCS%%share/doc/pfaedit/aacutebase.png %%PORTDOCS%%share/doc/pfaedit/aacutemid.png %%PORTDOCS%%share/doc/pfaedit/accented.html %%PORTDOCS%%share/doc/pfaedit/acenter.png %%PORTDOCS%%share/doc/pfaedit/ahighest.png %%PORTDOCS%%share/doc/pfaedit/autokern.png %%PORTDOCS%%share/doc/pfaedit/autowidth.png %%PORTDOCS%%share/doc/pfaedit/bezier.gif %%PORTDOCS%%share/doc/pfaedit/bezier.html %%PORTDOCS%%share/doc/pfaedit/bitmapchar.png %%PORTDOCS%%share/doc/pfaedit/bitmapsavail.png %%PORTDOCS%%share/doc/pfaedit/bitmapview.html %%PORTDOCS%%share/doc/pfaedit/bvlayers.png %%PORTDOCS%%share/doc/pfaedit/bvtools.png %%PORTDOCS%%share/doc/pfaedit/charinfo.png %%PORTDOCS%%share/doc/pfaedit/charview-vert.png %%PORTDOCS%%share/doc/pfaedit/charview.html %%PORTDOCS%%share/doc/pfaedit/charview2.png %%PORTDOCS%%share/doc/pfaedit/cidmenu.html %%PORTDOCS%%share/doc/pfaedit/cliargs.html %%PORTDOCS%%share/doc/pfaedit/corpchar.html %%PORTDOCS%%share/doc/pfaedit/corpchar.txt %%PORTDOCS%%share/doc/pfaedit/cpodd.png %%PORTDOCS%%share/doc/pfaedit/diffs.html %%PORTDOCS%%share/doc/pfaedit/document.nvd %%PORTDOCS%%share/doc/pfaedit/editexample.html %%PORTDOCS%%share/doc/pfaedit/editmenu.html %%PORTDOCS%%share/doc/pfaedit/elementmenu.html %%PORTDOCS%%share/doc/pfaedit/errrecovery.html %%PORTDOCS%%share/doc/pfaedit/expandedlines.png %%PORTDOCS%%share/doc/pfaedit/expandstroke.png %%PORTDOCS%%share/doc/pfaedit/faq.html %%PORTDOCS%%share/doc/pfaedit/faqFS.html %%PORTDOCS%%share/doc/pfaedit/faqFrame.html %%PORTDOCS%%share/doc/pfaedit/filemenu.html %%PORTDOCS%%share/doc/pfaedit/findprobs.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-cid.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-comment.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-encoding.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-panose.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-private.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ps.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfname.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfvals.png %%PORTDOCS%%share/doc/pfaedit/fontinfo.html %%PORTDOCS%%share/doc/pfaedit/fontinfo.png %%PORTDOCS%%share/doc/pfaedit/fontview-cid.png %%PORTDOCS%%share/doc/pfaedit/fontview.fr.png %%PORTDOCS%%share/doc/pfaedit/fontview.html %%PORTDOCS%%share/doc/pfaedit/fontview.ru.png %%PORTDOCS%%share/doc/pfaedit/future.html %%PORTDOCS%%share/doc/pfaedit/getinfo.html %%PORTDOCS%%share/doc/pfaedit/helpmenu.html %%PORTDOCS%%share/doc/pfaedit/hexley.png %%PORTDOCS%%share/doc/pfaedit/hinting.html %%PORTDOCS%%share/doc/pfaedit/hintsmenu.html %%PORTDOCS%%share/doc/pfaedit/index.html %%PORTDOCS%%share/doc/pfaedit/kanjichar.png %%PORTDOCS%%share/doc/pfaedit/kanjifont.png %%PORTDOCS%%share/doc/pfaedit/layers.png %%PORTDOCS%%share/doc/pfaedit/license.html %%PORTDOCS%%share/doc/pfaedit/locale.html %%PORTDOCS%%share/doc/pfaedit/macformats.html %%PORTDOCS%%share/doc/pfaedit/metricsmenu.html %%PORTDOCS%%share/doc/pfaedit/metricsview.html %%PORTDOCS%%share/doc/pfaedit/newfont.png %%PORTDOCS%%share/doc/pfaedit/oldchangelog.html %%PORTDOCS%%share/doc/pfaedit/otherlinks.html %%PORTDOCS%%share/doc/pfaedit/outlinechar.png %%PORTDOCS%%share/doc/pfaedit/overlappedlines.png %%PORTDOCS%%share/doc/pfaedit/overview.html %%PORTDOCS%%share/doc/pfaedit/pcf-format.html %%PORTDOCS%%share/doc/pfaedit/phi-hints-filled.png %%PORTDOCS%%share/doc/pfaedit/phi-hints-outline.png %%PORTDOCS%%share/doc/pfaedit/phi-nohints-filled.png %%PORTDOCS%%share/doc/pfaedit/phi-nohints-outline.png %%PORTDOCS%%share/doc/pfaedit/pnts.gif %%PORTDOCS%%share/doc/pfaedit/pointinfo.png %%PORTDOCS%%share/doc/pfaedit/pointmenu.html %%PORTDOCS%%share/doc/pfaedit/print.html %%PORTDOCS%%share/doc/pfaedit/privatekey.png %%PORTDOCS%%share/doc/pfaedit/privatekeymenu.png %%PORTDOCS%%share/doc/pfaedit/problems.html +%%PORTDOCS%%share/doc/pfaedit/quotations.html %%PORTDOCS%%share/doc/pfaedit/scripting.html %%PORTDOCS%%share/doc/pfaedit/serif.png %%PORTDOCS%%share/doc/pfaedit/serif2.png %%PORTDOCS%%share/doc/pfaedit/setwidth.png %%PORTDOCS%%share/doc/pfaedit/sfd.html +%%PORTDOCS%%share/doc/pfaedit/sfddiff.html %%PORTDOCS%%share/doc/pfaedit/sfdformat.html %%PORTDOCS%%share/doc/pfaedit/splash.png %%PORTDOCS%%share/doc/pfaedit/splinefont.html %%PORTDOCS%%share/doc/pfaedit/splines.gif %%PORTDOCS%%share/doc/pfaedit/src.html %%PORTDOCS%%share/doc/pfaedit/strokechar.png %%PORTDOCS%%share/doc/pfaedit/tools.png %%PORTDOCS%%share/doc/pfaedit/transform.html %%PORTDOCS%%share/doc/pfaedit/transform.png %%PORTDOCS%%share/doc/pfaedit/twolines.png %%PORTDOCS%%share/doc/pfaedit/viewmenu.html %%PORTDOCS%%share/doc/pfaedit/views.html %%PORTDOCS%%share/doc/pfaedit/windowmenu.html %%PORTDOCS%%share/doc/pfaedit/xres.html share/pfaedit/Adobe-CNS1-4.cidmap share/pfaedit/Adobe-GB1-4.cidmap share/pfaedit/Adobe-Identity-0.cidmap share/pfaedit/Adobe-Japan1-4.cidmap share/pfaedit/Adobe-Japan2-0.cidmap share/pfaedit/Adobe-Korea1-2.cidmap share/pfaedit/pfaedit.de.ui share/pfaedit/pfaedit.en.ui share/pfaedit/pfaedit.fr.ui share/pfaedit/pfaedit.ru.ui @dirrm share/pfaedit %%PORTDOCS%%@dirrm share/doc/pfaedit Property changes on: head/print/fontforge/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/print/pfaedit/Makefile =================================================================== --- head/print/pfaedit/Makefile (revision 59041) +++ head/print/pfaedit/Makefile (revision 59042) @@ -1,108 +1,70 @@ # New ports collection makefile for: pfaedit # Date created: 25 March 2001 # Whom: KANOU Hiroki # # $FreeBSD$ # PORTNAME= pfaedit PORTVERSION= 20${DIST_VER} CATEGORIES= print MASTER_SITES= http://pfaedit.sourceforge.net/ DISTFILES= ${EXTRACT_ONLY} .if !defined(NOPORTDOCS) DISTFILES+= ${DOCFILE} .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 \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 020312 +DIST_VER= 020507 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) -DOC_VER= 020214 +DOC_VER= 020416 DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz -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 .if !defined(NOPORTDOCS) post-extract: - ${MKDIR} ${WRKDIR}/html + ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} + ${RM} ${WRKDIR}/html/cidmaps.tgz + ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap .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.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' \ ${WRKSRC}/*/[mM]akefile.* post-install: - ${INSTALL_DATA} ${WRKDIR}/*.cidmap ${DATADIR} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .if !defined(NOPORTDOCS) - (cd ${WRKDIR}/html; ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}) + ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} .endif .include Property changes on: head/print/pfaedit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/print/pfaedit/distinfo =================================================================== --- head/print/pfaedit/distinfo (revision 59041) +++ head/print/pfaedit/distinfo (revision 59042) @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-020312.tgz) = 1352e863091ec1c7981072f72fddcd7e -MD5 (cidmaps.tgz) = 888b70dd745242ba1f0f39015c3e8c88 -MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83 +MD5 (pfaedit_full-020507.tgz) = 965f86da97b33051cdc526f9acc28502 +MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f +MD5 (pfaedit_htdocs-020416.tgz) = df31ad47fbbab26642550bc91ab52478 Property changes on: head/print/pfaedit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/print/pfaedit/files/patch-Makefile.in =================================================================== --- head/print/pfaedit/files/patch-Makefile.in (nonexistent) +++ head/print/pfaedit/files/patch-Makefile.in (revision 59042) @@ -0,0 +1,24 @@ +--- Makefile.in.orig Sat Mar 16 08:43:35 2002 ++++ Makefile.in Sun May 12 18:02:27 2002 +@@ -37,15 +37,15 @@ + mkdir -p $(bindir) + mkdir -p $(mandir)/man1 + mkdir -p $(sharedir) +- cp pfaedit/pfaedit $(bindir) +- cp pfaedit/sfddiff $(bindir) +- cp pfaedit/pfaedit.*.ui $(sharedir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_DATA} pfaedit/pfaedit.*.ui $(sharedir) + #The next line will fail for most installs. If you have downloaded the cidmaps + # this will install them. If you haven't it won't. You only need the cidmaps + # if you are editing CID keyed files (and even then you can live without them +- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 +- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 +- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 ++ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 + + uninstall: + -rm $(bindir)/pfaedit Property changes on: head/print/pfaedit/files/patch-Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/pfaedit/pkg-plist =================================================================== --- head/print/pfaedit/pkg-plist (revision 59041) +++ head/print/pfaedit/pkg-plist (revision 59042) @@ -1,167 +1,171 @@ bin/pfaedit bin/sfddiff %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png +%%PORTDOCS%%share/doc/pfaedit/Anna.gif +%%PORTDOCS%%share/doc/pfaedit/Antigone.gif %%PORTDOCS%%share/doc/pfaedit/BitmapView.png %%PORTDOCS%%share/doc/pfaedit/C1.png %%PORTDOCS%%share/doc/pfaedit/C10.png %%PORTDOCS%%share/doc/pfaedit/C2.png %%PORTDOCS%%share/doc/pfaedit/C3.png %%PORTDOCS%%share/doc/pfaedit/C4.png %%PORTDOCS%%share/doc/pfaedit/C5.png %%PORTDOCS%%share/doc/pfaedit/C6.png %%PORTDOCS%%share/doc/pfaedit/C7.png %%PORTDOCS%%share/doc/pfaedit/C8.png %%PORTDOCS%%share/doc/pfaedit/C9.png %%PORTDOCS%%share/doc/pfaedit/CaslonOriginality.png %%PORTDOCS%%share/doc/pfaedit/CharPrint.png %%PORTDOCS%%share/doc/pfaedit/CharView.png %%PORTDOCS%%share/doc/pfaedit/Constrain1_1.png %%PORTDOCS%%share/doc/pfaedit/Constrain1_2.png %%PORTDOCS%%share/doc/pfaedit/Constrain2_1.png %%PORTDOCS%%share/doc/pfaedit/Constrain2_2.png %%PORTDOCS%%share/doc/pfaedit/CyrilItalicComp.png %%PORTDOCS%%share/doc/pfaedit/Eback.png %%PORTDOCS%%share/doc/pfaedit/EbackTtf.png %%PORTDOCS%%share/doc/pfaedit/Efore.png %%PORTDOCS%%share/doc/pfaedit/EforeTtf.png %%PORTDOCS%%share/doc/pfaedit/Ehinted.png %%PORTDOCS%%share/doc/pfaedit/EhintedTtf.png %%PORTDOCS%%share/doc/pfaedit/Encodings.ps.gz %%PORTDOCS%%share/doc/pfaedit/FontDisplay.png %%PORTDOCS%%share/doc/pfaedit/FontSample.png %%PORTDOCS%%share/doc/pfaedit/GridFitM.png %%PORTDOCS%%share/doc/pfaedit/H-bm.png %%PORTDOCS%%share/doc/pfaedit/H-gm.png %%PORTDOCS%%share/doc/pfaedit/HI.hints.png %%PORTDOCS%%share/doc/pfaedit/HI.nohints.png %%PORTDOCS%%share/doc/pfaedit/HebrewMetrics.png %%PORTDOCS%%share/doc/pfaedit/Hints.png %%PORTDOCS%%share/doc/pfaedit/HotKeys.html %%PORTDOCS%%share/doc/pfaedit/ItalicCompCaslon.png %%PORTDOCS%%share/doc/pfaedit/ItalicCompGalliard.png %%PORTDOCS%%share/doc/pfaedit/LICENSE %%PORTDOCS%%share/doc/pfaedit/MetaFont.html %%PORTDOCS%%share/doc/pfaedit/MetricsView.png %%PORTDOCS%%share/doc/pfaedit/NoPointHint.png %%PORTDOCS%%share/doc/pfaedit/PageSetup.png %%PORTDOCS%%share/doc/pfaedit/Print.png %%PORTDOCS%%share/doc/pfaedit/Problems-MacOSX.html %%PORTDOCS%%share/doc/pfaedit/ReviewHints.png %%PORTDOCS%%share/doc/pfaedit/Spacem_1.png %%PORTDOCS%%share/doc/pfaedit/Spacem_2.png %%PORTDOCS%%share/doc/pfaedit/aacutebase.png %%PORTDOCS%%share/doc/pfaedit/aacutemid.png %%PORTDOCS%%share/doc/pfaedit/accented.html %%PORTDOCS%%share/doc/pfaedit/acenter.png %%PORTDOCS%%share/doc/pfaedit/ahighest.png %%PORTDOCS%%share/doc/pfaedit/autokern.png %%PORTDOCS%%share/doc/pfaedit/autowidth.png %%PORTDOCS%%share/doc/pfaedit/bezier.gif %%PORTDOCS%%share/doc/pfaedit/bezier.html %%PORTDOCS%%share/doc/pfaedit/bitmapchar.png %%PORTDOCS%%share/doc/pfaedit/bitmapsavail.png %%PORTDOCS%%share/doc/pfaedit/bitmapview.html %%PORTDOCS%%share/doc/pfaedit/bvlayers.png %%PORTDOCS%%share/doc/pfaedit/bvtools.png %%PORTDOCS%%share/doc/pfaedit/charinfo.png %%PORTDOCS%%share/doc/pfaedit/charview-vert.png %%PORTDOCS%%share/doc/pfaedit/charview.html %%PORTDOCS%%share/doc/pfaedit/charview2.png %%PORTDOCS%%share/doc/pfaedit/cidmenu.html %%PORTDOCS%%share/doc/pfaedit/cliargs.html %%PORTDOCS%%share/doc/pfaedit/corpchar.html %%PORTDOCS%%share/doc/pfaedit/corpchar.txt %%PORTDOCS%%share/doc/pfaedit/cpodd.png %%PORTDOCS%%share/doc/pfaedit/diffs.html %%PORTDOCS%%share/doc/pfaedit/document.nvd %%PORTDOCS%%share/doc/pfaedit/editexample.html %%PORTDOCS%%share/doc/pfaedit/editmenu.html %%PORTDOCS%%share/doc/pfaedit/elementmenu.html %%PORTDOCS%%share/doc/pfaedit/errrecovery.html %%PORTDOCS%%share/doc/pfaedit/expandedlines.png %%PORTDOCS%%share/doc/pfaedit/expandstroke.png %%PORTDOCS%%share/doc/pfaedit/faq.html %%PORTDOCS%%share/doc/pfaedit/faqFS.html %%PORTDOCS%%share/doc/pfaedit/faqFrame.html %%PORTDOCS%%share/doc/pfaedit/filemenu.html %%PORTDOCS%%share/doc/pfaedit/findprobs.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-cid.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-comment.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-encoding.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-panose.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-private.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ps.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfname.png %%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfvals.png %%PORTDOCS%%share/doc/pfaedit/fontinfo.html %%PORTDOCS%%share/doc/pfaedit/fontinfo.png %%PORTDOCS%%share/doc/pfaedit/fontview-cid.png %%PORTDOCS%%share/doc/pfaedit/fontview.fr.png %%PORTDOCS%%share/doc/pfaedit/fontview.html %%PORTDOCS%%share/doc/pfaedit/fontview.ru.png %%PORTDOCS%%share/doc/pfaedit/future.html %%PORTDOCS%%share/doc/pfaedit/getinfo.html %%PORTDOCS%%share/doc/pfaedit/helpmenu.html %%PORTDOCS%%share/doc/pfaedit/hexley.png %%PORTDOCS%%share/doc/pfaedit/hinting.html %%PORTDOCS%%share/doc/pfaedit/hintsmenu.html %%PORTDOCS%%share/doc/pfaedit/index.html %%PORTDOCS%%share/doc/pfaedit/kanjichar.png %%PORTDOCS%%share/doc/pfaedit/kanjifont.png %%PORTDOCS%%share/doc/pfaedit/layers.png %%PORTDOCS%%share/doc/pfaedit/license.html %%PORTDOCS%%share/doc/pfaedit/locale.html %%PORTDOCS%%share/doc/pfaedit/macformats.html %%PORTDOCS%%share/doc/pfaedit/metricsmenu.html %%PORTDOCS%%share/doc/pfaedit/metricsview.html %%PORTDOCS%%share/doc/pfaedit/newfont.png %%PORTDOCS%%share/doc/pfaedit/oldchangelog.html %%PORTDOCS%%share/doc/pfaedit/otherlinks.html %%PORTDOCS%%share/doc/pfaedit/outlinechar.png %%PORTDOCS%%share/doc/pfaedit/overlappedlines.png %%PORTDOCS%%share/doc/pfaedit/overview.html %%PORTDOCS%%share/doc/pfaedit/pcf-format.html %%PORTDOCS%%share/doc/pfaedit/phi-hints-filled.png %%PORTDOCS%%share/doc/pfaedit/phi-hints-outline.png %%PORTDOCS%%share/doc/pfaedit/phi-nohints-filled.png %%PORTDOCS%%share/doc/pfaedit/phi-nohints-outline.png %%PORTDOCS%%share/doc/pfaedit/pnts.gif %%PORTDOCS%%share/doc/pfaedit/pointinfo.png %%PORTDOCS%%share/doc/pfaedit/pointmenu.html %%PORTDOCS%%share/doc/pfaedit/print.html %%PORTDOCS%%share/doc/pfaedit/privatekey.png %%PORTDOCS%%share/doc/pfaedit/privatekeymenu.png %%PORTDOCS%%share/doc/pfaedit/problems.html +%%PORTDOCS%%share/doc/pfaedit/quotations.html %%PORTDOCS%%share/doc/pfaedit/scripting.html %%PORTDOCS%%share/doc/pfaedit/serif.png %%PORTDOCS%%share/doc/pfaedit/serif2.png %%PORTDOCS%%share/doc/pfaedit/setwidth.png %%PORTDOCS%%share/doc/pfaedit/sfd.html +%%PORTDOCS%%share/doc/pfaedit/sfddiff.html %%PORTDOCS%%share/doc/pfaedit/sfdformat.html %%PORTDOCS%%share/doc/pfaedit/splash.png %%PORTDOCS%%share/doc/pfaedit/splinefont.html %%PORTDOCS%%share/doc/pfaedit/splines.gif %%PORTDOCS%%share/doc/pfaedit/src.html %%PORTDOCS%%share/doc/pfaedit/strokechar.png %%PORTDOCS%%share/doc/pfaedit/tools.png %%PORTDOCS%%share/doc/pfaedit/transform.html %%PORTDOCS%%share/doc/pfaedit/transform.png %%PORTDOCS%%share/doc/pfaedit/twolines.png %%PORTDOCS%%share/doc/pfaedit/viewmenu.html %%PORTDOCS%%share/doc/pfaedit/views.html %%PORTDOCS%%share/doc/pfaedit/windowmenu.html %%PORTDOCS%%share/doc/pfaedit/xres.html share/pfaedit/Adobe-CNS1-4.cidmap share/pfaedit/Adobe-GB1-4.cidmap share/pfaedit/Adobe-Identity-0.cidmap share/pfaedit/Adobe-Japan1-4.cidmap share/pfaedit/Adobe-Japan2-0.cidmap share/pfaedit/Adobe-Korea1-2.cidmap share/pfaedit/pfaedit.de.ui share/pfaedit/pfaedit.en.ui share/pfaedit/pfaedit.fr.ui share/pfaedit/pfaedit.ru.ui @dirrm share/pfaedit %%PORTDOCS%%@dirrm share/doc/pfaedit Property changes on: head/print/pfaedit/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property