Package provided by pancake <pancake@phreaker.net> via pkgsrc-wip.
This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems
supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual
environment in which Sega Genesis (MegaDrive outside the US) games may run
with fairly accurate audio and video.
Foobillard is a free OpenGL-billard game for Unix with realistic physics,
AI-player and many gametypes like pool carambol or snooker.
The following features are implemented:
- wood paneled table with gold covers and gold diamonds
- reflections on balls
- shadow pixmaps
- detail switching of balls according to distance
- zoom in/out - hold right mousebutton
- FOV +/- - hold right mousebutton + CTRL
- rotate - hold left mousebutton
- animated queue
- simple billard rules for 8 and 9-ball
- simple AI-Player
- strength adjustment
- eccentic hit adjustment (button2+Shift)
- lensflare
- commandline options
- config file (~/.foobillardrc)
- red green stereo !!!!
- sound (using SDL)
- network play
PixiePlus is a free, fast, and feature packed image browser, viewer, and
image/photo editor for Unix/Linux/X11 systems that run KDE.
Features:
- Fast, flexible thumbnail preview generation
- Embedded JPEG and TIFF thumbnail support
- Lossless JPEG transformations
- Supports many image formats
- Highly configurable HTML export
- Batch conversion and effects
- Animated slideshows
- Similiar image finding
- File management optimized for images
Changes:
2003-09-08 Version 1.0.0 Released
Several long-deprecated functions were removed and consequently the
library shared version number was increased to 1
Fixed scanning for rdf:RDF so that RDF/XML in other XML works, such as
in SVG
raptor-config --libs now works, added --libtool-libs and
--version-decimal
Check N-Triples legal Unicode character range #x0-#x10FFFF
Normalize RDF/XML xml:lang and N-Triples language to lowercase on
input
Worked around libxml2 bug causing a crash on some error reporting
Added raptor_parse_file_stream for parsing a C FILE*
Tidied rapper utility argument handling, added --version
Arnold is an Amstrad CPC, Amstrad CPC+ and KC Compact emulator.
Arnold is accurate and emulates the Amstrad systems to the cycle
level. It also emulates 99% of all demo effects.
Arnold is an Amstrad CPC, Amstrad CPC+ and KC Compact emulator.
Arnold is accurate and emulates the Amstrad systems to the cycle
level. It also emulates 99% of all demo effects.
Sync DESCR, COMMENT and HOMEPAGE with reality.
Patch provided by Soren Jacobsen <snj@pobox.com> in PR pkg/22926.
Changes since 0.11.6:
* Packages are now compressed with bzip2 rather than GNU zip.
* (backported from 0.12.0) /names now displays the entire, correct
list in all situations, including initial join.
* (backported from 0.12.0) Unhandled numerics used in WHOIS now show
up in /whois output.
* AIM Directory entry is now forced clear on connect.
* Messages that are too long to send are now rejected.
* Messages that have been rejected by a protocol driver (for example
because they are too long) are returned to the sender.
* (backported from 0.12.0) The idea of a "generic" window has been
removed, and you can no longer /delbuddy someone with an open window
(you must /close the window first).
* (backported from 0.12.0) New $nameformat and $nameformat_name to
control the format names appear as in the window list window, and
elsewhere.
* (backported from 0.12.0) New $autosort. 0 means no window list
sorting, 1 means sort by name, 2 means sort into groups, then by
name (this obviates the --enable-experimental-buddy-grouping option
to ./configure)
* New /status command, including naim version and information about
window status.
* Online help for /save did not show the file name argument. Fixed.
* SIGHUP now re-reads .naimprofile by default.
* Possible reference to free()d memory in certain uncommon
situations pointed out by Michael Wilson. Fixed.
* (backported from 0.12.0) /jump now accepts connection:window
syntax (/jump EFnet:#naim works the same as /EFnet:jump #naim).
* /open now takes you to newly opened windows, removing the need to
/jump after /open.
* /closeall now skips windows with queued messages pending.
* Potential NULL pointer dereference in Tab completion found. Fixed.
* The protocol drivers already take care of populating empty buddy
lists when that was a problem, so naim no longer adds you to your
own buddy list if you don't have one at startup.
* Various cleanups in the HTML renderer to handle stacked tags with
missing close tags.
Changes:
2002-09-12 Stable Version 1.0.1 released
--------------------------------------
* protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c
More thoroughly check return value from read_smtp_response().
* libesmtp.h errors.c
Added new "Client error" error code. This is just a cop-out,
used when an API called by libesmtp fails.
* base64.c
Make conversions immune to NULL source data,
* examples/mail-file.c
Cleaned up some compiler warnings
* siobuf.[hc]
Added a few extra sio_ calls. Not actually used in libESMTP though.
* concatenate.c errors.c getaddrinfo.c headers.c htable.c
* protocol.c siobuf.c
Don't perform zero length operations using the memxxx() functions.
This may avoid segfaults on some platforms or libraries.
* siobuf.c
Improved handling of flushes in sio_write() particularly in the
case where data would exactly fill remaining space in the buffer.
* rfc2822date.c
Correct leap year compensation for January and February in
libesmtp_mktime().
* examples/Makefile
Changed compiler flags from -ansi to -std=c99 and added -W
* headers.c
Eliminated bug where find_header() could pass -1 to the length
argument of memchr() causing a core dump on some architectures.
* libesmtp-private.h protocol.c smtp-bdat.c
M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as
explicitly permitted by RFC 3030, *sigh*. Hackish workaround
implemented.
* configure.in Makefile.am
Added DIST_SUBDIRS macro to make sure tarball gets built properly.
This one slipped past 'make distcheck' last time for some reason
but then autoconf & friends are totally inscruitable.
* ntlm/ntlmdes.c
OpenSSL 0.9.7 changes some typedefs. Changed to suit, should
still be compatible with previous OpenSSL versions.
Update provided by Min Sik Kim <minskim@bawi.org> in PR pkg/22850.
Changes:
0.5.0
- tried to work around some problems with readline
- some documentation update
20030530
- updated autoconf/automake
- updated man page
- pine import filter update
20021008
- options.c rewritten (new mutt style rc file support)
- palmcsv export filter (Koenraad Heijlen)
- added a spec file for rpm support
- added --with-readline configure option
- merged newtab patch by Sinan Kaan Yerli
- new option: add_email_prevent_duplicates
- bugfixes
2002-03-11
- readline support
- abook can be compiled with g++
- attempt to improve --datafile behavior
- html filter update (Morten Brix Pedersen)
- store rcfile and addressbook to .abook directory
2002-02-04
- use getopt to parse command line (also new options added)
- use strcoll instead of strcmp for sorting entries
- html filter fix
- bugfixes