klg is a looking glass written in PHP that can access and report
back routing information from Cisco, Juniper and Zebra/Quagga
routers. It can also lookup AS numbers to names via WHOIS interfaces,
and supports friendly BGP community names via MySQL database.
WWW: http://sourceforge.net/projects/klg
PR: 204020
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
Jsonnet language, from its most basic features to its powerful object model,
punctuated with examples drawn from the world of cocktails. These examples are
meant to be fun, and although a little contrived, do not restrict our thinking
to any one particular application of Jsonnet.
WWW: https://pecl.php.net/package/jsonnet
PR: 200676
Submitted by: Gasol Wu <gasol.wu@gmail.com>
data. Jsonnet lets you compute fragments of JSON within the structure, bringing
the same benefit to structured data that templating languages bring to plain
text. The example below illustrates a few features -- referring to another part
of the structure, overriding object fields, and string operations.
WWW: https://github.com/google/jsonnet
PR: 200671
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Changes:
- Fix code that coalesces multiparts into single-parts so that it
does not break DKIM signing. Fix is courtesy of Peter Nagel.
- Change old author's name to "Dianne Skoll" in many places.
- Add "All / Summary" button to watch-multiple-mimedefangs.tcl
- Add a filter_wrapup callback. This permits header modifications,
but not body modifications. It has access to the final
(possibly modified) message, so is the ideal place to do DKIM-signing.
- Remove all function prototypes from mimedefang.pl.in as per current
Perl5 best practices.
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
The subversion port was upgraded to version 1.9. devel/kdesdk4-kioslaves fails
to build against it now.
pkgsrc has a patch that fixes this issue in
${CVSROOT}/devel/kdesdk-kioslaves/patches/patch-svn_svn.cpp
of their repository. Add this patch.
Approved by: rakuco (mentor)
Obtained from: pkgsrc
Differential Revision: https://reviews.freebsd.org/D4002
Differential Revision: https://reviews.freebsd.org/D3930
fb-adb is a tool for interacting with Android systems. It does much of
what adb does, but with better remote shell support and, hopefully,
fewer bugs. Differences between adb and fb-adb are that fb-adb:
* is binary clean (no LF -> CRLF mangling)
* transmits and updates window size
* distinguishes standard output and standard error
* properly muxes streams with independent flow control
* allows for ssh-like pty allocation control
* propagates program exit status instead of always exiting
with status 0
* properly escapes program arguments
* kills remote program
* provides a generic facility to elevate to root without re-escaping
https://github.com/facebook/fb-adb
- Update PORTVERSION and distinfo checksum (1.4.2)
- six is a RUN not BUILD dependency
- Remove TEST options and hooks since the framework now supports
TEST_DEPENDS. Remove html5lib from TEST_DEPENDS.
Changes:
https://github.com/mozilla/bleach/blob/v1.4.2/CHANGES
- Enable concurrent Python version installations
- Remove TEST option and hooks since the framework now supports
TEST_DEPENDS.
- Rename test target to framework supplied one
- Update PORTVERSION and distinfo checksum (0.5.0)
- Update TEST_DEPENDS
- Remove TESTS option since the framework now supports TEST_DEPENDS,etc
- Rename test target and use canonical/wrapped PYDISTUTILS_SETUP
variable.
Changes:
https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst
pywdns (0.8.0)
* Add str_to_rcode and str_to_name_case functions
* Add str_to_name_case function
* Add str_to_rcode function
* Add str_to_rrclass and str_to_rdata functions from wdns
* domain_to_str(): PyString_FromStringAndSize -> PyString_FromString
this fixes a regression introduced in d04d3919. wdns_domain_to_str()
does not return the number of bytes written to dst, it returns the
number of bytes read from src. dst is guaranteed to be NUL-terminated
after a call to wdns_domain_to_str(), so switch back to using
PyString_FromString() to convert dst to a python string.
* the comparison against WDNS_MAXLEN_NAME should be strictly greater
than, not greater than or equal to.
* setup.py: add back missing 'import os'
Sponsored by: Farsight Security, Inc.
nmsg (0.10.0)
[ Henry Stern ]
* Add JSON input and output support, including new libnmsg functions
nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
and nmsg_message_to_json(); new -j and -J command line options for
nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
plugin API.
[ Chris Mikkelson ]
* nmsg_chalias_free(): Check for null aliases list.
Sponsored by: Farsight Security, Inc.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3730
- Remove OPTIONS EXAMPLES as the mentioned file is a config file which has
been moved to @sample framework
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
The subversion port was upgraded to version 1.9. devel/kdevplatform fails to
build against it.
Bring in the patch attached to the bug tracking system by Tobias C. Berner.
See #203843 for more information.
PR: 203843
Submitted by: Tobias C. Berner (tcberner@gmail.com) via Bug Tracking System
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D4003