diff options
author | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
commit | af4809fc1df6c0e57965a8db07d9f19a87460519 (patch) | |
tree | cc602fddcf4837026d33d8544917f4d7dfcaa44b /japanese | |
parent | 531a0c3adee2fa77dd483af98c4155e2ce64074b (diff) | |
download | freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.gz freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.zst freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.zip |
* 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)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/ghostscript-gnu-jpnfont/Makefile | 30 | ||||
-rw-r--r-- | japanese/ghostscript-gnu-jpnfont/pkg-descr | 1 |
3 files changed, 0 insertions, 32 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 2af87cc73235..aab11015235a 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -77,7 +77,6 @@ SUBDIR += fumeikai-fpw SUBDIR += gawk SUBDIR += gd - SUBDIR += ghostscript-gnu-jpnfont SUBDIR += gicq SUBDIR += gorua SUBDIR += gqmpeg diff --git a/japanese/ghostscript-gnu-jpnfont/Makefile b/japanese/ghostscript-gnu-jpnfont/Makefile deleted file mode 100644 index cb17a3efab99..000000000000 --- a/japanese/ghostscript-gnu-jpnfont/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: ghostscript -# Date created: 14 Jan 2002 -# Whom: Mita Yoshio <mita@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ghostscript-gnu-jpnfont -PORTVERSION= 7.07 -PORTREVISION= 5 -CATEGORIES= japanese print -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= hrs@FreeBSD.org -COMMENT= Japanese font support for GNU Ghostscript - -RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/ipam.ttf:${PORTSDIR}/japanese/ipa-ttfonts \ - ${LOCALBASE}/share/ghostscript/Resource/CIDFont/Ryumin-Light:${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 <bsd.port.mk> diff --git a/japanese/ghostscript-gnu-jpnfont/pkg-descr b/japanese/ghostscript-gnu-jpnfont/pkg-descr deleted file mode 100644 index 0cfe0eb875d4..000000000000 --- a/japanese/ghostscript-gnu-jpnfont/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a meta package to add Japanese font support to GNU Ghostscript. |