Commit Graph

10549 Commits

Author SHA1 Message Date
juanfra
46414850ba +net/py-geventhttpclient 2014-10-12 20:51:59 +00:00
juanfra
6d3ac9348f Comment:
high performance, concurrent HTTP client library

Description:
geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming API's like Twitter's.

geventhttpclient use a fast http parser, written in C, originating from nginx,
extracted and modified by Joyent.  Safe SSL support is provided by default.

Maintainer: Dmitrij D. Czarkoff <czarkoff@gmail.com>

WWW: https://github.com/gwik/geventhttpclient

From MAINTAINER. Minor fixes by landry@ and me. ok landry@.
2014-10-12 20:45:56 +00:00
sthen
5212edf9c1 - drop jakob@ as maintainer of isc-dhcp (ok with him)
- add rc scripts
- don't use groff, there are only whitespace/header changes -
no information loss and formatting looks ok
2014-10-12 20:10:16 +00:00
ajacoutot
4cc8742771 Update to neon-0.30.1. 2014-10-12 07:13:22 +00:00
sthen
c1b8a8d1b2 don't re-create the fifo if it still exists from a previous failed startup,
noted by landry
2014-10-11 21:11:20 +00:00
jeremy
a6b8b062f2 Bump gem ports buildable with ruby 1.8 that have binaries
The binaries now use a 18 suffix on ruby 1.8.
2014-10-11 19:54:46 +00:00
landry
42af63a336 Fix typo (s/pppo0/ppp0/) - thanks stuart for that awesomely detailed README :) 2014-10-11 16:13:36 +00:00
sthen
429633c786 update to openvpn-2.3.4 2014-10-10 21:07:07 +00:00
ajacoutot
c5d655b32a Update to libnice-0.1.8. 2014-10-10 12:21:52 +00:00
ajacoutot
dfa7262e47 Drop libtool files.
Hobbits take maintenance.
2014-10-10 12:14:41 +00:00
sthen
76572fa72e Add some notes on l2tp+ipsec. Definitely not perfect as there are some issues
with fragments and stalls under high load, but it is possible to connect to
npppd using l2tp+ipsec with this information.
2014-10-09 13:06:04 +00:00
stsp
9e98b20e96 Send net/pptp to the attic. It requires an MPPE-capable ppp client
which we don't have in base anymore. No objections from ports@
2014-10-08 16:44:58 +00:00
stsp
44e5fb60b5 unhook net/pptp 2014-10-08 16:41:53 +00:00
nigel
8eaafd1b4e update to weechat 1.0.1 ruby 2.1 supported.
Ok jeremy@ sthen@
2014-10-08 13:46:16 +00:00
ajacoutot
19f58064e7 Missing devel/dconf MODULE and goo. 2014-10-08 12:09:18 +00:00
kirby
eb29a5bbf1 patches were commited upstream 2014-10-07 09:55:09 +00:00
kirby
2cf1a0afac add missing comment in not-so-obvious patches.
requested by landry@ before import
2014-10-06 12:34:32 +00:00
pascal
f43c377bd5 Fix relay functionality after get_cipher_by_char removal. Patch by jsing@,
tested by myself and "babut".

ok dcoppa@
2014-10-05 19:29:20 +00:00
lteo
647d6da79e tcpdump is in section 8 on OpenBSD, not section 1. 2014-10-05 19:23:00 +00:00
kirby
c7997bd2bc add seafile 2014-10-04 18:50:55 +00:00
kirby
1d6f694ba0 Import seafile-client and components.
ok landry@

Seafile is a next-generation cloud storage.
2014-10-04 18:47:55 +00:00
ajacoutot
3ac4f51ae1 Update to glib2-networking-2.42.0. 2014-10-04 14:41:27 +00:00
jasper
fe9d5c0b95 rcexec should only really be used in rc_start, unless there's a good reason to
use it elsewhere

