K 10 svn:author V 5 arved K 8 svn:date V 27 2004-10-13T08:26:49.000000Z K 7 svn:log V 759 First round of patches from Erling Jacobsen: * 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 Set maintainer back to ports, as libh is now officially a dead project Compile with GCC 3.4 Bump PORTREVISION END