summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorreed <reed>2005-09-07 17:38:41 +0000
committerreed <reed>2005-09-07 17:38:41 +0000
commit75022ecbf6a1cb21edfc55f999a9da4dcba3dfcb (patch)
tree5745441e14022868e431c30fc686071eca766fdf /editors
parent3d3844b6bc718868e0b386057c1780c73fc16bf0 (diff)
downloadpkgsrc-75022ecbf6a1cb21edfc55f999a9da4dcba3dfcb.tar.gz
Use different descriptions for the QT and XForms versions of LyX.
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/DESCR2
-rw-r--r--editors/lyx-qt/Makefile.common3
-rw-r--r--editors/lyx-xforms/DESCR10
3 files changed, 13 insertions, 2 deletions
diff --git a/editors/lyx-qt/DESCR b/editors/lyx-qt/DESCR
index 586553485ed..37ff5cfd085 100644
--- a/editors/lyx-qt/DESCR
+++ b/editors/lyx-qt/DESCR
@@ -6,3 +6,5 @@ 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
character support, WYSIWYG graphics, tables, and equations.
+
+This version of LyX uses the Qt toolkit for the graphical interface.
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 2766eef63c9..a5d6f3ac1ce 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2005/07/19 17:49:33 drochner Exp $
+# $NetBSD: Makefile.common,v 1.27 2005/09/07 17:38:41 reed Exp $
#
DISTNAME= lyx-1.3.6
@@ -15,7 +15,6 @@ 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
PATCHDIR= ${.CURDIR}/../../editors/lyx-qt/patches
diff --git a/editors/lyx-xforms/DESCR b/editors/lyx-xforms/DESCR
new file mode 100644
index 00000000000..3ea793a282e
--- /dev/null
+++ b/editors/lyx-xforms/DESCR
@@ -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. New features include spell-checking, international
+character support, WYSIWYG graphics, tables, and equations.
+
+This version of LyX uses the XForms graphical user interface toolkit.