Age | Commit message (Collapse) | Author | Files | Lines |
|
message written when MOZILLA_USE_LINUX isn't used.
|
|
scrollkeeper doesn't have to either.
|
|
- Handle blank response from 'info'
|
|
Updated suse_expat to 9.1nb1 [wiz 2004-11-06]
Updated suse_gtk2 to 9.1nb1 [wiz 2004-11-06]
|
|
g_module_open() failed for /opt/gnome/lib/gtk-2.0/2.2.0/loaders/libpixbufloader-png.so: libpng12.so.0: cannot open shared object file: No such file or directory
Bump PKGREVISION.
|
|
databases/p5-DBIx-ContextualFetch
databases/p5-Ima-DBI
devel/p5-Class-WhiteHole
www/p5-Apache-AuthCookie
www/p5-Apache-Session-Wrapper
www/p5-MasonX-Request-WithApacheSession
|
|
from rpms does not cooperate with it at all.
|
|
and p5-Ima-DBI-0.33.
|
|
Ima::DBI attempts to organize and facilitate caching and more
efficient use of database connections and statement handles.
One of the things I always found annoying about writing large
programs with DBI was making sure that I didn't have duplicate
database handles open. I was also annoyed by the somewhat wasteful
nature of the prepare/execute/finish route I'd tend to go through
in my subroutines. The new DBI->connect_cached and DBI->prepare_cached
helped alot, but I still had to throw around global datasource,
username and password information.
So, after a while I grew a small library of DBI helper routines
and techniques. Ima::DBI is the culmination of all this, put into
a nice(?), clean(?) class to be inherited from.
|
|
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).
|
|
Its possible to accidentally inherit an AUTOLOAD method. Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own. This can lead to confusing error messages
when method lookups fail.
Sometimes you want to avoid this accidental inheritance. In that
case, inherit from Class::WhiteHole. All unhandled methods will
produce normal Perl error messages.
|
|
|
|
based on PR 26412 by Tom Spindler.
Bump PKGREVISION on all affected packages.
|
|
Module build/install setup apparently doesn't install a .packlist.
|
|
|
|
This module takes advantage of the new flexibility in Mason 1.09_01
and newer to integrate an Apache::Session session directly into
Mason's Request object.
|
|
|
|
|
|
|
|
Libvisual is an xmms plugin for the libvisual audio visualisation
framework.
|
|
|
|
|
|
Libvisual-nebula is a port of the xmms nebula visualisation plugin
to the libvisual audio visualisation framework.
|
|
|
|
|
|
|
|
|
|
G-Force is an excellent Winamp plugin, very similar to Geiss.
This package contains its port for libvisual.
|
|
|
|
This module provides a simple wrapper for Apache::Session that manages
the session id for you. See the module documentation for details.
|
|
|
|
- Derive PKGNAME from DISTNAME.
- Move PKG_INSTALLATION_TYPES where it belongs.
- Sort USE_* and include sections alphabetically.
- Put CONFIGURE_ARGS in its own section.
- Fix indentation for TEST_TARGET line.
- No need to use LIBTOOL_OVERRIDE.
- No need to use BUILD_USES_MSGFMT; the distfile comes with prebuilt .gmo
files.
- No need to use GNU make.
- Add missing dependencies on libiconv and gettext-lib.
- Drop logic to detect the actual installed version of gettext. It was
wrong because it relied on the current state of the system, thus possibly
leading to different results depending on package installation order.
Instead, just include gettext-lib's buildlink3.mk file, so that the
'builtin' machinery does everything for us.
- Move the definition of PKG_OPTIONS_VAR and friends to its own section.
While here, add a comment saying that it might be possible to avoid this
option by creating a new package that includes the extra files installed
when it's enabled. (Not doing now because I'm not sure it's possible
yet.)
- Use PLIST_SRC correctly to handle multiple PLIST chunks instead of
manually creating a file inside WRKSRC.
- Remove empty directories from PLIST.gpgsm.
|
|
- Refill the DESCR file.
- Remove BUILD_USES_MSGFMT; distfile ships with prebuilt .gmo files.
- Do not use GNU make as it's not needed.
- Use BUILDLINK_PREFIX.openldap instead of LOCALBASE to locate openldap.
- Register info file properly and fix a typo in its directory entry so
that it can be accessed.
- Patch configure instead of configure.ac, so we can drop the build
dependency on autoconf.
- Add missing dependencies on libiconv and gettext-lib.
- Sort USE_* and include sections alphabetically.
- Remove BUILDLINK_DEPENDS.* version overrides because the respective
buildlink3.mk files already pull in a newer version.
- Drop all logic to detect the actual gettext-lib version. This was wrong
because it relied on the version currently installed (thus having a good
chance to produce different results between systems), and because it's
not the way to go. Instead, simply include gettext-lib's buildlink3.mk
file, and let the builtin.mk machinery decide what to do.
- Also add the locale files to the PLIST.
|
|
|
|
setting now, do so for aesthetic reasons
|
|
them to lang/php/
|
|
XSLT transformations using the libxslt library.
|
|
|
|
|
|
This is PHP5 replacement of PHP4 DOM XML extension.
|
|
|
|
|
|
|
|
This is PHP5 replacement of PHP4 DOM XML extension.
|
|
Libvisual plugin for the Beep Media Player.
|
|
|
|
for both PHP 4.x and 5.x.
|
|
Some plugins for libvisual.
|
|
|
|
Libvisual is an abstraction library that comes between applications
and audio visualisation plugins.
Often when it comes to audio visualisation plugins or programs that
create visuals, they depend on a player or something else; basically,
there is no general framework that enabled application developers
to easily access cool audio visualisation plugins. Libvisual wants
to change this by providing an interface towards plugins and
applications; through this easy to use interface applications can
easily access plugins and, since the drawing is done by the
application, it also enables the developer to draw the visual
anywhere he wants.
The framework also allows you to morph to different plugins and
mix two at once; all kinds of neat tricks are possible using this
method.
|