diff options
author | salo <salo@pkgsrc.org> | 2003-06-01 12:49:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-01 12:49:12 +0000 |
commit | 491c4e0a611486b29ba056cf28cf9ee98d7dc0b2 (patch) | |
tree | d49ccdaf360b3d9ae05f3b8f21784ec1b05321dd | |
parent | 4cc1a724f85375f1f4dd9e866b08febb87a9e92f (diff) | |
download | pkgsrc-491c4e0a611486b29ba056cf28cf9ee98d7dc0b2.tar.gz |
Updated to version 1.27.
Changes:
- whitespace
1.27:
=====
- t1ascii: Add optional warning when output lines are longer than 255
characters. Requested by Werner Lemberg <wl@gnu.org>.
1.26:
=====
- t1mac: Fix buglet (C++ comment, and temporary file left behind). Reported
by Vladimir Volovich <vvv@vsu.ru>.
1.25:
=====
- t1asm: Beware extra characters after `currentfile closefile'. Reported by
Luc Devroye <luc@cs.mcgill.ca>.
1.24:
=====
- Fixed compilation bugs on various platforms reported by Nelson H. F.
Beebe <beebe@math.utah.edu>.
-rw-r--r-- | fonts/t1utils/DESCR | 9 | ||||
-rw-r--r-- | fonts/t1utils/Makefile | 8 | ||||
-rw-r--r-- | fonts/t1utils/distinfo | 6 |
3 files changed, 11 insertions, 12 deletions
diff --git a/fonts/t1utils/DESCR b/fonts/t1utils/DESCR index 9680c8027ee..7ef89db50ab 100644 --- a/fonts/t1utils/DESCR +++ b/fonts/t1utils/DESCR @@ -1,5 +1,4 @@ -Utilities for working with Postscript Type 1 font files. In -particular, this package includes programs for changing font files -between ASCII and binary formats, and a "human readable" format, -and it also includes a program for extracting the useful information -from the "resource fork" of MacOS files. +Utilities for working with Postscript Type 1 font files. In particular, this +package includes programs for changing font files between ASCII and binary +formats, and a "human readable" format, and it also includes a program for +extracting the useful information from the "resource fork" of Mac OS files. diff --git a/fonts/t1utils/Makefile b/fonts/t1utils/Makefile index 23513a9b7a8..1c72bc844c2 100644 --- a/fonts/t1utils/Makefile +++ b/fonts/t1utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/10/08 09:41:32 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/01 12:49:12 salo Exp $ # -DISTNAME= t1utils-1.23 +DISTNAME= t1utils-1.27 CATEGORIES= fonts converters MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ @@ -9,7 +9,7 @@ MAINTAINER= jonb@netbsd.org HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for dealing with Postscript Type 1 font files -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/fonts/t1utils/distinfo b/fonts/t1utils/distinfo index 01f7d03debe..be0f0d761b1 100644 --- a/fonts/t1utils/distinfo +++ b/fonts/t1utils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/06/01 12:49:12 salo Exp $ -SHA1 (t1utils-1.23.tar.gz) = b9b44b6b76494c6b7444af0341d338f1bc6eaa7f -Size (t1utils-1.23.tar.gz) = 72306 bytes +SHA1 (t1utils-1.27.tar.gz) = cbbe35a37e8cc7bd2bbcdf07e74b8bed453f6ff0 +Size (t1utils-1.27.tar.gz) = 106678 bytes |