pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/lyx Import lyx as lyx.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8552c985b946
branches: trunk
changeset: 400295:8552c985b946
user: reed <reed%pkgsrc.org@localhost>
date: Fri Oct 16 12:36:20 2009 +0000
description:
Import lyx as lyx.
This is version 1.6.4.1. LyX should always be able to
import old document formats.
This now works without a "python" named "python".
(But that needs to be fixed by upstream still.)
Sorry way too many changes to list them here.
I will be removing the lyx-qt, lyx-xforms, and lyx15 packages soon.
diffstat:
editors/lyx/DESCR | 10 +
editors/lyx/MESSAGE | 17 +
editors/lyx/Makefile | 93 ++
editors/lyx/PLIST | 1344 ++++++++++++++++++++++++++++++++++++++++++
editors/lyx/distinfo | 6 +
editors/lyx/patches/patch-aa | 13 +
6 files changed, 1483 insertions(+), 0 deletions(-)
diffs (truncated from 1507 to 300 lines):
diff -r d479f22615e9 -r 8552c985b946 editors/lyx/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx/DESCR Fri Oct 16 12:36:20 2009 +0000
@@ -0,0 +1,10 @@
+LyX is a wordprocessor frontend to LaTeX, which gives both the
+ease-of-use of a wordprocessor, and the flexibility and power of
+LaTeX.
+
+Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
+generated. Speeds up learning LaTeX and makes complicated layouts
+easy and intuitive. Features include spell-checking, international
+character support, WYSIWYG graphics, tables, and equations.
+
+This version of LyX uses the Qt toolkit for the graphical interface.
diff -r d479f22615e9 -r 8552c985b946 editors/lyx/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx/MESSAGE Fri Oct 16 12:36:20 2009 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2009/10/16 12:36:20 reed Exp $
+
+After upgrading LyX or adding new converters, document previewers,
+TeX fonts, or other features, LyX users should consider running
+the LyX Tools -> Reconfigure option so it can properly recognize
+any changed capabilities. Then you can use the Tools -> Preferences
+options to further configure these features.
+
+Examples of packages that can be used to extend LyX include:
+converters/latex2rtf, converters/wv, graphics/ImageMagick,
+graphics/tgif, graphics/tiff, print/dvipdfm, print/ghostscript-esp,
+print/ghostscript-gnu, print/ghostscript-nox11, print/gv,
+print/transfig, textproc/dsssl-docbook-modular, textproc/ispell-base,
+textproc/latex2html, and x11/kdebase3.
+
+===========================================================================
diff -r d479f22615e9 -r 8552c985b946 editors/lyx/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx/Makefile Fri Oct 16 12:36:20 2009 +0000
@@ -0,0 +1,93 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/16 12:36:20 reed Exp $
+#
+
+DISTNAME= lyx-1.6.4.1
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \
+ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \
+ ftp://ftp.sdsc.edu/pub/other/lyx/stable/1.6.x/ \
+ ftp://ftp.lip6.fr/pub/lyx/stable/1.6.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= reed%reedmedia.net@localhost
+HOMEPAGE= http://www.lyx.org/
+COMMENT= Document processor and graphical frontend for LaTeX
+
+CONFLICTS+= lyx-xforms-[0-9]* lyx-qt-[0-9]*
+
+UNLIMIT_RESOURCES+= datasize
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+GNU_CONFIGURE= YES
+USE_TOOLS+= gmake perl:run pkg-config
+USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
+GCC_REQD+= 2.95
+TEX_ACCEPTED= teTeX3
+MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX}
+
+CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \
+ --with-qt4-dir=${QTDIR:Q} \
+ --with-qt4-includes=${BUILDLINK_PREFIX.qt4-libs}/qt4/include \
+ --with-qt4-libraries=${BUILDLINK_PREFIX.qt4-libs}/qt4/lib
+
+CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
+ --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
+ --with-pspell
+
+PYTHON_PATCH_SCRIPTS= development/tools/convert_kmap.py \
+ development/tools/generate_symbols_list.py \
+ development/tools/lyxpak.py \
+ development/tools/lyxpak.py \
+ development/tools/unicodesymbols.py \
+ lib/configure.py \
+ lib/doc/depend.py \
+ lib/lyx2lyx/lyx2lyx \
+ lib/lyx2lyx/profiling.py \
+ lib/scripts/TeXFiles.py \
+ lib/scripts/clean_dvi.py \
+ lib/scripts/convertDefault.py \
+ lib/scripts/csv2lyx.py \
+ lib/scripts/date.py \
+ lib/scripts/ext_copy.py \
+ lib/scripts/fen2ascii.py \
+ lib/scripts/fig2pdftex.py \
+ lib/scripts/fig2pstex.py \
+ lib/scripts/fig_copy.py \
+ lib/scripts/layout2layout.py \
+ lib/scripts/legacy_lyxpreview2ppm.py \
+ lib/scripts/listerrors \
+ lib/scripts/lyxpreview-platex2bitmap.py \
+ lib/scripts/lyxpreview2bitmap.py \
+ lib/scripts/lyxpreview_tools.py \
+ lib/scripts/tex_copy.py \
+ po/lyx_pot.py \
+ po/postats.py
+
+SUBST_CLASSES+= python
+SUBST_STAGE.python= pre-configure
+SUBST_FILES.python= lib/configure.py
+SUBST_SED.python= -e "s,python ,${PYTHONBIN} ,"
+SUBST_FILES.python+= src/graphics/GraphicsConverter.cpp
+SUBST_SED.python+= -e "s,\#!/usr/bin/env python,\#!${PYTHONBIN},"
+SUBST_FILES.python+= development/tools/lyxpak.py
+SUBST_FILES.python+= development/scons/SConstruct
+SUBST_SED.python+= -e "s, = 'python, = '${PYTHONBIN},"
+SUBST_FILES.python+= src/support/os.cpp
+SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,'
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../print/teTeX/module.mk"
+.include "../../textproc/aiksaurus/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d479f22615e9 -r 8552c985b946 editors/lyx/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx/PLIST Fri Oct 16 12:36:20 2009 +0000
@@ -0,0 +1,1344 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/16 12:36:20 reed Exp $
+bin/lyx
+bin/lyxclient
+bin/tex2lyx
+man/man1/lyx.1
+man/man1/lyxclient.1
+man/man1/tex2lyx.1
+share/locale/ar/LC_MESSAGES/lyx.mo
+share/locale/ca/LC_MESSAGES/lyx.mo
+share/locale/cs/LC_MESSAGES/lyx.mo
+share/locale/de/LC_MESSAGES/lyx.mo
+share/locale/en/LC_MESSAGES/lyx.mo
+share/locale/es/LC_MESSAGES/lyx.mo
+share/locale/eu/LC_MESSAGES/lyx.mo
+share/locale/fi/LC_MESSAGES/lyx.mo
+share/locale/fr/LC_MESSAGES/lyx.mo
+share/locale/gl/LC_MESSAGES/lyx.mo
+share/locale/he/LC_MESSAGES/lyx.mo
+share/locale/hu/LC_MESSAGES/lyx.mo
+share/locale/id/LC_MESSAGES/lyx.mo
+share/locale/it/LC_MESSAGES/lyx.mo
+share/locale/ja/LC_MESSAGES/lyx.mo
+share/locale/nb/LC_MESSAGES/lyx.mo
+share/locale/nn/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/sk/LC_MESSAGES/lyx.mo
+share/locale/tr/LC_MESSAGES/lyx.mo
+share/locale/uk/LC_MESSAGES/lyx.mo
+share/locale/zh_CN/LC_MESSAGES/lyx.mo
+share/locale/zh_TW/LC_MESSAGES/lyx.mo
+share/lyx/CREDITS
+share/lyx/bind/aqua.bind
+share/lyx/bind/broadway.bind
+share/lyx/bind/cua.bind
+share/lyx/bind/cyrkeys.bind
+share/lyx/bind/de/menus.bind
+share/lyx/bind/emacs.bind
+share/lyx/bind/fi/menus.bind
+share/lyx/bind/greekkeys.bind
+share/lyx/bind/hollywood.bind
+share/lyx/bind/latinkeys.bind
+share/lyx/bind/mac.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/site.bind
+share/lyx/bind/sv/menus.bind
+share/lyx/bind/xemacs.bind
+share/lyx/chkconfig.ltx
+share/lyx/commands/default.def
+share/lyx/configure.py
+share/lyx/configure.pyc
+share/lyx/configure.pyo
+share/lyx/doc/Customization.lyx
+share/lyx/doc/DummyDocument1.lyx
+share/lyx/doc/DummyDocument2.lyx
+share/lyx/doc/DummyTextDocument.txt
+share/lyx/doc/EmbeddedObjects.lyx
+share/lyx/doc/Extended.lyx
+share/lyx/doc/Formula-numbering.lyx
+share/lyx/doc/Intro.lyx
+share/lyx/doc/LFUNs.lyx
+share/lyx/doc/LaTeXConfig.lyx
+share/lyx/doc/Math.lyx
+share/lyx/doc/Shortcuts.lyx
+share/lyx/doc/Tutorial.lyx
+share/lyx/doc/UserGuide.lyx
+share/lyx/doc/biblio/LyXDocs.bib
+share/lyx/doc/biblio/alphadin.bst
+share/lyx/doc/ca/Intro.lyx
+share/lyx/doc/clipart/Abstract.pdf
+share/lyx/doc/clipart/BoxInsetDefaultQt4.png
+share/lyx/doc/clipart/ChangesToolbar.png
+share/lyx/doc/clipart/ChildDocumentQt4.png
+share/lyx/doc/clipart/CommentNoteImageQt4.png
+share/lyx/doc/clipart/ERT.png
+share/lyx/doc/clipart/ExternalMaterialQt4.png
+share/lyx/doc/clipart/ExtraToolbar.png
+share/lyx/doc/clipart/GreyedOutNoteImageQt4.png
+share/lyx/doc/clipart/LaTeX.png
+share/lyx/doc/clipart/LyXNoteImageQt4.png
+share/lyx/doc/clipart/MacroToolbar.png
+share/lyx/doc/clipart/SpaceMarker.png
+share/lyx/doc/clipart/StandardToolbar.png
+share/lyx/doc/clipart/ToolbarEnvBox.png
+share/lyx/doc/clipart/ViewToolbar.png
+share/lyx/doc/clipart/endnotes.pdf
+share/lyx/doc/clipart/escher-lsd.eps
+share/lyx/doc/clipart/floatQt4.png
+share/lyx/doc/clipart/footnoteQt4.png
+share/lyx/doc/clipart/labelQt4.png
+share/lyx/doc/clipart/macrobox.png
+share/lyx/doc/clipart/macrouse.png
+share/lyx/doc/clipart/mbox.png
+share/lyx/doc/clipart/mobius.eps
+share/lyx/doc/clipart/platypus.eps
+share/lyx/doc/clipart/referenceQt4.png
+share/lyx/doc/clipart/with_fntright.pdf
+share/lyx/doc/clipart/without_fntright.pdf
+share/lyx/doc/cs/Tutorial.lyx
+share/lyx/doc/da/Intro.lyx
+share/lyx/doc/de/Customization.lyx
+share/lyx/doc/de/DummyDocument1.lyx
+share/lyx/doc/de/DummyDocument2.lyx
+share/lyx/doc/de/DummyTextDocument.txt
+share/lyx/doc/de/EmbeddedObjects.lyx
+share/lyx/doc/de/Extended.lyx
+share/lyx/doc/de/Formelnummerierung.lyx
+share/lyx/doc/de/Intro.lyx
+share/lyx/doc/de/Math.lyx
+share/lyx/doc/de/Shortcuts.lyx
+share/lyx/doc/de/Tutorial.lyx
+share/lyx/doc/de/UserGuide.lyx
+share/lyx/doc/de/clipart/ERT.png
+share/lyx/doc/de/clipart/ExternesMaterialQt4.png
+share/lyx/doc/de/clipart/FussnoteQt4.png
+share/lyx/doc/de/clipart/GleitobjektQt4.png
+share/lyx/doc/de/clipart/GrauschriftNotizQt4.png
+share/lyx/doc/de/clipart/KommentarQt4.png
+share/lyx/doc/de/clipart/LyXNotizQt4.png
+share/lyx/doc/de/clipart/Marke.png
+share/lyx/doc/de/clipart/Querverweis.png
+share/lyx/doc/de/clipart/StandardBoxQt4.png
+share/lyx/doc/de/clipart/UnterdokumentQt4.png
+share/lyx/doc/es/Customization.lyx
+share/lyx/doc/es/DocumentoPostizo1.lyx
+share/lyx/doc/es/DocumentoPostizo2.lyx
+share/lyx/doc/es/DocumentoTextoPostizo.txt
+share/lyx/doc/es/EmbeddedObjects.lyx
+share/lyx/doc/es/Extended.lyx
+share/lyx/doc/es/Formula-numbering.lyx
+share/lyx/doc/es/Intro.lyx
+share/lyx/doc/es/Math.lyx
+share/lyx/doc/es/Shortcuts.lyx
+share/lyx/doc/es/Tutorial.lyx
+share/lyx/doc/es/UserGuide.lyx
+share/lyx/doc/es/clipart/ComentNotaImagenQt4.png
+share/lyx/doc/es/clipart/CuadroMinipagQt4.png
+share/lyx/doc/es/clipart/DocumentoHijoQt4.png
+share/lyx/doc/es/clipart/GrisNotaImagenQt4.png
+share/lyx/doc/es/clipart/MaterialExternoQt4.png
+share/lyx/doc/es/clipart/NotaLyXImagenQt4.png
+share/lyx/doc/es/clipart/Resumen.pdf
+share/lyx/doc/es/clipart/es_ERT.png
+share/lyx/doc/es/clipart/es_ToolbarEnvBox.png
+share/lyx/doc/es/clipart/etiquetaQt4.png
+share/lyx/doc/es/clipart/flotanteQt4.png
+share/lyx/doc/es/clipart/notapieQt4.png
+share/lyx/doc/es/clipart/referenciaQt4.png
+share/lyx/doc/eu/Customization.lyx
+share/lyx/doc/eu/Extended.lyx
+share/lyx/doc/eu/Intro.lyx
+share/lyx/doc/eu/Tutorial.lyx
+share/lyx/doc/eu/UserGuide.lyx
+share/lyx/doc/fr/Customization.lyx
+share/lyx/doc/fr/DocumentBidon1.lyx
+share/lyx/doc/fr/DocumentBidon2.lyx
+share/lyx/doc/fr/DocumentTexteBidon.txt
+share/lyx/doc/fr/EmbeddedObjects.lyx
+share/lyx/doc/fr/Extended.lyx
Home |
Main Index |
Thread Index |
Old Index