summaryrefslogtreecommitdiff
path: root/graphics/gfont
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-27 18:09:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-27 18:09:20 +0000
commit56df08a29d2008650648612c92e162d7fd2b0ccd (patch)
tree844578761565c87f6d71392fda46fa7811750384 /graphics/gfont
parentAdd MASTER_SITE_TEX_CTAN to MASTER_SITES (diff)
Update to version 1.0.3
PR: ports/68382 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=112393
Diffstat (limited to 'graphics/gfont')
-rw-r--r--graphics/gfont/Makefile17
-rw-r--r--graphics/gfont/distinfo4
-rw-r--r--graphics/gfont/files/patch-aa19
-rw-r--r--graphics/gfont/pkg-descr24
-rw-r--r--graphics/gfont/pkg-message12
-rw-r--r--graphics/gfont/pkg-plist54
6 files changed, 66 insertions, 64 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile
index f256a55c7ae8..d7853aeae400 100644
--- a/graphics/gfont/Makefile
+++ b/graphics/gfont/Makefile
@@ -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 --git a/graphics/gfont/distinfo b/graphics/gfont/distinfo
index 7334f6851f5a..d74d295eeff1 100644
--- a/graphics/gfont/distinfo
+++ b/graphics/gfont/distinfo
@@ -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 --git a/graphics/gfont/files/patch-aa b/graphics/gfont/files/patch-aa
deleted file mode 100644
index a31e5d0e627e..000000000000
--- a/graphics/gfont/files/patch-aa
+++ /dev/null
@@ -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 --git a/graphics/gfont/pkg-descr b/graphics/gfont/pkg-descr
index 0e7ec3e0f0e9..ed36e83cabfd 100644
--- a/graphics/gfont/pkg-descr
+++ b/graphics/gfont/pkg-descr
@@ -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 --git a/graphics/gfont/pkg-message b/graphics/gfont/pkg-message
deleted file mode 100644
index 56e8c9d31fd7..000000000000
--- a/graphics/gfont/pkg-message
+++ /dev/null
@@ -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 --git a/graphics/gfont/pkg-plist b/graphics/gfont/pkg-plist
index c6d064ed621f..45e4fab90856 100644
--- a/graphics/gfont/pkg-plist
+++ b/graphics/gfont/pkg-plist
@@ -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-S.gdf.gz
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