using the FUSE kernel module. Similar in design to CFS and other
pass-through filesystems, all data is encrypted and stored in the
underlying filesystem. Unlike loopback filesystems, there is no
predetermined or pre-allocated filesystem size.
WWW: http://freshmeat.net/projects/encfs/
PR: ports/107600
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Since this port supports 5.x and later, we don't need to consider
the 4.x case (-lc_r). Moreover, gdc uses ld as linker when compiling
D source files, so PTHREAD_LIBS is not applicable here.
PR: ports/107437
Submitted by: Jason DiCioccio <jd at ods.org>
Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
Nice Menus is a module for the Drupal CMS which enables drop-down /
right / left expandable menus. The module uses CSS to display the menus
on browsers which have functional CSS. Internet Explorer is supported
using Javascript.
Three styles of menus are currently possible: horizontal (menus drop
down); vertical (menus drop to the left); vertical (menus drop to the
right).
WWW: http://drupal.org/project/nice_menus
Submitted by: Nick Hilliard <nick@foobar.org>
This module is an alternative to Drupal's included upload module. It
uses the filemanager module to allow a unique namespace per node and
support large number of files. In addition this module allows you to
give each attachment a title and description.
Submitted by: Nick Hilliard <nick@foobar.org>
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.
Submitted by: Nick Hilliard <nick@foobar.org>
and libraries. It is subscription based, meaning you can subscribe
to messages of your choice in an number of ways: by hierarchical
channel name (e.g. "debug", "debug/ special", "error", etc.), or
filename, component name, etc. Log messages are individually enabled.
It is meant to be fast enough to leave in production code - even
where it may be called many times, as both the GCC and Intel compilers
reduce the logging overhead a few clock cycles if they are dormant
(with no subscribers). Other add-on components can extend subscriptions
to external programs, allowing you to enable and collect debugging
messages remotely.
WWW: http://arg0.net/wiki/rlog
PR: ports/107596
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
technology-based applications ("Java applications") first-class citizens of
current desktop platforms without sacrificing platform independence.
JDIC provides Java applications with access to facilities provided by the native
desktop such as the mailer, the browser, and registered document viewing
applications. Additionally it provides the mechanisms by which Java applications
can integrate into the native desktop such as registering Java applications as
document viewers on the desktop, creating tray icons on the desktop and creating
installer packages.
JDIC consists of a collection of Java packages (JDIC API), all with the package
name prefix org.jdesktop.jdic, and a JNLP application packaging tool (JDIC
Packager).
Note: only the tray icon API is built at the moment.
WWW: https://jdic.dev.java.net/