Index: head/korean/htexp/pkg-descr =================================================================== --- head/korean/htexp/pkg-descr (revision 86436) +++ head/korean/htexp/pkg-descr (nonexistent) @@ -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 -WWW: http://knot.kaist.ac.kr/htex/ Property changes on: head/korean/htexp/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/korean/htexp/distinfo =================================================================== --- head/korean/htexp/distinfo (revision 86436) +++ head/korean/htexp/distinfo (nonexistent) @@ -1,3 +0,0 @@ -MD5 (htex/htexp-freebsd-3.2) = c3846186cc17bd5c28d335d2be5ac51a -MD5 (htex/tex.poo) = 51eebdd8e69d4c8fa2d8740c69d824db -MD5 (htex/unpacked.tar.gz) = e9ca13accf776272f6c67595a1d78bda Property changes on: head/korean/htexp/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/korean/htexp/pkg-plist =================================================================== --- head/korean/htexp/pkg-plist (revision 86436) +++ head/korean/htexp/pkg-plist (nonexistent) @@ -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 Property changes on: head/korean/htexp/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/korean/htexp/Makefile =================================================================== --- head/korean/htexp/Makefile (revision 86436) +++ head/korean/htexp/Makefile (nonexistent) @@ -1,60 +0,0 @@ -# New ports collection makefile for: hTeXp -# Date created: Jun 29 2000 -# Whom: CHOI Junho -# -# $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 - -.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 Property changes on: head/korean/htexp/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/korean/htexp/files/htexpini.in =================================================================== --- head/korean/htexp/files/htexpini.in (revision 86436) +++ head/korean/htexp/files/htexpini.in (nonexistent) @@ -1,12 +0,0 @@ -#!/bin/sh -# -# hTeXp running script -# -# Modified by CHOI Junho -# 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 $* Property changes on: head/korean/htexp/files/htexpini.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/korean/Makefile =================================================================== --- head/korean/Makefile (revision 86436) +++ head/korean/Makefile (revision 86437) @@ -1,73 +1,72 @@ # $FreeBSD$ # SUBDIR += unzip SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += a2ps SUBDIR += acroread5-korfont SUBDIR += ami SUBDIR += baekmukfonts-bdf SUBDIR += baekmukfonts-ttf SUBDIR += bitchx SUBDIR += elm SUBDIR += engdic SUBDIR += eterm SUBDIR += gau SUBDIR += ghostscript-gnu-korfont SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += han SUBDIR += hanIM SUBDIR += hanemacs SUBDIR += hanmiscutils SUBDIR += hanterm SUBDIR += hanterm-xf86 SUBDIR += hanyangfonts SUBDIR += hcode SUBDIR += helvis SUBDIR += hlatex SUBDIR += hlatex-mffonts-wansung SUBDIR += hlatex-psfonts-uhc-extra SUBDIR += hlatex-psfonts-wansung SUBDIR += hlatex-wansung SUBDIR += hlatexfonts-ocf SUBDIR += hlatexp SUBDIR += hlatexp-pkfonts1200 SUBDIR += hlatexp-pkfonts300 SUBDIR += hlatexp-pkfonts600 SUBDIR += hmconv SUBDIR += hpscat - SUBDIR += htexp SUBDIR += imhangul SUBDIR += imhangul_status_applet SUBDIR += johabfonts SUBDIR += kaistfonts SUBDIR += kde3-i18n SUBDIR += linux_locale SUBDIR += linuxdoc-sgml SUBDIR += man-doc SUBDIR += mizifont SUBDIR += mkisofs SUBDIR += mod_url SUBDIR += mozilla-klp SUBDIR += mplayer-fonts SUBDIR += msdosfs SUBDIR += mule-freewnn SUBDIR += munhwafonts-cid SUBDIR += nabi SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += nh2ps SUBDIR += nhpf SUBDIR += nhppf SUBDIR += nvi-euc-kr SUBDIR += nvi-iso-2022-kr SUBDIR += openoffice SUBDIR += pgp.language SUBDIR += pinetreefonts SUBDIR += qt31 SUBDIR += texinfo SUBDIR += uniksc .include Property changes on: head/korean/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.93 \ No newline at end of property +1.94 \ No newline at end of property