Commit graph

1356 commits

Author SHA1 Message Date
nils
5fa081b218 Add and enable net/daq. 2017-05-18 18:59:34 +00:00
taca
13cc34ae03 delete dnsdoctor. 2017-04-22 17:52:37 +00:00
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
bouyer
387c48912b Add p5-NetAddr-MAC 2016-04-07 16:02:34 +00:00
wiz
2f84ac0635 Remove wireshark2, moved to wireshark. 2016-03-03 13:33:49 +00:00
tsutsui
dd493fd35a +sayaka 2016-02-27 14:32:06 +00:00
wen
1b606f2c8f Add p5-IO-Socket-Timeout 2016-02-23 02:20:05 +00:00
khorben
2c6c4bfc08 Add net/deforaos-vncviewer 2016-02-23 00:11:04 +00:00
abs
be13c37050 +restclient-ui 2016-01-11 13:47:22 +00:00
ryoon
f5f00688ad Add py-google-cloud-sdk 2016-01-11 04:26:48 +00:00
tsutsui
470d15679f + ruby-pluggaloid 2016-01-09 19:02:24 +00:00
tsutsui
6ed624062b + ruby-twitter-text 2016-01-09 18:56:19 +00:00
ryoon
5f16f25ad2 Add wireshark2 2016-01-03 00:00:49 +00:00
wiz
a95132a79a + py-Socks. 2016-01-02 10:10:21 +00:00
kamil
999bb482c3 +py-bitmessage 2015-12-13 00:33:07 +00:00
riz
8a0cdc7163 Add and enable py-txampq. 2015-12-11 21:30:10 +00:00
leot
2b6a733ff6 + megatools 2015-11-27 10:28:45 +00:00
wiz
dc5ec096a5 + php-baikal. 2015-11-24 11:38:45 +00:00
fhajny
05aad0ff6b Add new Erlang module packages 2015-11-04 14:07:26 +00:00
jnemeth
4baccb8795 add and enable tcptraceroute6 2015-10-29 08:59:20 +00:00
tnn
7882c770d6 added net/syncthing{,-gtk} 2015-10-03 16:31:09 +00:00
tnn
8a33a65647 remove net/socks5 successor net/dante 2015-09-30 05:09:51 +00:00
manu
4912d8eee7 Added net/nagios-plugin-gfbricks version 0.2
Added net/nagios-plguin-mysqlslave version 0.1
Added net/syncffsd version 0.7
2015-09-25 13:27:44 +00:00
wiedi
0b2f9152b1 Package ProFTPD using DSO (Dynamic Shared Objects) support.
This is preferable for binary package use as it allowes the user to choose
which features to enable by changeing the configuration file instead of
recompiling. This is also how ProFTPD is usually packaged in other systems.

For details about ProFTPD and DSO see:
	http://www.proftpd.org/docs/howto/DSO.html

This change removes the following PKG_OPTIONS.proftpd:
	ban, ldap, mysql, pgsql, proftpd-readme, quota, tls and wrap

The modules that were previously compiled when enabling ban, proftpd-readme,
quota or tls are now always included. To load them use a configuration
directive like:
	LoadModule mod_ban.c

In addition the proftpd package includes by default many other modules that
were previously unavailble like: mod_load, mod_radius, mod_sftp and more.

The module that was provided by the wrap option is replaced by the wrap2 module
which is also always included.

The ldap option is superseded by the proftpd-ldap package.
The mysql option is superseded by the proftpd-mysql package.
The pgsql option is superseded by the proftpd-postgresql package.
Using proftpd-postgresql will create one binary package for each PostgreSQL
version in pkgsrc.

In addition the following added packages provide new functionality:
	- proftpd-geoip (access GeoIP details)
	- proftpd-memcached (mod_memcache and mod_tls_memcache)
	- proftpd-odbc (access any ODBC database)
	- proftpd-sqlite (access to sqlite3)
2015-09-25 10:01:36 +00:00
joerg
d2ee71e6ba + librsync 2015-09-12 22:54:29 +00:00
wiz
2ae949ba16 Remove p5-eBay-API.
Does not build.
Latest upstream version is from 2008.
Bug reports indicate that details of the API have changed in the meantime.
2015-08-28 11:12:15 +00:00
leot
b2168bc7c0 Added py-hpack. 2015-08-23 14:06:55 +00:00
wiz
dc363a7f41 Remove p5-Coro and packages depending on it.
Upstream says that it "can not" work with perl 5.22 and has even
forked perl as "stableperl" to allow his package to work instead
of fixing it differently.

