head	1.3;
access;
symbols
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.05.03.21.12.19;	author vanilla;	state dead;
branches;
next	1.2;

1.2
date	2002.08.03.20.09.06;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.03.15.43.11;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.3
log
@o remove distfiles: ac14.tar.Z, use print/adobe-cmaps replace.
o remove file: pkg-req
o bump PORTREVISION

PR:		ports/51211
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@#!/bin/sh

if [ "$2" != "INSTALL" ]; then
  exit 0
fi

if [ ! -f /usr/local/share/ghostscript/7.05/lib/Fontmap.GS ]; then
  echo ===
  echo You do not have Ghostscript 7.05 installed!
  echo
  echo This port is specifically for version 7.05 or later, for
  echo it fixes many bugs wrt. CIDFonts.
  echo ===
fi
@


1.2
log
@Remove useless ag14.tar.Z

PR: ports/39683
Submitted by: Statue <statue@@freebsd.sinica.edu.tw>
@
text
@@


1.1
log
@Import moefonts-cid, which is MOE CIDFonts converted by Adobe.

PR: 21703
Submitted by: Jing-Tang Keith Jang <keith@@freebsd.sinica.edu.tw>
@
text
@d7 1
a7 1
if [ ! -f /usr/local/share/ghostscript/6.01/lib/Fontmap.GS ]; then
d9 1
a9 1
  echo You do not have Ghostscript 6.01 installed!
d11 1
a11 1
  echo This port is specifically for version 6.01 or later, for
@

