From af4809fc1df6c0e57965a8db07d9f19a87460519 Mon Sep 17 00:00:00 2001 From: hrs Date: Fri, 5 Sep 2008 19:41:48 +0000 Subject: * print/ghostscript-* and related ports have been renamed in the following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) --- korean/Makefile | 1 - korean/ghostscript-gnu-korfont/Makefile | 30 ------------------------------ korean/ghostscript-gnu-korfont/pkg-descr | 1 - 3 files changed, 32 deletions(-) delete mode 100644 korean/ghostscript-gnu-korfont/Makefile delete mode 100644 korean/ghostscript-gnu-korfont/pkg-descr (limited to 'korean') diff --git a/korean/Makefile b/korean/Makefile index 355186a6bf9..bef9a88eb9e 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -17,7 +17,6 @@ SUBDIR += engdic SUBDIR += eterm SUBDIR += gdick - SUBDIR += ghostscript-gnu-korfont SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += hanIM diff --git a/korean/ghostscript-gnu-korfont/Makefile b/korean/ghostscript-gnu-korfont/Makefile deleted file mode 100644 index 06eca1b4794..00000000000 --- a/korean/ghostscript-gnu-korfont/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: ghostscript -# Date created: 14 Jan 2002 -# Whom: Mita Yoshio -# -# $FreeBSD$ -# - -PORTNAME= ghostscript-gnu-korfont -PORTVERSION= 7.07 -PORTREVISION= 3 -CATEGORIES= korean print -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= hrs@FreeBSD.org -COMMENT= Korean font support for GNU Ghostscript - -RUN_DEPENDS= ${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \ - ${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript-gnu-commfont - -# set these forcibly -WITH_GHOSTSCRIPT_GNU= yes -USE_GHOSTSCRIPT_RUN= yes -NO_BUILD= yes -DEPENDS_ARGS+= -DA4 - -do-install: - @${DO_NADA} - -.include diff --git a/korean/ghostscript-gnu-korfont/pkg-descr b/korean/ghostscript-gnu-korfont/pkg-descr deleted file mode 100644 index 8de62f2138f..00000000000 --- a/korean/ghostscript-gnu-korfont/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a meta package to add Korean font support to GNU Ghostscript. -- cgit