Date: 3 Jun 2000 10:17:20 -0000 From: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18983: t1utils port update Message-ID: <20000603101720.75766.qmail@guru.mired.org>
next in thread | raw e-mail | index | archive | help
>Number: 18983 >Category: ports >Synopsis: Updating the t1utils port - complete >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 03 03:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.0-RELEASE i386 >Organization: Missionaria Phonibalonica >Environment: Should work on all systems running current ports software. >Description: Update the port to the latest version of t1utils. Since a program was added, the DESCR, PLIST and COMMENT files all changed. I'm therefore submitting a new port, instead of a patch file. >How-To-Repeat: Try doing "make" in the current /usr/ports/t1utils and notice that it can't find the source archive on the MASTER_SITES. >Fix: Replacing the t1utils port with the code in the following shar archive. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # t1utils # t1utils/Makefile # t1utils/files # t1utils/files/md5 # t1utils/pkg # t1utils/pkg/COMMENT # t1utils/pkg/DESCR # t1utils/pkg/PLIST # echo c - t1utils mkdir -p t1utils > /dev/null 2>&1 echo x - t1utils/Makefile sed 's/^X//' >t1utils/Makefile << 'END-of-t1utils/Makefile' X# New ports collection makefile for: t1utils X# Date created: 3 June 2000 X# Whom: Mike Meyer <mwm@mired.org> X# X# $FreeBSD$ X# X XPORTNAME= t1utils XPORTVERSION= 1.19 XCATEGORIES= print XMASTER_SITES= http://www.lcdf.org/~eddietwo/type/ X XMAINTAINER= mwm@mired.org X XMAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 X XGNU_CONFIGURE= yes X X.include <bsd.port.mk> END-of-t1utils/Makefile echo c - t1utils/files mkdir -p t1utils/files > /dev/null 2>&1 echo x - t1utils/files/md5 sed 's/^X//' >t1utils/files/md5 << 'END-of-t1utils/files/md5' XMD5 (t1utils-1.19.tar.gz) = 08da3ce9adbbd9f8df23e684607b6d95 END-of-t1utils/files/md5 echo c - t1utils/pkg mkdir -p t1utils/pkg > /dev/null 2>&1 echo x - t1utils/pkg/COMMENT sed 's/^X//' >t1utils/pkg/COMMENT << 'END-of-t1utils/pkg/COMMENT' XSix utilities for manipulating t1 fonts END-of-t1utils/pkg/COMMENT echo x - t1utils/pkg/DESCR sed 's/^X//' >t1utils/pkg/DESCR << 'END-of-t1utils/pkg/DESCR' XSix free UNIX/Windows command-line tools for dealing with Type 1 Xfonts. This is a revision of I. Lee Hetherington's beloved t1utils Xpackage. X t1ascii changes PFB (binary) fonts into PFA (ASCII) format. X X t1binary changes PFA fonts into PFB format. X X t1disasm translates PFBs or PFAs into a human-readable and X -editable format. X X t1asm changes the (potentially edited) output of t1diasm back to either X PFAF or PFB. X X t1unmac (formerly unpost) translates a Type 1 font in Mac X format (either MacBinary or a raw resource fork) into X either PFB or PFA format. X X t1mac translates PFA or PFB format font files into Mac format. X XMike Meyer Xmwm@mired.org END-of-t1utils/pkg/DESCR echo x - t1utils/pkg/PLIST sed 's/^X//' >t1utils/pkg/PLIST << 'END-of-t1utils/pkg/PLIST' Xbin/t1ascii Xbin/t1binary Xbin/t1asm Xbin/t1disasm Xbin/t1unmac Xbin/t1mac END-of-t1utils/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000603101720.75766.qmail>