The XView windowing text editor, based around command panel buttons

and text areas and menus.  It supports both mouse and keyboard
operations.
This commit is contained in:
James Raynard 1998-01-04 22:33:30 +00:00
parent d01b5f5650
commit 5c62ad9cd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9265
6 changed files with 44 additions and 0 deletions

21
editors/textedit/Makefile Normal file
View file

@ -0,0 +1,21 @@
# New ports collection makefile for: textedit
# Version required: 1.0
# Date created: 3 January 1998
# Whom: jraynard
#
# $Id$
#
DISTNAME= textedit-1.0
CATEGORIES= x11
MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/
MAINTAINER= jraynard@@freebsd.org
WRKSRC= ${WRKDIR}/textedit
LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib
USE_IMAKE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (textedit-1.0.tar.gz) = f33e298af786043aa197d7e42ecc0e6c

View file

@ -0,0 +1,16 @@
--- textedit.c.orig Tue Nov 4 22:36:32 1997
+++ textedit.c Tue Nov 4 22:45:23 1997
@@ -40,10 +40,13 @@
* The function is already defined in the XView libraries
long textsw_store_file();
*/
+#if (!defined(BSD) || (BSD < 199103))
char *getwd(), *sprintf();
+#endif
void frame_cmdline_help();
static int off();
static Notify_value mysigproc();
+static die(char *, char *, char *);
/*
extern Notify_value textedit_event_proc();
*/

View file

@ -0,0 +1 @@
The OpenLook textedit application.

View file

@ -0,0 +1,3 @@
The XView windowing text editor, based around command panel buttons
and text areas and menus. It supports both mouse and keyboard
operations.

View file

@ -0,0 +1,2 @@
bin/textedit
man/man1/textedit.1.gz