See http://blog.schmorp.de/2015-06-06-stableperl-faq.html

Ok bsiegert@
2015-07-31 17:53:14 +00:00
bsiegert
fc0393fbe1 Remove the bpalogin package as per the thread on pkgsrc-users.
BPALogin is a replacement for the Telstra supplied client for connecting
and using Telstra's Big Pond Advance powered by Cable.

There is an open bug against it, http://gnats.netbsd.org/24771, which
suggests that it has been obsolete for a long time.
2015-07-13 04:10:34 +00:00
wiz
787b7d2cad + gnome-online-accounts. 2015-07-12 00:46:55 +00:00
wiz
2a48bcf667 + libgdata0.6. 2015-07-11 16:41:59 +00:00
abs
f2f8329be7 +grive2 2015-06-16 16:16:20 +00:00
youri
60a9550859 Remove libsoup24, which is replaced by net/libsoup version 2.5.
libsoup 2.5 is API compatible with 2.4.
2015-06-07 14:30:02 +00:00
youri
b1ec13d1c1 + libsoup 2015-06-07 14:04:34 +00:00
manu
98f096c57f Add Net_LDAP3 1.0.3, sucessor of Net_LDAP2 PEAR module 2015-06-06 05:26:55 +00:00
wen
00a590082b Add p5-IO-SessionData 2015-05-30 02:09:54 +00:00
wiz
f957086e40 + py-ipaddress. 2015-05-28 18:39:55 +00:00
ryoon
d7ea527232 Add miruo 2015-05-16 03:09:29 +00:00
ryoon
f4dbb0e37f Add samba4 2015-05-12 12:22:02 +00:00
bsiegert
5922caef4c Add a package for the metadata module that is part of the Google Cloud
Platform support for Go. This is needed to break apart a circular dependency.
2015-05-11 13:02:21 +00:00
mef
3d8badb295 +devel/p5-Find-Lib version 1.04
+devel/p5-MetaCPAN-Client version 1.013000
+devel/p5-Search-Elasticsearch version 1.19
+net/p5-Test-RequiresInternet version 0.04
+www/p5-Any-URI-Escape version 0.01
+www/p5-Hijk version 0.20
+www/p5-WWW-Mechanize-Cached version 1.48
2015-04-30 06:22:33 +00:00
ryoon
f7f853594a Add net/owncloudclient and remove net/mirall.
Approved by gdt@.

net/owncloudclient supercedes net/mirall. Really net/owncloudclient is
update to net/mirall.
2015-03-25 20:12:03 +00:00
bsiegert
3b61b5045e Add a package for go-net-20150310, based on github.
This package contains supplementary Go networking libraries.
2015-03-10 21:28:45 +00:00
wiz
40938ba5d6 + openconnect 2015-03-02 15:28:25 +00:00
wiz
6fb32cda3a + vpnc-script 2015-03-02 15:24:26 +00:00
mef
b2c6ac53cf Added net/p5-Net-OpenID-Common version 1.19 2015-02-27 13:09:48 +00:00
taca
374c78128a Remove samba35. 2015-02-25 14:59:29 +00:00
taca
5e617e709d Remove bind96 and bind98. 2015-02-19 14:49:52 +00:00
tnn
d29f835f6b remove net/synergy1.2, successor net/synergy 2015-02-15 06:16:40 +00:00
wiz
bf9e2be70c + tigervnc. 2015-02-08 19:42:45 +00:00
taca
3ac9f5149a Add and enable ruby-netrc. 2015-02-07 14:49:26 +00:00
tnn
c22d48ac7b Add net/p5-File-RsyncP 2015-02-05 16:50:48 +00:00
he
04e7c25511 Add iperf3. 2015-02-02 12:25:44 +00:00
schmonz
73cefa867b Add and enable publicfile-run. 2015-01-27 23:02:11 +00:00
fhajny
da8580fd76 Add ruby-net-dhcp. 2015-01-20 10:47:10 +00:00
he
90e8d9badc Add radsecproxy. 2015-01-20 08:18:45 +00:00
manu
f88c482539 Add net/nagios-plugin-dnsrbl, a simple nagios plugin written in C to check
if a host is caught in a DNSRBL
2015-01-07 05:02:37 +00:00
wiz
06b650459d + unison2.40. 2015-01-06 12:57:36 +00:00
wiz
4467f8331a + p5-WebService-MusicBrainz 2015-01-04 11:57:48 +00:00
fhajny
06671e1672 Update PowerDNS to 3.4.1.
pkgsrc changes:
- SQLite 2.x support no longer exists
- SQLite 3.x support cannot be compiled outside the main package because
  of how symbols are distributed, so making it a compile time option
  for net/powerdns now.

