Commit graph

1356 commits

Author SHA1 Message Date
tsutsui
798b24e30d net/Makefile: + mikutter-plugins-twitter 2020-02-21 03:38:20 +00:00
adam
26771c0539 py-aio-pika: added version 6.4.1
aio-pika is a wrapper for the aiormq for asyncio and humans.

Features
* Completely asynchronous API.
* Object oriented API.
* Auto-reconnects with complete state recovery with connect_robust (e.g.
  declared queues or exchanges, consuming state and bindings).
2020-02-13 18:40:04 +00:00
nia
273f00ed6e net: Remove monsoon.
Git repository has been archived for 10 years and the HOMEPAGE now
redirects to a Chinese lottery website. There's plenty of bittorrent
clients in pkgsrc that actually build and are maintained.
2020-02-08 15:22:32 +00:00
tsutsui
efbd85da9d net/Makefile: + nanotodon 2020-02-08 00:54:47 +00:00
nia
2bb5e64c47 grilo: Update to 0.3.11
Needed for several newer GNOME package updates.
2020-01-20 01:32:17 +00:00
taca
a92db6dd33 net/Makefile: add and enable ruby-train-winrm 2020-01-19 15:36:31 +00:00
taca
04c180a85c net/Makefile: add and enable ruby-winrm-fs 2020-01-19 15:33:48 +00:00
taca
d98ef241ae net/Makefile: add and enable ruby-winrm 2020-01-19 15:30:05 +00:00
taca
7ef358f8e2 net/Makefile: add and enable ruby-train-core 2020-01-19 15:09:37 +00:00
pho
201b8c3ef0 Add hs-resolv 2020-01-19 02:37:38 +00:00
nia
79412bd120 net: Remove twitux.
Dead since 2009 despite numerous incompatible API changes.
Ref: https://lists.debian.org/debian-release/2010/08/msg00103.html
2020-01-17 15:51:24 +00:00
pho
c59c86a813 Add hs-connection 2020-01-17 14:59:38 +00:00
pho
0d16a61ec3 Add hs-socks 2020-01-16 23:10:19 +00:00
nia
8029c9a404 *: Remove Ekiga and related packages.
No OpenSSL 1.1 support and upstream development is effectively stalled.

Also various other dead dependencies: gstreamer0.10, sdl12, esound,
GNOME 2 libgnomeui...
2020-01-16 14:03:50 +00:00
pho
9390fc40db Add hs-mime-types 2020-01-16 11:45:19 +00:00
minskim
cb7943376f net/Makefile: Add py-asyncio-nats-client 2020-01-08 17:06:52 +00:00
kim
abb5d914df Remove net/stripes as the upstream is gone 2020-01-05 19:52:50 +00:00
nia
ca15274bfb net: Remove logjam.
No longer works with LiveJournal, according to #pkgsrc users.
Development has been dead for a decade.

PKGREVISION record: 83
2020-01-04 16:12:00 +00:00
adam
8d5a0003fb Added py-grpcio-testing 2020-01-03 08:22:24 +00:00
pho
57c57f4bf3 Add hs-network-uri 2020-01-02 15:28:06 +00:00
nia
60cb7bb6ab net: Remove gnome-netstatus
Dead gnome2 panel applet. This is no longer part of GNOME.
2020-01-01 14:05:55 +00:00
triaxx
3dd5a10424 net: added py-digitalocean version 1.14.0 2019-12-30 19:38:27 +00:00
ryoon
b0c54f1af0 Enable py-pychromecast 2019-12-29 04:46:28 +00:00
ryoon
26cc83f662 Enable py-zeroconf 2019-12-29 04:41:18 +00:00
ryoon
1877f6d91b Enable py-ifaddr 2019-12-29 02:26:04 +00:00
nia
6a9b7c3ffa net: Remove bittorrent
According to the wekpideas this has been unmaintained and replaced with a
closed source version more than a decade ago, ish.

It turned into a fork of uTorrent, so qbittorrent is ~kind of a successor
to this.
2019-12-16 18:07:40 +00:00
nia
bc314db104 net: Add qbittorrent.
qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent

The qBittorrent project aims to provide an open-source software alternative
to uTorrent.
2019-12-16 18:03:20 +00:00
nia
af0af02dad net: Add libtorrent-rasterbar
libtorrent-rasterbar is a feature complete C++ bittorrent implementation
focusing on efficiency and scalability.
2019-12-16 18:00:51 +00:00
wiz
3aa793e03f xfindproxy: remove
Other X proxy tools were already removed.
2019-11-19 14:31:22 +00:00
ng0
8a05534ad1 Add net/go-tcplisten version 0.0.0.20161114
go-tcplisten provides customizable TCP net.Listener with various
performance-related options:
* SO_REUSEPORT. This option allows linear scaling server performance
  on multi-CPU servers.
  See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/
  for details.
