summaryrefslogtreecommitdiffstats
path: root/devel/tvision
Commit message (Collapse)AuthorAgeFilesLines
* * Integrate tvision-0.8-timeout.patch from PR: 71544arved2004-11-103-130/+287
| | | | | | | | | | ** Don't use alarms and signals, but use the timeout-feature of ncurses. Submitted by: Erling Jacobsen <linuxcub@email.dk> * Don't patch a sourcefile twice, move patch-ncurses-mouse into patch-lib::system.cc * As gcc33 is broken on AMD64 use gcc34 there * Bump PORTREVISION
* Go back to gcc3.3 to fix build.arved2004-10-241-1/+1
| | | | Reported by: kris
* First round of patches from Erling Jacobsen:arved2004-10-135-3/+360
| | | | | | | | | | | | | | | | | | | | | * ntohs() won't work, because it converts from bigendian to native byteorder, and the format used in TVision streams is littleendian. Conversion must be done explicitly, by calling readByte() several times, in consecutive statements ! *This enables ncurses mouse support, which was broken (it seemed to depend on gpm in an unhealthy way). *Un*x filenames can easily contain spaces ... Don't trim the filename. *Avoid possible problems with signed/unsigned char comparisons. And functions like toupper must be called with an unsigned char. PR: 71544 Submitted by: Erling Jacobsen <linuxcub@email.dk> Set maintainer back to ports, as libh is now officially a dead project Compile with GCC 3.4 Bump PORTREVISION
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* USE_GCC 3.3, because it compiles fine with CURRENTS systemcompilerarved2004-02-111-1/+1
|
* Unbreak build on -CURRENT. Maintainer informed.fjoe2003-10-162-7/+6
|
* BROKEN on 5.x: does not compilekris2003-10-161-0/+4
|
* Remove an obsolete headerfile.arved2003-03-232-3/+2
| | | | | | | Switch to gcc 3.2, while I am here. Bump PORTREVISION Reported by: kris Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build on STABLE, by adding USE_GCC=3.1.arved2003-01-181-0/+1
| | | | Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
* Fix Build on CURRENT.arved2003-01-104-6/+5246
| | | | | | | | Set Maintainer to libh@ Bump PORTREVISION Submitted by: Max Okumoto <okumoto@ucsd.edu> Discussed on: libh
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Mark BROKEN on 5.0kris2002-10-261-1/+7
|
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-251-2/+3
| | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Bump PORTREVISION for the header file fixes in the last commit.petef2002-06-011-0/+1
| | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
* Refer to "tvision/myendian.h" instead of just "myendian.h" and actuallypetef2002-05-272-0/+10
| | | | | | | install the header. PR: 36800 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
* Update to 0.8pat2002-03-115-16/+46
| | | | | PR: 35789 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add WWW and MASTER_SITESkevlo2002-01-312-1/+4
|
* make it work with 80x50ijliao2001-11-242-1/+23
| | | | | PR: 31973 Submitted by: Andrew Milton <akm@theinternet.com.au>
* New maintainer ports@; Sandro Sigala is no longer running FreeBSD.tg2001-11-071-1/+1
| | | | Update MASTER_SITES for umatrix, while I'm here.
* Don't crash if a menu contains no submenus.alex2001-09-282-0/+12
|
* Silence a warning.alex2001-06-191-0/+11
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-152-2/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisreg2000-01-291-1/+0
| | | | for them.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Previous master site is now defunct. Find a new one and upgrade to versionsteve1999-07-053-11/+9
| | | | 0.7 while I'm here.
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-052-9/+2
| | | | the .la file.
* Unbreak for ELF.kuriyama1999-05-091-3/+1
| | | | Found by: bento
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | | | Creating package /usr/ports/packages/All/tvision-0.6.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz' tar: can't add file lib/libtvision.so.0 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1
* Upgrade to 0.6.vanilla1998-09-163-8/+20
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Upgrade to 0.5. Now it uses the ACS for the terminal, if available.tg1997-12-102-4/+4
|
* Correct the "version required" comment.jdp1997-05-291-2/+2
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* Update to version 0.4. Now supports moused!jkh1997-04-253-5/+5
|
* Commit the Borland TurboVision Port. I've been playing with this andjkh1997-02-255-0/+65
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>
OpenPOWER on IntegriCloud