Age | Commit message (Collapse) | Author | Files | Lines |
|
after it was closed.
|
|
|
|
|
|
LaTeX is a widely-used macro package for TeX, providing many basic
document formating commands extended by a wide range of packages. It
is a development of Leslie Lamport's original LaTeX 2.09, and
superseded the older system in June 1994.
This package provides the following commands: latex, lualatex,
pdflatex, and dvilualatex.
|
|
|
|
|
|
- Added KnittingSymbols and FreeSerifb.
|
|
|
|
|
|
pkgsrc changes:
- Ensure non-executable modules
Upstream changes:
0.858 (02.10.2010) - John Siracusa <siracusa@gmail.com>
* The CPAN shell in 5.10.1 (on Mac OS X, anyway) chokes on the
t/debugger.t test. I've moved it to the xt directory.
0.857 (02.09.2010) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that caused methods to be created more than once,
triggering a fatal error, when running under the debugger in
perl 5.10.1 and up. (RT 54444, patch by Christopher Masto)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Moodbar is an algorithm for creating a colorful visual
representation of the contents of an audio file, giving an idea of
its "mood" (this is a rather fanciful term for the simple analysis
it actually does). The Moodbar was invented by Gavin Wood and
Simon O'Keefe for inclusion in the Amarok music player.
This package contains a GStreamer plugin with elements that are
used in the moodbar analysis, and an application that actually does
the analysis.
|
|
|
|
|
|
|
|
and updated by mwdavies and myself. sketch will make proper
mysql51-packages when he finds some round tuits.
MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL embedded server programs.
|
|
|
|
|
|
|
|
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9701 Thu Feb 11 16:03:42 CET 2010
- Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS.
0.97 Tue Feb 9 22:57:14 CET 2010
- Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson).
- Added Wx::Loader - allows PPM distributions and packagers to
override wx dll loading (see Wx::Loader pod)
- Loading plugins - local override of dl_load_file now uses
Wx::_load_plugin during XSLoader::load
|
|
|
|
|
|
|
|
updated by jihbed.
libnjb is a C library and API for communicating with the Creative Nomad JukeBox
and Dell DJ digital audio players under BSD, Linux, Mac OS X and Windows. The
protocol these devices use is presumably called PDE (Portable Digital
Entertainment protocol) at Creative. Newer devices using the Microsoft MTP
(Media Transfer Protocol) are NOT supported.
Working Devices:
Creative NOMAD Jukebox 1 (aka D.A.P.)
Creative NOMAD Jukebox 2
Creative NOMAD Jukebox 3
Creative NOMAD Jukebox Zen
Creative NOMAD Jukebox Zen USB 2.0
Creative NOMAD Jukebox Zen NX
Creative NOMAD Jukebox Zen Xtra
Creative Zen Touch
Creative Zen Micro
Creative Zen Sleek
Creative Zen
Dell Digital Jukebox ("Dell DJ")
Second Generation Dell DJ
Dell Pocket DJ
|
|
|
|
Upstream changes:
2010-01-24 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Version 3.00 released.
* t/basic.t: Add some basic tests for bright color support.
* ANSIColor.pm: Reorganize the documentation and be clearer about
the function interface parameters. Reword the explanation of
bright and regular colors, and provide some advice about which
to use.
2010-01-24 Jakob Ilves <illvilja@gmail.com>
* ANSIColor.pm: Add bright versions of the basic eight foreground
and background colors using the 9x and 10x codes, supported by
emulators with 16 color support.
|
|
depends on a no-longer existing header.
|
|
|
|
pkgsrc changes:
- Add license definition
Upstream changes:
1.03 Thu Feb 4 21:05:21 PST 2010
- Make tests pass on win32 (frew)
|
|
|
|
|
|
work...
|
|
|
|
Upstream changes:
0.05 Feb 13, 2010
- Fix tests to work with trace level
|
|
|
|
|
|
Upstream changes:
0.06 Feb 13, 2010
- Add trace->debug alias
|
|
|
|
Upstream changes:
0.11 Feb 12, 2010
* Improvements
- Add trace level - suggested by Szymon Swierkosz
|
|
it might not exist and is not really wanted at this point.
|
|
|
|
pkgsrc changes:
- Using CPAN by-module master site - maintainer independent
- correcting file permissions of perl modules
Upstream changes:
1.27 (2010/02/07)
* (ms) ***WARNING: This might break backward compatibility
with some wrapper classes.
[RT 52913] Fixed category fetching in
wrapper classes (reported by Martin Evans). Wrapper classes
now need to call Log::Log4perl->wrapper_register to adapt
get_logger() category fetching. Detailed docs under
"Using Log::Log4perl with wrapper functions and classes"
* (ms) Made meta tag compatible with MakeMaker versions < 6.50
(ms) [RT 52083] Fixed manifest glitch from 1.26 (reported by
Lars Thegler).
* (ms) Added note to FAQ on 'no init happened' warnings for API
initializations, as suggested by Malcolm Nooning.
* (ms) Applied patch by Christopher Mckay which sets
Log4perl::Logger::INITIALIZED only if it's fully initialized.
* (ms) Emmanuel Rodriguez suggested changing TestBuffer's reset()
method to leave the logger population alone. Added clear()
to accomodate the need for a single buffer reset.
* (ms) Xavier Caron added %p{1} to allow abbreviated priority
strings in the pattern layout.
* (ms) Redid composite appenders to address problems with incorrect
caller() data. L4p now supports a $cache parameter to be
passed to the log() function, which stores the completely
rendered message and can be passed to log_cached() later on.
1.26 (2009/11/22)
* (ms) [RT 50495] Perl code in the config file is now evaluated/
compiled after the configuration parser has done its work,
opening up Perl subroutines to all configuration parsers, not
just PropertyConfigurator. Configuration subs for cspecs,
filter, warp_message and appender triggers are sheltered.
The previous, flawed implementation surfaced while using
a 'trigger' category, reported by Olivier Bilodeau.
* (ms) [RT 50090] Added non-portable linebreaks to PatternLayout
(requested by Zden??k Juran).
* (ms) [RT 50094] Docfix for PatternLayout in main manpage (spotted
by Peter Rabbitson).
* (ms) [RT 28679] Added exists() to "Threshold" keyword uppercase
check.
* (ms) Took out Class::Prototyped testcase after it got all weird
and introduced backward-incompatible changes.
|
|
|
|
|
|
|