pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/lyx editors/lyx: update to 2.0.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/37366e42446d
branches: trunk
changeset: 629285:37366e42446d
user: rumko <rumko%pkgsrc.org@localhost>
date: Sun Jan 19 14:04:39 2014 +0000
description:
editors/lyx: update to 2.0.6
What's new in 2.0 (from upstream):
* Advanced Search Facility
* Spell-checking on the fly
* Compare Documents
* Multilingual Thesaurus
* Refstyle Support
* Multiple Indices
* New backends: XeTeX, LuaTeX, and XHTML
* Better output customization
* Produce output with only selected subdocuments included
* Outliner enhancements
* Document-specific Layout
* New supported LaTeX commands
* Languages, scripts and encodings
* Branches enhancements
* Table features
* Size features
* Progress view and debugging pane
* Color handling
* Instant preview inset
* Forward search for DVI/PDF files
* Optional and Required Arguments
* New (sub)version control features
* Generalized support for LaTeX files preprocessing
** Improved support for Noweb
** Support for Sweave
** Support for LilyPond-Book
Ok@ wiz
diffstat:
editors/lyx/Makefile | 45 +-
editors/lyx/PLIST | 449 ++++++++-
editors/lyx/distinfo | 18 +-
editors/lyx/patches/patch-boost_boost_detail_container__fwd.hpp | 20 +-
editors/lyx/patches/patch-src_ISpell.cpp | 24 -
editors/lyx/patches/patch-src_ServerSocket.cpp | 42 -
editors/lyx/patches/patch-src_frontends_qt4_GuiCommandBuffer.cpp | 22 -
editors/lyx/patches/patch-src_insets_InsetInclude.cpp | 13 -
editors/lyx/patches/patch-src_insets_InsetTabular.cpp | 230 -----
editors/lyx/patches/patch-src_insets_InsetText.cpp | 30 -
editors/lyx/patches/patch-src_support_debug.h | 7 +-
11 files changed, 434 insertions(+), 466 deletions(-)
diffs (truncated from 1505 to 300 lines):
diff -r 3e726ba91ae7 -r 37366e42446d editors/lyx/Makefile
--- a/editors/lyx/Makefile Sun Jan 19 13:43:48 2014 +0000
+++ b/editors/lyx/Makefile Sun Jan 19 14:04:39 2014 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.36 2013/06/06 12:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2014/01/19 14:04:39 rumko Exp $
#
-DISTNAME= lyx-1.6.10
-PKGREVISION= 12
+DISTNAME= lyx-2.0.6
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
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \
+ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/ \
+ ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.0.x/ \
+ ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.0.x/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= http://www.lyx.org/
COMMENT= Document processor and graphical frontend for LaTeX
+LICENSE= gnu-gpl-v2
CONFLICTS+= lyx-xforms-[0-9]* lyx-qt-[0-9]*
SUPERSEDES= lyx-xforms-[0-9]* lyx-qt-[0-9]*
@@ -65,19 +65,16 @@
USE_TOOLS+= gmake perl:run pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-GCC_REQD+= 2.95
CXXFLAGS.Linux+= -fpermissive
+CONFIGURE_ARGS+= --without-included-mythes
+
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
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
@@ -93,13 +90,13 @@
SHARE_DIR=share/lyx
.endif
-PYTHON_PATCH_SCRIPTS= development/tools/convert_kmap.py \
+PYTHON_PATCH_SCRIPTS= development/cmake/doc/ReplaceValues.py \
+ development/cmake/po/cat.py \
+ development/tools/convert_kmap.py \
+ development/tools/gen_lfuns.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 \
@@ -112,13 +109,19 @@
lib/scripts/fig2pdftex.py \
lib/scripts/fig2pstex.py \
lib/scripts/fig_copy.py \
+ lib/scripts/include_bib.py \
lib/scripts/layout2layout.py \
lib/scripts/legacy_lyxpreview2ppm.py \
lib/scripts/listerrors \
+ lib/scripts/lyxpak.py \
+ lib/scripts/lyxpreview-lytex2bitmap.py \
lib/scripts/lyxpreview-platex2bitmap.py \
lib/scripts/lyxpreview2bitmap.py \
lib/scripts/lyxpreview_tools.py \
lib/scripts/tex_copy.py \
+ lib/scripts/prefs2prefs.py \
+ lib/scripts/prefs2prefs_lfuns.py \
+ lib/scripts/prefs2prefs_prefs.py \
po/lyx_pot.py \
po/postats.py
@@ -128,7 +131,7 @@
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+= lib/scripts/lyxpak.py
SUBST_FILES.python+= development/scons/SConstruct
SUBST_SED.python+= -e "s, = 'python, = '${PYTHONBIN},"
SUBST_FILES.python+= src/support/os.cpp
@@ -137,10 +140,10 @@
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
-.include "../../textproc/aiksaurus/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../textproc/mythes/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 3e726ba91ae7 -r 37366e42446d editors/lyx/PLIST
--- a/editors/lyx/PLIST Sun Jan 19 13:43:48 2014 +0000
+++ b/editors/lyx/PLIST Sun Jan 19 14:04:39 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2012/03/21 18:06:48 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/01/19 14:04:39 rumko Exp $
${BIN_DIR}/lyx
${BIN_DIR}/lyxclient
${BIN_DIR}/tex2lyx
@@ -8,6 +8,8 @@
share/locale/ar/LC_MESSAGES/${LYX}.mo
share/locale/ca/LC_MESSAGES/${LYX}.mo
share/locale/cs/LC_MESSAGES/${LYX}.mo
+share/locale/nl/LC_MESSAGES/${LYX}.mo
+share/locale/da/LC_MESSAGES/${LYX}.mo
share/locale/de/LC_MESSAGES/${LYX}.mo
share/locale/el/LC_MESSAGES/${LYX}.mo
share/locale/en/LC_MESSAGES/${LYX}.mo
@@ -18,10 +20,12 @@
share/locale/gl/LC_MESSAGES/${LYX}.mo
share/locale/he/LC_MESSAGES/${LYX}.mo
share/locale/hu/LC_MESSAGES/${LYX}.mo
+share/locale/ia/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/nl/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
@@ -35,35 +39,31 @@
share/locale/zh_CN/LC_MESSAGES/${LYX}.mo
share/locale/zh_TW/LC_MESSAGES/${LYX}.mo
${SHARE_DIR}/CREDITS
+${SHARE_DIR}/autocorrect
${SHARE_DIR}/bind/aqua.bind
${SHARE_DIR}/bind/broadway.bind
${SHARE_DIR}/bind/cua.bind
${SHARE_DIR}/bind/cyrkeys.bind
${SHARE_DIR}/bind/de/menus.bind
${SHARE_DIR}/bind/emacs.bind
-${SHARE_DIR}/bind/fi/menus.bind
${SHARE_DIR}/bind/greekkeys.bind
${SHARE_DIR}/bind/hollywood.bind
${SHARE_DIR}/bind/latinkeys.bind
${SHARE_DIR}/bind/mac.bind
${SHARE_DIR}/bind/math.bind
${SHARE_DIR}/bind/menus.bind
-${SHARE_DIR}/bind/pt/menus.bind
${SHARE_DIR}/bind/sciword.bind
${SHARE_DIR}/bind/site.bind
-${SHARE_DIR}/bind/sv/menus.bind
${SHARE_DIR}/bind/xemacs.bind
${SHARE_DIR}/chkconfig.ltx
${SHARE_DIR}/commands/default.def
${SHARE_DIR}/configure.py
-${SHARE_DIR}/configure.pyc
-${SHARE_DIR}/configure.pyo
+${SHARE_DIR}/doc/Additional.lyx
${SHARE_DIR}/doc/Customization.lyx
${SHARE_DIR}/doc/DummyDocument1.lyx
${SHARE_DIR}/doc/DummyDocument2.lyx
${SHARE_DIR}/doc/DummyTextDocument.txt
${SHARE_DIR}/doc/EmbeddedObjects.lyx
-${SHARE_DIR}/doc/Extended.lyx
${SHARE_DIR}/doc/Formula-numbering.lyx
${SHARE_DIR}/doc/Intro.lyx
${SHARE_DIR}/doc/LFUNs.lyx
@@ -98,7 +98,6 @@
${SHARE_DIR}/doc/clipart/labelQt4.png
${SHARE_DIR}/doc/clipart/macrobox.png
${SHARE_DIR}/doc/clipart/macrouse.png
-${SHARE_DIR}/doc/clipart/mbox.png
${SHARE_DIR}/doc/clipart/mobius.eps
${SHARE_DIR}/doc/clipart/platypus.eps
${SHARE_DIR}/doc/clipart/referenceQt4.png
@@ -106,12 +105,12 @@
${SHARE_DIR}/doc/clipart/without_fntright.pdf
${SHARE_DIR}/doc/cs/Tutorial.lyx
${SHARE_DIR}/doc/da/Intro.lyx
+${SHARE_DIR}/doc/de/Additional.lyx
${SHARE_DIR}/doc/de/Customization.lyx
${SHARE_DIR}/doc/de/DummyDocument1.lyx
${SHARE_DIR}/doc/de/DummyDocument2.lyx
${SHARE_DIR}/doc/de/DummyTextDocument.txt
${SHARE_DIR}/doc/de/EmbeddedObjects.lyx
-${SHARE_DIR}/doc/de/Extended.lyx
${SHARE_DIR}/doc/de/Formelnummerierung.lyx
${SHARE_DIR}/doc/de/Intro.lyx
${SHARE_DIR}/doc/de/Math.lyx
@@ -130,12 +129,12 @@
${SHARE_DIR}/doc/de/clipart/StandardBoxQt4.png
${SHARE_DIR}/doc/de/clipart/UnterdokumentQt4.png
${SHARE_DIR}/doc/el/Intro.lyx
+${SHARE_DIR}/doc/es/Additional.lyx
${SHARE_DIR}/doc/es/Customization.lyx
${SHARE_DIR}/doc/es/DocumentoPostizo1.lyx
${SHARE_DIR}/doc/es/DocumentoPostizo2.lyx
${SHARE_DIR}/doc/es/DocumentoTextoPostizo.txt
${SHARE_DIR}/doc/es/EmbeddedObjects.lyx
-${SHARE_DIR}/doc/es/Extended.lyx
${SHARE_DIR}/doc/es/Formula-numbering.lyx
${SHARE_DIR}/doc/es/Intro.lyx
${SHARE_DIR}/doc/es/Math.lyx
@@ -155,17 +154,17 @@
${SHARE_DIR}/doc/es/clipart/flotanteQt4.png
${SHARE_DIR}/doc/es/clipart/notapieQt4.png
${SHARE_DIR}/doc/es/clipart/referenciaQt4.png
+${SHARE_DIR}/doc/eu/Additional.lyx
${SHARE_DIR}/doc/eu/Customization.lyx
-${SHARE_DIR}/doc/eu/Extended.lyx
${SHARE_DIR}/doc/eu/Intro.lyx
${SHARE_DIR}/doc/eu/Tutorial.lyx
${SHARE_DIR}/doc/eu/UserGuide.lyx
+${SHARE_DIR}/doc/fr/Additional.lyx
${SHARE_DIR}/doc/fr/Customization.lyx
${SHARE_DIR}/doc/fr/DocumentBidon1.lyx
${SHARE_DIR}/doc/fr/DocumentBidon2.lyx
${SHARE_DIR}/doc/fr/DocumentTexteBidon.txt
${SHARE_DIR}/doc/fr/EmbeddedObjects.lyx
-${SHARE_DIR}/doc/fr/Extended.lyx
${SHARE_DIR}/doc/fr/Formula-numbering.lyx
${SHARE_DIR}/doc/fr/Intro.lyx
${SHARE_DIR}/doc/fr/Math.lyx
@@ -175,6 +174,7 @@
${SHARE_DIR}/doc/fr/clipart/BoxInsetDefaultQt4.png
${SHARE_DIR}/doc/fr/clipart/ChildDocumentQt4.png
${SHARE_DIR}/doc/fr/clipart/CommentNoteImageQt4.png
+${SHARE_DIR}/doc/fr/clipart/ERT.png
${SHARE_DIR}/doc/fr/clipart/GreyedOutNoteImageQt4.png
${SHARE_DIR}/doc/fr/clipart/LyXNoteImageQt4.png
${SHARE_DIR}/doc/fr/clipart/floatQt4.png
@@ -187,7 +187,9 @@
${SHARE_DIR}/doc/hu/Intro.lyx
${SHARE_DIR}/doc/hu/Tutorial.lyx
${SHARE_DIR}/doc/id/Intro.lyx
+${SHARE_DIR}/doc/id/Shortcuts.lyx
${SHARE_DIR}/doc/id/Tutorial.lyx
+${SHARE_DIR}/doc/id/UserGuide.lyx
${SHARE_DIR}/doc/id/clipart/id-contrib.png
${SHARE_DIR}/doc/id/clipart/id-footnote.png
${SHARE_DIR}/doc/id/clipart/id-lingkungan.png
@@ -197,11 +199,11 @@
${SHARE_DIR}/doc/it/UserGuide.lyx
${SHARE_DIR}/doc/it/clipart/it_footnoteQt4.png
${SHARE_DIR}/doc/it/clipart/it_referenceQt4.png
+${SHARE_DIR}/doc/ja/Additional.lyx
${SHARE_DIR}/doc/ja/Customization.lyx
${SHARE_DIR}/doc/ja/DummyDocument1.lyx
${SHARE_DIR}/doc/ja/DummyDocument2.lyx
${SHARE_DIR}/doc/ja/EmbeddedObjects.lyx
-${SHARE_DIR}/doc/ja/Extended.lyx
${SHARE_DIR}/doc/ja/Formula-numbering.lyx
${SHARE_DIR}/doc/ja/Intro.lyx
${SHARE_DIR}/doc/ja/LaTeXConfig.lyx
@@ -219,7 +221,7 @@
${SHARE_DIR}/doc/nb/Intro.lyx
${SHARE_DIR}/doc/nl/Intro.lyx
${SHARE_DIR}/doc/nl/Tutorial.lyx
-${SHARE_DIR}/doc/pl/Extended.lyx
+${SHARE_DIR}/doc/pl/Additional.lyx
${SHARE_DIR}/doc/pl/Intro.lyx
${SHARE_DIR}/doc/pl/Tutorial.lyx
${SHARE_DIR}/doc/pt/Intro.lyx
@@ -243,6 +245,7 @@
${SHARE_DIR}/examples/Braille.lyx
${SHARE_DIR}/examples/CV-image.eps
${SHARE_DIR}/examples/CV-image.png
+${SHARE_DIR}/examples/FeynmanDiagrams.lyx
${SHARE_DIR}/examples/Foils.lyx
${SHARE_DIR}/examples/ItemizeBullets.lyx
${SHARE_DIR}/examples/Literate.lyx
@@ -271,6 +274,8 @@
${SHARE_DIR}/examples/ca/splash.lyx
${SHARE_DIR}/examples/chess-article.lyx
${SHARE_DIR}/examples/chessgame.lyx
+${SHARE_DIR}/examples/cs/priklad_syrovy.lyx
+${SHARE_DIR}/examples/cs/priklad_zLyXovany.lyx
${SHARE_DIR}/examples/cs/splash.lyx
${SHARE_DIR}/examples/da/splash.lyx
${SHARE_DIR}/examples/de/Braille.lyx
@@ -290,10 +295,11 @@
${SHARE_DIR}/examples/el/splash.lyx
${SHARE_DIR}/examples/es/Braille.lyx
Home |
Main Index |
Thread Index |
Old Index