Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 00:00:46 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68382: Update port: graphics/gfont to 1.0.3
Message-ID:  <20040627000046.57a18a2f.tkato432@yahoo.com>
Resent-Message-ID: <200406261510.i5QFASmB057264@freefall.freebsd.org>

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

>Number:         68382
>Category:       ports
>Synopsis:       Update port: graphics/gfont to 1.0.3
>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:   Sat Jun 26 15:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.3

Remove file:
files/patch-aa
pkg-message

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/gfont/Makefile graphics/gfont/Makefile
--- /usr/ports/graphics/gfont/Makefile	Sun Mar 14 22:51:19 2004
+++ graphics/gfont/Makefile	Sat May 29 23:24:52 2004
@@ -6,24 +6,23 @@
 #
 
 PORTNAME=	gfont
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	graphics print www
 MASTER_SITES=	http://www.engelschall.com/sw/gfont/distrib/ \
-		ftp://ftp.engelschall.com/sw/gfont/ \
-		http://www.hyperreal.org/software/engelschall/gfont/
+		ftp://ftp.engelschall.com/sw/gfont/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphics Font - Create GIF image rendered with TeX-available Font
 
-RUN_DEPENDS=	mf:${PORTSDIR}/print/teTeX \
-		gftopk:${PORTSDIR}/print/teTeX \
-		gsftopk:${PORTSDIR}/print/teTeX
-
-.include <bsd.port.pre.mk>
+BUILD_DEPENDS=	gsftopk:${PORTSDIR}/print/teTeX
+RUN_DEPENDS=	gsftopk:${PORTSDIR}/print/teTeX
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 
 MAN1=		gfont.1
 
