From 110ad532ba60a6159ae89ba422f964c8cde3a9ca Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 8 Apr 2002 20:00:56 +0000 Subject: Initial import of ce-x11-4.4, from my own PR pkg/15627. Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use with the X Window System. --- editors/ce-x11/DESCR | 5 +++++ editors/ce-x11/Makefile | 13 +++++++++++++ editors/ce-x11/PLIST | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 editors/ce-x11/DESCR create mode 100644 editors/ce-x11/Makefile create mode 100644 editors/ce-x11/PLIST (limited to 'editors') diff --git a/editors/ce-x11/DESCR b/editors/ce-x11/DESCR new file mode 100644 index 00000000000..f1e30195eea --- /dev/null +++ b/editors/ce-x11/DESCR @@ -0,0 +1,5 @@ +This editor is derived most directly from Dave Conroy's original +MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs +v3.6. Some stuff from mg, version 2a, has also been used. + +This version of ce is intended for use with the X Window System. diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile new file mode 100644 index 00000000000..460c4ea3a1e --- /dev/null +++ b/editors/ce-x11/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $ +# + +.include "../ce/Makefile.common" + +PKGNAME= ce-x11-${VERSION} +COMMENT+= , X11 version + +ALL_TARGET= xce +INSTALL_TARGET= install-x11 man-install-x11 + +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ce-x11/PLIST b/editors/ce-x11/PLIST new file mode 100644 index 00000000000..ab185fcfd54 --- /dev/null +++ b/editors/ce-x11/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $ +bin/xce +man/man1/xce.1 -- cgit v1.2.3