It would be called a content management system if it
were a bigger kid. But, it's just a runt with a
special knack for transforming text.
Webby works by combining the contents of a page with
a layout to produce HTML. The layout contains
everything common to all the pages HTML headers,
navigation menu, footer, etc. and the page
contains just the information for that page. You
can use your favorite markup language to write
your pages; Webby supports quite a few.
WWW: http://webby.rubyforge.org/
PR: ports/140345
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Ruby programs based on the design of Java's log4j
library. It features a hierarchical logging system,
custom level names, multiple output destinations
per log event, custom formatting, and more.
WWW: http://rubyforge.org/projects/logging/
PR: ports/140344
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
applications in a fire and forget manner. There are
application concepts (browser, email client, etc)
that are common across all platforms, and they may
be launched differently on each platform. Launchy
is here to make a common approach to launching
external application from within ruby programs.
WWW: http://rubyforge.org/projects/copiousfreetime/
PR: ports/140343
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
By extending your own class or module with LittlePlugger you can easily
manage the loading and initializing of plugins provided by other gems.
WWW: http://rubyforge.org/projects/codeforpeople/
PR: ports/140342
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
descriptions for each configuration attribute. The attributes and descriptions
can be iterated over allowing for helpful information about those attributes to
be displayed to the user.
WWW: http://rubyforge.org/projects/codeforpeople/
PR: ports/140341
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
system tools. The latter are half a decade old and fail to properly
support modern CPUs and their standard features such as SSE or AVX in
the case of AMD64/Intel64 which means that they even break when using
a simple -march=native.
On the way, sort CONFIGURE_ARGS.
PR: 140995, 136607
PAM is a system of libraries that handle the authentication tasks of
applications and services. The library provides a stable API for
applications to defer to for authentication tasks.
WWW: http://pecl.php.net/package/PAM/
generating a list of files based on a user supplied glob pattern. As the file
list changes from one interval to the next, events are generated and
dispatched to registered observers. Three types of events are supported --
added, modified, and removed.
WWW: http://rubyforge.org/projects/codeforpeople/
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
2009-11-30 audio/squeezecenter-superdatetime: Replaced by audio/squeezeboxserver-superdatetime
2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by audio/squeezeboxserver-sqlplaylist
2009-11-30 audio/squeezecenter-lazysearch: Replaced by audio/squeezeboxserver-lazysearch
2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by audio/squeezeboxserver-dynamicplaylist
2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter
2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable
2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release in 2002
2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last release in 2002
<ChangeLog>
*) Change: now the "009" status code is written to an access log for
proxied HTTP/0.9 responses.
*) Feature: the "addition_types", "charset_types", "gzip_types",
"ssi_types", "sub_filter_types", and "xslt_types" directives support
an "*" parameter.
*) Feature: GCC 4.1+ built-in atomic operations usage.
Thanks to W-Mark Kubacki.
*) Feature: the --with-libatomic[=DIR] option in the configure.
Thanks to W-Mark Kubacki.
*) Bugfix: listen unix domain socket had limited access rights.
*) Bugfix: cached HTTP/0.9 responses were handled incorrectly.
*) Bugfix: regular expression named captures given by "?P<...>" did not
work in a "server_name" directive.
Thanks to Maxim Dounin.
</ChangeLog>
-A present in FETCH_ARGS, as it is on most systems.
Fix the maildir++ file size calculations in the SpamAssassin code as
per the PR.
PR: 139962 (the maildir++ fix)
Submitted by: Alex Dupre <ale@freebsd.org>