diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 08:44:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 08:44:43 +0000 |
commit | cad221274aae1633c6f9810adf48960359c08d98 (patch) | |
tree | 59b08681aeab9ce58b0c84bd7d52a2ebbbfd2df3 | |
parent | d9b00e5d97c8f5cf8771c419789267a86c560dda (diff) | |
download | pkgsrc-cad221274aae1633c6f9810adf48960359c08d98.tar.gz |
Changes 1.32:
* Fix memory corruption bug
Changes 1.31:
* Support fonts where the first eexec-encrypted byte is binary 0
Changes 1.30:
* Support fonts where "currentfile eexec" isn't followed by a newline
Changes 1.29:
* T1disasm can handle an Omega font
-rw-r--r-- | fonts/t1utils/Makefile | 8 | ||||
-rw-r--r-- | fonts/t1utils/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/t1utils/Makefile b/fonts/t1utils/Makefile index 3119ee9c603..3c4d4daa192 100644 --- a/fonts/t1utils/Makefile +++ b/fonts/t1utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/04/19 05:40:00 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/27 08:44:43 adam Exp $ # -DISTNAME= t1utils-1.27 +DISTNAME= t1utils-1.32 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_BUILDLINK3= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/fonts/t1utils/distinfo b/fonts/t1utils/distinfo index be0f0d761b1..ae374c65bd3 100644 --- a/fonts/t1utils/distinfo +++ b/fonts/t1utils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/06/01 12:49:12 salo Exp $ +$NetBSD: distinfo,v 1.3 2004/04/27 08:44:43 adam Exp $ -SHA1 (t1utils-1.27.tar.gz) = cbbe35a37e8cc7bd2bbcdf07e74b8bed453f6ff0 -Size (t1utils-1.27.tar.gz) = 106678 bytes +SHA1 (t1utils-1.32.tar.gz) = 2fcb31431a0886c8e8c68baf423845477fba92c9 +Size (t1utils-1.32.tar.gz) = 113401 bytes |