PHP libraries or applications, similar to Java jar files.
WWW: http://pear.php.net/package/PHP_Archive/
PR: ports/123832
Submitted by: Wen Heping <wenheping at gmail.com>
realtime strategy game that takes place in a large 3D environment.
Jump into the pilot seat of your Lightning aircraft and fight against
Thunder tanks in a fierce battle for control of the island!
Apart from flight simulators, Thunder&Lightning takes inspiration
from (but is not a clone or remake of) the 80's classic Carrier
Command. This means that you will find yourself in control of a
futuristic carrier with aircraft and amphibious tanks at your
disposal. In the long run, there will be multiple Islands to conquer,
each with its own defense strategy.
Although Thunder&Lightning already supports missions, it aims to
be an open-ended game with a dynamically developing world with
scripted events on some occasions.
WWW: http://tnlgame.net/
PR: ports/121132
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
supports the most common text-based subtitle formats and allows for subtitle
editing, conversion and synchronization.
SubLib is written in C# and can be used in platforms like Mono or .NET
Framework.
WWW: http://sublib.sourceforge.net/
PR: ports/123825
Submitted by: Marcin Simonides <marcin at studio4plus.com>
building system (such as pointyhat), the OpenEXR support is disabled and
plist is incomplete. This unbreaks the port -- or so it seems.
While here drop the requirement for gmake and allow parallel builds
on multi-CPU systems. Drop explicit requirements for particular shared
library-versions of the dependencies.
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and
the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/
for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more
information on LUFS.
CryptoFS will use a normal directory to store files encrypted. The
mountpoint will contain the decrypted files. Every file stored in this
mountpoint will be written encrypted (data and filename) to the directory
that was mounted. If you unmount the directory the encrypted data can only
be access by mounting the directory with the correct key again. Like other
FUSE/LUFS filesystems it does not need root access or any complicated setup
like creating a filesystem on a encrypted disk using the loop device.
CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a
program to mount the filesystem. For LUFS a shared library will be built
that can be used by LUFS's lufsd. Both methods can use the same encrypted
directory.
WWW: http://reboot.animeirc.de/cryptofs/