diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-07 15:06:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-07 15:06:37 +0000 |
commit | 9de1af78f41d846778cc04935a288c4e27ff213e (patch) | |
tree | 08b6e5980bd7c88f7b76bba7b19a62e2b07258f0 /print/t1utils | |
parent | e8f06c3479e9c351ce547c6f6897923188efc2f9 (diff) | |
download | ports-9de1af78f41d846778cc04935a288c4e27ff213e.tar.gz ports-9de1af78f41d846778cc04935a288c4e27ff213e.zip |
Update to 1.9 version and update maintainer's e-mail
PR: 18983
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=29311
Diffstat (limited to 'print/t1utils')
-rw-r--r-- | print/t1utils/Makefile | 8 | ||||
-rw-r--r-- | print/t1utils/distinfo | 2 | ||||
-rw-r--r-- | print/t1utils/pkg-comment | 2 | ||||
-rw-r--r-- | print/t1utils/pkg-descr | 29 | ||||
-rw-r--r-- | print/t1utils/pkg-plist | 3 |
5 files changed, 24 insertions, 20 deletions
diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index 46d8d913d034..043d14196baf 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: t1utils # Date created: 2 September 1999 -# Whom: mwm +# Whom: Mike Meyer <mwm@mired.org> # # $FreeBSD$ # PORTNAME= t1utils -PORTVERSION= 1.14 +PORTVERSION= 1.19 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ -MAINTAINER= mwm@phone.net +MAINTAINER= mwm@mired.org -MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 +MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 GNU_CONFIGURE= yes diff --git a/print/t1utils/distinfo b/print/t1utils/distinfo index 2b2c031821c5..a13c0ed647d5 100644 --- a/print/t1utils/distinfo +++ b/print/t1utils/distinfo @@ -1 +1 @@ -MD5 (t1utils-1.14.tar.gz) = bca581d5d2a322a9b0c76f5f4f54ffd5 +MD5 (t1utils-1.19.tar.gz) = 08da3ce9adbbd9f8df23e684607b6d95 diff --git a/print/t1utils/pkg-comment b/print/t1utils/pkg-comment index a0c7319bafc5..e6e1d5ffaf42 100644 --- a/print/t1utils/pkg-comment +++ b/print/t1utils/pkg-comment @@ -1 +1 @@ -Five utilities for manipulating t1 fonts +Six utilities for manipulating t1 fonts diff --git a/print/t1utils/pkg-descr b/print/t1utils/pkg-descr index f2f8938b2c1f..e0af7aa5ec2d 100644 --- a/print/t1utils/pkg-descr +++ b/print/t1utils/pkg-descr @@ -1,19 +1,22 @@ -Five free UNIX/Windows command-line tools for dealing with Type 1 -fonts. This is a revision of I. Lee Hetherington's beloved t1utils -package. - t1ascii changes PFB (binary) fonts into PFA (ASCII) format. +Six free UNIX/Windows command-line tools for dealing with Type 1 fonts. This is +a revision of I. Lee Hetherington's beloved t1utils package. - t1binary changes PFA fonts into PFB format. +o t1ascii changes PFB (binary) fonts into PFA (ASCII) format. - t1disasm translates PFBs or PFAs into a human-readable and - -editable format. +o t1binary changes PFA fonts into PFB format. - t1asm changes the (potentially edited) output of t1diasm back to either - PFAF or PFB. +o t1disasm translates PFBs or PFAs into a human-readable and -editable format. - t1unmac (formerly unpost) translates a Type 1 font in Mac - format (either MacBinary or a raw resource fork) into - either PFB or PFA format. +o t1asm changes the (potentially edited) output of t1diasm back to either PFAF + or PFB. +o t1unmac (formerly unpost) translates a Type 1 font in Mac format (either + MacBinary or a raw resource fork) into either PFB or PFA format. + +o t1mac translates PFA or PFB format font files into Mac format. + +WWW: http://www.lcdf.org/~eddietwo/type/ + +-- Mike Meyer -mwm@phone.net +mwm@mired.org diff --git a/print/t1utils/pkg-plist b/print/t1utils/pkg-plist index 3c8f83587d9d..e2214aeacc83 100644 --- a/print/t1utils/pkg-plist +++ b/print/t1utils/pkg-plist @@ -1,5 +1,6 @@ bin/t1ascii -bin/t1binary bin/t1asm +bin/t1binary bin/t1disasm +bin/t1mac bin/t1unmac |