- Many more new icons.
- Many additional msvcr80/90 functions.
- Improvements to Bidi handling.
- More complete mmdevapi (Win7 audio) support.
- Improved handling of MSI patches.
- A number of fixes for desktop menus.
- Optimizations in OLE storage.
- Various bug fixes.
And the wineprefixcreate binary is gone.
variates with arbitrary Lipschitz-continuous densities via the acceptance /
rejection method. The density should have a dimension of no more than about
five. The user needs to supply the density function using a simple syntax, and
then call the methods of construction and generation provided in libranlip.
WWW: http://www.deakin.edu.au/~gleb/ranlip.html
PR: ports/143624
Submitted by: bf <bf1783 at gmail.com>
directory sub-tree into another directory tree. cdeploy is currently
maintained by the RootForum.org community.
WWW: http://sourceforge.net/projects/root-tools/
PR: ports/146400
Submitted by: "Jesco Freund" <jesco.freund@my-universe.com>
files' integrity. It can be useful for finding corrupted files (e.g.
incompletely downloaded, truncated, containing garbage). MP3val is also able
to fix most of the problems. Being a multiplatform application, MP3val can be
runned both under Windows and under Linux (or BSD).
The most common MPEG audio file type is MPEG 1 Layer III (mp3), but MP3val
supports also other MPEG versions and layers. The tool is also aware of the
most common types of tags (ID3v1, ID3v2, APEv2).
The core component of MP3val is an application with command-line interface.
There are also two graphical frontends for it: MP3val-frontend is a native
Windows application (it is also included in the latest binary releases for
Windows), mp3valgui is a multi-platform Python script (can be downloaded
separately), written by an independent developer. Installing the latter under
Windows is a bit tricky, so for Windows the first frontend is recommended.
WWW: http://mp3val.sourceforge.net/
PR: ports/145852
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
The core program is just a plugin loader - all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.
WWW: http://code.google.com/p/vacuum-im/
PR: ports/143498
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
for reading a file line by line in reverse order. This can
often be helpful for things like log files, where the
interesting information is usually at the end.
WWW: http://elif.rubyforge.org/
WWW: http://rubyforge.org/projects/elif/
PR: ports/146269
Submitted by: Eric Freeman <freebsdports at chillibear.com>
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
I switched from patch in configure.* to use option flags. [1]
PR: ports/146330 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1]
module. Please also note that there is another module that does similar
things (HTTPD::UserManage) and that this is a more simplistic module, not
doing all the things that one does.
PR: ports/144875
Submitted by: otaviof at gmail.com
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.
WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/
PR: ports/145384
Submitted by: Eric Freeman <freebsdports at chillibear.com>
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.
This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.
WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm
PR: ports/146060
Submitted by: Eric Freeman <freebsdports@chillibear.com>