head	1.5;
access;
symbols
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2002.08.03.20.17.09;	author clive;	state dead;
branches;
next	1.4;

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

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

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

1.1
date	2000.11.27.12.50.43;	author keith;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Good-bye.

PR: ports/39684
Submitted by: Statue <statue@@freebsd.sinica.edu.tw>
@
text
@#!/bin/sh
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/7.05/lib

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

if [ -r ${GS6LIBDIR}/gs_res.ps ]; then
    cp -f ${GS6LIBDIR}/gs_res.ps ${GS6LIBDIR}/gs_res.ps.orig
fi
if [ -r ${GS6LIBDIR}/gs_ttf.ps ]; then
    cp -f ${GS6LIBDIR}/gs_ttf.ps ${GS6LIBDIR}/gs_ttf.ps.orig
fi
@


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

PR:		 38116
@
text
@@


1.3
log
@o update cjkvttcidmap from 0.8 to 0.94
    add Bridge Version by using mapping tables of ftp.unicode.org
    add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) of
        partners.adobe.com
    add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) and
        mapping tables of ftp.unicode.org
o update pkg-install
    from 6.50 to 6.52

PR:		32813
Submitted by:	Statue <statue@@softwareliberty.org>
@
text
@d2 1
a2 1
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib
@


1.2
log
@Upgrade to 6.50.
@
text
@d2 1
a2 1
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.50/lib
@


1.1
log
@Initial version.

This port adds Big5/GB TTF support to Ghostscript 6.  Since GS6
treated TTF as translated CID fonts, users can then use them in
various applications that generate PS documents, like Netscape
or enscript.

The major drawback, compared to Ghostscript+VFlib, is that GS6
doesn't support automated font variations like bold or italic.
The font can only be used as the way it is.
@
text
@d2 1
a2 1
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.01/lib
@

