pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors This is an update to lyx 1.4.1. The jump from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd41c30cc82a
branches:  trunk
changeset: 511670:bd41c30cc82a
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 18 23:21:18 2006 +0000

description:
This is an update to lyx 1.4.1.  The jump from 1.3.x to 1.4 is
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt
and http://www.lyx.org/announce/1_4_1.txt

This adds a different interface, change tracking, character styles
new tex2lyx (instead of reLyX) and a lot more.

Pkgsrc changes include:

DESCR -- remove the word "New" since it is not new.

Improve COMMENT.

makepsres tool not used anymore.

New python scripts.

Remove post-install target for texmf files as now done via normal install.

patch-ah removed -- already integrated.
patch-ai removed -- reLyX was removed.
patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild
between build and install steps -- need to check this.)

patch-ac added for sys./time.h needed; already in lyx development version.

(I did this update last week and tested on Linux, NetBSD and DragonFly
and havce been using on NetBSD.)

diffstat:

 editors/lyx-qt/DESCR            |    2 +-
 editors/lyx-qt/Makefile         |    3 +-
 editors/lyx-qt/Makefile.common  |   35 ++++---
 editors/lyx-qt/PLIST.common     |  179 +++++++++++++++++++++++++--------------
 editors/lyx-qt/distinfo         |   16 +--
 editors/lyx-qt/patches/patch-ab |   10 +-
 editors/lyx-qt/patches/patch-ac |   15 +++
 editors/lyx-qt/patches/patch-af |   31 ++----
 editors/lyx-qt/patches/patch-ah |   81 ------------------
 editors/lyx-qt/patches/patch-ai |   42 ---------
 editors/lyx-qt/patches/patch-aj |   19 ----
 editors/lyx-xforms/DESCR        |    2 +-
 editors/lyx-xforms/Makefile     |    3 +-
 13 files changed, 176 insertions(+), 262 deletions(-)

diffs (truncated from 799 to 300 lines):

diff -r 185e932a1c20 -r bd41c30cc82a editors/lyx-qt/DESCR
--- a/editors/lyx-qt/DESCR      Tue Apr 18 22:39:32 2006 +0000
+++ b/editors/lyx-qt/DESCR      Tue Apr 18 23:21:18 2006 +0000
@@ -4,7 +4,7 @@
 
 Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
 generated. Speeds up learning LaTeX and makes complicated layouts
-easy and intuitive. New features include spell-checking, international
+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 185e932a1c20 -r bd41c30cc82a editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile   Tue Apr 18 22:39:32 2006 +0000
+++ b/editors/lyx-qt/Makefile   Tue Apr 18 23:21:18 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:22 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/04/18 23:21:18 reed Exp $
 #
 
 .include "./Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/lyx-/lyx-qt-/}
-PKGREVISION=   4
 
 COMMENT+=      (QT version)
 
diff -r 185e932a1c20 -r bd41c30cc82a editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Tue Apr 18 22:39:32 2006 +0000
+++ b/editors/lyx-qt/Makefile.common    Tue Apr 18 23:21:18 2006 +0000
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile.common,v 1.36 2006/04/07 00:54:25 minskim Exp $
+# $NetBSD: Makefile.common,v 1.37 2006/04/18 23:21:18 reed Exp $
 #
 
-DISTNAME=              lyx-1.3.7
+DISTNAME=              lyx-1.4.1
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.lyx.org/pub/lyx/stable/ \
                        ftp://ftp.devel.lyx.org/pub/lyx/ \
                        ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
-                       ftp://ftp.sdsc.edu/pub/other/lyx/stable/
+                       ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \
+                       http://lyx.mirror.fr/stable/ \
+                       ftp://ftp.lip6.fr/pub/lyx/stable/ \
+                       ftp://ftp.ntua.gr/pub/X11/LyX/stable/
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            reed%reedmedia.net@localhost
 HOMEPAGE=              http://www.lyx.org/
