Remove stale DBUS_SLAVE cruf.
Break out CPPFLAGS from CONFIGURE_ENV.
Add additional x11 depends [1]
Specify full path to dbus-uuidgen. So it can be run on new installs, before ${LOCALBASE}/bin is added to PATH. [2]
Submitted by: John Prather <john.c.prather@gmail.com> [1]
Michal Varga <varga.michal@gmail.com> [2]
version supplied is too old for some applications, so we're switching
to using the version from ports.
- Allow ruby-gems installation for ruby 1.9.
Submitted by: swills@ (based on).
profiles, so that CMake can be used outside of ports.
- Bump CMake PORTREVISION.
- Pass default build flags (at least I hope) via bsd.cmake.mk.
PR: 159276
Submitted by: Igor Soumenkov <2igosha@gmail.com>
Approved by: avilla (mentor)
There was no explanation about why it was required (neither here nor
in area51), and the current CMake version seems to build fine without
it.
Approved by: avilla (mentor)
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/
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/