diff options
author | jkh <jkh@FreeBSD.org> | 1997-02-25 04:19:49 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-02-25 04:19:49 +0000 |
commit | 06475c819b626682fe8d439a18c1b3b047118436 (patch) | |
tree | b7b08935ce40abb4302cb414125a6a5c00cd1f0c /devel/tvision | |
parent | 4fa26123e03638373621e81446fbc5c7ac8fce72 (diff) | |
download | FreeBSD-ports-06475c819b626682fe8d439a18c1b3b047118436.zip FreeBSD-ports-06475c819b626682fe8d439a18c1b3b047118436.tar.gz |
Commit the Borland TurboVision Port. I've been playing with this and
it's pretty slick if a CUI is what you're in the market for (well, it
certainly makes libdialog look seriously weak by comparison, anyway).
I plan to use it for sysinstall's replacement.
Submitted by: Sergio Sigala <ssigala@globalnet.it>
Diffstat (limited to 'devel/tvision')
-rw-r--r-- | devel/tvision/Makefile | 17 | ||||
-rw-r--r-- | devel/tvision/distinfo | 1 | ||||
-rw-r--r-- | devel/tvision/pkg-comment | 1 | ||||
-rw-r--r-- | devel/tvision/pkg-descr | 17 | ||||
-rw-r--r-- | devel/tvision/pkg-plist | 29 |
5 files changed, 65 insertions, 0 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile new file mode 100644 index 0000000..bb2d9a8 --- /dev/null +++ b/devel/tvision/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tvision +# Version required: 0.3 +# Date created: 16 February 1997 +# Whom: Sandro Sigala +# +# $Id$ +# + +DISTNAME= tvision-0.3 +CATEGORIES= devel +MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= ssigala@globalnet.it + +HAS_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/tvision/distinfo b/devel/tvision/distinfo new file mode 100644 index 0000000..7aa38f1 --- /dev/null +++ b/devel/tvision/distinfo @@ -0,0 +1 @@ +MD5 (tvision-0.3.tar.gz) = a4c2fb9ef6ababd68c6d1810fdb85558 diff --git a/devel/tvision/pkg-comment b/devel/tvision/pkg-comment new file mode 100644 index 0000000..c5b3b65 --- /dev/null +++ b/devel/tvision/pkg-comment @@ -0,0 +1 @@ +The Turbo Vision C++ CUI library for UNIX diff --git a/devel/tvision/pkg-descr b/devel/tvision/pkg-descr new file mode 100644 index 0000000..a7ab141 --- /dev/null +++ b/devel/tvision/pkg-descr @@ -0,0 +1,17 @@ +Turbo Vision for UNIX + +Turbo Vision (or TV, for short) is a library that provides an application +framework for C++ programmers. With TV, you can write beautiful +object-oriented character-mode user interfaces in very a short time. + +TV is available in C++ and Pascal and is a product of Borland International. +It was developed to run on MS-DOS systems, but today it is available for many +other platforms (ported by independent programmers). + +This port is based on the Borland 2.0 version with fixes. + +Borland has released the source code to the public some time ago (take a look +at the COPYRIGHT file in the source package for more information). + +Sandro Sigala +ssigala@globalnet.it diff --git a/devel/tvision/pkg-plist b/devel/tvision/pkg-plist new file mode 100644 index 0000000..436bff5 --- /dev/null +++ b/devel/tvision/pkg-plist @@ -0,0 +1,29 @@ +include/tvision/app.h +include/tvision/buffers.h +include/tvision/colorsel.h +include/tvision/config.h +include/tvision/dialogs.h +include/tvision/drawbuf.h +include/tvision/editors.h +include/tvision/help.h +include/tvision/helpbase.h +include/tvision/menus.h +include/tvision/msgbox.h +include/tvision/objects.h +include/tvision/outline.h +include/tvision/resource.h +include/tvision/stddlg.h +include/tvision/system.h +include/tvision/textview.h +include/tvision/tkeys.h +include/tvision/tobjstrm.h +include/tvision/ttypes.h +include/tvision/tv.h +include/tvision/tvobjs.h +include/tvision/util.h +include/tvision/validate.h +include/tvision/views.h +lib/libtvision.a +lib/libtvision.so.0.3 +@exec /sbin/ldconfig -m %B +@dirrm include/tvision |