pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Added a MESSAGE file that is shared with both ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/529813914b57
branches:  trunk
changeset: 479929:529813914b57
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Aug 26 18:04:10 2004 +0000

description:
Added a MESSAGE file that is shared with both lyx-qt and lyx-xforms.
And bumped PKGREVISIONs.

This MESSAGE suggests that the user run's LyX's reconfigure option
when upgrading or adding other packages.

The MESSAGE also lists several packages that can extend LyX.
(Later, when wip/sgmltools-lite and wip/html2latex are added to
pkgsrc these should be added to the list.)

diffstat:

 editors/lyx-qt/MESSAGE         |  17 +++++++++++++++++
 editors/lyx-qt/Makefile        |   4 ++--
 editors/lyx-qt/Makefile.common |   3 ++-
 editors/lyx-xforms/Makefile    |   4 ++--
 4 files changed, 23 insertions(+), 5 deletions(-)

diffs (70 lines):

diff -r 3565cdc195c9 -r 529813914b57 editors/lyx-qt/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx-qt/MESSAGE    Thu Aug 26 18:04:10 2004 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/08/26 18:04:10 reed Exp $
+
+After upgrading LyX or adding new converters, document previewers,
+TeX fonts, or other features, LyX users should consider running
+the LyX Edit -> Reconfigure option so it can properly recognize
+any changed capabilities. Then you can use the Edit -> 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 3565cdc195c9 -r 529813914b57 editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile   Thu Aug 26 13:39:23 2004 +0000
+++ b/editors/lyx-qt/Makefile   Thu Aug 26 18:04:10 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2004/06/04 15:30:35 reed Exp $
+# $NetBSD: Makefile,v 1.14 2004/08/26 18:04:10 reed Exp $
 #
 
 .include "./Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/lyx-/lyx-qt-/}
-PKGREVISION=   3
+PKGREVISION=   4
 
 COMMENT+=      (QT version)
 
diff -r 3565cdc195c9 -r 529813914b57 editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Thu Aug 26 13:39:23 2004 +0000
+++ b/editors/lyx-qt/Makefile.common    Thu Aug 26 18:04:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2004/06/04 15:30:35 reed Exp $
+# $NetBSD: Makefile.common,v 1.19 2004/08/26 18:04:10 reed Exp $
 #
 
 DISTNAME=              lyx-1.3.4
@@ -14,6 +14,7 @@
 CONFLICTS=             lyx-[0-9]*
 DEPENDS+=              teTeX-[0-9]*:../../print/teTeX
 
+MESSAGE_SRC=           ${.CURDIR}/../../editors/lyx-qt/MESSAGE
 DESCR_SRC=             ${.CURDIR}/../../editors/lyx-qt/DESCR
 DISTINFO_FILE=         ${.CURDIR}/../../editors/lyx-qt/distinfo
 FILESDIR=              ${.CURDIR}/../../editors/lyx-qt/files
diff -r 3565cdc195c9 -r 529813914b57 editors/lyx-xforms/Makefile
--- a/editors/lyx-xforms/Makefile       Thu Aug 26 13:39:23 2004 +0000
+++ b/editors/lyx-xforms/Makefile       Thu Aug 26 18:04:10 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/06/04 15:30:35 reed Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/26 18:04:10 reed Exp $
 #
 
 .include "../lyx-qt/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/lyx-/lyx-xforms-/}
-PKGREVISION=   2
+PKGREVISION=   3
 
 COMMENT+=      (xforms version)
 



Home | Main Index | Thread Index | Old Index