diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-07-05 14:58:12 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-07-05 14:58:12 +0000 |
commit | 0ae505a66b9994b28577755374c4b85bc61c45fa (patch) | |
tree | 819590f0f6a4f88db5e0f89edc9775190d58194a /print/cjk-lyx | |
parent | 9d73def274a799c21d99887afc6479fd0825056d (diff) | |
download | ports-0ae505a66b9994b28577755374c4b85bc61c45fa.tar.gz ports-0ae505a66b9994b28577755374c4b85bc61c45fa.zip |
Add CJK-LuX, Document processor interfaced with LaTeX, with CJK support
Notes
Notes:
svn path=/head/; revision=30238
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 44 | ||||
-rw-r--r-- | print/cjk-lyx/distinfo | 2 | ||||
-rw-r--r-- | print/cjk-lyx/files/patch-ab | 11 | ||||
-rw-r--r-- | print/cjk-lyx/pkg-comment | 1 | ||||
-rw-r--r-- | print/cjk-lyx/pkg-descr | 16 | ||||
-rw-r--r-- | print/cjk-lyx/pkg-plist | 268 |
6 files changed, 342 insertions, 0 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile new file mode 100644 index 000000000000..4a6531521995 --- /dev/null +++ b/print/cjk-lyx/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: CJK-LyX +# Date created: 2 Jul 2000 +# Whom: CHOI Junho <cjh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= lyx +PORTVERSION= 1.1.4.3 +CATEGORIES= print +MASTER_SITES= ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/ +PKGNAMEPREFIX= cjk- +DISTNAME= CJK-LyX-1.1.4fix3-src + +MAINTAINER= cjh@FreeBSD.org + +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +.if defined(WITH_ISPELL) +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +.endif +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm \ + intl.1:${PORTSDIR}/devel/gettext + +USE_NEWGCC= yes +USE_PERL5= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \ + --with-extra-inc="${X11BASE}/include ${LOCALBASE}/include" +MAN1= lyx.1 reLyX.1 +WRKSRC= ${WRKDIR}/CJK-LyX-1.1.4fix3 + +.if !defined(WITH_ISPELL) +pre-fetch: + @${ECHO_MSG} "If you want this port built with spell checker support, use" + @${ECHO_MSG} "make WITH_ISPELL=yes" +.endif + +post-patch: + (cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in) + +.include <bsd.port.mk> diff --git a/print/cjk-lyx/distinfo b/print/cjk-lyx/distinfo new file mode 100644 index 000000000000..640231ab65e5 --- /dev/null +++ b/print/cjk-lyx/distinfo @@ -0,0 +1,2 @@ +MD5 (CJK-LyX-1.1.4fix3-src.tar.gz) = 5a71c22c4e29d220949363c192041a1f +MD5 (CJK-LyX-1.1.4fix3_menu-patch) = 4f1140416fba662dab295f6ce9e71d1e diff --git a/print/cjk-lyx/files/patch-ab b/print/cjk-lyx/files/patch-ab new file mode 100644 index 000000000000..3e3ecce8853e --- /dev/null +++ b/print/cjk-lyx/files/patch-ab @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Mon Jan 17 21:04:28 2000 ++++ po/Makefile.in.in Tue May 2 21:53:41 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po diff --git a/print/cjk-lyx/pkg-comment b/print/cjk-lyx/pkg-comment new file mode 100644 index 000000000000..d9e4053972d2 --- /dev/null +++ b/print/cjk-lyx/pkg-comment @@ -0,0 +1 @@ +Document processor interfaced with LaTeX, with CJK support diff --git a/print/cjk-lyx/pkg-descr b/print/cjk-lyx/pkg-descr new file mode 100644 index 000000000000..0370329307b4 --- /dev/null +++ b/print/cjk-lyx/pkg-descr @@ -0,0 +1,16 @@ +CJK-LyX +======= + +CJK-LyX is a multibyte version of LyX, the text processing document +processor, or simply a new and advanced kind of word processors. +More specifically, CJK-LyX is the patched version of LyX for Chinese, +Japanese and Korean language users. + +CJK-LyX is based on the earlier patch against lyx-1.0.3 by Masahiko +Kawakami <kawakami@din.or.jp> and critical contributions from +Chideok Hwang <hwang@mizi.co.kr>, who is also the author of the +Korean input method Ami. + +-- +CHOI Junho <cjh@FreeBSD.org> +WWW: http://cellular.phys.pusan.ac.kr/cjk.html diff --git a/print/cjk-lyx/pkg-plist b/print/cjk-lyx/pkg-plist new file mode 100644 index 000000000000..1fb61d2476dc --- /dev/null +++ b/print/cjk-lyx/pkg-plist @@ -0,0 +1,268 @@ +bin/lyx +bin/noweb2lyx +bin/reLyX +share/locale/ca/LC_MESSAGES/lyx.mo +share/locale/cs/LC_MESSAGES/lyx.mo +share/locale/da/LC_MESSAGES/lyx.mo +share/locale/de/LC_MESSAGES/lyx.mo +share/locale/es/LC_MESSAGES/lyx.mo +share/locale/fi/LC_MESSAGES/lyx.mo +share/locale/fr/LC_MESSAGES/lyx.mo +share/locale/hu/LC_MESSAGES/lyx.mo +share/locale/it/LC_MESSAGES/lyx.mo +share/locale/nl/LC_MESSAGES/lyx.mo +share/locale/no/LC_MESSAGES/lyx.mo +share/locale/pl/LC_MESSAGES/lyx.mo +share/locale/pt/LC_MESSAGES/lyx.mo +share/locale/ro/LC_MESSAGES/lyx.mo +share/locale/ru/LC_MESSAGES/lyx.mo +share/locale/sl/LC_MESSAGES/lyx.mo +share/locale/sv/LC_MESSAGES/lyx.mo +share/locale/tr/LC_MESSAGES/lyx.mo +share/locale/wa/LC_MESSAGES/lyx.mo +share/lyx/CREDITS +share/lyx/bind/broadway.bind +share/lyx/bind/cua.bind +share/lyx/bind/de_menus.bind +share/lyx/bind/emacs.bind +share/lyx/bind/fi_menus.bind +share/lyx/bind/fr_menus.bind +share/lyx/bind/hollywood.bind +share/lyx/bind/hu_menus.bind +share/lyx/bind/math.bind +share/lyx/bind/menus.bind +share/lyx/bind/pt_menus.bind +share/lyx/bind/sciword.bind +share/lyx/bind/sv_menus.bind +share/lyx/bind/xemacs.bind +share/lyx/chkconfig.ltx +share/lyx/clipart/platypus.eps +share/lyx/configure +share/lyx/configure.cmd +share/lyx/doc/BUGS.lyx +share/lyx/doc/Customization.lyx +share/lyx/doc/DocStyle.lyx +share/lyx/doc/Extended.lyx +share/lyx/doc/Intro.lyx +share/lyx/doc/LaTeXConfig.lyx +share/lyx/doc/LaTeXConfig.lyx.in +share/lyx/doc/README.Documentation +share/lyx/doc/Reference.lyx +share/lyx/doc/Tutorial.lyx +share/lyx/doc/UserGuide.lyx +share/lyx/doc/cs_Tutorial.lyx +share/lyx/doc/de_BUGS.lyx +share/lyx/doc/de_Customization.lyx +share/lyx/doc/de_Extended.lyx +share/lyx/doc/de_Intro.lyx +share/lyx/doc/de_Tutorial.lyx +share/lyx/doc/de_UserGuide.lyx +share/lyx/doc/es_Intro.lyx +share/lyx/doc/es_Tutorial.lyx +share/lyx/doc/escher-lsd.eps +share/lyx/doc/fr_Intro.lyx +share/lyx/doc/fr_Tutorial.lyx +share/lyx/doc/it_Intro.lyx +share/lyx/doc/it_Tutorial.lyx +share/lyx/doc/mobius.eps +share/lyx/doc/nl_Intro.lyx +share/lyx/doc/nl_Tutorial.lyx +share/lyx/doc/pl_Intro.lyx +share/lyx/doc/pl_Tutorial.lyx +share/lyx/doc/platypus.eps +share/lyx/doc/pt_Intro.lyx +share/lyx/doc/ro_Intro.lyx +share/lyx/doc/sl_Intro.lyx +share/lyx/doc/sl_Tutorial.lyx +share/lyx/doc/sv_Intro.lyx +share/lyx/doc/sv_Tutorial.lyx +share/lyx/examples/Foils.lyx +share/lyx/examples/ItemizeBullets.lyx +share/lyx/examples/Literate.lyx +share/lyx/examples/MathLabeling.lyx +share/lyx/examples/Math_macros.lyx +share/lyx/examples/Minipage.lyx +share/lyx/examples/TableExamples.lyx +share/lyx/examples/aa_head.lyx +share/lyx/examples/aa_paper.lyx +share/lyx/examples/aas_sample.lyx +share/lyx/examples/amsart-test.lyx +share/lyx/examples/amsbook-test.lyx +share/lyx/examples/ca_splash.lyx +share/lyx/examples/de_beispiel_gelyxt.lyx +share/lyx/examples/de_beispiel_roh.lyx +share/lyx/examples/de_splash.lyx +share/lyx/examples/docbook_example.lyx +share/lyx/examples/es_ejemplo_con_lyx.lyx +share/lyx/examples/es_ejemplo_sin_lyx.lyx +share/lyx/examples/es_splash.lyx +share/lyx/examples/example_lyxified.lyx +share/lyx/examples/example_raw.lyx +share/lyx/examples/fr_exemple_brut.lyx +share/lyx/examples/fr_exemple_lyxifie.lyx +share/lyx/examples/fr_splash.lyx +share/lyx/examples/it_splash.lyx +share/lyx/examples/landslide.lyx +share/lyx/examples/multicol.lyx +share/lyx/examples/nl_opsommingstekens.lyx +share/lyx/examples/nl_splash.lyx +share/lyx/examples/nl_voorbeeld_ruw.lyx +share/lyx/examples/nl_voorbeeld_verlyxt.lyx +share/lyx/examples/noweb2lyx.lyx +share/lyx/examples/pl_splash.lyx +share/lyx/examples/pt_splash.lyx +share/lyx/examples/ru_splash.lyx +share/lyx/examples/scriptone.lyx +share/lyx/examples/sl_primer_lyxan.lyx +share/lyx/examples/sl_primer_surov.lyx +share/lyx/examples/sl_splash.lyx +share/lyx/examples/splash.lyx +share/lyx/images/amssymb.xbm +share/lyx/images/amssymb.xpm +share/lyx/images/psnfss1.xbm +share/lyx/images/psnfss1.xpm +share/lyx/images/psnfss2.xbm +share/lyx/images/psnfss2.xpm +share/lyx/images/psnfss3.xbm +share/lyx/images/psnfss3.xpm +share/lyx/images/psnfss4.xbm +share/lyx/images/psnfss4.xpm +share/lyx/images/standard.xbm +share/lyx/images/standard.xpm +share/lyx/kbd/american-2.kmap +share/lyx/kbd/american.kmap +share/lyx/kbd/brazil.kmap +share/lyx/kbd/brazil2.kmap +share/lyx/kbd/czech.kmap +share/lyx/kbd/european.kmap +share/lyx/kbd/francais.kmap +share/lyx/kbd/french.kmap +share/lyx/kbd/german-2.kmap +share/lyx/kbd/german-3.kmap +share/lyx/kbd/german.kmap +share/lyx/kbd/greek.kmap +share/lyx/kbd/iso8859-1.cdef +share/lyx/kbd/iso8859-2.cdef +share/lyx/kbd/iso8859-7.cdef +share/lyx/kbd/koi8-r.kmap +share/lyx/kbd/magyar-2.kmap +share/lyx/kbd/magyar-3.kmap +share/lyx/kbd/magyar.kmap +share/lyx/kbd/polish.kmap +share/lyx/kbd/portuges.kmap +share/lyx/kbd/romanian.kmap +share/lyx/kbd/sf.kmap +share/lyx/kbd/sg.kmap +share/lyx/kbd/slovak.kmap +share/lyx/kbd/slovene.kmap +share/lyx/kbd/transilvanian.kmap +share/lyx/kbd/turkish-f.kmap +share/lyx/kbd/turkish.kmap +share/lyx/layouts/IEEEtran.layout +share/lyx/layouts/aapaper.inc +share/lyx/layouts/aapaper.layout +share/lyx/layouts/aastex.layout +share/lyx/layouts/amsart-plain.layout +share/lyx/layouts/amsart-seq.layout +share/lyx/layouts/amsart.layout +share/lyx/layouts/amsbook.layout +share/lyx/layouts/amsdefs.inc +share/lyx/layouts/amsmaths-plain.inc +share/lyx/layouts/amsmaths-seq.inc +share/lyx/layouts/amsmaths.inc +share/lyx/layouts/apa.layout +share/lyx/layouts/article.layout +share/lyx/layouts/book.layout +share/lyx/layouts/broadway.layout +share/lyx/layouts/dinbrief.layout +share/lyx/layouts/docbook.layout +share/lyx/layouts/egs.layout +share/lyx/layouts/ejour2.layout +share/lyx/layouts/foils.layout +share/lyx/layouts/g-brief-de.layout +share/lyx/layouts/g-brief-en.layout +share/lyx/layouts/hollywood.layout +share/lyx/layouts/iletter.layout +share/lyx/layouts/jarticle.layout +share/lyx/layouts/jbook.layout +share/lyx/layouts/jlinuxdoc.layout +share/lyx/layouts/jreport.layout +share/lyx/layouts/latex8.layout +share/lyx/layouts/letter.layout +share/lyx/layouts/linuxdoc.layout +share/lyx/layouts/literate-article.layout +share/lyx/layouts/literate-book.layout +share/lyx/layouts/literate-report.layout +share/lyx/layouts/literate-scrap.inc +share/lyx/layouts/lyxmacros.inc +share/lyx/layouts/manpage.layout +share/lyx/layouts/obsolete.inc +share/lyx/layouts/paper.layout +share/lyx/layouts/report.layout +share/lyx/layouts/revtex.layout +share/lyx/layouts/revtex4.layout +share/lyx/layouts/scrartcl.layout +share/lyx/layouts/scrbook.layout +share/lyx/layouts/scrclass.inc +share/lyx/layouts/scrlettr.layout +share/lyx/layouts/scrmacros.inc +share/lyx/layouts/scrreprt.layout +share/lyx/layouts/slides.layout +share/lyx/layouts/stdclass.inc +share/lyx/layouts/stdlayouts.inc +share/lyx/layouts/stdletter.inc +share/lyx/layouts/stdlists.inc +share/lyx/layouts/stdsections.inc +share/lyx/layouts/stdstarsections.inc +share/lyx/layouts/stdstruct.inc +share/lyx/lyxrc.defaults +share/lyx/lyxrc.example +share/lyx/packages.lst +share/lyx/reLyX/BUGS +share/lyx/reLyX/BasicLyX.pm +share/lyx/reLyX/CHANGES +share/lyx/reLyX/CleanTeX.pm +share/lyx/reLyX/LastLyX.pm +share/lyx/reLyX/MakePreamble.pm +share/lyx/reLyX/README +share/lyx/reLyX/ReadCommands.pm +share/lyx/reLyX/RelyxFigure.pm +share/lyx/reLyX/RelyxTable.pm +share/lyx/reLyX/Text/TeX.pm +share/lyx/reLyX/Verbatim.pm +share/lyx/reLyX/reLyX.pod +share/lyx/reLyX/reLyXmain.pl +share/lyx/reLyX/syntax.default +share/lyx/templates/IEEEtran.lyx +share/lyx/templates/aapaper.lyx +share/lyx/templates/aastex.lyx +share/lyx/templates/dinbrief.lyx +share/lyx/templates/docbook_template.lyx +share/lyx/templates/g-brief-de.lyx +share/lyx/templates/g-brief-en.lyx +share/lyx/templates/hollywood.lyx +share/lyx/templates/iletter.lyx +share/lyx/templates/latex8.lyx +share/lyx/templates/letter.lyx +share/lyx/templates/linuxdoctemplate.lyx +share/lyx/templates/revtex.lyx +share/lyx/templates/revtex4.lyx +share/lyx/templates/slides.lyx +share/lyx/tex/broadway.cls +share/lyx/tex/ejour2.cls +share/lyx/tex/hollywood.cls +share/lyx/tex/iletter.cls +share/lyx/tex/revtex.cls +share/lyx/textclass.lst +@dirrm share/lyx/bind +@dirrm share/lyx/clipart +@dirrm share/lyx/doc +@dirrm share/lyx/examples +@dirrm share/lyx/images +@dirrm share/lyx/kbd +@dirrm share/lyx/layouts +@dirrm share/lyx/reLyX/Text +@dirrm share/lyx/reLyX +@dirrm share/lyx/templates +@dirrm share/lyx/tex +@dirrm share/lyx |