mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
21
editors/textedit/Makefile
Normal 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>
|
1
editors/textedit/distinfo
Normal file
1
editors/textedit/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (textedit-1.0.tar.gz) = f33e298af786043aa197d7e42ecc0e6c
|
16
editors/textedit/files/patch-aa
Normal file
16
editors/textedit/files/patch-aa
Normal 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();
|
||||
*/
|
1
editors/textedit/pkg-comment
Normal file
1
editors/textedit/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The OpenLook textedit application.
|
3
editors/textedit/pkg-descr
Normal file
3
editors/textedit/pkg-descr
Normal 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.
|
2
editors/textedit/pkg-plist
Normal file
2
editors/textedit/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/textedit
|
||||
man/man1/textedit.1.gz
|
Loading…
Add table
Reference in a new issue