Commit graph

1154 commits

Author SHA1 Message Date
fhajny
5a61ee32e3 Enable dnsdist 2017-03-31 20:50:22 +00:00
wiz
69689438df + websocketpp 2017-03-14 13:09:55 +00:00
wiz
3836800d73 + ncdc. 2017-03-13 15:40:24 +00:00
fhajny
f9fdd23739 Enable powerdns-geoip and powerdns-odbc 2017-03-09 13:54:12 +00:00
wiz
a558a1b217 + py-py3dns 2017-02-25 17:39:21 +00:00
adam
14d3f77216 Added net/py-portend version 1.8:
Use portend to monitor TCP ports for bound or unbound states.

For example, to wait for a port to be occupied, timing out after 3 seconds::

	portend.occupied('www.pkgsrc.org', 80, timeout=3)

Or to wait for a port to be free, timing out after 5 seconds::

	portend.free('::1', 80, timeout=5)

The portend may also be executed directly. If the function succeeds, it
returns nothing and exits with a status of 0. If it fails, it prints a
message and exits with a status of 1. For example::

	python -m portend localhost:31923 free
	(exits immediately)

	python -m portend -t 1 localhost:31923 occupied
	(one second passes)
	Port 31923 not bound on localhost.
2017-02-13 17:20:06 +00:00
hauke
afdfb53b3d Perl Convenience wrapper for the rsync(1) program. Written for
rsync-2.3.2 and updated for rsync-3.1.1 but should perform properly
with most recent versions.
2017-02-07 09:50:32 +00:00
tsutsui
e7d48b14dd +ruby-slack-api 2017-02-05 11:51:34 +00:00
bsiegert
e5902207ce New package, go-ovh.
go-ovh is a lightweight Go wrapper around OVH's APIs. It handles all the hard
work including credential creation and request signing.
2017-01-24 17:22:09 +00:00
mef
169701c886 Added net/p5-XMLRPC-Lite version 0.717 2017-01-24 13:48:57 +00:00
mef
7af5f358ac Added net/p5-XML-RPC version 0.9 2017-01-24 13:42:00 +00:00
taca
09a0f2ba68 Add and enable ruby-public_suffix. 2017-01-09 13:33:43 +00:00
fhajny
065eeebc7e Enable erlang-xmpp 2017-01-04 11:15:21 +00:00
jnemeth
a6743d24ce sort 2016-12-29 06:12:06 +00:00
joerg
b2b2c6cfe0 + coursera-dl 2016-12-15 23:44:44 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
adam
652210f491 Added net/miniupnpc version 2.0 2016-12-01 22:28:56 +00:00
fhajny
b23955966c Enable py-lexicon and py-tldextract 2016-11-21 11:58:49 +00:00
jnemeth
806dd8bdc1 add and enable netatalk3 2016-11-10 06:15:48 +00:00
adam
619b503111 Removed net/fping6 successor net/fping 2016-11-01 14:55:16 +00:00
jperkin
4e4ce1c11e Rename pydns to py-pydns, requested by wiz. 2016-10-27 12:03:51 +00:00
jperkin
0252353180 Add pydns. 2016-10-27 11:50:09 +00:00
joerg
faf9708748 + py-gandi.cli 2016-10-27 10:15:49 +00:00
kamil
ad6dda6af8 Added net/enet 2016-10-19 19:19:01 +00:00
agc
c5c3b1444c Add httpstat, a utility to visualise curl(1) statistics, to the Packages
Collection.

	httpstat visualizes curl(1) statistics in a way of beauty and clarity.
2016-09-30 16:49:07 +00:00
bsiegert
559c64f607 New package, go-grpc.
The Go implementation of gRPC: A high performance, open source, general RPC
framework that puts mobile and HTTP/2 first. For more information see the gRPC
Quick Start guide at http://grpc.io/docs/.
2016-09-11 09:52:41 +00:00
bsiegert
1db00c6122 New package, aws-sdk-go.
The AWS SDK for Go provides easy-to-use APIs and utilities developers can use
to quickly integrate Go applications with AWS services like Amazon S3 and
Amazon EC2.
2016-08-21 19:54:07 +00:00
wiz
38f5edd88c Remove net/wireshark1, eol'd on 2016-07-31. Use net/wireshark instead. 2016-08-01 09:48:02 +00:00
bsiegert
0768dedc84 New package, go-vultr, a client for the Vultr Cloud service. 2016-07-16 13:31:20 +00:00
bsiegert
11a9ee7407 New package, go-dns.
Complete and usable DNS library. All widely used Resource Records are
supported, including the DNSSEC types. It follows a lean and mean philosophy.
If there is stuff you should know as a DNS programmer there isn't a convenience
function for it. Server side and client side programming is supported, i.e. you
can build servers and resolvers with it.
2016-07-15 19:58:09 +00:00
kamil
6c7d21b9e8 Detach net/polsms 2016-07-03 12:37:32 +00:00
agc
4ecc1f7ac4 Add libquic-0.0.3 to the packages collection.
QUIC is an experimental protocol aimed at reducing web latency over
	that of TCP.  On the surface, QUIC is very similar to TCP+TLS+SPDY
	implemented on UDP.  Because TCP is implement in operating system
	kernels, and middlebox firmware, making significant changes to TCP is
	next to impossible.  However, since QUIC is built on top of UDP, it
	suffers from no such limitations.

	Key features of QUIC over existing TCP+TLS+SPDY include

	+ Dramatically reduced connection establishment time
	+ Improved congestion control
	+ Multiplexing without head of line blocking
	+ Forward error correction
	+ Connection migration
2016-07-01 20:32:35 +00:00
wiz
5a25e91db0 + py-dnsdiag. 2016-06-30 17:48:27 +00:00
wiz
e1033aa6e4 + py-cymruwhois. 2016-06-30 17:47:20 +00:00
wiz
89ae6f8060 Remove py-dns3, py-dns now supports python 3. 2016-06-30 17:45:59 +00:00
kamil
37eae8b9ca Add net/nanomsgxx 2016-06-18 11:28:53 +00:00
kamil
b2624b961b Add net/nanomsg 2016-06-18 08:17:03 +00:00
jnemeth
f82187b0e6 add and enable speedtest-cli 2016-06-09 02:05:11 +00:00
jperkin
b7a72b761b Add guacamole-server. 2016-06-07 12:10:41 +00:00
alnsn
a9f74f6c4e Add lua-copas. 2016-06-04 23:16:14 +00:00
markd
6c0c4743a5 Add kf5 packages 2016-05-26 09:05:02 +00:00
youri
3bb1d0392f + mate-user-share 2016-05-21 21:50:21 +00:00
mef
dcbf4f8b51 Added net/libasr version 1.0.2 2016-05-01 05:07:16 +00:00
wiz
efcf6a03ad + libfilezilla. 2016-04-29 11:54:19 +00:00
fhajny
7624d3776f Enable/disable updated/removed Erlang packages. 2016-04-25 20:39:15 +00:00
leot
4fa617e6c8 Remove net/py-netlib, now it is included in net/mitmproxy (its only user). 2016-04-21 08:24:42 +00:00
jnemeth
9cdaa5182b sort 2016-04-21 07:02:58 +00:00
abs
850cb3e86d +tvnjviewer 2016-04-14 21:58:27 +00:00
jnemeth
8acd42968e add and enable libtelnet 2016-04-14 05:40:45 +00:00
adam
391727de49 Added net/ndpi version 1.7.1; net/ntopng version 2.2 2016-04-08 17:00:21 +00:00