head	1.8;
access;
symbols
	pkgsrc-2013Q2:1.8.0.54
	pkgsrc-2013Q2-base:1.8
	pkgsrc-2012Q4:1.8.0.52
	pkgsrc-2012Q4-base:1.8
	pkgsrc-2011Q4:1.8.0.50
	pkgsrc-2011Q4-base:1.8
	pkgsrc-2011Q2:1.8.0.48
	pkgsrc-2011Q2-base:1.8
	pkgsrc-2009Q4:1.8.0.46
	pkgsrc-2009Q4-base:1.8
	pkgsrc-2008Q4:1.8.0.44
	pkgsrc-2008Q4-base:1.8
	pkgsrc-2008Q3:1.8.0.42
	pkgsrc-2008Q3-base:1.8
	cube-native-xorg:1.8.0.40
	cube-native-xorg-base:1.8
	pkgsrc-2008Q2:1.8.0.38
	pkgsrc-2008Q2-base:1.8
	pkgsrc-2008Q1:1.8.0.36
	pkgsrc-2008Q1-base:1.8
	pkgsrc-2007Q4:1.8.0.34
	pkgsrc-2007Q4-base:1.8
	pkgsrc-2007Q3:1.8.0.32
	pkgsrc-2007Q3-base:1.8
	pkgsrc-2007Q2:1.8.0.30
	pkgsrc-2007Q2-base:1.8
	pkgsrc-2007Q1:1.8.0.28
	pkgsrc-2007Q1-base:1.8
	pkgsrc-2006Q4:1.8.0.26
	pkgsrc-2006Q4-base:1.8
	pkgsrc-2006Q3:1.8.0.24
	pkgsrc-2006Q3-base:1.8
	pkgsrc-2006Q2:1.8.0.22
	pkgsrc-2006Q2-base:1.8
	pkgsrc-2006Q1:1.8.0.20
	pkgsrc-2006Q1-base:1.8
	pkgsrc-2005Q4:1.8.0.18
	pkgsrc-2005Q4-base:1.8
	pkgsrc-2005Q3:1.8.0.16
	pkgsrc-2005Q3-base:1.8
	pkgsrc-2005Q2:1.8.0.14
	pkgsrc-2005Q2-base:1.8
	pkgsrc-2005Q1:1.8.0.12
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.10
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.8
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.8.0.6
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.8.0.4
	pkgsrc-2004Q1-base:1.8
	pkgsrc-2003Q4:1.8.0.2
	pkgsrc-2003Q4-base:1.8
	buildlink2:1.6.0.2
	buildlink2-base:1.6
	netbsd-1-5-PATCH003:1.6
	netbsd-1-5-PATCH001:1.6
	netbsd-1-5-RELEASE:1.4
	netbsd-1-4-PATCH003:1.4
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2002.07.19.12.43.51;	author wiz;	state dead;
branches;
next	1.7;

1.7
date	2002.07.19.12.33.21;	author wiz;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.25.04.18.28;	author hubertf;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.17.17.06.51;	author wiz;	state Exp;
branches;
next	1.4;

1.4
date	2000.08.28.09.14.52;	author jlam;	state Exp;
branches;
next	1.3;

1.3
date	2000.07.11.10.33.50;	author agc;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.01.12.19.44;	author wiz;	state Exp;
branches;
next	1.1;

1.1
date	2000.05.25.01.27.28;	author groo;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.05.25.01.27.28;	author groo;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts.
@
text
@# $NetBSD: Makefile,v 1.7 2002/07/19 12:33:21 wiz Exp $
#

DISTNAME=		type1inst-0.6.1
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_SUNSITE:=X11/xutils/}

MAINTAINER=		groo@@netbsd.org
COMMENT=		Automatically generate fonts.scale/fonts.dir for Type1 fonts

USE_PERL5=		yes
USE_X11BASE=		yes
REPLACE_PERL=		t1embed type1inst

NO_BUILD=		yes

do-install:
	@@${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin
	@@${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11PREFIX}/bin
	@@${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11PREFIX}/man/man1/type1inst.1
	@@${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/type1inst
	@@${INSTALL_DATA} ${WRKSRC}/README ${X11PREFIX}/share/doc/type1inst

.include "../../mk/bsd.pkg.mk"
@


1.7
log
@Use NO_BUILD instead of an empty do-build target, and use
REPLACE_PERL instead of two patches.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:28 hubertf Exp $
@


1.6
log
@Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2001/02/17 17:06:51 wiz Exp $
d13 1
d15 1
a15 9
post-patch:
	@@for patchee in ${WRKSRC}/type1inst ${WRKSRC}/t1embed; do \
		${MV} -f $$patchee ${WRKSRC}/foo ; \
		${SED} -e 's@@XXXPERLXXX@@${PERL5}@@g' \
			<${WRKSRC}/foo > $$patchee ; \
	done
	@@${RM} -f ${WRKSRC}/foo

do-build:
@


1.5
log
@Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:52 jlam Exp $
d28 1
a28 1
	@@${MKDIR} ${X11PREFIX}/share/doc/type1inst
@


1.4
log
@Use PERL5 variable for location of perl5 binary.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2000/07/11 10:33:50 agc Exp $
d9 1
@


1.3
log
@Make this package cooperate with xpkgwedge better by using X11PREFIX
in preference to X11BASE.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2000/06/01 12:19:44 wiz Exp $
d16 1
a16 1
		${SED} -e 's@@XXXPERLXXX@@${LOCALBASE}/bin/perl@@g' \
@


1.2
log
@use MASTER_SITE_SUNSITE
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2000/05/25 01:27:28 groo Exp $
d24 5
a28 5
	@@${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11BASE}/bin
	@@${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11BASE}/bin
	@@${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11BASE}/man/man1/type1inst.1
	@@${MKDIR} ${X11BASE}/share/doc/type1inst
	@@${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/type1inst
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d6 1
a6 1
MASTER_SITES=		http://sunsite.unc.edu/pub/Linux/X11/xutils/
@


1.1.1.1
log
@Add type1inst-0.6.1

type1inst is a small perl script which generates the
"fonts.scale" file required by an X11 server to use any
Type 1 PostScript fonts which exist in a particular
directory.  It gathers this informatiom from the font files
themselves, a task which previously was done by hand.  The
script is also capable of generating the similar "Fontmap"
file used by ghostscript.  It can also generate sample sheets
for the fonts.
@
text
@@
