Yahtzee. Open Yahtzee is built to be OS portable, that means you can run
it on many kinds of different operating systems and platforms. The
portability is mainly achived via wxWidgets which also gives Open
Yahtzee a native look on each platform.
WWW: http://openyahtzee.sourceforge.net/
Author: Guy Rutenberg <guy+openyahtzee@sikumuna.co.il>
- Make sure --mandir is set appropriately for ports that use gnomeprefix. [1]
- Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can
tweak it. Some ports have GNUmakefile.in, so with this variable will be
useful.
Submitted by: marcus [1]
Changelog:
* New Curve type, based on the ISO SQL/MM model for curves.
* Index binding for curves, allowing them to use the same R-Tree indexes as the other types.
* Serialization and deserialization functions for Curve, allowing them to be dumped and restored.
* Performance shortcuts for Contains and Within to optimize point-in-polygon case.
* Support for most of the ST_* and SE_* spatial SQL functions used by the ESRI ArcSDE spatial SQL interfaces.
* Documentation of the new SQL/MM functions and Curve types.
PR: ports/107489
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
- Fixes for internal web browser on amd64 [2]
- Convert to USE_GECKO [3]
Note: Port defaults to xulrunner as the preffered gecko port because it is
the only port which allows the internal web browser to work but eclipse will
build using other gecko ports (ie. firefox, mozilla, seamonkey) though it
will lack a working internal web browser. An argument can be made that
xulrunner should be the only available gecko but maybe 5 people have
xulrunner installed and it's another 45 minute mozilla dependency on even my
speedy machine. The maintainer mentioned working on getting the internal
web browser to work with firefox so I'm leaving well enough alone. When
eclipse fully works with firefox the USE_GECKO ordering should probably be
revistited.
PR: 105581
Submitted by: Maintainer [1], Kurt Miller <lists at intricatesoftware.com> [2], me [3]
2007/01/03 : ldapscripts 1.5
- Fixed typos (thanks to Mikael Lammentausta)
- Small fixes to the install script
- ldapadduser : use $_UID instead of $_USER while chown'ing homedir (thanks to Mikael Lammentausta)
- ldapadduser : new option to ask for the gecos (thanks to Mikael Lammentausta)
- ldapadduser : new option to copy skeleton files to home directories (thanks to Mikael Lammentausta)
- ldapadduser : now skip user's home dir creation if it already exists
- ldapadduser/ldapaddmachine : modified account description attributes : set to 'User account' or 'Machine account'
- ldapadduser/ldapaddgroup/ldapaddmachine : use $_USER and $_GROUP instead of $1 when possible
- New _ldappasswd script to modify a user's password (suggested by Mikael Lammentausta)
PR: 107476
Submitted by: Ganael LAPLANCHE <martymac at martymac.com> (maintainer)