2013-08-24 mail/p5-Mail-CClient: Broken for more than 6 month
2013-08-24 net/slbd: Broken on FreeBSD 8 and newer
2013-08-24 comms/hso-kmod: Broken on FreeBSD 8 and newer
used by the pathod and mitmproxy projects.
It differs from other projects in some fundamental
respects, because both pathod and mitmproxy often
need to violate standards.
WWW: https://pypi.python.org/pypi/netlib
PR: ports/180746
Submitted by: Hung-Yi Chen <gaod hychen.org>
PolyORB is a middleware implementation providing development tools and an
innovative runtime library architecture for collaboration of application
components using open standards for distributed systems.
Polyorb has to be carefully matched with its compiler. For the Ada
framework compiler, this means version "GPL 2012" despite "GPL 2013" being
available now. However, a Polyorb developer told me that GPL 2012 was a
bit unstable and recommended that I create a custom tarball from the
Adacore subversion repository using the last revision compatible with
gcc-aux. The approximate version number of 2.9 was adopted.
THis custom distfile is based on rev 201373 (23 Jan 2013).
The documentation from GPL 2012 was included in this new distfile rather
than embarking on the painful process of regenerating all 5 versions.
Approved by: bapt/culot (mentors, implicit)
handles for socket operations. File descriptors can be shared between
threads and not need dup file handles for each threads.
WWW: http://search.cpan.org/dist/POSIX-Socket/
This gem was originally added to the Metasploit Pcaprub gem. It's been spun
out into its own gem for anyone who might want to programmatically get
information on their network interfaces.
WWW: https://github.com/rapid7/network_interface
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by
http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the
protocol within this document, "OWAMP" will be in italicized. In
all other instances, "OWAMP" will be referring to this implementation.)
With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.
WWW: http://www.internet2.edu/performance/owamp/
PR: ports/180594
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length
of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec
enables graceful speech quality degradation in the case of lost frames,
which occurs in connection with lost or delayed IP packets.
WWW: http://github.com/dekkers/libilbc
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
a system or between multiple systems.
It synchronizes bidirectionally and allows the user to keep two copies of files
and directories in sync. csync uses widely adopted protocols, such as smb or
sftp, so that there is no need for a server component. It is a user-level
program which means you do not to be a superuser or administrator.
WWW: http://owncloud.org/sync-clients/
PR: ports/178946, ports/177900
Submitted by: arrowdodger <6yearold@gmail.com>
Reviewed by: lippe@
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
could call it a ping tunnel. This can be useful when you find yourself
in the situation that your Internet access is firewalled, but pings are
allowed.
WWW: http://code.gerade.org/hans/
PR: ports/177649
Submitted by: Alexander Panyushkin <vsityz@gmail.com>
in dynamically linked programs via a preloaded DLL and redirects the
connections through SOCKS4a/5 or HTTP proxies.
WWW: http://sourceforge.net/projects/proxychains-ng/
PR: ports/175068
Submitted by: nemysis <nemysis@gmx.ch>
v2 API.
The library passes most of the unit tests listed in the API
documentation. See the documentation
(http://code.google.com/apis/safebrowsing/developers_guide_v2.html)
for more details about the failed tests.
The Google Safe Browsing database must be stored and managed locally.
Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end,
Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms
(databases, memory, etc.) can be added and used transparently with this module.
You may want to look at "Google Safe Browsing v2: Implementation Notes"
(http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf),
a collection of notes and real-world numbers about the API. This is intended
for people who want to learn more about the API, whether as a user or to
make their own implementation.
WWW: http://search.cpan.org/dist/Net-Google-SafeBrowsing2/
PR: ports/179819
Submitted by: Alexandre Biancalana <ale@biancalanas.net>
pynsq provides high-level nsq.Reader and nsq.Writer classes for building
consumers and producers and two low-level modules for both sync and async
communication over the NSQ Protocol (if you wanted to write your own
high-level functionality).
WWW: https://github.com/bitly/pynsq
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:
audio/sdl2_mixer
graphics/sdl2_image
graphics/sdl2_ttf
net/sdl2_net
A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of
USE_SDL= sdl2 image2 mixer2 net2 ttf2
to pull in the specific sdl2_* or sdl20 port.
Python API for interaction with the vSphere Web Services SDK.
Among other operations, it provides easy interfaces to:
- Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts
- Query hosts, datacenters, resource pools, virtual machines
- VM: Power on, power off, reset, revert to snapshot, get properties, update
vmware tools, clone, migrate.
- vSphere 5.0 Guest Operations: create/delete/move files and directories.
Upload/download files from the guest system. List/start/stop processes in
the guest system.
- Create and delete snapshots
- Hosts statistics and performance monitoring
An of course, you can use it to access all the vSphere API through python.
It's built upon a slightly modified version of ZSI (that comes bundled-in)
which makes it really fast in contrast to other python SOAP libraries that
don't provide code generation.
WWW: https://code.google.com/p/pysphere/
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go.
Also included is a twitter command-line tool for getting your friends' tweets
and setting your own tweet from the safety and security of your favorite shell
and an IRC bot that can announce Twitter updates to an IRC channel.
WWW: https://github.com/sixohsix/twitter
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
Tarantool ruby client and private libs.
WWW: https://github.com/mailru/iproto-ruby
PR: ports/178621
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
the Google Document List API to talk to the servers in Google.
WWW: http://www.lbreda.com/grive/
PR: ports/178025
Submitted by: Key-Teck SIN <ktsin@acm.org>
Approved by: culot (mentor)
in net/libosip. This patch was submitted as an update against net/libosip
but it was decided to add it as a separate port.
oSIP is an implementation of SIP.
SIP stands for the Session Initiation Protocol and is described by the
rfc2543 (soon to be deprecated by latest revisions). This library aims
to provide multimedia and telecom software developers an easy and powerful
interface to initiate and control SIP based sessions in their applications.
SIP is a open standard replacement from IETF for H323.
WWW: http://www.gnu.org/software/osip/
PR: 175104
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Gstreamer multimedia framework.
Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.
X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.
Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
data. Vortex decouples packet capture, stream reassembly, and real time
constraints from analysis. Vortex is used to provide TCP stream data to a
separate analyzer program.
Feature safe: yes
2013-04-10 www/p5-Apache-GopherHandler: Depends on p5-Net-Gopher which is deprecated and expired
2013-04-10 net/p5-Gopher-Server: Depends on p5-Net-Gopher which is deprecated and expired
2012-04-17 net/p5-Net-Gopher: gone from CPAN
Feature safe: yes