This is a Tornado websocket backend for the term.js terminal emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).
WWW: https://github.com/takluyver/terminado
Submitted by: robak@FreeBSD.org
released under the LGPL v3 open source license. RFC4511 is the current LDAP
specification (June 2006) from IETF and obsoletes the previous LDAP RFCs
2251, 2830, 3771 (December 1997)
WWW: https://github.com/cannatag/ldap3
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
- Move net/rubygem-rightflexiscale to net/rubygem-right_flexiscale
- Move net/rubygem-rightgogrid to net/rubygem-right_gogrid
- Move net/rubygem-righthttpconnection to net/rubygem-right_http_connection
- Move net/rubygem-rightslicehost to net/rubygem-right_slicehost
Python module for reading MaxMind DB files. The module includes both a pure
Python reader and a C extension.
WWW: https://github.com/maxmind/MaxMind-DB-Reader-pytho
While there, add this port as run-dependency for net/py-GeoIP2.
PR: 199814
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
Python API to the GeoIP2 library for obtaining the country, region, city,
latitude, and longitude of any IP address.
WWW: https://github.com/maxmind/GeoIP2-python
PR: 199815
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
RAET is designed to provide secure reliable scalable asynchronous message/event
transport over the internet in a micro-threaded multi-process application
framework that uses UDP for interhost communication and LibSodium for
authentication, encryption and the CurveCP handshake for secure bootstrap.
WWW: https://github.com/saltstack/raet
PR: 200085
Submitted by: Christer Edwards <christer.edwards@gmail.com>
nsscache is a utility for caching directory service information into local
cache files.
On FreeBSD, it is intended to be used with the net/libnss-cache port but it
can also output BDB files for use by other operating systems.
WWW: https://github.com/google/nsscache
PR: 200123
Submitted by: Kevin Bowling <kevin.bowling@kev009.com>
Obtained from: Limelight Networks
libnss-cache is a NSS module for reading directory service information for
hosts from an indexed, local disk cache of that directory service.
nsswitch.conf services provided: passwd and group
Add 'nsscache' to the desired service(s) and generate the cache with the
net/nsscache port.
WWW: https://github.com/google/libnss-cache
PR: 200120
Submitted by: Kevin Bowling <k@kev009.com>
SRTP library.
Make the www/asterisk13 depend on this slave port when both SRTP
and PJSIP options in it are enabled, this allows enabling SRTP
support in asterisk13 without the need to manually reconfigure other
ports.
Reported by: mat@ and a few others
Network monitor/analyzer which prints packets on terminal in neat style.
Packet data can also be read from a file saved by tcpdump(1).
WWW: https://github.com/KLab/miruo
PR: 199723
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
2015-04-30 www/p5-Google-Code-Upload: Google Code will be shutting down (http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html)
2015-04-30 net/ntp-rc: Upline no longer has RC branch.
2015-04-30 games/wmfortune: Broken for more than 6 months
2015-04-30 games/springlobby: Depends on expiring games/spring
2015-04-30 devel/p5-base: this port is outdated and base 2.18+ is already in all supported Perl releases
This module provides a cache for an EC2's IAM credentials represented by
VM::EC2::Security::Credentials. Rather than retriving the credentials for every
possible call that uses them, cache them until they expire and retreive them
again if they have expired.
WWW: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
This is an interface to Amazon AWS API. It was written provide access to the new
tag and metadata interface that is not currently supported by Net::Amazon::EC2,
as well as to provide developers with an extension mechanism for the API. This
library will also support the Open Stack open source cloud.
The main interface is the VM::EC2 object, which provides methods for
interrogating the Amazon EC2, launching instances, and managing instance
lifecycle. These methods return major object classes which act as specialized
interfaces to AWS.
WWW: http://search.cpan.org/dist/VM-EC2/
Currently the port does not install manual pages, as they have to be
generated. Probably prerequisites for manpages are not as massive as
for HTML docs, but they are not decoupled correctly in the configure
and Makefile.in files.
While here, remove trailing whitespace in `net/Makefile'.
PR: 199043
224.0.0.51 address, which is "administratively scoped" and does not leave the
subnet.
This program re-broadcast mDNS packets from one interface to other interfaces.
It can be used to bridge zeroconf devices to work properly across the two
subnets.
This is pynmsg, a Python extension module implemented in Cython for
the nmsg C library.
Differential Revision: https://reviews.freebsd.org/D2201
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
rdapper is a command-line client for the Registration Data Access
Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485).
This tool will send an RDAP query to an RDAP server over HTTP or
HTTPS, parse the JSON response, and display it in human-readable
form.
WWW: https://github.com/jodrell/rdapper
Submitted by: pi
Derived from SocksiPy - a Python SOCKS module.
- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
proxy support based on this branch
PR: 196049
Submitted by: <kyuupichan@gmail.com>
The Ruby client is a library suitable for inclusion in existing Ruby projects or
for development of standalone scripts. It provides an abstraction on top of
Datadog's raw HTTP interface for reporting events and metrics.
WWW: https://github.com/DataDog/dogapi-rb
RG: https://rubygems.org/gems/dogapi
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream
2015-02-28 www/py-django15: not supported by upstream
math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
The libmaxminddb library provides a C library for reading MaxMind DB
files, including the GeoIP2 databases from MaxMind. This is a custom
binary format designed to facilitate fast lookups of IP addresses while
allowing for great flexibility in the type of data associated with an
address.
WWW: https://github.com/maxmind/libmaxminddb
PR: 197713
Submitted by: fullermd@over-yonder.net
saving, and editing of session configurations.
Xrdesktop2's intent is to handle Rdesktop's available commandline options,
by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most
any of the options you're likely to be interested in. Future versions will
undoubtedly add more.
WWW: http://BSDforge.com/projects/net/xrdesktop2/
PR: 197157
Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
- stage
- add a static pkg-plist
- add DOCS knob
- do not build SGML documentation (jade fails)
- only install man pages for client commands if CLIENTS option is set
Changes from me:
- flip NOCLIENTS option into a CLIENTS option
- drop MLINKS files
- use @sample
- other minor Makefile changes
PR: 193393
Submitted by: Radim Kolar
XML::Compile::WSDL11 understands WSDL version 1.1. An WSDL file defines a set of
messages to be send and received over (SOAP) connections. This involves encoding
of the message to be send into XML, sending the message to the server, collect
the answer, and finally decoding the XML to Perl.
As end-user, you do not have to worry about the complex details of the messages
and the way to exchange them: it's all simple Perl for you. Also, faults are
handled automatically. The only complication you have to worry about is to shape
a nested HASH structure to the sending message structure.
XML::Compile::Schema::template() may help you.
When the definitions are spread over multiple files you will need to use
addWSDL() (wsdl) or importDefinitions() (additional schema's) explicitly.
Usually, interreferences between those files are broken. Often they reference
over networks (you should never trust). So, on purpose you must explicitly load
the files you need from local disk! (of course, it is simple to find one-liners
as work-arounds, but I will to tell you how!)
WWW: http://search.cpan.org/dist/XML-Compile-WSDL11/
After URI::ws is installed, the URI package provides the same set of methods for
WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss.
WWW: http://search.cpan.org/dist/URI-ws/
YAMI4 is a messaging solution for distributed systems.
It is a set of libraries for several platforms and programming languages.
This port installs the core and C++ libraries with documentation.
WWW: http://www.inspirel.com/yami4/
PR: 184471
Submitted by: prog@msobczak.com
t is a command-line power tool for Twitter. The CLI takes syntactic cues from
the Twitter SMS commands, but it offers vastly more commands and capabilities
than are available via SMS.
WWW: http://sferik.github.io/t
RG: https://rubygems.org/gems/t
phk.
Anyone is welcome to steal or update this port. I'm just bringing it to
the tree so the masses can start playing with it and providing phk
feedback.
written in C language implementing standard based protocols such
as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol
(SIP) with rich multimedia framework and NAT traversal functionality
into high level API that is portable and suitable for almost any
type of systems ranging from desktops, embedded systems, to mobile
handsets.
WWW: http://www.pjsip.org/
Please note that default options are tailored for use by the upcoming
asterisk13 port.
address, such as country, region or state, city, latitude and longitude, US
ZIP code, time zone, Internet Service Provider (ISP) or company name, domain
name, net speed, area code, weather station code, weather station name,
mobile country code (MCC), mobile network code (MNC) and carrier brand,
elevation, and usage type.
WWW: http://pecl.php.net/package/ip2location
PR: 195421
Submitted by: Gasol Wu <gasol.wu@gmail.com>
city, latitude, longitude, zip code, time zone, ISP, domain name, connection
type, area code, weather, mobile network, elevation, usage type by IP address
or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN
database which consists of real data for IP address range 0.0.0.0 to 99.255.
255.255. This database contains IP address blocks as key and countries as
values.
WWW: http://www.ip2location.com/c.aspx
PR: 195420
Submitted by: Gasol Wu <gasol.wu@gmail.com>
service from a command line of your desktop or server.
Megatools allow you to copy individual files as well as
entire directory trees to and from the cloud. You can also
perform streaming downloads for example to preview videos
and audio files, without needing to download the entire
file.
WWW: http://megatools.megous.com/
PR: 195723
Submitted by: max@kostikov.co
XMLRPC::Lite is a collection of Perl modules which provides a simple
interface to the XML-RPC Protocol (XML-RPC) both on client and
server side. Based on SOAP::Lite module, it gives you access to
all features and transports available in that module.
WWW: http://search.cpan.org/dist/XMLRPC-Lite/
PR: 195008
Submitted by: Vick Khera <vivek@khera.org>
OpenNebula is an open-source project delivering a simple but feature-rich and
flexible solution to build and manage enterprise clouds and virtualized data
centers. This gem provides libraries needed to talk to OpenNebula.
WWW: http://opennebula.org/
RG: https://rubygems.org/gems/opennebula
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
Marvell Libertas 88W8335 firmware files are not free because Marvell
refuses to grant distribution rights. As a result, we need to build the
firmware using ports.
This firmware files are comed from OpenBSD malo driver.
WWW: http://www.nazgul.ch/malo/
PR: 193588
Submitted by: Juan Ramon Molina Menor <info@juanmolina.eu>
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
Tool for uploading disk images into Amazon EC2 and creating Amazon
Machine Images from them.
This will be used to build FreeBSD/EC2 images in the future.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
PR: 194276
Submitted by: Don Lewis
Net::Nmsg is a perl binding to libnmsg, the reference implementation of
the NMSG binary structured message interchange format. The NMSG
documentation describes the format as:
The NMSG format is an efficient encoding of typed, structured data
into payloads which are packed into containers which can be
transmitted over the network or stored to disk. Each payload is
associated with a specific message schema. Modules implementing a
certain message schema along with functionality to convert between
binary and presentation formats can be loaded at runtime by libnmsg.
nmsgtool provides a command line interface to control the
transmission, storage, creation, and conversion of NMSG payloads.
Motsognir is a robust, reliable and easy to install open-source gopher server
for Unix-like systems (Linux, BSD, and anything else POSIX-compliant).
The Motsognir gopher server is meant to be used for small projects (like home
servers), but should scale well on bigger architectures as well. All the
configuration is done via a single configuration file, which has very
reasonable defaults. That makes Motsognir easily maintainable, and allows the
administrator to have a full knowledge of what features are allowed/enabled on
the server. Motsognir supports server-side CGI applications and PHP scripts, is
plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C
without external dependencies.
WWW: http://sourceforge.net/projects/motsognir
PR: 184203
Submitted by: Mateusz Viste <mateusz@viste.fr>
Approved by: mentors (implicit)