o don't apply bitwise shift to components when setting palette - vgl don't
need it unlike fbcon (after which libvgl driver was modelled). Bump
PORTREVISION as a result of bugfix.
o Use proper versioning in the port Makefile. BUMP PORTEPOCH
o Changes:
- DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series).
- Fixed GBC and SGB colors to span from black to true white.
- Added sound chip initialization on startup (Fortified Zone, Fortified
Zone 2, Beetlejuice).
- Fixed third sound channel (still not perfect).
- Added SetWave() call to the sound API.
- Added SetWave() waveforms to the third sound channel.
- Window refresh does not start if the window was off when refresh
reached its top (WarriorsOfMightAndMagic).
- Now setting LCD state to 0 during last two lines of VBlank (152-153)
so Final Fantasy Legend works again.
- Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn'
Exotica, Army Men 2).
- Moved VBlank interrupt to the beginning of scanline (Daedalian
Opus).
maintainership, because I don't have a QT/KDE installed and certainly won't
install it just to test this port. Hopefully some QT/KDE addict would take
care of it.
Also, take over maintainership, since I wrote it in the first place.
I also took the time to write a Makefile for the program and to
package the whole mess into a tarball to make it easier to fetch.
Obtained from: Softweyr LLC
via the following APIs:
* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation
PR: 24291
Submitted by: Palle Girgensohn <girgen@partitur.se>
the install. My version used the special Makefile only to build the
binary lib. The installation was done by the software's Makefile.
sobomax declared the custom Makefile.lib to be _the_ Makefile, which
caused the library to be installed into /usr/lib :-) and completely
missed the .tcl scripts, etc.
I'm restoring the old behaviour with the build problem fixed (I hope).
This version will also help tclhttpd find its docRoot on startup. It
will also install tclhttpd.rc.default instead of tclhttpd.rc. If the
latter does not exist, the former gets copied to create it.
Submitted by: bento (and fenner's script)
This fixes some bugs and introduces many new interesting netmask and
netblock manipulating routines.
Fixes contributed to the author by the MAINTAINER and your's truly.
Submitted by: Anton Berezin <tobez@tobez.org> [MAINTAINER]