Too many changes since 2.9.22.5 (over 2 years ago), see the full changelog:

  http://doc.powerdns.com/md/changelog/

Upgrade notes:

- PowerDNS 3.4 comes with a mandatory database schema upgrade coming from
  any previous 3.x release.
- PowerDNS 3.1 introduces native SQLite3 support for storing key material for
  DNSSEC in the bindbackend. With this change, support for bind+gsql-setups
  ('hybrid mode') has been dropped.
- PowerDNS 3.0 introduces full DNSSEC support which requires changes
  to database schemas. By default, old non-DNSSEC schema is assumed.

Please see the docs on upgrading for particular steps that need to be taken:

  http://doc.powerdns.com/md/authoritative/upgrading/
2014-12-10 14:50:08 +00:00
obache
a334f32444 + corebird 2014-12-06 10:45:34 +00:00
rodent
0567c9acdd ITC: We say goodbye to the skype* packages for which upstream deprecated
support some months ago. These no longer work with the service and are of
very little value to us.
2014-12-03 22:04:20 +00:00
he
fc44bcee16 Add p5-DNS-LDNS version 0.06 -- a package for the contributed perl5
bindings for the ldns library.

The package description:

DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
description on how this library works, you are advised to read the ldns
documentation. For a functional description of the wrapper classes,
please read the perldoc for DNS::LDNS and subclasses.
2014-11-21 09:54:25 +00:00
jaapb
879c3e838b Added ocaml-ipaddr to Makefile SUBDIRs 2014-11-19 12:02:05 +00:00
jnemeth
dd5951ed7a sort 2014-11-14 09:42:58 +00:00
markd
33fc353d53 kdnssd becomes zeroconf-ioslave 2014-11-13 11:52:08 +00:00
shattered
61c20d2ee0 Added net/get_iplayer version 2.90 2014-11-11 21:52:16 +00:00
wiz
8658509b29 Sort. 2014-10-10 22:55:20 +00:00
obache
e58efb3d08 + pear-Net_URL2 2014-10-08 09:52:48 +00:00
roy
5755a3de57 Add dhcpcd-icons and dhcpcd-qt 2014-10-06 19:47:57 +00:00
jnemeth
7cc8624e3e sort 2014-10-02 09:02:19 +00:00
he
c03c46db95 Add newly added p5-Net-SSH-Expect. 2014-09-23 13:21:16 +00:00
he
398b9a224b Add py-junos-eznc. 2014-09-03 07:11:05 +00:00
he
6e3b07ae66 Added py-netaddr. 2014-09-02 13:48:45 +00:00
he
113b8f5f84 Add py-ncclient. 2014-09-02 11:25:12 +00:00
wiz
b1c1d1672a + gst-rtsp-server 2014-08-31 22:25:56 +00:00
he
2d916a9c48 Add p5-Zabbix-Sender. 2014-08-07 14:01:07 +00:00
he
c47a5d7526 Add py-netsnmp. 2014-08-05 12:22:53 +00:00
manu
12e95dc743 This Nagios plugin monitors LDAP replication 2014-07-22 12:52:53 +00:00
fhajny
3dc113716c Add net/p5-Net-Domain-TLD 2014-07-15 14:04:16 +00:00
jnemeth
24526727de remove duplicated entries 2014-07-10 15:37:13 +00:00
jnemeth
19db73c2ba - sort
- remove duplicated entry
2014-07-03 16:58:19 +00:00
jnemeth
52c337d0db add and enable bind910 2014-07-02 02:44:01 +00:00
wiedi
582e588ee8 add sniproxy 2014-06-13 00:14:22 +00:00
hauke
26e493cf4d Rename net/netatalk to net/netatalk22. This is the last version to
support the AppleTalk ddp protocol, and here to stay while NetBSD
ships with AppleTalk support.

Add Netatalk 3.0.8 wip package as net/netatalk30.

