summaryrefslogtreecommitdiff
path: root/japanese/ptex
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ptex')
-rw-r--r--japanese/ptex/Makefile59
-rw-r--r--japanese/ptex/distinfo2
-rw-r--r--japanese/ptex/pkg-deinstall14
-rw-r--r--japanese/ptex/pkg-descr18
-rw-r--r--japanese/ptex/pkg-install14
-rw-r--r--japanese/ptex/pkg-plist13
6 files changed, 0 insertions, 120 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
deleted file mode 100644
index 9e31b30d4831..000000000000
--- a/japanese/ptex/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: pTeX-euc
-# Date created: 05 Oct 1997
-# Whom: max
-#
-# $FreeBSD$
-#
-
-PORTNAME= ptex
-PORTVERSION= 2.1.11
-CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/
-PKGNAMEPREFIX= ja-
-PKGNAMESUFFIX= -euc
-DISTNAME= ptex-src-2.1.10
-DIST_SUBDIR= teTeX/ptex
-
-MAINTAINER= max@FreeBSD.org
-COMMENT= Japanese pTeX files to support EUC character set
-
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= ptex2.1.10-11.patch
-
-BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
-RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
-
-MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= euc
-WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/teTeX-1.0/texk/web2c/${SRCDIR}
-ALL_TARGET= default
-
-SRCDIR= ptex-src-2.1.10
-BINARIES= ptex pdvitype jbibtex pltotf tftopl
-
-pre-extract:
-.if !exists(${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/.build_done)
- @(cd ${.CURDIR}/../ptex-common; \
- ${SETENV} ${MAKE_ENV} ${MAKE})
-.endif
-
-post-extract:
- @${RM} -rf ${WRKSRC}
- @${MV} ${WRKDIR}/${SRCDIR} ${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/teTeX-1.0/texk/web2c
-
-pre-install:
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-post-install:
-.for bin in ${BINARIES}
- @/usr/bin/strip ${PREFIX}/bin/${bin}
-.endfor
- @${LN} -sf ptex ${PREFIX}/bin/platex
- @${PREFIX}/bin/mktexlsr ${PREFIX}/share/texmf
-
-pre-clean:
- @${RM} -rf ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/japanese/ptex/distinfo b/japanese/ptex/distinfo
deleted file mode 100644
index 208b5df74d53..000000000000
--- a/japanese/ptex/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (teTeX/ptex/ptex-src-2.1.10.tar.gz) = cc8f47d5c97868e6967bd4f87503ce90
-MD5 (teTeX/ptex/ptex2.1.10-11.patch) = dd6915dbfc57f983d6380c84d116ee1b
diff --git a/japanese/ptex/pkg-deinstall b/japanese/ptex/pkg-deinstall
deleted file mode 100644
index c432da27777a..000000000000
--- a/japanese/ptex/pkg-deinstall
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Preserve files installed by ptex-common, or other package/application.
-#
-files="${PKG_PREFIX}/bin/pltotf ${PKG_PREFIX}/bin/tftopl ${PKG_PREFIX}/share/texmf/web2c/texmf.cnf ${PKG_PREFIX}/share/texmf/ls-R"
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit;
-fi
-
-for f in ${files}; do
- if [ -f $f.old ]; then
- mv $f.old $f
- fi
-done
diff --git a/japanese/ptex/pkg-descr b/japanese/ptex/pkg-descr
deleted file mode 100644
index f0d9e521d80c..000000000000
--- a/japanese/ptex/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-This is pTeX, TeX system with Japanese support.
-
-This system is based on teTeX 1.0.7 which contains TeX, LaTeX2e, and
-various other TeX related programs.
-
-By installing this package, pTeX uses EUC for output to terminal and
-log files. EUC and JIS can be used in input files.
-
-Note: Some of the features provided by teTeX may not work with
-Japanese language, even though The TeX and LaTeX2e are able to handle
-Japanese. Use ptex and platex respectively.)
-
-Note: xdvi and dvips, which are part of teTeX package, are not
-included in this packages since they are not localized for Japanese.
-Use corresponding ports/packages in the japanese category.
-
-- Max
-WWW: http://www.ascii.co.jp/pb/ptex/
diff --git a/japanese/ptex/pkg-install b/japanese/ptex/pkg-install
deleted file mode 100644
index 3c64b806ae06..000000000000
--- a/japanese/ptex/pkg-install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Preserve files installed by ptex-common, or other package/application.
-#
-files="${PKG_PREFIX}/bin/pltotf ${PKG_PREFIX}/bin/tftopl ${PKG_PREFIX}/share/texmf/web2c/texmf.cnf ${PKG_PREFIX}/share/texmf/ls-R"
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit;
-fi
-
-for f in ${files}; do
- if [ -f $f ]; then
- mv $f $f.old
- fi
- done
diff --git a/japanese/ptex/pkg-plist b/japanese/ptex/pkg-plist
deleted file mode 100644
index 8b6c4a36a243..000000000000
--- a/japanese/ptex/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/iniptex
-bin/jbibtex
-bin/pdvitype
-bin/platex
-bin/pltotf
-bin/ptex
-bin/tftopl
-bin/virptex
-share/texmf/web2c/platex.fmt
-share/texmf/web2c/ptex.fmt
-share/texmf/web2c/ptex.pool
-share/texmf/web2c/texmf.cnf
-@exec %D/bin/mktexlsr %D/share/texmf