./devel/tvision, Turbo Vision C++ CUI library for UNIX

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 0.8nb3, Package name: tvision-0.8nb3, Maintainer: pkgsrc-users

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 a very
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).


Master sites: (Expand)

SHA1: c3a9948052289f77534de7a05a5d90d3ce770fff
RMD160: d6bc5b690d95eb50dea167d30de66daeb267baf3
Filesize: 1265.682 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 07:14:35 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #5023 - requested by joerg
devel/tvision: build fix

Revisions pulled up:
- devel/tvision/distinfo                                        1.9
- devel/tvision/patches/patch-lib_TWindow_cc                    1.2
- devel/tvision/patches/patch-lib_colorsel_cc                   1.2
- devel/tvision/patches/patch-lib_tobjstrm_h                    1.2

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Wed May 18 20:19:46 UTC 2016

   Modified Files:
   	pkgsrc/devel/tvision: distinfo
   	pkgsrc/devel/tvision/patches: patch-lib_TWindow_cc
   	    patch-lib_colorsel_cc patch-lib_tobjstrm_h

   Log message:
   Don't assume intptr_t is magically defined, but request it when
   necessary.