pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx15 Initial import of lyx-1.5.3, latest stab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cd813254325
branches:  trunk
changeset: 538929:8cd813254325
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Feb 21 10:07:43 2008 +0000

description:
Initial import of lyx-1.5.3, latest stable version that uses the QT4
toolkit.

LyX 1.5.0 is the culmination of 15 months of hard work since the release of
the LyX 1.4 series. We sincerely hope you will enjoy the result. The changes
are too numerous to summarize in a few words, but initial unicode support is
the flagship among the new features.

As usual with a major release, a lot of work that is not directly visible
has taken place. The core of LyX has seen more cleanups and some of the new
features are the direct results of this work.

diffstat:

 editors/lyx15/DESCR            |    10 +
 editors/lyx15/MESSAGE          |    17 +
 editors/lyx15/Makefile         |    64 +
 editors/lyx15/PLIST            |  1297 ++++++++++++++++++++++++++++++++++++++++
 editors/lyx15/distinfo         |     7 +
 editors/lyx15/patches/patch-af |    13 +
 editors/lyx15/patches/patch-ag |    14 +
 7 files changed, 1422 insertions(+), 0 deletions(-)

diffs (truncated from 1450 to 300 lines):

diff -r c8a877f6fe24 -r 8cd813254325 editors/lyx15/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx15/DESCR       Thu Feb 21 10:07:43 2008 +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 c8a877f6fe24 -r 8cd813254325 editors/lyx15/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx15/MESSAGE     Thu Feb 21 10:07:43 2008 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/02/21 10:07:43 xtraeme 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 c8a877f6fe24 -r 8cd813254325 editors/lyx15/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx15/Makefile    Thu Feb 21 10:07:43 2008 +0000
@@ -0,0 +1,64 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/21 10:07:43 xtraeme Exp $
+#
+
+DISTNAME=              lyx-1.5.3
+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/ \
+                       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=               Document processor and graphical frontend for LaTeX
+
+CONFLICTS=             lyx-qt-[0-9]*
+CONFLICTS+=            lyx-xforms-[0-9]*
+UNLIMIT_RESOURCES+=    datasize
+
+USE_DIRS+=             texmf-1.0
+USE_LANGUAGES=         c c++
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            gmake perl:run
+EXTRACT_USING=         gtar
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+TEX_ACCEPTED=          teTeX3
+MAKE_ENV+=             PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX}
+
+CONFIGURE_ARGS+=       --with-qt4-dir=${QTDIR:Q}
+CONFIGURE_ARGS+=       --with-qt4-includes=${BUILDLINK_PREFIX.qt4-libs}/qt4/include
+CONFIGURE_ARGS+=       --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=  lib/*.py \
+                       lib/doc/*.py \
+                       lib/lyx2lyx/*.py \
+                       lib/scripts/*.py lib/scripts/listerrors \
+                       po/*.py \
+                       development/tools/*.py \
+                       development/scons/*.py
+
+SUBST_CLASSES+=                python
+SUBST_STAGE.python=    pre-configure
+SUBST_FILES.python=    lib/configure.py
+SUBST_FILES.python+=   lib/doc/Makefile.in
+SUBST_SED.python=      -e "s,python ,${PYTHONBIN} ,"
+SUBST_SED.python+=     -e "s,python -tt,${PYTHONBIN} -tt,g"
+
+.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 c8a877f6fe24 -r 8cd813254325 editors/lyx15/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx15/PLIST       Thu Feb 21 10:07:43 2008 +0000
@@ -0,0 +1,1297 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/21 10:07:43 xtraeme Exp $
+bin/lyx
+bin/lyxclient
+bin/tex2lyx
+man/man1/lyx.1
+man/man1/lyxclient.1
+man/man1/tex2lyx.1
+share/locale/ca/LC_MESSAGES/lyx.mo
+share/locale/cs/LC_MESSAGES/lyx.mo
+share/locale/de/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/it/LC_MESSAGES/lyx.mo
+share/locale/ja/LC_MESSAGES/lyx.mo
+share/locale/ko/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/tr/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/sv/menus.bind
+share/lyx/bind/xemacs.bind
+share/lyx/chkconfig.ltx
+share/lyx/configure.py
+share/lyx/configure.pyc
+share/lyx/configure.pyo
+share/lyx/doc/Customization.lyx
+share/lyx/doc/DocStyle.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/FAQ.lyx
+share/lyx/doc/Intro.lyx
+share/lyx/doc/LaTeXConfig.lyx.in
+share/lyx/doc/Reference.lyx
+share/lyx/doc/TOC.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/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/FramedNoteImageQt4.png
+share/lyx/doc/clipart/GreyedOutNoteImageQt4.png
+share/lyx/doc/clipart/LaTeX.png
+share/lyx/doc/clipart/LyXNoteImageQt4.png
+share/lyx/doc/clipart/ShadedNoteImageQt4.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/TOC.lyx
+share/lyx/doc/cs/Tutorial.lyx
+share/lyx/doc/da/Intro.lyx
+share/lyx/doc/da/TOC.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/FAQ.lyx
+share/lyx/doc/de/Intro.lyx
+share/lyx/doc/de/TOC.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/GerahmteNotizQt4.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/SchattierteNotizQt4.png
+share/lyx/doc/de/clipart/StandardBoxQt4.png
+share/lyx/doc/de/clipart/UnterdokumentQt4.png
+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/Intro.lyx
+share/lyx/doc/es/TOC.lyx
+share/lyx/doc/es/Tutorial.lyx
+share/lyx/doc/es/UserGuide.lyx
+share/lyx/doc/es/biblio/LyXDocs.bib
+share/lyx/doc/es/biblio/alphadin.bst
+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/NotaEnmarcadaImg.png
+share/lyx/doc/es/clipart/NotaLyXImagenQt4.png
+share/lyx/doc/es/clipart/NotaSombreadaImg.png
+share/lyx/doc/es/clipart/Resumen.pdf
+share/lyx/doc/es/clipart/es_ERT.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/FAQ.lyx
+share/lyx/doc/eu/Intro.lyx
+share/lyx/doc/eu/TOC.lyx
+share/lyx/doc/eu/Tutorial.lyx
+share/lyx/doc/eu/UserGuide.lyx
+share/lyx/doc/fr/Customization.lyx
+share/lyx/doc/fr/EmbeddedObjects.lyx
+share/lyx/doc/fr/Extended.lyx
+share/lyx/doc/fr/FAQ.lyx
+share/lyx/doc/fr/Intro.lyx
+share/lyx/doc/fr/TOC.lyx
+share/lyx/doc/fr/Tutorial.lyx
+share/lyx/doc/fr/UserGuide.lyx
+share/lyx/doc/fr/clipart/BoxInsetDefaultQt4.png
+share/lyx/doc/fr/clipart/ChildDocumentQt4.png
+share/lyx/doc/fr/clipart/CommentNoteImageQt4.png
+share/lyx/doc/fr/clipart/FramedNoteImageQt4.png
+share/lyx/doc/fr/clipart/GreyedOutNoteImageQt4.png
+share/lyx/doc/fr/clipart/LyXNoteImageQt4.png
+share/lyx/doc/fr/clipart/ShadedNoteImageQt4.png
+share/lyx/doc/fr/clipart/floatQt4.png
+share/lyx/doc/fr/clipart/footnoteQt4.png
+share/lyx/doc/fr/clipart/labelQt4.png
+share/lyx/doc/gl/Intro.lyx
+share/lyx/doc/gl/TOC.lyx
+share/lyx/doc/gl/Tutorial.lyx
+share/lyx/doc/he/Intro.lyx
+share/lyx/doc/he/TOC.lyx
+share/lyx/doc/he/Tutorial.lyx
+share/lyx/doc/hu/Intro.lyx
+share/lyx/doc/hu/TOC.lyx
+share/lyx/doc/hu/Tutorial.lyx
+share/lyx/doc/it/Customization.lyx
+share/lyx/doc/it/Intro.lyx
+share/lyx/doc/it/TOC.lyx
+share/lyx/doc/it/Tutorial.lyx
+share/lyx/doc/it/UserGuide.lyx
+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



Home | Main Index | Thread Index | Old Index