summaryrefslogtreecommitdiff
path: root/devel/tvision
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-10Update to 0.8, and add patches from FreeBSD ports to make this buildwiz5-32/+24
with gcc3 (only, so GCC_REQD=3.0 now). Changes since 0.7: - Piotr Klaban helped to port the library under Sun Solaris 2.6. - Vitaly Fedrushkov fixed some warnings with egcs and improved signal handling. - Artur Harasimiuk fixed a bug in TMemo.cc. - Thorsten Dittmar helped to spot a buffer overflow problem in asm.cc. - Vladimir Zarozhevsky sent a patch for bsdi. - Sergey Clushin ported the help compiler. - Helmut Fahrion
2004-04-25Convert to buildlink3.snj1-3/+3
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Strongly-buildlink and mark as USE_BUILDLINK_ONLY.jlam1-5/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-18Fix typo.jtb1-1/+1
2001-05-17Lose leading '(The|the) ' from COMMENTabs1-2/+2
2001-05-17Initial import of tvision.jtb6-0/+100
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). Package provided by Nathan Ahlstrom <nathan.ahlstrom@medtronic.com> in PR pkg/12912.