Commit graph

2824 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4879031328 - Add p5-VM-EC2 1.28
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/
2015-04-14 18:38:13 +00:00
Alexey Dokuchaev
e7f7a03278 Add a new port of net/nanomsg, a ZeroMQ-like socket library in pure C.
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
2015-04-10 13:33:20 +00:00
Sunpoet Po-Chuan Hsieh
795839e7ab - Add rubygem-fog-powerdns 0.1.1
Fog::PowerDNS is a module for the 'fog' gem to support PowerDNS DNS services.

WWW: https://github.com/fog/fog-powerdns
RG:  https://rubygems.org/gems/fog-powerdns
2015-04-05 21:27:03 +00:00
Sunpoet Po-Chuan Hsieh
1f3307dbfa - Add rubygem-fog-local 0.1.0
Fog::Local is a module for the 'fog' gem to support local filesystem storage.

WWW: https://github.com/fog/fog-local
RG:  https://rubygems.org/gems/fog-local
2015-04-05 21:24:35 +00:00
Cy Schubert
6ab835ce7b Copy net/ntp to net/ntp-rc to track release candidates.
Register conflicts between ports.
2015-04-03 10:39:41 +00:00
Emanuel Haupt
99dd830868 Add net/mdns-repeater a Multicast DNS repeater. Multicast DNS uses the
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.
2015-04-03 08:02:55 +00:00
Don Lewis
2f04cd375f Add new port net/py-pynmsg.
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.
2015-04-02 23:43:40 +00:00
Sunpoet Po-Chuan Hsieh
f08ed8e794 - Add rubygem-fog-riakcs 0.1.0
Fog::Riakcs is a module for the fog gem to support RiakCS.

WWW: https://github.com/fog/fog-riakcs
RG:  https://rubygems.org/gems/fog-riakcs
2015-03-30 13:48:05 +00:00
Kurt Jaeger
1bba72dde4 New port: net/rdapper
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
2015-03-26 20:51:52 +00:00
Sunpoet Po-Chuan Hsieh
93eda0309f - Add py-pysocks 1.5.0
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>
2015-03-22 14:59:10 +00:00
Mathieu Arnold
8445a2820c Add a quagga version back at 0.99.23.1. 0.99.24 seems to have some problems
with OSPFv3 on 8.4.

Sponsored by:	Absolight
2015-03-18 22:28:43 +00:00
Vanilla I. Shu
67945ba992 Add p5-NetAddr-MAC 0.93, netAddr::MAC - Handles hardware MAC Addresses
(EUI-48 and EUI-64).

PR:		198308
Submitted by:	Anton Berezin <tobez@tobez.org>
2015-03-10 06:16:46 +00:00
Vanilla I. Shu
f79be8aea0 Add p5-Kafka 0.8010, apache Kafka interface for Perl.
PR:		198418
Submitted by:	gebhart@secnetix.de
2015-03-09 03:51:51 +00:00
Sunpoet Po-Chuan Hsieh
9c13eab2de - Add rubygem-dogapi 1.16.0
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-03-08 18:50:34 +00:00
Sunpoet Po-Chuan Hsieh
8e669a8df3 - Add rubygem-aws-ses 0.6.0
AWS::SES is a Ruby library for Amazon's Simple Email Service's REST API [1].

[1] https://aws.amazon.com/ses/

WWW: https://github.com/drewblas/aws-ses
RG:  https://rubygems.org/gems/aws-ses
2015-03-08 18:34:11 +00:00
Sunpoet Po-Chuan Hsieh
67169b7d04 - Add p5-MaxMind-DB-Writer 0.080000
MaxMind::DB::Writer contains the code necessary to write MaxMind DB database
files.

WWW: http://search.cpan.org/dist/MaxMind-DB-Writer/
2015-03-07 09:33:53 +00:00
Sunpoet Po-Chuan Hsieh
60cb305d7c - Move net/rubygem-openid to net/rubygem-ruby-openid
- Update to 2.7.0
- Remove unnecessary DISTNAME and GEM_NAME
- Fix WWW

Changes:	https://github.com/openid/ruby-openid/blob/master/CHANGELOG.md
2015-03-06 22:41:24 +00:00
Renato Botelho
98e3ae5826 Add net/pecl-zmq, PHP bindings for ZeroMQ
Sponsored by:	Netgate
2015-03-06 10:46:32 +00:00
Muhammad Moinur Rahman
707068e3b6 [NEW] net/tcpkali: High performance load generator for TCP and WebSocket
servers

PR:		197372
Submitted by:	neel@neelc.org
Approved by:	bapt marino (implicit)
2015-03-04 12:11:47 +00:00
Mathieu Arnold
314f59245c Add EPP::Client::* gems, an extensible framework for building EPP clients.
Sponsored by:	Absolight
2015-03-03 15:58:06 +00:00
Nicola Vitale
e0d98e9032 This is a Python implementation of RFC6570, URI Template, and can expand
templates up to and including Level 4 in that specification.

WWW: https://github.com/uri-templates/uritemplate-py/
2015-03-03 15:41:26 +00:00
Rene Ladan
6c8f6be862 Remove expired ports:
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.
2015-03-01 00:30:58 +00:00
Guido Falsi
66e513aa9b G.729 codec for Asterisk PBX based on audio/bcg729.
WWW: http://asterisk.hosting.lv/
2015-02-26 13:19:08 +00:00
MANTANI Nobutaka
d92c3969a9 Add dshell, extensible network forensic analysis framework. 2015-02-25 14:35:07 +00:00
MANTANI Nobutaka
b33451a07c Add py-pygeoip, pure Python GeoIP API. 2015-02-25 14:31:44 +00:00
Sunpoet Po-Chuan Hsieh
756ce8bede - Add rubygem-fog-serverlove 0.1.1
Fog::Serverlove is a module for the 'fog' gem to support ServerLove.

