diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-12 05:27:58 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-12 05:27:58 +0800 |
commit | 3346e80f88d2ba1fffcc1ed5169c7794ee6d65a2 (patch) | |
tree | 52f8f1d48046115ed1125e0a8752cda91d1501e1 /japanese | |
parent | ccdcd229d6cb5881f0dfe839c7969c0ea25336d5 (diff) | |
download | freebsd-ports-gnome-3346e80f88d2ba1fffcc1ed5169c7794ee6d65a2.tar.gz freebsd-ports-gnome-3346e80f88d2ba1fffcc1ed5169c7794ee6d65a2.tar.zst freebsd-ports-gnome-3346e80f88d2ba1fffcc1ed5169c7794ee6d65a2.zip |
Add japanese/platex-jsclasses, which is a set of new document classes
for ASCII pLaTeX2e. It is based on standard class files of pLaTeX
but has lots of improvements and new features.
PR: ports/62740
Approved by: linimon (mentor)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/platex-jsclasses/Makefile | 58 | ||||
-rw-r--r-- | japanese/platex-jsclasses/distinfo | 6 | ||||
-rw-r--r-- | japanese/platex-jsclasses/pkg-descr | 5 | ||||
-rw-r--r-- | japanese/platex-jsclasses/pkg-plist | 32 |
5 files changed, 102 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 4da60dd59d36..05b78e2188e9 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -297,6 +297,7 @@ SUBDIR += phpgroupware SUBDIR += plain2 SUBDIR += plan + SUBDIR += platex-jsclasses SUBDIR += platex209-euc SUBDIR += platex209-jis SUBDIR += platex209-sjis diff --git a/japanese/platex-jsclasses/Makefile b/japanese/platex-jsclasses/Makefile new file mode 100644 index 000000000000..b8c81c67e767 --- /dev/null +++ b/japanese/platex-jsclasses/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: platex-jsclasses +# Date created: 24 Jan 2004 +# Whom: hrs@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= platex-jsclasses +PORTVERSION= 1.0.20040429 +CATEGORIES= japanese print +MASTER_SITES= http://oku.edu.mie-u.ac.jp/~okumura/jsclasses/:0 \ + http://oku.edu.mie-u.ac.jp/~okumura/texfaq/:1 +PKGNAMEPREFIX= ja- +DISTFILES= ${PORTNAME:S/^platex-//}-${PORTVERSION:S/^1.0.20//}${EXTRACT_SUFX}:0 \ + jis-tfm${EXTRACT_SUFX}:1 \ + jis-pl${EXTRACT_SUFX}:1 + +MAINTAINER= hrs@FreeBSD.org +COMMENT= New document class files for pLaTeX + +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ + ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal + +USE_ZIP= YES +NO_BUILD= YES +PLIST_SUB= CLASSDIR=${CLASSDIR} TFMDIR=${TFMDIR} \ + PLDIR=${PLDIR} MKTEXLSR=${MKTEXLSR} +WRKSRC= ${WRKDIR} + +TEXMFLOCAL= share/texmf-local +TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R +MKTEXLSR= ${LOCALBASE}/bin/mktexlsr + +CLASSDIR= ${TEXMFLOCAL}/ptex/platex/js +CLASS_FILES= jsarticle.cls jsbook.cls \ + jsclasses.dtx jsclasses.ins jspf.cls \ + morisawa.dtx morisawa.ins morisawa.sty \ + okumacro.dtx okumacro.ins okumacro.sty \ + okuverb.dtx okuverb.ins okuverb.sty \ + +TFMDIR= ${TEXMFLOCAL}/fonts/tfm/jis +TFM_FILES= jis-v.tfm jis.tfm jisg-v.tfm jisg.tfm \ + jisgn-v.tfm jisgn.tfm jisn-v.tfm jisn.tfm + +PLDIR= ${TEXMFLOCAL}/fonts/source/jis +PL_FILES= jis-v.pl jis.pl jisn-v.pl jisn.pl + +do-install: + ${MKDIR} ${PREFIX}/${CLASSDIR} + ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} + ${MKDIR} ${PREFIX}/${TFMDIR} + ${INSTALL_DATA} ${TFM_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${TFMDIR} + ${MKDIR} ${PREFIX}/${PLDIR} + ${INSTALL_DATA} ${PL_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${PLDIR} + +post-install: + ${MKTEXLSR} + +.include <bsd.port.mk> diff --git a/japanese/platex-jsclasses/distinfo b/japanese/platex-jsclasses/distinfo new file mode 100644 index 000000000000..bca7d31ae3f4 --- /dev/null +++ b/japanese/platex-jsclasses/distinfo @@ -0,0 +1,6 @@ +MD5 (jsclasses-040429.zip) = d243e3e077b081e12bdcf0186d2b1753 +SIZE (jsclasses-040429.zip) = 94958 +MD5 (jis-tfm.zip) = d56606723026b60393ea48a4dab65994 +SIZE (jis-tfm.zip) = 3006 +MD5 (jis-pl.zip) = f39bc002da3e4dd5a17c6917f3f10b6c +SIZE (jis-pl.zip) = 3003 diff --git a/japanese/platex-jsclasses/pkg-descr b/japanese/platex-jsclasses/pkg-descr new file mode 100644 index 000000000000..1fe8ba26dc15 --- /dev/null +++ b/japanese/platex-jsclasses/pkg-descr @@ -0,0 +1,5 @@ +jsclasses is a set of new document classes for ASCII pLaTeX2e. It is +based on the standard class files of pLaTeX but has lots of improvements +and new features. + +WWW: http://oku.edu.mie-u.ac.jp/~okumura/jsclasses/ diff --git a/japanese/platex-jsclasses/pkg-plist b/japanese/platex-jsclasses/pkg-plist new file mode 100644 index 000000000000..630420530303 --- /dev/null +++ b/japanese/platex-jsclasses/pkg-plist @@ -0,0 +1,32 @@ +@comment $FreeBSD$ +%%CLASSDIR%%/jsarticle.cls +%%CLASSDIR%%/jsbook.cls +%%CLASSDIR%%/jsclasses.dtx +%%CLASSDIR%%/jsclasses.ins +%%CLASSDIR%%/jspf.cls +%%CLASSDIR%%/morisawa.dtx +%%CLASSDIR%%/morisawa.ins +%%CLASSDIR%%/morisawa.sty +%%CLASSDIR%%/okumacro.dtx +%%CLASSDIR%%/okumacro.ins +%%CLASSDIR%%/okumacro.sty +%%CLASSDIR%%/okuverb.dtx +%%CLASSDIR%%/okuverb.ins +%%CLASSDIR%%/okuverb.sty +@dirrm %%CLASSDIR%% +%%PLDIR%%/jis-v.pl +%%PLDIR%%/jis.pl +%%PLDIR%%/jisn-v.pl +%%PLDIR%%/jisn.pl +@dirrm %%PLDIR%% +%%TFMDIR%%/jis-v.tfm +%%TFMDIR%%/jis.tfm +%%TFMDIR%%/jisg-v.tfm +%%TFMDIR%%/jisg.tfm +%%TFMDIR%%/jisgn-v.tfm +%%TFMDIR%%/jisgn.tfm +%%TFMDIR%%/jisn-v.tfm +%%TFMDIR%%/jisn.tfm +@dirrm %%TFMDIR%% +@exec %%MKTEXLSR%% +@unexec %%MKTEXLSR%% |