diff options
author | hrs <hrs@FreeBSD.org> | 2004-06-19 00:33:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-06-19 00:33:21 +0800 |
commit | 94096cf4097370c46f356f4f4cc3451f1cf2eb75 (patch) | |
tree | edc37e5e54f54facc0e646cf10153fd6660ad8ad /japanese | |
parent | 4443376b65f96e132239db40f6ba6ff86df345a0 (diff) | |
download | freebsd-ports-gnome-94096cf4097370c46f356f4f4cc3451f1cf2eb75.tar.gz freebsd-ports-gnome-94096cf4097370c46f356f4f4cc3451f1cf2eb75.tar.zst freebsd-ports-gnome-94096cf4097370c46f356f4f4cc3451f1cf2eb75.zip |
Remove japanese/ptex-pkfonts* because they are no longer maintained.
Approved by: linimon (mentor)
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 6 | ||||
-rw-r--r-- | japanese/ptex-pkfonts118/Makefile | 12 | ||||
-rw-r--r-- | japanese/ptex-pkfonts240/Makefile | 12 | ||||
-rw-r--r-- | japanese/ptex-pkfonts300/Makefile | 53 | ||||
-rw-r--r-- | japanese/ptex-pkfonts300/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/ptex-pkfonts300/pkg-plist | 5 | ||||
-rw-r--r-- | japanese/ptex-pkfonts360/Makefile | 12 | ||||
-rw-r--r-- | japanese/ptex-pkfonts400/Makefile | 12 | ||||
-rw-r--r-- | japanese/ptex-pkfonts600/Makefile | 12 |
9 files changed, 0 insertions, 127 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index f9ca6f097646..2aaff7dcc355 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -309,12 +309,6 @@ SUBDIR += prn SUBDIR += ptex SUBDIR += ptex-base - SUBDIR += ptex-pkfonts118 - SUBDIR += ptex-pkfonts240 - SUBDIR += ptex-pkfonts300 - SUBDIR += ptex-pkfonts360 - SUBDIR += ptex-pkfonts400 - SUBDIR += ptex-pkfonts600 SUBDIR += ptex-tetex SUBDIR += py-kanjilib SUBDIR += pycodec diff --git a/japanese/ptex-pkfonts118/Makefile b/japanese/ptex-pkfonts118/Makefile deleted file mode 100644 index a02195c0076d..000000000000 --- a/japanese/ptex-pkfonts118/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -USEPK_MODE= bitgraph -RESOLUTION= 118 -MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts240/Makefile b/japanese/ptex-pkfonts240/Makefile deleted file mode 100644 index 0d8ab50b0ae9..000000000000 --- a/japanese/ptex-pkfonts240/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -USEPK_MODE= canonlbp -RESOLUTION= 240 -MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts300/Makefile b/japanese/ptex-pkfonts300/Makefile deleted file mode 100644 index 559413402fef..000000000000 --- a/japanese/ptex-pkfonts300/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= ptex-pkfonts -PORTVERSION= 1.0 -PORTREVISION= 1 -PKGNAMESUFFIX= ${RESOLUTION} -CATEGORIES= japanese print -DISTFILES= # none - -MAINTAINER= inagaki@tg.rim.or.jp -COMMENT= English PK fonts, for ghostscripts, xdvik, dvipsk and so on - -RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION} - -NO_BUILD= yes - -# ****************** -# USEPK_MODE: -# Mode name of Metafont to give to print/pkfonts* is set. -# It is care-and-attention to the other program how MetaFont wants to -# be executed that do not use modeless. Kpathsea always searches -# modeless because even if you specify any kind of mode. -# MAKETEX_MODE: -# It is mode name of default at executing MetaFont. The default is ljfour. -# This needs not to be changed. It can be changed with an option or resource. -# ****************** -USEPK_MODE?= cx -MAKETEX_MODE?= ${USEPK_MODE} -RESOLUTION?= 300 - -PLIST_SUB= RESOLUTION="${RESOLUTION}" USEPK_MODE="${USEPK_MODE}" - -.BEGIN: -.if defined(RESOLUTION) && \ - ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ - ${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \ - ${RESOLUTION} != 400 && ${RESOLUTION} != 600 - @${ECHO_MSG} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" - @${ECHO_MSG} "Possible values are: 118, 240, 300, 360, 400 and 600." - @${FALSE} -.endif - -do-install: - ${MKDIR} ${PREFIX}/share/texmf/fonts/pk/${USEPK_MODE} - ${LN} -sf ${PREFIX}/lib/fonts/pk${RESOLUTION} \ - ${PREFIX}/share/texmf/fonts/pk/${USEPK_MODE}/ - -.include <bsd.port.mk> diff --git a/japanese/ptex-pkfonts300/pkg-descr b/japanese/ptex-pkfonts300/pkg-descr deleted file mode 100644 index dd0595502131..000000000000 --- a/japanese/ptex-pkfonts300/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This makes symlink to English PK fonts package. - -This package depends on one of print/pkfont*. diff --git a/japanese/ptex-pkfonts300/pkg-plist b/japanese/ptex-pkfonts300/pkg-plist deleted file mode 100644 index dc531bcbfdc0..000000000000 --- a/japanese/ptex-pkfonts300/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@exec mkdir -p %D/share/texmf/fonts/pk/%%USEPK_MODE%% -@exec ln -sf %D/lib/fonts/pk%%RESOLUTION%% %D/share/texmf/fonts/pk/%%USEPK_MODE%%/ -@unexec rm -f %D/share/texmf/fonts/pk/%%USEPK_MODE%%/pk%%RESOLUTION%% -@unexec rmdir %D/share/texmf/fonts/pk/%%USEPK_MODE%% -@unexec rmdir %D/share/texmf/fonts/pk 2>&1 || true diff --git a/japanese/ptex-pkfonts360/Makefile b/japanese/ptex-pkfonts360/Makefile deleted file mode 100644 index 1080238a294f..000000000000 --- a/japanese/ptex-pkfonts360/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -USEPK_MODE= canonbjc -RESOLUTION= 360 -MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts400/Makefile b/japanese/ptex-pkfonts400/Makefile deleted file mode 100644 index 442c0ba812e0..000000000000 --- a/japanese/ptex-pkfonts400/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -USEPK_MODE= nexthi -RESOLUTION= 400 -MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts600/Makefile b/japanese/ptex-pkfonts600/Makefile deleted file mode 100644 index 5c0f06a9031a..000000000000 --- a/japanese/ptex-pkfonts600/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: ptex-pkfonts -# Date created: 24 Dec 1999 -# Whom: Kentaro Inagaki <inagaki@tg.rim.or.jp> -# -# $FreeBSD$ -# - -USEPK_MODE= ljfour -RESOLUTION= 600 -MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 - -.include "${MASTERDIR}/Makefile" |