aboutsummaryrefslogtreecommitdiff
path: root/editors/textedit
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1998-01-04 22:33:30 +0000
committerJames Raynard <jraynard@FreeBSD.org>1998-01-04 22:33:30 +0000
commit5c62ad9cd80f8b15f7ae967605e38a82b7d0c7d3 (patch)
tree8009b532a1abb06923a3423b0dd300fa67f125d2 /editors/textedit
parentd01b5f56508e2f1ab5020826a012ac8f370f3358 (diff)
downloadports-5c62ad9cd80f8b15f7ae967605e38a82b7d0c7d3.tar.gz
ports-5c62ad9cd80f8b15f7ae967605e38a82b7d0c7d3.zip
Notes
Diffstat (limited to 'editors/textedit')
-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 000000000000..6cfc8eeea388
--- /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 000000000000..3776bb9c4bdc
--- /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 000000000000..febc49860598
--- /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 000000000000..7595daa072a4
--- /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 000000000000..343f24060506
--- /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 000000000000..88b8afed6d29
--- /dev/null
+++ b/editors/textedit/pkg-plist
@@ -0,0 +1,2 @@
+bin/textedit
+man/man1/textedit.1.gz