diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-19 22:52:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-19 22:52:32 +0000 |
commit | e2b35e0fe6891544d264f29327fe55c48c0e4bca (patch) | |
tree | 6e7f993a2f23e31e1f09807a93292016656e835a | |
parent | 907fc48b0e6f003d17b8d654fdcbc82d5e7c6c26 (diff) | |
download | pkgsrc-e2b35e0fe6891544d264f29327fe55c48c0e4bca.tar.gz |
Import cjkutils-4.8.2 as print/cjkutils.
This package provides utilities for CJK LaTeX.
-rw-r--r-- | print/cjkutils/DESCR | 1 | ||||
-rw-r--r-- | print/cjkutils/Makefile | 30 | ||||
-rw-r--r-- | print/cjkutils/PLIST | 29 | ||||
-rw-r--r-- | print/cjkutils/distinfo | 5 |
4 files changed, 65 insertions, 0 deletions
diff --git a/print/cjkutils/DESCR b/print/cjkutils/DESCR new file mode 100644 index 00000000000..4724108bd2c --- /dev/null +++ b/print/cjkutils/DESCR @@ -0,0 +1 @@ +This package provides utilities for CJK LaTeX. diff --git a/print/cjkutils/Makefile b/print/cjkutils/Makefile new file mode 100644 index 00000000000..d6f64519cd6 --- /dev/null +++ b/print/cjkutils/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/19 22:52:32 minskim Exp $ + +DISTNAME= texlive-20110705-source +PKGNAME= cjkutils-4.8.2 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= rxg@NetBSD.org,hubertf@NetBSD.org +HOMEPAGE= http://cjk.ffii.org/ +COMMENT= Utilities for CJK LaTeX + +DEPENDS+= tex-cjkutils-[0-9]*:../../print/tex-cjkutils + +PKG_DESTDIR_SUPPORT= user-destdir + +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/cjkutils + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/cjkutils + +CONFIGURE_ARGS+= --with-system-kpathsea \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib + +INSTALL_TARGET= install-exec-am install-man + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/cjkutils/PLIST b/print/cjkutils/PLIST new file mode 100644 index 00000000000..5ed41a855f7 --- /dev/null +++ b/print/cjkutils/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/19 22:52:32 minskim Exp $ +bin/bg5+latex +bin/bg5+pdflatex +bin/bg5conv +bin/bg5latex +bin/bg5pdflatex +bin/cef5conv +bin/cef5latex +bin/cef5pdflatex +bin/cefconv +bin/ceflatex +bin/cefpdflatex +bin/cefsconv +bin/cefslatex +bin/cefspdflatex +bin/extconv +bin/gbklatex +bin/gbkpdflatex +bin/hbf2gf +bin/sjisconv +bin/sjislatex +bin/sjispdflatex +man/man1/bg5conv.1 +man/man1/cef5conv.1 +man/man1/cefconv.1 +man/man1/cefsconv.1 +man/man1/extconv.1 +man/man1/hbf2gf.1 +man/man1/sjisconv.1 diff --git a/print/cjkutils/distinfo b/print/cjkutils/distinfo new file mode 100644 index 00000000000..85e2ed7c47f --- /dev/null +++ b/print/cjkutils/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/19 22:52:32 minskim Exp $ + +SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4 +RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b +Size (texlive-20110705-source.tar.xz) = 131207904 bytes |