* TCP_DEFER_ACCEPT. This option expects the server reads from the
  accepted connection before writing to them.
* TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details.
2019-11-06 11:54:49 +00:00
gdt
9faa200946 net/unison2.48: Remove (as not useful given wire protocol breaks)
As proposed on pkgsrc-users with no comments, and concurrence by wiz@
with my analysis that this cannot work to interoperate with old
software.  Note that unison has multiple versions only to deal with
wire protocol breaks that happen every version; without that there
would just be a single recent unison version.

In addition to being old and unused, I believe that 2.48 from pkgsrc
(built now with pkgsrc's ocaml) cannot work to interoperate with other
systems that still have 2.48, because pkgsrc's ocaml version has an
incompatible serialization format, and the unison wire protocol is
effectively the combination of the unison version and the ocaml
serialization version.

(Separate from 2.32 and 2.40 removal to ease separate reverting,
should it be necessary.)
2019-11-05 02:21:22 +00:00
gdt
c4c241d7d1 net/unison2.40: Remove
As proposed on pkgsrc-users with no comments.  Note that unison has
multiple versions only to deal with wire protocol breaks that happen
every version; without that there would just be a single recent unison
version.

In addition to being very old and unused, I believe that 2.40 from
pkgsrc cannot work to interoperate with other systems that still have
2.40, because pkgsrc's ocaml version has an incompatible serialization
format, and the unison wire protocol is effectively the combination of
the unison version and the ocaml serialization version.

(Separate from 2.32 removal to ease separate reverting, should it be
necessary.)
2019-10-31 16:58:03 +00:00
gdt
d8aa4bec98 net/unison2.32: Remove
As proposed on pkgsrc-users with no comments.  Note that unison has
multiple versions only to deal with wire protocol breaks that happen
every version; without that there would just be a single recent unison
version.

In addition to being very old and unused, I believe that 2.32 from
pkgsrc cannot work to interoperate with other systems that still have
2.32, because pkgsrc's ocaml version has an incompatible serialization
format, and the unison wire protocol is effectively the combination of
the unison version and the ocaml serialization version.

(Separate from 2.40 removal to ease separate reverting, should it be
necessary.)
2019-10-31 16:56:02 +00:00
kamil
de77e3d1bb -py-bitmessage 2019-10-27 14:29:23 +00:00
maya
e8ee199c61 bind912: remove. End of life, alternative exists.
Superseded by bind914.
2019-10-16 08:54:51 +00:00
wiz
f66871a30d p5-FusionInventory-Agent-Task-Network: remove
It was removed from CPAN in 2017 and conflicts with a dependency.
2019-10-11 14:46:24 +00:00
adam
a93b488143 py-onionbalance: depend on py-cryptodome (py-crypto is dead); use ALTERNATIVES; bump revision 2019-09-19 21:25:51 +00:00
nia
4d73dba81f Remove net/remmina-plugins successor net/remmina 2019-09-15 13:00:33 +00:00
nia
8a3a0c3620 Add net/freerdp2.
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
released under the Apache license.

This package contains major version 2 of the library.
2019-09-15 12:55:14 +00:00
nia
85e836cebf Remove net/tsclient.
"This project has been superseded by Remmina".
-- https://sourceforge.net/projects/tsclient/
2019-09-14 19:26:47 +00:00
nia
7f78e1adc8 Remove net/bug-buddy.
Not much point reporting bugs in GNOME 2 any more...
2019-09-14 19:21:58 +00:00
maya
5c6354a12c Makefile: +nsca-ng 2019-09-07 16:27:32 +00:00
tsutsui
b03a835ad4 net: add ruby-twitter-text-simpleidn. 2019-08-25 15:09:22 +00:00
wiz
9150dda66c net/Makefile: + gupnp12 2019-08-20 13:17:22 +00:00
wiz
ffdde4825a net/Makefile: + gssdp12 2019-08-20 11:26:32 +00:00
wiz
0b64eda533 net/Makefile: add unison2.48 and unhook unison 2019-07-29 18:07:46 +00:00
gdt
1e82e3c16f net/Makefile: Enable py-paho-mqtt 2019-07-20 23:40:46 +00:00
gdt
df31d4532a net: Add mosquitto 1.6.3nb4
(nb4 because wip is nb4)

Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that
implements the MQTT protocol versions 3.1 and 3.1.1 MQTT provides a
lightweight method of carrying out messaging using a publish/subscribe model.
This makes it suitable for "Internet of Things" messaging such as with low power
sensors or mobile devices such as phones, embedded computers or
microcontrollers like the Arduino.
2019-07-20 23:09:27 +00:00
adam
20309644f3 py-zsi: removed (old; better SOAP frameworks exist) 2019-07-02 03:58:14 +00:00
jaapb
737706fafb Added ocaml-conduit to Makefile SUBDIRs 2019-07-01 16:02:20 +00:00
tsutsui
cf9ee10da9 net/Makefile: readd nicovideo-dl 2019-06-22 00:33:33 +00:00
leot
832fd82ad7 net: Add stagit-gopher 2019-06-19 11:41:21 +00:00
ryoon
cd9697fdc2 Disable nicovideo-dl 2019-06-18 15:20:08 +00:00
gdt
4d3ad8c298 net: +p5-Net-SFTP-Foreign 2019-06-18 00:31:35 +00:00
hauke
06f6194605 Remove netatalk 3.0.8, as discussed a while ago on tech-pkg.
The branch has long been unmaintained upstream (we kept it longer
because early 3.1.x had serious teething problems), and has security
issues.
2019-06-05 14:31:57 +00:00
leot
bf9e070167 net: Add rt4-cli 2019-05-31 17:19:36 +00:00
adam
58491c1010 py-pypiserver: added version 1.3.0
pypiserver is a minimal PyPI compatible server for pip or easy_install. It is
based on bottle and serves packages from regular directories. Wheels, bdists,
eggs and accompanying PGP-signatures can be uploaded either with pip,
setuptools, twine, pypi-uploader, or simply copied with scp.
2019-05-29 20:13:09 +00:00
taca
06127b9c3f net/Makefile: delete bind910 2019-04-30 03:54:42 +00:00
taca
f96881b737 net/Makefile: add and enable bind914 2019-04-30 03:35:20 +00:00
jaapb
2bdf32bede Added ocaml-protocol_version_header to Makefile SUBDIRs 2019-03-25 09:20:19 +00:00
he
9ff293a22c Add p5-MaxMind-DB-Reader and p5-MaxMind-DB-Writer. 2019-03-21 10:32:58 +00:00
he
ae409dee00 Add p5-MaxMind-DB-Common. 2019-03-21 10:24:22 +00:00
he
6f213e6f6e Add p5-Net-Works. 2019-03-21 10:21:33 +00:00
adam
a2e766faf4 py-twine: updated to 1.13.0
Twine is a utility for publishing Python packages on PyPI. It provides build
system independent uploads of source and binary distribution artifacts for both
new and existing projects.
2019-03-13 18:02:31 +00:00
kamil
a2afca1b2d net: + openrsync 2019-03-11 16:28:58 +00:00
bsiegert
d554c8a841 -go-vultr 2019-02-16 16:23:04 +00:00
wiz
9ec6058397 net/Makefile: add fstrm 2019-01-31 09:14:20 +00:00
he
b5d3cbcb40 Add go-dnstap and go-framestream. 2019-01-16 15:18:46 +00:00
adam
142c253c4f py-pyftpdlib: added version 1.5.4
Python FTP server library provides a high-level portable interface to easily
write very efficient, scalable and asynchronous FTP servers with Python. It is
the most complete RFC-959 FTP server implementation available for Python
programming language and it's used in projects like Google Chromium and Bazaar
and included in Debian, Fedora and FreeBSD package repositories.
2019-01-16 08:31:52 +00:00
markd
80e4eaef89 net: add py-prometheus_client 2019-01-08 10:45:02 +00:00
schmonz
a4ce3c0ccc Add and enable djbdnscurve6. 2019-01-05 06:20:50 +00:00
adam
da8e4df656 py-smbc: added version 1.0.15.8
This is a set of Python bindings for the libsmbclient library from the samba project.
2018-12-22 09:13:57 +00:00
manu
2534da93e5 Added net/nagios-plugin-dnsmaster version 0.1
This Nagios plugin checks that domain NS servers are consistant over
local and distant server.
2018-12-03 02:29:20 +00:00
hauke
0a7840d110 Siproxd is a proxy daemon for the SIP protocol. It handles
registrations of SIP clients on a private IP network, and rewrites the
SIP message bodies to make SIP connections work via a NAT firewall.

Imported from wip/siproxd.
2018-11-14 15:25:28 +00:00
riastradh
611f3eae84 Import onionbalance-0.1.8, a load-balancing tool for onion services. 2018-10-23 03:18:06 +00:00
riastradh
2cc38c5e6a Import txtorcon-18.3.0, a Twisted tor daemon controller library. 2018-10-23 03:17:22 +00:00
riastradh
123fc317c8 Import stem-1.7.0, nyx-2.0.4, and sbws-0.8.0 from the Tor Project.
stem-1.7.0: Python library for controlling the tor daemon
nyx-2.0.4: curses monitor for the tor daemon
sbws-0.8.0: bandwidth scanner

nyx is a standalone application, so give it a meta-package net/nyx
with no py- prefix.

sbws is a standalone application too but only for designated Tor
plumbers, not for ordinary users, so leave it as py-sbws.
2018-10-23 01:42:34 +00:00
adam
65b2c79b2f py-flower: added version 0.9.2
Flower is a web based tool for monitoring and administrating Celery clusters.

Features
* Real-time monitoring using Celery Events
  - Task progress and history
  - Ability to show task details (arguments, start time, runtime, and more)
  - Graphs and statistics
* Remote Control
  - View worker status and statistics
  - Shutdown and restart worker instances
  - Control worker pool size and autoscale settings
  - View and modify the queues a worker instance consumes from
  - View currently running tasks
  - View scheduled tasks (ETA/countdown)
  - View reserved and revoked tasks
  - Apply time and rate limits
  - Configuration viewer
  - Revoke or terminate tasks
* Broker monitoring
  - View statistics for all Celery queues
  - Queue length graphs
* HTTP API
* Basic Auth and Google OpenID authentication
2018-10-08 14:48:46 +00:00
schmonz
5913e13966 Add and enable fehqlibs. 2018-10-07 12:54:24 +00:00
taca
95a21b401c net/Makefile: remove bind99 2018-09-23 14:30:13 +00:00
leot
09a23deeca net/Makefile: Add py-rt 2018-09-15 10:53:59 +00:00
taca
6932c725f2 net/Makefile: add and enable bind912 2018-09-09 13:16:36 +00:00
taca
5d9f3c82d4 net/Makefile Add and enable bind911 2018-09-09 13:12:19 +00:00
triaxx
ec1c596201 Import taskserver 2018-09-02 09:55:46 +00:00
bsiegert
531b749422 Remove gated.
This was announced in July on both pkgsrc-users and tech-pkg, and no one
objected to the removal.

The last release of gated  was in 1999, its upstream
has disappeared, the homepage redirects to a sketchy company.

If you wanted to do routing in software today, you should probably use
quagga or another modern daemon.

ok to remove from gdt@
2018-08-27 13:45:21 +00:00
schmonz
eb3ecb2a93 Add and enable ucspi-tcp6. 2018-07-25 16:23:17 +00:00
jperkin
18445d8fd6 net: Add bwm-ng 2018-07-20 16:23:19 +00:00
bsiegert
c889ed2737 Add a package for dnscrypt-proxy2.
PR pkg/53384 by Nia Alarie.

A flexible DNS proxy, with support for modern encrypted DNS protocols
such as DNSCrypt v2 and DNS-over-HTTP/2.
2018-07-15 16:10:32 +00:00
bsiegert
4f48cac344 -mppe-lkm 2018-07-07 12:37:52 +00:00
he
124e45053b Add p5-Net-DRI. 2018-06-22 17:09:43 +00:00
adam
f726e1ef0b py-subunit: added version 1.3.0
Subunit is a streaming protocol for test results.

A number of useful things can be done easily with subunit:
* Test aggregation: Tests run separately can be combined and then
  reported/displayed together. For instance, tests from different languages can
  be shown as a seamless whole, and tests running on multiple machines can be
  aggregated into a single stream through a multiplexer.
* Test archiving: A test run may be recorded and replayed later.
* Test isolation: Tests that may crash or otherwise interact badly with each
  other can be run seperately and then aggregated, rather than interfering with
  each other or requiring an adhoc test->runner reporting protocol.
* Grid testing: subunit can act as the necessary serialisation and
  deserialiation to get test runs on distributed machines to be reported in
  real time.
2018-05-17 08:09:11 +00:00
minskim
e65848dcac net/Makefile: Add ruby-network_interface 2018-05-02 18:16:28 +00:00
khorben
c3c57cfdbd Add fwknop 2018-05-01 21:11:22 +00:00
wiz
a452575c73 net/Makefile: + unison2.51 2018-04-30 10:14:45 +00:00
minskim
0f8b990722 net/Makefile: Add py-grpcio-tools 2018-04-28 01:24:40 +00:00
minskim
f794e0735c Add py-grpcio 2018-04-28 01:17:29 +00:00
adam
7f6a049be2 py-requestbuilder: added version 0.7.1
Command line-driven HTTP request builder.
2018-04-14 13:54:46 +00:00
adam
df9ef9b418 Added ndiff and zenmap 2018-04-14 13:05:46 +00:00
taca
eea96a744c net/Makefile: add and enable ruby-nio4r 2018-03-13 16:05:18 +00:00
taca
63e1f90856 net/Makefile: add and enable ruby-connection_pool 2018-03-13 16:01:50 +00:00