-.include <bsd.port.post.mk>
+post-patch:
+	@${PERL} -pi -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff -urN /usr/ports/graphics/gfont/distinfo graphics/gfont/distinfo
--- /usr/ports/graphics/gfont/distinfo	Fri Mar 19 18:08:57 2004
+++ graphics/gfont/distinfo	Sat May 29 23:07:39 2004
@@ -1,2 +1,2 @@
-MD5 (gfont-1.0.2.tar.gz) = e508e0cedfa3505419a37894c89b9c2f
-SIZE (gfont-1.0.2.tar.gz) = 185758
+MD5 (gfont-1.0.3.tar.gz) = b508b1c1cd116c9d9585ee2ba9fcab4d
+SIZE (gfont-1.0.3.tar.gz) = 93033
diff -urN /usr/ports/graphics/gfont/files/patch-aa graphics/gfont/files/patch-aa
--- /usr/ports/graphics/gfont/files/patch-aa	Thu Nov 26 05:17:00 1998
+++ graphics/gfont/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
-*** configure.orig     Thu Nov 19 16:18:19 1998
---- configure  Thu Nov 19 16:19:02 1998
-***************
-*** 805,811 ****
-      for perl in perl5 perl miniperl; do
-           if test -x "$dir/$perl"; then
-               perl="$dir/$perl"
-!              version=`$perl -v | grep version | sed -e 's/.* version //' -e 's/ with.*//'`
-               versionnum="`echo $version | sed -e 's/\.//g' -e 's/_//g'`"
-               versionnum=`expr $versionnum - $c`
-               echo "$versionnum $version $perl" >>$TMPFILE
---- 805,811 ----
-      for perl in perl5 perl miniperl; do
-           if test -x "$dir/$perl"; then
-               perl="$dir/$perl"
-!              version=`$perl -v | grep version | sed -e 's/.* version //' -e 's/ built.*//'`
-               versionnum="`echo $version | sed -e 's/\.//g' -e 's/_//g'`"
-               versionnum=`expr $versionnum - $c`
-               echo "$versionnum $version $perl" >>$TMPFILE
diff -urN /usr/ports/graphics/gfont/pkg-descr graphics/gfont/pkg-descr
--- /usr/ports/graphics/gfont/pkg-descr	Fri May  7 04:09:55 1999
+++ graphics/gfont/pkg-descr	Sat May 29 23:28:19 2004
@@ -1,20 +1,8 @@
-         _____ ___  _   _ _____ 
-    __ _|  ___/ _ \| \ | |_   _|
-   / _` | |_ | | | |  \| | | |  
-  | (_| |  _|| |_| | |\  | | |  
-   \__, |_|   \___/|_| \_| |_|  
-   |___/                        
-
-  gFONT -- Create GIF image rendered with TeX-available Font
-
-  Version 1.0.2 (16-09-1997)
-
-  The gFONT program creates a GIF image for a given ASCII string
-  by the use of an arbitrary TeX-available font (Postscript or
-  METAFONT). The used font is converted from TeX's PK format to
-  gFONT's own GdF format (Gd Font) and rendered into the
-  resulting GIF image by the use of its own enhanced Gd library.
-  The result is intended to be included into HTML pages with an
-  IMG tag.
+The gFONT program creates a GIF image for a given ASCII string by the use
+of an arbitrary TeX-available font (Postscript or METAFONT). The used font
+is converted from TeX's PK format to gFONT's own GdF format (Gd Font) and
+rendered into the resulting GIF image by the use of its own enhanced Gd
+library. The result is intended to be included into HTML pages with an IMG
+tag.
 
 WWW: http://www.engelschall.com/sw/gfont/
diff -urN /usr/ports/graphics/gfont/pkg-message graphics/gfont/pkg-message
--- /usr/ports/graphics/gfont/pkg-message	Wed Sep 10 04:52:11 1997
+++ graphics/gfont/pkg-message	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
-  
-  Copyright (c) 1997 Ralf S. Engelschall, All rights reserved.
-
-  This program is free software; it may be redistributed and/or modified only
-  under the terms of either the GNU General Public License, which may be found
-  in the WML source distribution.  Look at the file COPYING. 
-
-  This program is distributed in the hope that it will be useful, but WITHOUT
-  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-  more details.
-
diff -urN /usr/ports/graphics/gfont/pkg-plist graphics/gfont/pkg-plist
--- /usr/ports/graphics/gfont/pkg-plist	Wed Aug 19 02:55:01 1998
+++ graphics/gfont/pkg-plist	Sat May 29 23:22:42 2004
@@ -1,9 +1,9 @@
 bin/gfont
 lib/gfont/etc/Fontmap
-lib/gfont/exec/gfont_pktopx
-lib/gfont/exec/gfont_pxtogdf
 lib/gfont/exec/gfont_mkgdf
 lib/gfont/exec/gfont_mkgdf_all
+lib/gfont/exec/gfont_pktopx
+lib/gfont/exec/gfont_pxtogdf
 lib/gfont/gdf/CMBoldface-F.gdf.gz
 lib/gfont/gdf/CMBoldface-H.gdf.gz
 lib/gfont/gdf/CMBoldface-L.gdf.gz
@@ -39,7 +39,53 @@
 lib/gfont/gdf/CMTeleType-T.gdf.gz
 lib/gfont/gdf/CMTeleType-V.gdf.gz
 lib/gfont/gdf/CMTeleType.gdf.gz
-@dirrm lib/gfont/etc
-@dirrm lib/gfont/exec
+lib/gfont/gdf/Courier.gdf.gz
+lib/gfont/gdf/CourierBold.gdf.gz
+lib/gfont/gdf/CourierBoldOblique.gdf.gz
+lib/gfont/gdf/CourierOblique.gdf.gz
+lib/gfont/gdf/ECBoldface-F.gdf.gz
+lib/gfont/gdf/ECBoldface-H.gdf.gz
+lib/gfont/gdf/ECBoldface-L.gdf.gz
+lib/gfont/gdf/ECBoldface-S.gdf.gz
+lib/gfont/gdf/ECBoldface-T.gdf.gz
+lib/gfont/gdf/ECBoldface-V.gdf.gz
+lib/gfont/gdf/ECBoldface.gdf.gz
+lib/gfont/gdf/ECItalic-F.gdf.gz
+lib/gfont/gdf/ECItalic-H.gdf.gz
+lib/gfont/gdf/ECItalic-L.gdf.gz
+lib/gfont/gdf/ECItalic-S.gdf.gz
+lib/gfont/gdf/ECItalic-T.gdf.gz
+lib/gfont/gdf/ECItalic-V.gdf.gz
+lib/gfont/gdf/ECItalic.gdf.gz
+lib/gfont/gdf/ECRoman-F.gdf.gz
+lib/gfont/gdf/ECRoman-H.gdf.gz
+lib/gfont/gdf/ECRoman-L.gdf.gz
+lib/gfont/gdf/ECRoman-S.gdf.gz
+lib/gfont/gdf/ECRoman-T.gdf.gz
+lib/gfont/gdf/ECRoman-V.gdf.gz
+lib/gfont/gdf/ECRoman.gdf.gz
+lib/gfont/gdf/ECSansSerif-F.gdf.gz
+lib/gfont/gdf/ECSansSerif-H.gdf.gz
+lib/gfont/gdf/ECSansSerif-L.gdf.gz
+lib/gfont/gdf/ECSansSerif-S.gdf.gz
+lib/gfont/gdf/ECSansSerif-T.gdf.gz
+lib/gfont/gdf/ECSansSerif-V.gdf.gz
+lib/gfont/gdf/ECSansSerif.gdf.gz
+lib/gfont/gdf/ECTeleType-F.gdf.gz
+lib/gfont/gdf/ECTeleType-H.gdf.gz
+lib/gfont/gdf/ECTeleType-L.gdf.gz
+lib/gfont/gdf/ECTeleType-S.gdf.gz
+lib/gfont/gdf/ECTeleType-T.gdf.gz
+lib/gfont/gdf/ECTeleType-V.gdf.gz
+lib/gfont/gdf/ECTeleType.gdf.gz
+lib/gfont/gdf/Helvetica.gdf.gz
+lib/gfont/gdf/HelveticaBold.gdf.gz
+lib/gfont/gdf/HelveticaOblique.gdf.gz
+lib/gfont/gdf/Times.gdf.gz
+lib/gfont/gdf/TimesBold.gdf.gz
+lib/gfont/gdf/TimesBoldItalic.gdf.gz
+lib/gfont/gdf/TimesItalic.gdf.gz
 @dirrm lib/gfont/gdf
+@dirrm lib/gfont/exec
+@dirrm lib/gfont/etc
 @dirrm lib/gfont
>Release-Note:
>Audit-Trail:
>Unformatted:



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