From nobody@FreeBSD.org  Tue Apr 10 02:37:25 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 80C3437B422
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Apr 2001 02:37:25 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f3A9bPE92250;
	Tue, 10 Apr 2001 02:37:25 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200104100937.f3A9bPE92250@freefall.freebsd.org>
Date: Tue, 10 Apr 2001 02:37:25 -0700 (PDT)
From: kanou@mil.allnet.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: print/t1utils
X-Send-Pr-Version: www-1.0

>Number:         26475
>Category:       ports
>Synopsis:       new port: print/t1utils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 10 02:40:01 PDT 2001
>Closed-Date:    Tue Apr 10 12:52:39 PDT 2001
>Last-Modified:  Tue Apr 10 12:52:50 PDT 2001
>Originator:     KANOU Hiroki
>Release:        4.2-STABLE
>Organization:
>Environment:
>Description:
# 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:
#
#	Makefile
#	distinfo
#	pkg-comment
#	pkg-descr
#	pkg-plist
#	t1utils.port
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	t1utils
X# Date created:		10 April 2001
X# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	t1utils
XPORTVERSION?=	1.22
XCATEGORIES=	print
XMASTER_SITES=   http://www.lcdf.org/~eddietwo/type/
X
XMAINTAINER=	kanou@mil.allnet.ne.jp
X
XMAN1=		t1ascii.1 t1asm.1 t1binary.1 t1disasm.1 t1mac.1 t1unmac.1
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (t1utils-1.22.tar.gz) = 03abfd26d9e6e17818d0052cd8f25e43
END-of-distinfo
echo x - pkg-comment
sed 's/^X//' >pkg-comment << 'END-of-pkg-comment'
XUtilities for manipulating PostScript Type 1 fonts
END-of-pkg-comment
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XSix converters between Type 1 font file and another format.
X
X  t1ascii    PFB (bianry form of Type 1) -> PFA (ascii form of Type 1)
X  t1binary   PFA -> PFB
X  t1disasm   PFA or PFB -> human readable text
X  t1asm      human readable text -> PFA or PFB
X  t1unmac    Macintosh Type 1 font (in MacBinary) -> PFA or PFB
X  t1mac      PFA or PFB -> Macintosh Type 1 font (in MacBinary)
X
XWWW: http://www.lcdf.org/~eddietwo/type/
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/t1ascii
Xbin/t1asm
Xbin/t1binary
Xbin/t1disasm
Xbin/t1mac
Xbin/t1unmac
END-of-pkg-plist
echo x - t1utils.port
sed 's/^X//' >t1utils.port << 'END-of-t1utils.port'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	Makefile
X#	distinfo
X#	pkg-comment
X#	pkg-descr
X#	pkg-plist
X#	t1utils.port
X#
Xecho x - Makefile
Xsed 's/^X//' >Makefile << 'END-of-Makefile'
XX# New ports collection makefile for:	t1utils
XX# Date created:		10 April 2001
XX# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
XX#
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	t1utils
XXPORTVERSION?=	1.22
XXCATEGORIES=	print
XXMASTER_SITES=   http://www.lcdf.org/~eddietwo/type/
XX
XXMAINTAINER=	kanou@mil.allnet.ne.jp
XX
XXMAN1=		t1ascii.1 t1asm.1 t1binary.1 t1disasm.1 t1mac.1 t1unmac.1
XXUSE_GMAKE=	yes
XXGNU_CONFIGURE=	yes
XX
XX.include <bsd.port.mk>
XEND-of-Makefile
Xecho x - distinfo
Xsed 's/^X//' >distinfo << 'END-of-distinfo'
XXMD5 (t1utils-1.22.tar.gz) = 03abfd26d9e6e17818d0052cd8f25e43
XEND-of-distinfo
Xecho x - pkg-comment
Xsed 's/^X//' >pkg-comment << 'END-of-pkg-comment'
XXUtilities for manipulating PostScript Type 1 fonts
XEND-of-pkg-comment
Xecho x - pkg-descr
Xsed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XXSix converters between Type 1 font file and another format.
XX
XX  t1ascii    PFB (bianry form of Type 1) -> PFA (ascii form of Type 1)
XX  t1binary   PFA -> PFB
XX  t1disasm   PFA or PFB -> human readable text
XX  t1asm      human readable text -> PFA or PFB
XX  t1unmac    Macintosh Type 1 font (in MacBinary) -> PFA or PFB
XX  t1mac      PFA or PFB -> Macintosh Type 1 font (in MacBinary)
XX
XXWWW: http://www.lcdf.org/~eddietwo/type/
XEND-of-pkg-descr
Xecho x - pkg-plist
Xsed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
XXbin/t1ascii
XXbin/t1asm
XXbin/t1binary
XXbin/t1disasm
XXbin/t1mac
XXbin/t1unmac
XEND-of-pkg-plist
Xecho x - t1utils.port
Xsed 's/^X//' >t1utils.port << 'END-of-t1utils.port'
END-of-t1utils.port
exit


>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Tue Apr 10 12:52:39 PDT 2001 
State-Changed-Why:  
print/t1utils already exists. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26475 
>Unformatted:
