Upgrade to new upstream regression fix release 2.59:
Fix regression in 2.58 which caused failure to start up
with some combinations of dnsmasq config and IPv6 kernel
network config. Thanks to Brielle Bruns for the bug
report.
Improve dnsmasq's behaviour when network interfaces are
still doing duplicate address detection (DAD). Previously,
dnsmasq would wait up to 20 seconds at start-up for the
DAD state to terminate. This is broken for bridge
interfaces on recent Linux kernels, which don't start DAD
until the bridge comes up, and so can take arbitrary
time. The new behaviour lets dnsmasq poll for an arbitrary
time whilst providing service on other interfaces. Thanks
to Stephen Hemminger for pointing out the problem.
Note the 2.59.tar.lzma tarball causes the startup banner to print
2.59rc1 which I deem harmless.
- Pet portlint by using PKGNAMESUFFIX
- Rename BROWSER option to MOZILLA
- Disable MOZILLA by default
- Add License (EPL)
PR: ports/161218
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
Approved by: bapt (mentor)
* Support for new chips: MSP430FR5739, MSP430F5418,
MSP430AFE253, MSP430F5527, MSP430F5510, MSP430F5528.
* New -s option to specify serial port
* Bug fixes for GDB stub interface and simulator.
* Reader now supports tilde-expansion and ^[# key.
* Better diagnostics for FET devices (more error codes).
PR: ports/161695
Submitted by: Peter Jeremy <peterjeremy@acm.org> (maintainer)
fex works like cut or awk in its field navigation, but allows
you to specify token-based fields in a much more concise, flexible,
and readable way.
Due to the simplicity of fex's language, it can enable you to replace
many common invocations of cut and awk with a single invocation of fex.
WWW: http://semicomplete.com/projects/fex/
net-im/pidgin are build without NSS support - this port still links
to it when it's available and this behaviour can be disabled.
PR: ports/160352
Reported by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com>
Approved by: maintainer
- Fixed a link in pkg-message to point to a more up-to-date doc page [1]
- Removed unnecessary WITH_BDB knob [1]
- Reformatted pkg-message
- Regenerated/renamed patch files with makepatch target
- Took maintainership
- Bumped PORTREVISION
PR: ports/161524 [1]
Submitted by: Dan Parriott <ddpbsd@gmail.com> [1]
- Added patch to avoid superfluous inclusion of libssh.h to make it build
with WITH_SSH
PR: ports/161543
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
- r235 : remove hacks in Zygote, allowing processes to exit more cleanly.
- r248 : switch back to previous rendering method (the same as OSX uses).
Bump PORTREVISION
Submitted by: George Liaskos
Google JS Test is a fast javascript unit testing framework that runs on the V8
engine, without needing to launch a full browser.
Features include:
- Extremely fast test startup and execution time, without having to run a
browser.
- Clean, readable output in the case of both passing and failing tests.
- A browser-based test driver that can simply be refreshed whenever JS is
changed.
- Style and semantics that resemble Google Test for C++.
- A built-in mocking framework that requires minimal boilerplate code (e.g. no
$tearDown or $verifyAll) with style and semantics based on the Google C++
Mocking Framework.
The trade-off is that since tests are run in V8 without a browser, there is no
DOM available. You can still use Google JS Test for tests of DOM-manipulating
code however; see "Is it for me?" [1] for more details.
[1] http://code.google.com/p/google-js-test/wiki/IsItForMe
WWW: http://code.google.com/p/google-js-test/
<http://tt-rss.org/redmine/issues/374>.
Note: PORTREVISION bumped to build a complete package, but if tt-rss was
running fine on your server, don't bother to update it.
Submitted by: Christoph Lukas <clukas (at) firc.de>
List::Gen provides higher order functions, list comprehensions, generators,
iterators, and other utility functions for working with lists. walk lists with
any step size you want, create lazy ranges and arrays with a map like syntax
that generate values on demand. there are several other hopefully useful
functions, and all functions from List::Util are available.
WWW: http://search.cpan.org/dist/List-Gen/