"Netatalk 3 is a freely-available implementation of the Apple
Filesharing Protocol Suite (AFP) over TCP/IP.

Using Netatalk's AFP 3.1 compliant file-server leads to significantly
higher transmissions speeds compared with Macs accessing a server via
SMB or NFS, while providing clients with the best user experience (full
support for Macintosh metadata, flawlessly supporting mixed
environments of classic MacOS and MacOS X clients)."
2014-06-11 11:03:56 +00:00
rodent
bc2111c080 +py-softlayer_messaging 2014-06-08 23:10:52 +00:00
rodent
fefab29f29 +py-beanstalkc 2014-06-08 22:56:27 +00:00
rodent
20082e9d09 +py-gevent - packaged originally in -wip by kamel.derouiche@gmail.com. 2014-06-08 22:37:36 +00:00
abs
0485701e3a +grive 2014-06-06 14:57:30 +00:00
jperkin
f48451d126 Add ruby-ipaddress. 2014-06-03 13:46:22 +00:00
jnemeth
b783e565d1 sort 2014-05-30 01:25:27 +00:00
szptvlfn
2454a88f74 + hs-network 2014-05-21 20:59:52 +00:00
mspo
668b72f10b add p5-Net-RabbitFoot 2014-05-18 03:35:00 +00:00
mspo
373e1cc027 add p5-Net-AMQP 2014-05-18 00:13:26 +00:00
imil
eaaadc8279 add & enable py-twython 2014-05-08 14:43:23 +00:00
rodent
f77f127a48 +py-eventlib 2014-05-03 15:21:03 +00:00
manu
7edc38d4a5 Adding net/nagios-plugin-fstab version 0.1
This tests that everything listed in /etc/fstab is really mounted or used
as swap.
2014-04-26 15:55:12 +00:00
jnemeth
5e4850d33f - sort
- add and enable py-celery
2014-04-26 03:29:30 +00:00
rodent
7c003a3ed7 +py-simplesoap 2014-04-22 00:09:00 +00:00
jakllsch
ef65e3f71e +u6rd 2014-04-19 17:36:02 +00:00
imil
9d3821a1f4 add & enable py-apache-libcloud 2014-04-17 16:24:30 +00:00
imil
b4db09c996 add & enable py-softlayer 2014-04-17 14:55:05 +00:00
manu
5a39ea3bd9 Add nagios-plugin-dotpid 2014-02-05 09:32:21 +00:00
rodent
36523f6a49 +SDL2_net 2014-02-02 15:57:24 +00:00
rodent
5e7b420889 +py-caldav 2014-02-02 00:50:01 +00:00
wiz
19fa8ae70b Finish move and rename of py-METAR to py-metar. 2014-01-21 13:34:05 +00:00
wiz
07b0160cf9 + py-dns3 2014-01-17 23:02:58 +00:00
rodent
de614af055 +py-hatop 2014-01-17 03:41:35 +00:00
jnemeth
1ec3c5406d sort 2014-01-17 01:50:00 +00:00
mspo
24921db9b5 add netcat-openbsd pkg to Makefile 2014-01-12 15:07:11 +00:00
jperkin
764bd0bf10 Remove net/p5-Net-CUPS. It is identical to print/p5-Net-CUPS apart from now
missing a couple of subsequent fixes, and should never have existed.
2014-01-09 12:32:01 +00:00
rodent
40b7932b26 +py-socketpool 2013-12-31 19:57:16 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
rodent
6f91afb793 +py-amqp 2013-12-31 14:03:22 +00:00
pettai
8f1637ce94 + exabgp 2013-12-15 22:24:06 +00:00
obache
acfe4fc57d + cacti-spine 2013-12-11 03:03:04 +00:00
obache
be92ec41be Removed net/ruby-tweetstream.
No package depend on this one anymore, and no advantage to maintain pure ruby
gem with pkgsrc.
2013-12-07 09:05:11 +00:00
drochner
841a95d33f +py-dropbox 2013-11-26 20:33:20 +00:00
jaapb
1a64952741 Added libcmis subdirectory to category Makefile 2013-11-23 17:12:29 +00:00
ryoon
a17614f914 Add mirall 2013-11-22 12:12:54 +00:00
ryoon
265eb0b2dc Add ocsync 2013-11-22 12:05:35 +00:00
markd
0f70d4a2f8 Add the kde packages split out of kdenetwork 2013-11-08 22:02:48 +00:00
joerg
ef1fd30aaa -kdenetwork4. 2013-11-08 21:16:02 +00:00
jnemeth
c5c0782f56 sort 2013-10-10 03:33:43 +00:00
obache
649949d7b4 + freerdp 2013-10-07 12:55:08 +00:00
mspo
f6a9bd3fa7 add uftp, a multicast file transfer tool, to the net Makefile 2013-10-05 17:41:42 +00:00
manu
98af8bb49c Add nagios-plugin-milter 2013-10-01 03:37:54 +00:00
wiz
db48141da0 + cclive. 2013-09-30 21:10:03 +00:00
obache
bca6df70d0 Remove net/p5-SOAP-Transport-TCP from pkgsrc.
Merged SOAP::Transport::TCP back into SOAP::Lite (for 1.0)

