diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-25 04:19:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-25 04:19:49 +0000 |
commit | e90adf05122c192fe50adc35a859701d5de269a1 (patch) | |
tree | 9ba014bf91808a8d2df2bf4d4414b272a0787cf4 /devel/tvision | |
parent | 959ff9f74a49119083f33397fc61723f72094979 (diff) |
Notes
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 000000000000..bb2d9a8df039 --- /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 000000000000..7aa38f1accc6 --- /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 000000000000..c5b3b6538363 --- /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 000000000000..a7ab1413dd19 --- /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 000000000000..436bff5bc5ab --- /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 |