diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 05:37:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 05:37:47 +0000 |
commit | eea7c95147f86d1d02ff6839dff09d8ace415c95 (patch) | |
tree | 1b88826d9b2d205c95a0557990cde18353cd5302 /korean | |
parent | a778af1141555911832f9f332f29920477fdff2a (diff) | |
download | FreeBSD-ports-eea7c95147f86d1d02ff6839dff09d8ace415c95.zip FreeBSD-ports-eea7c95147f86d1d02ff6839dff09d8ace415c95.tar.gz |
As announced on May 6, remove the broken htexp port
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/htexp/Makefile | 60 | ||||
-rw-r--r-- | korean/htexp/distinfo | 3 | ||||
-rw-r--r-- | korean/htexp/files/htexpini.in | 12 | ||||
-rw-r--r-- | korean/htexp/pkg-descr | 21 | ||||
-rw-r--r-- | korean/htexp/pkg-plist | 7 |
6 files changed, 0 insertions, 104 deletions
diff --git a/korean/Makefile b/korean/Makefile index 5a52148..75c7c19 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -38,7 +38,6 @@ SUBDIR += hlatexp-pkfonts600 SUBDIR += hmconv SUBDIR += hpscat - SUBDIR += htexp SUBDIR += imhangul SUBDIR += imhangul_status_applet SUBDIR += johabfonts diff --git a/korean/htexp/Makefile b/korean/htexp/Makefile deleted file mode 100644 index de41f8d..0000000 --- a/korean/htexp/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: hTeXp -# Date created: Jun 29 2000 -# Whom: CHOI Junho <cjh@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= hTeXp -PORTVERSION= 1996.02.12 -CATEGORIES= korean print -MASTER_SITES= ftp://knot.kaist.ac.kr/pub/htex/htexp/freebsd/ \ - ftp://knot.kaist.ac.kr/pub/htex/htexp/linux/ \ - ftp://knot.kaist.ac.kr/pub/htex/hlatexp/ -DISTFILES= htexp-freebsd-3.2 tex.poo unpacked.tar.gz -DIST_SUBDIR= htex -EXTRACT_ONLY= unpacked.tar.gz - -MAINTAINER= cjh@FreeBSD.org -COMMENT= An implementation of TeX for Hangul - -BROKEN= "Does not compile" - -# it depends teTeX. -RUN_DEPENDS= virtex:${PORTSDIR}/print/teTeX - -TEXMF= ${PREFIX}/share/texmf - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 320000 -BROKEN= "Systems prior to 3.2-RELEASE is out of support" -.endif - -# htexp binary is built on 3.2-RELEASE. -.if ${OSVERSION} > 400000 && !exists(/usr/lib/compat/libc.so.3) -LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x -.endif - -do-build: - ### build htexpini script - ${SED} -e "s@%%TEXMF%%@${TEXMF}@g" \ - < ${FILESDIR}/htexpini.in > ${WRKDIR}/htexpini - -do-install: - ${MKDIR} ${TEXMF}/htexpformats - ${CHMOD} a+rx ${TEXMF}/htexpformats - # htexp and friends - ${INSTALL_PROGRAM} ${_DISTDIR}/htexp-freebsd-3.2 ${PREFIX}/bin/htexp - ${INSTALL_SCRIPT} ${WRKDIR}/htexpini ${PREFIX}/bin/ - ${INSTALL_DATA} ${_DISTDIR}/tex.poo ${TEXMF}/htexpformats - ### build hlatex.fmt - ( cd ${WRKDIR}/unpacked && \ - ${ECHO_CMD} "R\n" | ${PREFIX}/bin/htexpini hlatex.ltx || \ - ${TRUE} ) - ${INSTALL_DATA} ${WRKDIR}/unpacked/hlatex.fmt \ - ${TEXMF}/htexpformats/ - ### rehash - ${PREFIX}/bin/texhash - -.include <bsd.port.post.mk> diff --git a/korean/htexp/distinfo b/korean/htexp/distinfo deleted file mode 100644 index f1170e9..0000000 --- a/korean/htexp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (htex/htexp-freebsd-3.2) = c3846186cc17bd5c28d335d2be5ac51a -MD5 (htex/tex.poo) = 51eebdd8e69d4c8fa2d8740c69d824db -MD5 (htex/unpacked.tar.gz) = e9ca13accf776272f6c67595a1d78bda diff --git a/korean/htexp/files/htexpini.in b/korean/htexp/files/htexpini.in deleted file mode 100644 index 0d34461..0000000 --- a/korean/htexp/files/htexpini.in +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# hTeXp running script -# -# Modified by CHOI Junho <cjh@FreeBSD.org> -# Original from http://knot.kaist.ac.kr/htex/install-unix.htm -# -export TEXINPUTS=%%TEXMF%%/tex// -export TEXFORMATS=%%TEXMF%%/htexpformats -export TEXFONTS=%%TEXMF%%/fonts/tfm// -export TEXPOOL=%%TEXMF%%/htexpformats -exec htexp $* diff --git a/korean/htexp/pkg-descr b/korean/htexp/pkg-descr deleted file mode 100644 index 446b51c..0000000 --- a/korean/htexp/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -hTeXp, an implementation of TeX for hangul -========================================== - -hTeXp is a replacement of a TeX complier in the sense that hTeXp compiles a -text file created by any text editor into a dvi file for further processing -such as previewing or printing. - -There are many reasons using hTeXp but the most important one is that it -handles hangul nicely. A non-localized version of TeX has serious problems -in displaying hangul messages on a terminal screen and writing hangul -textual information onto the auxiliary files such as log or index. - -hTeXp has solved such problems, therefore, the use of hTeXp is strongly -recommanded when using hLaTeXp, a version of hangul LaTeX2e created by -the same author. - -Copyright (C) 1995-1996 Jae Choon Cha. All Rights are reserved. - --- -Ports by CHOI Junho <cjh@FreeBSD.org> -WWW: http://knot.kaist.ac.kr/htex/ diff --git a/korean/htexp/pkg-plist b/korean/htexp/pkg-plist deleted file mode 100644 index 49072b7..0000000 --- a/korean/htexp/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/htexp -bin/htexpini -share/texmf/htexpformats/hlatex.fmt -share/texmf/htexpformats/tex.poo -@dirrm share/texmf/htexpformats -@exec env PATH=%D/bin:$PATH %D/bin/texhash -@unexec env PATH=%D/bin:$PATH %D/bin/texhash |