aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tide/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-08 06:59:53 +0800
committerwill <will@FreeBSD.org>2001-04-08 06:59:53 +0800
commit0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23 (patch)
treecf969c9889e41c7a38935daaf2982b88bb2e12aa /devel/tide/pkg-descr
parent7afd7f4157749192d2407dab2ee230ed4aa13ece (diff)
downloadfreebsd-ports-graphics-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.tar.gz
freebsd-ports-graphics-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.tar.zst
freebsd-ports-graphics-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.zip
Add tide 1.4, T3X Integrated Development Environment and T3X Tool
classes. PR: 22048 Submitted by: Nils M Holm <nmh@t3x.org>
Diffstat (limited to 'devel/tide/pkg-descr')
-rw-r--r--devel/tide/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/tide/pkg-descr b/devel/tide/pkg-descr
new file mode 100644
index 00000000000..8fc03b315ec
--- /dev/null
+++ b/devel/tide/pkg-descr
@@ -0,0 +1,23 @@
+TIDE is the T3X Integrated Development Environment. Basically, it
+is a text editor with an integrated interface to the T3X compiler.
+T3X 6.8 or a later version is recommended to run TIDE. The main
+purposes of TIDE are:
+
+. editing source programs
+. compiling programs without leaving the editor
+. locating formal errors
+. running programs
+
+T3Xtools is a set of classes which provides some frequently
+used functionality like
+
+. managing configuration files
+. visually and non-visually editing ASCII text
+. navigating directory trees and selecting files
+. displaying and editing forms
+. presenting menu boxes and prompt boxes
+
+WWW: http://www.t3x.org/
+
+--
+Nils M Holm <nmh@t3x.org>