-COMMENT=               Graphical frontend for LaTeX
+COMMENT=               Document processor and graphical frontend for LaTeX
 
 CONFLICTS=             lyx-[0-9]*
 
@@ -26,11 +29,12 @@
 USE_DIRS+=             texmf-1.0
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake makepsres perl:run
+USE_TOOLS+=            gmake perl:run
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 GCC_REQD+=             2.95
 TEX_ACCEPTED=          teTeX1 teTeX2 teTeX3
+MAKE_ENV+=             PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX}
 
 CONFIGURE_ARGS+=       --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
                        --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
@@ -70,20 +74,19 @@
 .endif
 
 PYTHON_PATCH_SCRIPTS=  lib/lyx2lyx/lyx2lyx \
-                       development/tools/generate_symbols_list.py \
+                       lib/lyx2lyx/profiling.py \
                        lib/scripts/fen2ascii.py \
-                       lib/scripts/fig2pstex.py \
-                       lib/scripts/general_command_wrapper.py \
+                       lib/scripts/layout2layout.py \
+                       lib/scripts/legacy_lyxpreview2ppm.py \
                        lib/scripts/listerrors \
-                       lib/scripts/pic2ascii.py \
-                       lib/scripts/pic2png_eps.py
+                       lib/scripts/lyxpreview2bitmap.py \
+                       lib/scripts/lyxpreview_tools.py \
+                       lib/scripts/tex_copy.py
 
