head	1.6;
access;
symbols
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2006.02.20.20.32.58;	author hrs;	state dead;
branches;
next	1.5;

1.5
date	2003.05.03.21.06.06;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.15.17.49.01;	author keichii;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.11.03.12.45;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.10.05.22.14;	author keith;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@- Fix RUN_DEPENDS.
- Use SUB_FILES for pkg-install/pkg-deinstall scripts.
- Fix a hard-coded ghostscript version number in pkg-deinstall.
- Bump PORTREVISION because of print/adobe-cmaps update.
@
text
@#!/bin/sh

GSVER=7.06
GSDIR=${PKG_PREFIX}/share/ghostscript
FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
FONTMAPTMP=${FONTMAP}.tmp

# Run just once.
if [ "x$2" != "xDEINSTALL" ]; then
  exit 0
fi

sed -e "/^\/MOE.*/d" ${FONTMAP} > ${FONTMAPTMP}
mv -f ${FONTMAPTMP} ${FONTMAP}
@


1.5
log
@Due to ghostscript-gnu update.

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


1.4
log
@Committing update to chinese/ghostscript6 and chinese/moefonts-cid.

PR:		 38116
@
text
@d3 1
a3 1
GSVER=7.05
@


1.3
log
@Chasing print/ghostscript-gnu update

PR:		33039
Submitted by:	Statue <statue@@softwareliberty.org>
@
text
@d3 1
a3 1
GSVER=6.53
@


1.2
log
@Fix Ghostscript 6.50 path.

Submitted by:	bento
@
text
@d3 1
a3 1
GSVER=6.50
@


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
@d3 1
a3 1
GSVER=6.01
@

