summaryrefslogtreecommitdiff
path: root/japanese/platex-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-07 09:49:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-07 09:49:23 +0000
commit22325b1a0989558e27b405be81c988698b2fb718 (patch)
tree5d1dd3ba5a30614f935b4ed715ef3344199f59fb /japanese/platex-common
parentAdd Exim. (diff)
Upgrade to 96/03 version. The old one doesn't compile anymore.
Submitted by: max@sfc.wide.ad.jp
Notes
Notes: svn path=/head/; revision=3325
Diffstat (limited to 'japanese/platex-common')
-rw-r--r--japanese/platex-common/Makefile76
-rw-r--r--japanese/platex-common/distinfo10
-rw-r--r--japanese/platex-common/pkg-plist13
3 files changed, 50 insertions, 49 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index d4dd068b67c2..6767727cab1e 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -7,30 +7,20 @@
#
DISTNAME= platex2e
-PKGNAME= jp-platex2e-95.09
+PKGNAME= jp-platex2e-96.03
CATEGORIES+= japanese print
-MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ \
- ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/corresponding-sources/ \
- ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/ \
- ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/corresponding-sources/ \
+MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex2e/1996-03-05/ \
ftp://ftp.iij.ad.jp/pub/TeX/CTAN/systems/knuth/lib/ \
- ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/ \
- ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/corresponding-sources/ \
ftp://ftp.riken.go.jp/pub/tex-archive/systems/knuth/lib/
-DISTFILES= base-9506.tar.gz hyphen.tex
-EXTRACT_ONLY= base-9506.tar.gz
-
-# base-9506.tar.gz is in */corresponding-sources/
-# hyphen.tex is in */systems/knuth/lib/
-# pl2e-jis.tar.gz, pl2e-sj.tar.gz and pl2e-euc.tar.gz are in
-# */corresponding-sources/
+DISTFILES= base-9512.tar.gz hyphen.tex.gz
+EXTRACT_ONLY= base-9512.tar.gz
MAINTAINER= max@sfc.wide.ad.jp
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2
-WRKSRC= ${WRKDIR}/9509b
+WRKSRC= ${WRKDIR}/9603
pre-fetch:
.if !defined(KANJI-CODE)
@@ -54,16 +44,16 @@ pre-fetch:
KANJI-CODE= JIS
.endif
.if ${KANJI-CODE} == JIS
-DISTFILES+= pl2e-jis.tar.gz
-EXTRACT_ONLY+= pl2e-jis.tar.gz
+DISTFILES+= pl9603j.tar.gz
+EXTRACT_ONLY+= pl9603j.tar.gz
.endif
.if ${KANJI-CODE} == SJIS
-DISTFILES+= pl2e-sj.tar.gz
-EXTRACT_ONLY+= pl2e-sj.tar.gz
+DISTFILES+= pl9603s.tar.gz
+EXTRACT_ONLY+= pl9603s.tar.gz
.endif
.if ${KANJI-CODE} == EUC
-DISTFILES+= pl2e-euc.tar.gz
-EXTRACT_ONLY+= pl2e-euc.tar.gz
+DISTFILES+= pl9603e.tar.gz
+EXTRACT_ONLY+= pl9603e.tar.gz
.endif
.if ${KANJI-CODE} != JIS && ${KANJI-CODE} != SJIS && ${KANJI-CODE} != EUC
@echo "Error: invalid value for KANJI-CODE: \"${KANJI-CODE}\""
@@ -73,7 +63,7 @@ EXTRACT_ONLY+= pl2e-euc.tar.gz
post-extract:
@rm ${WRKDIR}/base/hyphen.tex
- @cp ${DISTDIR}/hyphen.tex ${WRKDIR}/base/hyphen.tex
+ @gzip -cd ${DISTDIR}/hyphen.tex.gz > ${WRKDIR}/base/hyphen.tex
do-build:
@(cd ${WRKDIR}/base ; yes | initex unpack.ins ; initex latex.ltx)
@@ -81,28 +71,28 @@ do-build:
yes | iniptex plcore.ins ; iniptex platex.ltx)
do-install:
- @rm -rf /usr/local/lib/texmf/tex/latex2e/base/*
-.if !exists(/usr/local/lib/texmf/tex/latex2e)
- @mkdir /usr/local/lib/texmf/tex/latex2e
-.endif
-.if !exists(/usr/local/lib/texmf/tex/latex2e/base)
- @mkdir /usr/local/lib/texmf/tex/latex2e/base
-.endif
+ @rm -rf ${PREFIX}/lib/texmf/tex/latex2e/base/*
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e ]; then ;\
+ mkdir ${PREFIX}/lib/texmf/tex/latex2e ;\
+ fi)
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e/base ]; then ; \
+ mkdir ${PREFIX}/lib/texmf/tex/latex2e/base; \
+ fi)
@(cd ${WRKDIR}/base ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx \
- /usr/local/lib/texmf/tex/latex2e/base ; \
- mv latex.fmt /usr/local/lib/texmf/ini)
- @rm -f /usr/local/bin/latex
- @ln -s /usr/local/bin/virtex /usr/local/bin/latex
-.if !exists(/usr/local/lib/texmf/tex/platex2e)
- @mkdir /usr/local/lib/texmf/tex/platex2e
-.endif
-.if !exists(/usr/local/lib/texmf/tex/platex2e/base)
- @mkdir /usr/local/lib/texmf/tex/platex2e/base
-.endif
+ ${PREFIX}/lib/texmf/tex/latex2e/base ; \
+ mv latex.fmt ${PREFIX}/lib/texmf/ini)
+ @rm -f ${PREFIX}/bin/latex
+ @ln -s ${PREFIX}/bin/virtex ${PREFIX}/bin/latex
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e ] ; then ; \
+ mkdir ${PREFIX}/lib/texmf/tex/platex2e ;\
+ fi)
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e/base ]; then ;\
+ mkdir ${PREFIX}/lib/texmf/tex/platex2e/base ;\
+ fi)
@(cd ${WRKSRC} ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx *.cfg \
- /usr/local/lib/texmf/tex/platex2e/base ; \
- cp -f platex.fmt /usr/local/lib/texmf/ini)
- @rm -f /usr/local/bin/platex
- @ln -s /usr/local/bin/virptex /usr/local/bin/platex
+ ${PREFIX}/lib/texmf/tex/platex2e/base ; \
+ cp -f platex.fmt ${PREFIX}/lib/texmf/ini)
+ @rm -f ${PREFIX}/bin/platex
+ @ln -s ${PREFIX}/bin/virptex ${PREFIX}/bin/platex
.include <bsd.port.mk>
diff --git a/japanese/platex-common/distinfo b/japanese/platex-common/distinfo
index 67075e16f67b..a883233e1e28 100644
--- a/japanese/platex-common/distinfo
+++ b/japanese/platex-common/distinfo
@@ -1,5 +1,5 @@
-MD5 (base-9506.tar.gz) = 365eb2d074412f5d2a13e0e85a7586b1
-MD5 (hyphen.tex) = dea0e2aa4f48ec20961e077b98c5f495
-MD5 (pl2e-jis.tar.gz) = 415e20995b861024fb85412b7038fc5c
-MD5 (pl2e-sj.tar.gz) = d88a079741f619b695b4f9f33c721ac9
-MD5 (pl2e-euc.tar.gz) = 456293a790b19b31c6c05be6bb2dfa68
+MD5 (base-9512.tar.gz) = eea74a9833806f3b53690fec8dd5a68c
+MD5 (hyphen.tex.gz) = 7a29a46f7ccfb243ae156369adcf3f02
+MD5 (pl9603e.tar.gz) = 518f9ede2d06a7994fd02133abbf01af
+MD5 (pl9603j.tar.gz) = b401ad4d06d5eab7e9c2c099efb6d54a
+MD5 (pl9603s.tar.gz) = ff4093c4ace07b7f59cc98ba0b0d9915
diff --git a/japanese/platex-common/pkg-plist b/japanese/platex-common/pkg-plist
index dc1dee132c8e..8f196a2242a4 100644
--- a/japanese/platex-common/pkg-plist
+++ b/japanese/platex-common/pkg-plist
@@ -1,5 +1,5 @@
-lib/texmf/tex/latex2e/base/OMLcmr.fd
lib/texmf/tex/latex2e/base/OMLcmm.fd
+lib/texmf/tex/latex2e/base/OMLcmr.fd
lib/texmf/tex/latex2e/base/OMLenc.def
lib/texmf/tex/latex2e/base/OMLlcmm.fd
lib/texmf/tex/latex2e/base/OMScmr.fd
@@ -24,12 +24,16 @@ lib/texmf/tex/latex2e/base/T1cmr.fd
lib/texmf/tex/latex2e/base/T1cmss.fd
lib/texmf/tex/latex2e/base/T1cmtt.fd
lib/texmf/tex/latex2e/base/T1enc.def
+lib/texmf/tex/latex2e/base/TS1cmr.fd
+lib/texmf/tex/latex2e/base/TS1cmss.fd
+lib/texmf/tex/latex2e/base/TS1cmtt.fd
lib/texmf/tex/latex2e/base/Ucmr.fd
lib/texmf/tex/latex2e/base/Ucmss.fd
lib/texmf/tex/latex2e/base/Ucmtt.fd
lib/texmf/tex/latex2e/base/Ulasy.fd
lib/texmf/tex/latex2e/base/Ullasy.fd
lib/texmf/tex/latex2e/base/alltt.sty
+lib/texmf/tex/latex2e/base/ansinew.def
lib/texmf/tex/latex2e/base/applemac.def
lib/texmf/tex/latex2e/base/article.cls
lib/texmf/tex/latex2e/base/article.sty
@@ -41,11 +45,13 @@ lib/texmf/tex/latex2e/base/bk12.clo
lib/texmf/tex/latex2e/base/book.cls
lib/texmf/tex/latex2e/base/book.sty
lib/texmf/tex/latex2e/base/cp437.def
+lib/texmf/tex/latex2e/base/cp437de.def
lib/texmf/tex/latex2e/base/cp850.def
lib/texmf/tex/latex2e/base/doc.sty
lib/texmf/tex/latex2e/base/exscale.sty
lib/texmf/tex/latex2e/base/flafter.sty
lib/texmf/tex/latex2e/base/fleqn.clo
+lib/texmf/tex/latex2e/base/fleqn.sty
lib/texmf/tex/latex2e/base/fontenc.sty
lib/texmf/tex/latex2e/base/fontmath.ltx
lib/texmf/tex/latex2e/base/fonttext.ltx
@@ -59,6 +65,7 @@ lib/texmf/tex/latex2e/base/latexsym.sty
lib/texmf/tex/latex2e/base/latin1.def
lib/texmf/tex/latex2e/base/latin2.def
lib/texmf/tex/latex2e/base/leqno.clo
+lib/texmf/tex/latex2e/base/leqno.sty
lib/texmf/tex/latex2e/base/letter.cls
lib/texmf/tex/latex2e/base/letter.sty
lib/texmf/tex/latex2e/base/ltnews.cls
@@ -66,8 +73,11 @@ lib/texmf/tex/latex2e/base/ltpatch.ltx
lib/texmf/tex/latex2e/base/ltxdoc.cls
lib/texmf/tex/latex2e/base/ltxguide.cls
lib/texmf/tex/latex2e/base/makeidx.sty
+lib/texmf/tex/latex2e/base/minimal.cls
lib/texmf/tex/latex2e/base/newlfont.sty
+lib/texmf/tex/latex2e/base/next.def
lib/texmf/tex/latex2e/base/oldlfont.sty
+lib/texmf/tex/latex2e/base/openbib.sty
lib/texmf/tex/latex2e/base/pict2e.sty
lib/texmf/tex/latex2e/base/preload.ltx
lib/texmf/tex/latex2e/base/proc.cls
@@ -112,6 +122,7 @@ lib/texmf/tex/platex2e/base/pl209.def
lib/texmf/tex/platex2e/base/platex.ltx
lib/texmf/tex/platex2e/base/plcore.ltx
lib/texmf/tex/platex2e/base/pldefs.ltx
+lib/texmf/tex/platex2e/base/plext.sty
lib/texmf/tex/platex2e/base/ptrace.sty
lib/texmf/tex/platex2e/base/tarticle.cls
lib/texmf/tex/platex2e/base/tarticle.sty