-# using INSTALL_DATA_DIR instead of INSTALLATION_DIRS because PREFIX is included
-post-install:
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx &&    \
-       for i in ${WRKSRC}/lib/tex/* ; do \
-               ${INSTALL_DATA} $$i ${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/ ; \
-       done
+SUBST_CLASSES+=                python
+SUBST_STAGE.python=    pre-configure
+SUBST_FILES.python=    lib/configure.m4 lib/configure
+SUBST_SED.python=      -e "s,python ,${PYTHONBIN} ,"
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r 185e932a1c20 -r bd41c30cc82a editors/lyx-qt/PLIST.common
--- a/editors/lyx-qt/PLIST.common       Tue Apr 18 22:39:32 2006 +0000
+++ b/editors/lyx-qt/PLIST.common       Tue Apr 18 23:21:18 2006 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST.common,v 1.10 2006/04/17 07:07:18 jlam Exp $
+@comment $NetBSD: PLIST.common,v 1.11 2006/04/18 23:21:18 reed Exp $
 bin/lyx
-bin/noweb2lyx
-bin/reLyX
+bin/lyxclient
+bin/tex2lyx
 man/man1/lyx.1
 man/man1/reLyX.1
 share/locale/da/LC_MESSAGES/lyx.mo
@@ -12,9 +12,9 @@
 share/locale/fr/LC_MESSAGES/lyx.mo
 share/locale/hu/LC_MESSAGES/lyx.mo
 share/locale/it/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/no/LC_MESSAGES/lyx.mo
 share/locale/pl/LC_MESSAGES/lyx.mo
 share/locale/ro/LC_MESSAGES/lyx.mo
 share/locale/ru/LC_MESSAGES/lyx.mo
@@ -49,7 +49,6 @@
 share/lyx/doc/Intro.lyx
 share/lyx/doc/LaTeXConfig.lyx
 share/lyx/doc/LaTeXConfig.lyx.in
-share/lyx/doc/LyXConfig.lyx.in
 share/lyx/doc/Reference.lyx
 share/lyx/doc/TOC.lyx
 share/lyx/doc/Tutorial.lyx
@@ -94,11 +93,11 @@
 share/lyx/doc/it_Tutorial.lyx
 share/lyx/doc/it_UserGuide.lyx
 share/lyx/doc/mobius.eps
+share/lyx/doc/nb_Intro.lyx
+share/lyx/doc/nb_TOC.lyx
 share/lyx/doc/nl_Intro.lyx
 share/lyx/doc/nl_TOC.lyx
 share/lyx/doc/nl_Tutorial.lyx
-share/lyx/doc/no_Intro.lyx
-share/lyx/doc/no_TOC.lyx
 share/lyx/doc/pl_Extended.lyx
 share/lyx/doc/pl_Intro.lyx
 share/lyx/doc/pl_TOC.lyx
@@ -138,9 +137,16 @@
 share/lyx/examples/currency.lyx
 share/lyx/examples/cv.lyx
 share/lyx/examples/da_splash.lyx
+share/lyx/examples/de_ItemizeBullets.lyx
+share/lyx/examples/de_Lebenslauf.lyx
 share/lyx/examples/de_Minipage.lyx
+share/lyx/examples/de_TableExamples.lyx
+share/lyx/examples/de_Waehrungen.lyx
 share/lyx/examples/de_beispiel_gelyxt.lyx
 share/lyx/examples/de_beispiel_roh.lyx
+share/lyx/examples/de_decimal.lyx
+share/lyx/examples/de_mathed.lyx
+share/lyx/examples/de_multicol.lyx
 share/lyx/examples/de_splash.lyx
 share/lyx/examples/decimal.lyx
 share/lyx/examples/docbook_article.lyx
@@ -194,48 +200,67 @@
 share/lyx/examples/sl_splash.lyx
 share/lyx/examples/splash.lyx
 share/lyx/external_templates
-share/lyx/help/Bibtex.hlp
-share/lyx/help/Texinfo.hlp
 share/lyx/images/amssymb.xpm
 share/lyx/images/banner.ppm
+share/lyx/images/bookmark-goto.xpm
+share/lyx/images/bookmark-save.xpm
+share/lyx/images/break-line.xpm
 share/lyx/images/buffer-close.xpm
-share/lyx/images/buffer-export_ascii.xpm
+share/lyx/images/buffer-export_dvi.xpm
 share/lyx/images/buffer-export_latex.xpm
+share/lyx/images/buffer-export_ps.xpm
+share/lyx/images/buffer-export_text.xpm
 share/lyx/images/buffer-new.xpm
-share/lyx/images/buffer-print.xpm
+share/lyx/images/buffer-reload.xpm
 share/lyx/images/buffer-update_dvi.xpm
 share/lyx/images/buffer-update_ps.xpm
 share/lyx/images/buffer-view_dvi.xpm
 share/lyx/images/buffer-view_ps.xpm
+share/lyx/images/buffer-write-as.xpm
 share/lyx/images/buffer-write.xpm
 share/lyx/images/build-program.xpm
-share/lyx/images/citation-insert.xpm
 share/lyx/images/copy.xpm
 share/lyx/images/cut.xpm
 share/lyx/images/depth-decrement.xpm
 share/lyx/images/depth-increment.xpm
+share/lyx/images/dialog-preferences.xpm
+share/lyx/images/dialog-show-new-inset_citation.xpm
+share/lyx/images/dialog-show-new-inset_graphics.xpm
+share/lyx/images/dialog-show-new-inset_include.xpm
+share/lyx/images/dialog-show-new-inset_ref.xpm
+share/lyx/images/dialog-show_character.xpm
+share/lyx/images/dialog-show_findreplace.xpm
+share/lyx/images/dialog-show_mathpanel.xpm
+share/lyx/images/dialog-show_print.xpm
+share/lyx/images/dialog-show_spellchecker.xpm
 share/lyx/images/down.xpm
 share/lyx/images/ert-insert.xpm
 share/lyx/images/file-open.xpm
-share/lyx/images/find-replace.xpm
+share/lyx/images/float-insert_figure.xpm
+share/lyx/images/float-insert_table.xpm
 share/lyx/images/font-bold.xpm
 share/lyx/images/font-emph.xpm
-share/lyx/images/font-free.xpm
+share/lyx/images/font-free-apply.xpm
 share/lyx/images/font-noun.xpm
 share/lyx/images/font-sans.xpm
 share/lyx/images/footnote-insert.xpm
-share/lyx/images/graphics-insert.xpm
 share/lyx/images/index-insert.xpm
 share/lyx/images/label-insert.xpm
-share/lyx/images/layout.xpm
+share/lyx/images/layout-document.xpm
+share/lyx/images/layout-paragraph.xpm
+share/lyx/images/layout_Description.xpm
+share/lyx/images/layout_Enumerate.xpm
+share/lyx/images/layout_Itemize.xpm
+share/lyx/images/layout_List.xpm
 share/lyx/images/layout_LyX-Code.xpm
 share/lyx/images/layout_Scrap.xpm
 share/lyx/images/layout_Section.xpm
 share/lyx/images/lyx-quit.xpm
 share/lyx/images/lyx.xpm
 share/lyx/images/marginalnote-insert.xpm
+share/lyx/images/math-display.xpm
+share/lyx/images/math-matrix.xpm
 share/lyx/images/math-mode.xpm
-share/lyx/images/math-panel.xpm
 share/lyx/images/math-subscript.xpm
 share/lyx/images/math-superscript.xpm
 share/lyx/images/math/Bbbk.xpm
@@ -299,6 +324,7 @@
 share/lyx/images/math/bumpeq2.xpm
 share/lyx/images/math/cap.xpm
 share/lyx/images/math/cap2.xpm
+share/lyx/images/math/cases.xpm
 share/lyx/images/math/cdot.xpm
 share/lyx/images/math/cdots.xpm
 share/lyx/images/math/centerdot.xpm
@@ -405,8 +431,11 @@
 share/lyx/images/math/lambda2.xpm
 share/lyx/images/math/langle.xpm
 share/lyx/images/math/lbrace.xpm
+share/lyx/images/math/lbrace_rbrace.xpm
 share/lyx/images/math/lbracket.xpm
+share/lyx/images/math/lbracket_rbracket.xpm
 share/lyx/images/math/lceil.xpm
+share/lyx/images/math/lceil_rceil.xpm
 share/lyx/images/math/ldots.xpm
 share/lyx/images/math/leftarrow.xpm
 share/lyx/images/math/leftarrow2.xpm
@@ -430,6 +459,7 @@
 share/lyx/images/math/lessgtr.xpm
 share/lyx/images/math/lesssim.xpm
 share/lyx/images/math/lfloor.xpm
+share/lyx/images/math/lfloor_rfloor.xpm
 share/lyx/images/math/ll.xpm
 share/lyx/images/math/llcorner.xpm
 share/lyx/images/math/lll.xpm
@@ -448,6 +478,7 @@
 share/lyx/images/math/looparrowright.xpm
 share/lyx/images/math/lozenge.xpm
 share/lyx/images/math/lparen.xpm
+share/lyx/images/math/lparen_rparen.xpm
 share/lyx/images/math/lrcorner.xpm
 share/lyx/images/math/ltimes.xpm
 share/lyx/images/math/lvertneqq.xpm
@@ -566,6 +597,7 @@
 share/lyx/images/math/rightsquigarrow.xpm
 share/lyx/images/math/rightthreetimes.xpm
 share/lyx/images/math/risingdotseq.xpm
+share/lyx/images/math/root.xpm
 share/lyx/images/math/rparen.xpm
 share/lyx/images/math/rtimes.xpm
 share/lyx/images/math/searrow.xpm
@@ -616,8 +648,8 @@
 share/lyx/images/math/surd.xpm
 share/lyx/images/math/swarrow.xpm
 share/lyx/images/math/tau.xpm
-share/lyx/images/math/textrm_0.xpm
-share/lyx/images/math/textrm_A.xpm
+share/lyx/images/math/textrm_AA.xpm
+share/lyx/images/math/textrm_Oe.xpm
 share/lyx/images/math/therefore.xpm
 share/lyx/images/math/theta.xpm
 share/lyx/images/math/theta2.xpm
@@ -683,7 +715,7 @@
 share/lyx/images/math/xi.xpm
 share/lyx/images/math/xi2.xpm



Home | Main Index | Thread Index | Old Index