prompted by aja@
ok aja@ sthen@
2014-10-03 11:53:23 +00:00
jasper
d44fd0cede add a comment that gdnsd >= 2.0.0 requires __thread support 2014-10-03 11:33:53 +00:00
jasper
4cef54cafd +gdnsd 2014-10-03 11:32:56 +00:00
jasper
7abc546a0d import gdnsd-1.11.5
gdnsd is an Authoritative-only DNS server. The initial g stands for
Geographic, as gdnsd offers a plugin system for geographic (or other
sorts of) balancing, redirection, and service-state-conscious failover.
The plugin system can also do things like weighted address/cname
records.

feedback/ok sthen@
2014-10-03 11:31:27 +00:00
dcoppa
3f64e56503 fix comment 2014-10-03 10:03:29 +00:00
dcoppa
2ec748e3a6 Fix libinotify linkage in preparation of my cmake patch to not
register full paths to shared libraries in the ELF "NEEDED" sections
2014-10-03 09:53:55 +00:00
jasper
8aa3f3362c - update to a clone of git master, which supports ruby > 1.8, but no 2.1
yet. at least this will be a better base to fix issues on.

ok aja@
2014-10-03 07:24:28 +00:00
jasper
cd811d7967 stop building non-default FLAVORS of pure ruby gems
discussed with and ok jeremy@
2014-10-03 07:23:40 +00:00
bcallah
fe88ab6ffb Update to 0.6.9 2014-10-02 21:55:25 +00:00
sthen
425b416b73 update to icinga-web 1.11.2 2014-10-02 21:05:02 +00:00
sthen
b4b6d4902a update to rrdtool 1.4.9 2014-10-02 13:27:33 +00:00
naddy
b695a181cc Stop renaming "irc" to "ircII". Originally introduced in 2000 because of a
conflict with net/irc that went away again in 2001.  ok sthen@, brad@
2014-10-01 20:16:00 +00:00
sthen
c17b968e5d put USE_GROFF back, it was removed with the 4.2.3 update a while ago and should
not have been (mandoc throws a "bad table layout" error for the tables of flags
for various options; groff copes though isn't terribly pretty).
2014-10-01 15:25:59 +00:00
jasper
4e3eb73c38 update to gupnp-igd-0.2.4 2014-10-01 06:32:25 +00:00
landry
25f2ba04e1 BROKEN-alpha= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type 2014-09-30 19:04:58 +00:00
sthen
aec1295e83 link p5-Net-Ident 2014-09-29 11:33:55 +00:00
dcoppa
88e29e05d3 Update to impacket-0.9.12 2014-09-29 08:11:31 +00:00
brad
9dbf1becab Update to dnsmasq 2.72.
ok sthen@
2014-09-28 17:34:01 +00:00
jasper
3790d7451f add PERMIT_ line, given the huge vomit when this is lacking, how could it've been missed? 2014-09-28 08:48:46 +00:00
pascal
162edfb3b8 Bugfix update to 0.2.4.24. 2014-09-27 17:16:00 +00:00
jeremy
43e9408b1c Use default version of ruby instead of ruby 1.9 for ruby subpackage.
OK sthen@ ajacoutot@
2014-09-27 17:07:20 +00:00
jeremy
915394a393 Don't set MODRUBY_REV explicitly, use default ruby version.
OK sthen@
2014-09-27 17:04:02 +00:00
jeremy
8ecfbd9765 Remove building of ruby 1.8 and 1.9 packages by default.
This unlinks completely some ruby 1.8 and 1.9 specific packages, to be
removed shortly.

OK sthen@, no objection ajacoutot@
2014-09-27 16:31:40 +00:00
sthen
1b06699303 update to nmap 6.47, ok giovanni@ 2014-09-25 17:33:15 +00:00
bluhm
e8aa5b912e update p5-Net-DNS to 0.80 2014-09-24 21:11:56 +00:00
jeremy
2787f631b9 Remove setting of MODRUBY_REV explicitly, just use the default ruby
discussed with aja@ and espie@
2014-09-24 16:16:29 +00:00
jeremy
7fd4af68ef Set MODRUBY_REV explicitly, instead of relying on default ruby version 2014-09-24 15:21:58 +00:00
espie
d13267262a missed ruby bump 2014-09-24 10:21:27 +00:00