From 42d33c611c938b0297e2e32d7362235845e28cb7 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 9 Apr 2006 22:07:54 +0000 Subject: Import tex-memhangul-ucs. memhangul is a LaTeX package to process Korean with the memoir class. This package is based on DHUcs. --- print/tex-memhangul-ucs/DESCR | 2 ++ print/tex-memhangul-ucs/Makefile | 36 ++++++++++++++++++++++++++++++++++++ print/tex-memhangul-ucs/PLIST | 14 ++++++++++++++ print/tex-memhangul-ucs/distinfo | 5 +++++ 4 files changed, 57 insertions(+) create mode 100644 print/tex-memhangul-ucs/DESCR create mode 100644 print/tex-memhangul-ucs/Makefile create mode 100644 print/tex-memhangul-ucs/PLIST create mode 100644 print/tex-memhangul-ucs/distinfo diff --git a/print/tex-memhangul-ucs/DESCR b/print/tex-memhangul-ucs/DESCR new file mode 100644 index 00000000000..8aab303b7d6 --- /dev/null +++ b/print/tex-memhangul-ucs/DESCR @@ -0,0 +1,2 @@ +memhangul is a LaTeX package to process Korean with the memoir class. +This package is based on DHUcs. diff --git a/print/tex-memhangul-ucs/Makefile b/print/tex-memhangul-ucs/Makefile new file mode 100644 index 00000000000..2c663a12a43 --- /dev/null +++ b/print/tex-memhangul-ucs/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 22:07:54 minskim Exp $ + +DISTNAME= memhangul-ucs-1.44c +PKGNAME= tex-${DISTNAME} +CATEGORIES= print +MASTER_SITES= http://my.ktug.or.kr/~karnes/testtest/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://faq.ktug.or.kr/faq/MemhangulClass +COMMENT= Korean support in memoir + +DEPENDS+= tex-dhucs>=2.6:../../print/tex-dhucs +DEPENDS+= tex-memoir>=1.618:../../print/tex-memoir + +WRKSRC= ${WRKDIR} +NO_CONFIGURE= yes +NO_BUILD= yes +USE_DIRS+= texmf-1.2 + +.include "../../print/teTeX/module.mk" + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul +.for f in appendixtest.tex doeunbike.bb doeunbike.jpg memucstest.tex + ${INSTALL_DATA} ${WRKSRC}/doc/memhangul-ucs/${f} \ + ${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul +.endfor + ${INSTALL_DATA} ${WRKSRC}/fonts/cmap/UTF8-UCS2 \ + ${PKG_LOCALTEXMFPREFIX}/fonts/cmap/ + ${INSTALL_DATA} ${WRKSRC}/makeindex/memucs-manual.ist \ + ${PKG_LOCALTEXMFPREFIX}/makeindex/ + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul + ${INSTALL_DATA} ${WRKSRC}/tex/latex/memhangul/*.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/ + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-memhangul-ucs/PLIST b/print/tex-memhangul-ucs/PLIST new file mode 100644 index 00000000000..9a23c1ba0eb --- /dev/null +++ b/print/tex-memhangul-ucs/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/09 22:07:54 minskim Exp $ +${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul/appendixtest.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul/doeunbike.bb +${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul/doeunbike.jpg +${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul/memucstest.tex +${PKG_LOCALTEXMFPREFIX}/fonts/cmap/UTF8-UCS2 +${PKG_LOCALTEXMFPREFIX}/makeindex/memucs-manual.ist +${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/memhangul-patch.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/memhangul-ucs.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/memucs-gremph.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/memucs-interword.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/memucs-setspace.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul +@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul diff --git a/print/tex-memhangul-ucs/distinfo b/print/tex-memhangul-ucs/distinfo new file mode 100644 index 00000000000..e6915531629 --- /dev/null +++ b/print/tex-memhangul-ucs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/09 22:07:54 minskim Exp $ + +SHA1 (memhangul-ucs-1.44c.tar.gz) = d70b1ed92a9252f9470f941aa558586f0cef5fe9 +RMD160 (memhangul-ucs-1.44c.tar.gz) = d516b32b8d3e7686948d758243aaa89060635279 +Size (memhangul-ucs-1.44c.tar.gz) = 106224 bytes -- cgit v1.2.3