pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/elvis-x11 initial import of elvis-2.2.0 (x11 v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5492bfea5f7
branches: trunk
changeset: 466574:f5492bfea5f7
user: recht <recht%pkgsrc.org@localhost>
date: Tue Jan 20 21:17:22 2004 +0000
description:
initial import of elvis-2.2.0 (x11 version)
by Peter Bex via pkgsrc-wip
This is the X11 GUI version of Elvis. It includes the console version, as well.
Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:
* Syntax Highlighting.
* Multiple files in multiple windows.
* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
* Networking support (http and ftp).
* GUI frontends for some of its platforms.
diffstat:
editors/elvis-x11/DESCR | 10 ++++++++++
editors/elvis-x11/Makefile | 18 ++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r f34fb10fb8e9 -r f5492bfea5f7 editors/elvis-x11/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/elvis-x11/DESCR Tue Jan 20 21:17:22 2004 +0000
@@ -0,0 +1,10 @@
+This is the X11 GUI version of Elvis. It includes the console version, as well.
+
+Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
+a remarkable number of bells and whistles like:
+
+ * Syntax Highlighting.
+ * Multiple files in multiple windows.
+ * Browse modes for LaTeX (rather experimental), HTML and MAN pages.
+ * Networking support (http and ftp).
+ * GUI frontends for some of its platforms.
diff -r f34fb10fb8e9 -r f5492bfea5f7 editors/elvis-x11/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/elvis-x11/Makefile Tue Jan 20 21:17:22 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/20 21:17:22 recht Exp $
+#
+
+.include "../elvis/Makefile.common"
+
+PKGNAME= elvis-x11-2.2.0
+COMMENT= GUI for elvis, includes console elvis
+
+CONFLICTS+= elvis-[0-9]*
+
+USE_X11= YES
+CONFIGURE_ARGS+= --with-x=yes
+CONFIGURE_ARGS+= --with-xft
+
+MAKEFLAGS+= CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}"
+
+.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index