use the new autoconfig scripts
changes:
* Added a ./configure script based on autosetup.
* Added the "fossil winsrv" command for creating a Fossil service on windows systems.
* Added "versionable settings" where settings that affect the local tree can be stored in versioned files in the .fossil-settings directory.
* Background colors for branches are choosen automatically if no color is specified by the user.
* The status, changes and extras commands now show pathnames relative to the current working directory, unless overridden by command line options or the "relative-paths" setting.
* Added "empty-dirs" versionable setting.
* Added support for client-side SSL certificates with "ssl-identity" setting and --ssl-identity option.
* Added "ssl-ca-location" setting to specify trusted root SSL certificates.
* Added the --case-sensitive BOOLEAN command-line option to many commands. Default to true for unix and false for windows.
* Added the "Color-Test" submenu button on the branch list web page.
* Compatibility improvements to the git-export feature.
* Performance improvements on SHA1 checksums
* Update to the latest SQLite version 3.7.8 alpha.
* Fix the tarball generator to work with very log pathnames
Bread::Board::Declare is a Moose extension which allows for declaring
Bread::Board container classes in a more straightforward and natural way. It
sets up Bread::Board::Container as the superclass, and creates services
associated with each attribute that you create.
WWW: http://search.cpan.org/dist/Bread-Board-Declare/
Support for the foreach looping construct. Foreach is an idiom that
allows for iterating over elements in a collection, without the use
of an explicit loop counter. This package in particular is intended
to be used for its return value, rather than for its side effects.
In that sense, it is similar to the standard lapply function, but
doesn't require the evaluation of a function. Using foreach without
side effects also facilitates executing the loop in parallel.
WWW: http://cran.r-project.org/web/packages/foreach/
but never had EXPIRATION_DATE set, and therefore never removed.
audio/gx2osd No more distfiles
devel/p5-Getopt-Mixed Use devel/p5-Getopt-Long instead
net/AquaGatekeeper2 Binary port of software abandoned by the vendor
net/xwhois Unmaintained upstream for several years
www/p5-Catalyst-Engine-HTTP-POE Use p5-Catalyst-Engine-HTTP-Prefork instead
www/p5-Catalyst-Model-DBIC Obsoleted by www/p5-Catalyst-Model-DBIC-Schema
www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on
www/p5-HTTP-MobileAttribute Use www/p5-HTTP-MobileAgent instead
Devel::Mallinfo is an interface to the C library mallinfo() function
giving malloc memory allocation statistics. This is meant for
development use, to give an idea of how much space your program and
any libraries are using from malloc().
WWW: http://search.cpan.org/dist/Devel-Leak/
PR: ports/160166
Submitted by: Rodrigo Mosconi <freebsd@mosconi.mat.br>
The caret package (short for Classification And REgression Training)
is a set of functions that attempt to streamline the process for
creating predictive models. The package contains tools for:
* data splitting
* pre-processing
* model tuning using resampling
* variable importance estimation
as well as other functionality.
WWW: http://caret.r-forge.r-project.org/
Reshape (hopefully) makes it easy to do what you have been struggling
to do with tapply, by, aggregate, xtabs, apply and summarise. It
is also useful for getting your data into the correct structure for
lattice or ggplot plots.
WWW: http://had.co.nz/reshape/