approved by wiz@.
2013-09-19 11:00:19 +00:00
taca
b4d74239da Add and enable ruby-em-socksify. 2013-09-15 18:47:46 +00:00
fhajny
78fa951b3b Add rabbitmq-c 2013-09-13 11:13:47 +00:00
fhajny
4a33b443f8 Import powerdns-sqlite3 2013-09-06 11:02:38 +00:00
rodent
7cc5848ee4 +libexosip 2013-07-16 02:13:30 +00:00
rodent
0561b23084 +py-kombu 2013-07-02 11:06:30 +00:00
christos
bb369429c1 hook xl2tpd 2013-07-02 00:22:54 +00:00
wiz
db3341f859 + mimms. 2013-06-16 21:21:30 +00:00
mef
6b22d3b2c6 Add twittering-mode 3.0.0. 2013-06-14 13:43:05 +00:00
taca
853041e092 Remove bind97. 2013-06-06 03:00:57 +00:00
rodent
4d57a73379 +xfindproxy 2013-05-29 03:24:38 +00:00
wiz
6443cd2e04 Replace gst-plugins0.10-libnice with gst-plugins1-libnice.
configure complains about 0.10 in libnice-1.4.
2013-05-26 20:29:02 +00:00
wiz
1cb195c04c + py-netlib, mitmproxy. 2013-05-15 22:41:09 +00:00
mef
fcdc5ccc98 Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}
2013-05-09 16:22:45 +00:00
mef
b698606608 Add lldpd (pkg/47560). 2013-05-09 01:41:58 +00:00
imil
3a26de19d7 add & enable paris-traceroute 2013-04-22 17:28:42 +00:00
ryoon
2a8f6ec9e1 Add p5-Regexp-IPv6 2013-04-21 13:17:12 +00:00
ryoon
6f22629b65 Add p5-Regexp-Common-net-CIDR 2013-04-21 13:14:36 +00:00
rodent
92ef85fae1 +ccrtp +libzrtpcpp 2013-04-17 00:57:03 +00:00
drochner
3de2a1ee30 also build the "soup" plugin for gstreamer-1 2013-04-10 11:01:22 +00:00
drochner
00164c1821 remove obsolete binding pkg 2013-03-24 15:19:54 +00:00
obache
33bb05ba30 + rabbiter 2013-03-16 13:29:51 +00:00
wiz
9ccf6a9b2e Remove old Transmission* packages. 2013-03-02 19:37:06 +00:00
ryoon
0fd177d4e7 Add icinga-base. 2013-03-02 04:09:01 +00:00
manu
bd7f14ba87 Add openvpn-nagios 2013-02-10 05:58:27 +00:00
wiz
ed9f0dab89 Remove samba30 and samba33, as stated by Aleksej Saushev on Jul 7, 2012. 2013-02-05 07:45:22 +00:00
manu
3732a5eddc Add NetBSD /etc/dumpdates monitoring plugin for nagios 2013-01-19 10:24:41 +00:00
manu
0f1786215f Add NetBSD RAIDframe monitoring plugin for nagios 2013-01-19 10:22:11 +00:00
bouyer
e226d35600 Add p5-FusionInventory-Agent and p5-FusionInventory-Agent-Task-Network 2013-01-14 14:48:19 +00:00
ryoon
a92e256173 Add bwping. 2013-01-13 04:30:55 +00:00
ryoon
2bae36f6bc Add py-smb 2013-01-03 15:50:48 +00:00
jnemeth
7e407c3c63 add and enable grilo-testui 2012-12-20 06:30:31 +00:00
wiz
409af99980 + iodine. 2012-12-12 13:19:34 +00:00
ryoon
c9b4d88914 Add podcastdl 2012-12-08 17:10:57 +00:00
dsainty
104acf01ca SUBDIR+=get-flash-videos 2012-12-05 02:21:46 +00:00
wiz
1e082c114e + libdmapsharing3 2012-11-30 22:35:20 +00:00
ryoon
94286fcae6 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
b14a649eda Add py-netifaces 2012-11-27 11:32:17 +00:00
drochner
bc5b107b7d +grilo 2012-11-23 11:52:04 +00:00
jnemeth
6443f08199 sort 2012-11-08 07:18:25 +00:00
imil
7bb042263f add & enable py-irclib 2012-11-03 14:19:11 +00:00
imil
08132e3527 add & enable py-ptt 2012-11-02 13:10:04 +00:00
drochner
6ea3a78d08 +gupnp-vala 2012-10-11 11:24:06 +00:00
jnemeth
934f7985c2 add and enable gupnp-dlna 2012-10-11 05:41:51 +00:00
bad
fae4056ca0 Remove freewais-sf. This project has been dead for ~10 years. 2012-10-07 16:34:40 +00:00
pettai
95b66fa446 Added knot 2012-10-02 22:41:09 +00:00
jnemeth
b07ddded0c sort 2012-09-27 06:10:06 +00:00
jaapb
15f34883c2 Added my missing package subdirectories to category Makefiles. 2012-09-20 06:44:28 +00:00
marino
d690b75300 net/Makefile: Add libkorrent 2012-09-03 10:09:17 +00:00
jakllsch
2ed5b80676 Move net/openafs to filesystems/openafs-devel.
Re-add net/openafs as of 2012-05-01 as filesystems/openafs.
2012-08-30 17:37:54 +00:00
christos
d01ed33ce5 Add iana-etc 2012-08-25 13:01:13 +00:00
wiz
95731f7aec + freeDiameter. 2012-08-20 12:18:00 +00:00
imil
fec93a078e add & enable apollo 2012-08-15 10:12:33 +00:00
imil
7bc86a6946 add & enable coilmq 2012-08-14 15:36:16 +00:00
imil
dbb22f566d add & enable ruby-stompserver 2012-08-12 16:14:11 +00:00
agc
97358b60dd add and enable zsync 2012-08-11 15:43:57 +00:00
obache
c81a4844a6 + wgetpaste 2012-08-11 08:44:53 +00:00
agc
01c1861d37 add and enable mosh 2012-07-20 03:16:20 +00:00
jnemeth
57fae6291d sort 2012-05-10 05:00:10 +00:00
pettai
d7ca0fe9c0 Added dnscheck pkg 2012-05-08 22:42:47 +00:00
wiz
83338833ab Remove ispman and p5-ispman.
Very outdated packages (last touched in 2006) that have config file
handling issues; also, ispman is not destdirized.
2012-05-06 10:20:38 +00:00
agc
937a51724d Add and enable chimera 2012-05-02 04:48:49 +00:00
wiz
717647daa2 + gitso (hi darcy!) 2012-04-11 17:55:06 +00:00
wiz
c40971ba98 + p5-Net-DHCP. 2012-03-27 20:10:20 +00:00
asau
12f303fbaf + remmina
+ remmina-plugins
2012-03-15 17:29:04 +00:00
taca
f7ea4ce8b7 Add and enable bind99. 2012-03-07 14:26:18 +00:00
minskim
7534df7f4f Add ruby-domain_name. 2012-02-28 20:32:34 +00:00
drochner
a291582b5c +gst-plugins0.10-rtmp 2012-02-21 12:57:56 +00:00
sbd
5ff1a42697 Remove net/nagios-imagepak-base 2012-02-21 07:09:32 +00:00
hiramatsu
6ce54f5386 Add p5-Net-Frame-Layer-IPv6 and p5-Net-Libdnet6. 2012-02-17 01:46:33 +00:00
jnemeth
8632fa71f4 - sort
- add and enable php-geoip
2012-02-09 08:32:28 +00:00
jnemeth
cf4d295d45 - add and enable p5-Danga-Socket
- add and enable perlbal
2012-02-02 07:51:10 +00:00
jnemeth
280600dcb7 add and enable py-zmq 2012-01-28 07:02:47 +00:00