seamonkey
- limit output to the first line by using head -1, this fixes -i18n ports
installation, if the parent port was build with DEBUG
PR: ports/160365 [1]
Submitted by: amdmi3 [1]
FreeBSD sets POLLHUP in case a connect failed and the socket has never been
connected. NSPR should also check for this.
The patch has already been committed upstream. Bugzilla ID 684758
PR: ports/156889
Analyzed by: avg
Patch by: avg
Approved by: kwm
proto (google code name r-proto) is an R package which facilitates
a style of programming known as prototype-based programming.
Prototype-based programming is a type of object oriented (OO)
programming in which classes and objects are unified into a single
concept, prototypes. This makes proto and prototye programming
simpler than the usual OO model yet it retains the OO features of
inheritance (known as delegation in the prototype model) and OO
dispatch. Applications, News, Additional Information sources, Proto
Bugs and Avoiding R Bugs sections are given below while associated
Links are in the http://code.google.com/p/r-proto/wiki/Links
WWW: http://code.google.com/p/r-proto/
Visualises simple graphs (networks) based on a transition matrix,
utilities to plot flow diagrams, visualising webs,... Support for
the book "A practical guide to ecological modelling - using R as a
simulation platform" by Karline Soetaert and Peter M.J. Herman
(2009). Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb)
WWW: http://cran.r-project.org/web/packages/diagram/
Functions for plotting graphical shapes such as ellipses, circles,
cylinders, arrows, ... Support for the book "A practical guide to
ecological modelling - using R as a simulation platform" by Karline
Soetaert and Peter M.J. Herman (2009). Springer. Includes
demo(colorshapes)
WWW: http://cran.r-project.org/web/packages/shape/
Test::Spec is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named
with strings instead of subroutine names, so your fingers will suffer less
fatigue from underscore-itis, with the side benefit that the test reports are
more legible.
This module is inspired by and borrows heavily from RSpec
(http://rspec.info/documentation/), a BDD tool for the Ruby programming
language.
WWW: http://search.cpan.org/dist/Test-Spec/
Test::Trap is primarily (but not exclusively) for use in test scripts: a block
eval on steroids, configurable and extensible, but by default trapping (Perl)
STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values
from boxed blocks of test code.
The values collected by the latest trap can then be queried or tested through a
special trap object.
WWW: http://search.cpan.org/dist/Test-Trap/
maintains a database of long URLs, each of which has a unique identifier.
WWW: http://search.cpan.org/dist/WWW-Shorten-Googl/
PR: ports/160607
Submitted by: Jonathan Pater <cowboyneal@gmail.com>
Params::Validate::Dependencies extends Params::Validate's validate() function to
support an arbitrary number of callbacks which are not associated with any one
parameter. All of those callbacks are run after Params::Validate's normal
validate() function. If any of them return false, then validate() will die as
normal.
WWW: http://search.cpan.org/dist/Params-Validate-Dependencies/
A data domain is a description of a set of values, either scalar or structured
(arrays or hashes). The description can include many constraints, like minimal
or maximal values, regular expressions, required fields, forbidden fields, and
also contextual dependencies. From that description, one can then invoke the
domain's inspect method to check if a given value belongs to it or not. In case
of mismatch, a structured set of error messages is returned.
The motivation for writing this package was to be able to express in a compact
way some possibly complex constraints about structured data. Typically the data
is a Perl tree (nested hashrefs or arrayrefs) that may come from XML, JSON, from
a database through DBIx::DataModel, or from postprocessing an HTML form through
CGI::Expand. Data::Domain is a kind of tree parser on that structure, with some
facilities for dealing with dependencies within the structure, and with several
options to finely tune the error messages returned to the user.
WWW: http://search.cpan.org/dist/Data-Domain/
- allow WITH_BUFFEREVENTS again, after upstream changes
- use gcc hardening on versions of the OS that support PIE
- fix linking in the WITH_TCMALLOC case without
changing the default search path for all libraries,
to try to prevent any additional problems
file, as well as the path to portaudit. It also contains a few
small shell cleanups.
Upstream author no longer uses FreeBSD, so there will not be
a new release.
PR: ports/160222
Submitted by: me
Approved by: maintainer timeout