diff options
author | reed <reed@pkgsrc.org> | 2004-08-26 18:04:10 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-08-26 18:04:10 +0000 |
commit | f2f825d2227543b1ac3eed224005fc01b2b5cb17 (patch) | |
tree | eb0914aaef37650ac629915fe8bb3f2d57ae7753 /editors | |
parent | d4f7c70188f8c8a716ad56dce1cf8c963d3e8ba1 (diff) | |
download | pkgsrc-f2f825d2227543b1ac3eed224005fc01b2b5cb17.tar.gz |
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 (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/MESSAGE | 17 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
4 files changed, 23 insertions, 5 deletions
diff --git a/editors/lyx-qt/MESSAGE b/editors/lyx-qt/MESSAGE new file mode 100644 index 00000000000..c3460b14962 --- /dev/null +++ b/editors/lyx-qt/MESSAGE @@ -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 --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index e728c7a47e8..35779be1256 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -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 --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 8d5ed40da64..4dba01702ca 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -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 @@ COMMENT= Graphical frontend for LaTeX 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 --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 97e16a720c7..051f373242c 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -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) |