WWW: https://github.com/fog/fog-serverlove
RG:  https://rubygems.org/gems/fog-serverlove
2015-02-19 19:44:37 +00:00
Sunpoet Po-Chuan Hsieh
5b828573e0 - Add rubygem-fog-aws 0.1.0
Fog::Aws is a module for the 'fog' gem to support Amazon Web Services.

WWW: https://github.com/fog/fog-aws
RG:  https://rubygems.org/gems/fog-aws
2015-02-19 19:44:02 +00:00
Kurt Jaeger
3c7777a791 New port: net/libmaxminddb
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
2015-02-16 19:32:54 +00:00
John Marino
f3609d50e6 Add new port: net/pimd
PR:		196346
Submitted by:	Olivier Cochard

pimd is a lightweight, stand-alone implementation of Protocol Independent
Multicast-Sparse Mode
2015-02-06 12:52:52 +00:00
Joe Marcus Clarke
96f2762ee5 Add support for building wireshark with Qt 5 GUI support. Note: not all of
the GTK+ features have been ported to Qt yet.

PR:		196728
Submitted by:	olevole@olevole.ru
2015-02-04 16:37:21 +00:00
Guido Falsi
6ef0a1b4f5 Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the
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>
2015-02-01 11:07:29 +00:00
Guido Falsi
7814518f78 - Remove owncloud-csync, it's been merged in net/mirall, please use that
- Remove uneeded CONFLICTS in deskutils/mirall

PR:		196440
Submitted by:	6yearold@gmail.com (maintainer)
2015-02-01 09:13:05 +00:00
Rodrigo Osorio
539bbf72e1 Resurect net/balance, a generic TCP proxy with round robin features
PR:		193368
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2015-01-26 22:04:39 +00:00
Jun Kuriyama
d9641eb28a AMQP client with RabbitMQ extensions in Go.
WWW: https://github.com/streadway/amqp
2015-01-25 22:32:44 +00:00
Rene Ladan
dbe759b042 net/fspd: revive
- 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
2015-01-18 15:14:17 +00:00
Sunpoet Po-Chuan Hsieh
8d7f4745d1 - Add p5-XML-Compile-WSDL11 3.03
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/
2015-01-15 16:51:50 +00:00
Sunpoet Po-Chuan Hsieh
bfc190d08a - Add p5-URI-ws 0.03
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/
2015-01-11 13:29:02 +00:00
Sunpoet Po-Chuan Hsieh
7f515c0660 - Add p5-Acme-HTTP 0.10
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB.

WWW: http://search.cpan.org/dist/Acme-HTTP/
2015-01-11 13:27:47 +00:00
Kurt Jaeger
e06006f8c0 New port: net/yami4
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
2015-01-03 19:46:55 +00:00
Guido Falsi
3bf0b40353 Connect net/unison240 tot he build. 2015-01-01 18:22:25 +00:00
Sunpoet Po-Chuan Hsieh
b6f713216c - Add p5-IO-Socket-UNIX-Util 0.05
IO::Socket::UNIX::Util provides Unix domain socket utilities.

WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
2015-01-01 16:09:16 +00:00
Sunpoet Po-Chuan Hsieh
a10d98ec81 - Add rubygem-fog-storm_on_demand 0.1.0
Fog::StormOnDemand is a module for the fog gem to support StormOnDemand.

WWW: https://github.com/fog/fog-storm_on_demand
RG:  https://rubygems.org/gems/fog-storm_on_demand
2014-12-28 13:18:57 +00:00
Sunpoet Po-Chuan Hsieh
5108b679d6 - Add rubygem-fog-ecloud 0.0.2
Fog::Ecloud is a module for the fog gem to support Terremark EnterpriseCloud.

WWW: https://github.com/fog/fog-ecloud
RG:  https://rubygems.org/gems/fog-ecloud
2014-12-28 13:18:24 +00:00
Sunpoet Po-Chuan Hsieh
32072abe0e - Add rubygem-fog-atmos 0.1.0
Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage.

WWW: https://github.com/fog/fog-atmos
RG:  https://rubygems.org/gems/fog-atmos
2014-12-28 13:17:52 +00:00
Sunpoet Po-Chuan Hsieh
46e3316ba2 - Add rubygem-t 2.8.0
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
2014-12-25 17:08:52 +00:00
Steve Wills
1ebab2e45c net/google-startup-scripts: create port for Google startup scripts 2014-12-25 00:51:54 +00:00
Mark Felder
72bdcb4cfb Welcome ntimed to the ports tree. This is a new NTP client authored by
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.
2014-12-22 01:02:56 +00:00
Pawel Pekala
2b59780179 Advanced Exchange Access (AXA) is a suite of tools and library code
that brings the capabilities of the Farsight Security Information
Exchange (SIE) right to a remote user's network.

WWW: https://github.com/farsightsec/axa

PR:		195695
Submitted by:	truckman@FreeBSD.org
2014-12-15 22:38:15 +00:00
Guido Falsi
8962a0c995 Add asterisk13 port.
Fix CONFLICTS for asterisk ports and remove long deleted entries
references.

Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
2014-12-15 14:46:25 +00:00
Guido Falsi
1305d65ff1 PJSIP is a free and open source multimedia communication library
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.
2014-12-15 14:42:32 +00:00