INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
The goal of Aop (Ambassador Of Pain) is is to drive the hoovercraft
(O) trough the level into the 'at' sign (@) and reach as much points
as possible by reducing the number of moves and not losing any time.
Lost lifes (0) can easily be picked up by simply drive over them.
Packaged by Antoine Reilles.
any that has a gettext() function. Fixes build on NetBSD-3.99.16 (and probably older
releases too).
Lots of additional translation files now installed, add them to the PLIST
and bump PKGREVISION.
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
Space Racer is a 3D car racing game. The circuit is a road in a galactic
environment. It aims to be a clone of the well known Stunt Car Racer
developped by Geff Crammond, author of Grand Prix I and II.
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
Pioneers was formerly known as Gnocatan.
This is an 'update' based on the old gnocatan package with some changes:
- some dependencies changes, so it needs fewer packages
- fix hardcoded manpage paths
There are too many changes since gnocatan 0.8.1.16 to list them here.
Please check the NEWS file in the source archive for more information.
There is one important one:
CVS Snapshot release 0.9.55
This is a security release for the meta server.
* The public meta server could be crashed by sending commands to create
a new game, even though the meta server does not allow the creation
of new games.
Everybody who is running a meta server is requested to upgrade.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0467
This the third maintanence release of the 2.12 stable gnome-games
branch. It contains only fixes and a translation updates. It should
stop crashes in Mines on 64-bit machines and fix two bugs in
Aisleriot. The Aisleriot fixes were to make Elevator playable again
and to fix a crash in Diamond Mine during the end-game. The updated
translation was the German translation.
This really fixes the potential exploit against
the Windows server, which was not correctly fixed in 1.5.11.
Changes 1.5.11:
This is largely a security bugfix release, fixing a potential exploit against
the Windows server when running as an NT serivce.
Pkgsrc:
Use options.mk to build Curses and/or GTK user interface.
TetriNET is an addictive 6 player tetr*s game
What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of its own.
Author: Brendan Grieve (brg@cheerful.com)
Packaged by David Ferlier.
General:
- Fixed OS X bundle building when using GCC 3.3.
SCUMM:
- Added support for rotating and scaling of sprites in HE games.
Sword2:
- Fixed last-minute crash when playing sound effects.
WinCE Port:
- Should fix weird crashes with DOTT stamp and in FOA
- Fixed Monkey Island blocking keyboard panel on Smartphones
- Fixed QVGA Smartphone detection (mean it this time :p)
- Fixed Smartphone double right click issue.