summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1998-01-04 22:33:30 +0000
committerjraynard <jraynard@FreeBSD.org>1998-01-04 22:33:30 +0000
commitd8b7a74073d55d5926c608cfdad17a9dc86d8447 (patch)
tree7bf97e6ddffd5e443429326650167a69898010e2 /editors
parent9f3a6876df2654f89ea863c571436c0be30b8d0e (diff)
downloadFreeBSD-ports-d8b7a74073d55d5926c608cfdad17a9dc86d8447.zip
FreeBSD-ports-d8b7a74073d55d5926c608cfdad17a9dc86d8447.tar.gz
The XView windowing text editor, based around command panel buttons
and text areas and menus. It supports both mouse and keyboard operations.
Diffstat (limited to 'editors')
-rw-r--r--editors/textedit/Makefile21
-rw-r--r--editors/textedit/distinfo1
-rw-r--r--editors/textedit/files/patch-aa16
-rw-r--r--editors/textedit/pkg-comment1
-rw-r--r--editors/textedit/pkg-descr3
-rw-r--r--editors/textedit/pkg-plist2
6 files changed, 44 insertions, 0 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile
new file mode 100644
index 0000000..6cfc8ee
--- /dev/null
+++ b/editors/textedit/Makefile
@@ -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>
diff --git a/editors/textedit/distinfo b/editors/textedit/distinfo
new file mode 100644
index 0000000..3776bb9
--- /dev/null
+++ b/editors/textedit/distinfo
@@ -0,0 +1 @@
+MD5 (textedit-1.0.tar.gz) = f33e298af786043aa197d7e42ecc0e6c
diff --git a/editors/textedit/files/patch-aa b/editors/textedit/files/patch-aa
new file mode 100644
index 0000000..febc498
--- /dev/null
+++ b/editors/textedit/files/patch-aa
@@ -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();
+ */
diff --git a/editors/textedit/pkg-comment b/editors/textedit/pkg-comment
new file mode 100644
index 0000000..7595daa
--- /dev/null
+++ b/editors/textedit/pkg-comment
@@ -0,0 +1 @@
+The OpenLook textedit application.
diff --git a/editors/textedit/pkg-descr b/editors/textedit/pkg-descr
new file mode 100644
index 0000000..343f240
--- /dev/null
+++ b/editors/textedit/pkg-descr
@@ -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.
diff --git a/editors/textedit/pkg-plist b/editors/textedit/pkg-plist
new file mode 100644
index 0000000..88b8afe
--- /dev/null
+++ b/editors/textedit/pkg-plist
@@ -0,0 +1,2 @@
+bin/textedit
+man/man1/textedit.1.gz
OpenPOWER on IntegriCloud