pkgsrc-WIP-changes archive

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

qemacs: cleaned up DESCR and options



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Thu Nov 16 20:56:24 2023 -0500
Changeset:	bdfb9968c1ee9cd8d559ea3af7bae1cc7f6201e9

Modified Files:
	qemacs/DESCR
	qemacs/options.mk

Log Message:
qemacs: cleaned up DESCR and options

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bdfb9968c1ee9cd8d559ea3af7bae1cc7f6201e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qemacs/DESCR      | 24 +++++++++---------------
 qemacs/options.mk |  6 +-----
 2 files changed, 10 insertions(+), 20 deletions(-)

diffs:
diff --git a/qemacs/DESCR b/qemacs/DESCR
index fb3e253e6d..b0a94a74c0 100644
--- a/qemacs/DESCR
+++ b/qemacs/DESCR
@@ -1,18 +1,12 @@
-qemacs - a small but powerful UNIX editor with many features
+qemacs - small but powerful UNIX editor with many features
 that even big editors lack.
 
 QEmacs is a text editor targeted at embedded systems or debugging.
-Although it is very small, it has some very interesting features that
-even big editors lack:
-- Full screen editor with an Emacs look and feel with all common Emacs
-features.
-- Can edit huge files
-- Full Unicode support
-- Various syntax modes for common programming langauges
-- Shell mode: full color VT100 terminal emulation so your shell works
-exactly as you expect
-- Input methods for most languages, including Chinese.
-- Binary and hexadecimal in place editing mode
-- Works on any VT100 terminal without termcap. UTF-8 VT100 support
-included with double width glyphs.
-- X11 support
+Although it is very small, it has some very interesting features
+that even big editors lack such as an Emacs look and feel with all
+common Emacs features, can edit huge files, has full Unicode support,
+has various syntax modes for common programming langauges, a shell
+mode with full color VT100 terminal emulation, input methods for
+most languages (including Chinese), binary and hexadecimal in place
+editing mode, no termcap requirement, X11 support, and PNG/bitmap
+support.
diff --git a/qemacs/options.mk b/qemacs/options.mk
index 74be7d7ea3..4c3e7454da 100644
--- a/qemacs/options.mk
+++ b/qemacs/options.mk
@@ -14,14 +14,10 @@ PLIST_VARS+=	html
 ### Support x11
 ###
 .if !empty(PKG_OPTIONS:Mx11)
-.include "../../x11/libX11/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-x11
 CONFIGURE_ARGS+=	--enable-html
 CONFIGURE_ARGS+=	--enable-png
 PLIST.html=            yes
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--disable-x11
-CONFIGURE_ARGS+=	--disable-html
-CONFIGURE_ARGS+=	--disable-png
 .endif


Home | Main Index | Thread Index | Old Index