Commit Graph

7832 Commits

Author SHA1 Message Date
sthen
cbe49ced03 +owamp 2011-07-08 09:31:33 +00:00
sthen
7bc08bcb30 import ports/net/owamp, ok benoit@
OWAMP is a command line client application and a policy daemon used
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by RFC4656.

With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.
2011-07-08 09:31:06 +00:00
ajacoutot
57106853a4 Add a small comment to the rc script -- no functionnal change. 2011-07-08 04:31:57 +00:00
ajacoutot
70ac96c395 rc_scripts -> pkg_scripts 2011-07-08 02:14:58 +00:00
sthen
d757d8b184 zap pointless patch fragment 2011-07-07 21:51:22 +00:00
sthen
b036f90f2c update to mbrowse 0.4.3 2011-07-07 20:43:36 +00:00
sthen
41728dbfa1 update to Net-SNMP 5.7 and clean up the patches a lot.
- rc scripts added (names suggested by Nigel Taylor, I was having
a hard time coming up with something nice that avoid a conflict with
base snmpd now the rc.d namespace is shared).
2011-07-07 20:02:02 +00:00
jasper
5edb1c5cfb - update to 0.98.4
from Azwaw OUSADOU (MAINTAINER)
2011-07-07 13:14:29 +00:00
jasper
d9e8945847 - fix extract sufx 2011-07-07 11:09:15 +00:00
jasper
2b06051445 - update to 0.6.2
* enable introspection support
2011-07-07 11:07:17 +00:00
dcoppa
75711dc648 - Delete the .la files.
- Get rid of using libtool's --tag=disable-static option.
- Stop moving the libjabber / liboscar libraries and properly set
  the rpath for the XMPP / AIM / ICQ protocol plugins.

From Brad (MAINTAINER)

ac_cv_openssl_libs "fix" and WANTLIB fix by me.
2011-07-07 08:28:04 +00:00
jasper
7fc03b0c1d - adjust after recent curl update 2011-07-07 07:50:59 +00:00
ajacoutot
89a1cb30b4 Remove some duplicate wantlibs, use the libiconv MODULE where applicable. 2011-07-07 01:06:59 +00:00
ajacoutot
ebf18cf0c6 Use the gettext MODULE 2011-07-07 00:22:37 +00:00
ajacoutot
94ccb4c91a Use the libiconv|gettext MODULE. 2011-07-06 23:56:08 +00:00
sthen
f4414ad075 update net-snmp to 5.6.1.1 2011-07-06 22:02:25 +00:00
sthen
7d7c74743c - convert kinfo_proc2 -> kinfo_procs
- don't use "#if defined(openbsd3) || defined(openbsd4)" all over the place,
this is definitely not web scale

- zap some pointless ifdefs
2011-07-06 21:32:57 +00:00
ajacoutot
94bda2d57f Use the gettext MODULE. 2011-07-06 18:57:09 +00:00
sthen
c667e4d069 remove some patch insanity 2011-07-06 13:06:10 +00:00
jasper
30fde5c11d - adjust after uuid changes
- explicitly depend on latest e2fsprogs revision
2011-07-06 07:23:20 +00:00
jasper
55a25dc67b silence a warning 2011-07-05 17:27:15 +00:00
jasper
d7439da607 take maintainership 2011-07-05 17:14:30 +00:00
jasper
2f7a09d79f - enable modules for dlna and ui too 2011-07-05 17:10:53 +00:00
jasper
02e84ff225 using a context manager requires libconic, so comment the entry for now 2011-07-05 17:09:39 +00:00
jasper
7e45fbad26 - move common CONFIGURE_STYLE/ENV to Makefile.inc
- fix CONFIGURE_STYLe in core/ (prompted by aja@)
- adjust license comment
2011-07-05 17:07:20 +00:00
jasper
97d05fec31 sync 2011-07-05 17:03:35 +00:00
jasper
a9ec4d6f63 import gnupnp-vala 0.8.0
gupnp-vala offers Vala bindings to GUPnP framework.

ok aja@
2011-07-05 17:02:42 +00:00
jasper
f04c4c0984 import gupnp-ui 0.1.1
GUPnP-UI is a collection of GTK+ widgets on top of GUPnP. It features a
GtkTreeModel exposing devices discovered by a GUPnPControlPoint and a
GtkTreeView for exposing such models.

ok aja@
2011-07-05 17:01:18 +00:00
jasper
1cb02a0da9 import gupnp-tools 0.8.3
GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP.
They provides the following client and server side tools which enable
one to easily test and debug one's UPnP devices and control points.

ok aja@
2011-07-05 17:00:53 +00:00
jasper
2a6059ea22 import gupnp-igd 0.1.11
This is a library to handle UPnP IGD (Internet Gateway Device) port
mapping.

ok aja@
2011-07-05 17:00:18 +00:00
jasper
806dd1f234 import gupnp-dlna 0.6.1
GUPnP DLNA is a small utility library that aims to ease the DLNA-related
tasks such as media profile guessing, transcoding to a given profile,
etc.

ok aja@
2011-07-05 16:59:40 +00:00
jasper
1eb771b789 import gupnp-av 0.8.0
GUPnP A/V is a small utility library that aims to ease the handling and
implementation of UPnP A/V profiles.

ok aja@
2011-07-05 16:59:10 +00:00
jasper
f82d1632ba - updated to ZeroMQ-2.1.7,
- traded -pedantic for -Werror (per tedu@'s earlier comment),
- SHARED_ONLY=Yes, because all binaries were removed in 2.1.x.

from piotr sikora
maintainer timed-out
2011-07-05 13:57:23 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00
jasper
eae12bf836 - update curl to 7.21.7
tested in a bulk and ok landry@, thanks
ok naddy@ (MAINTAINER)
2011-07-05 08:18:11 +00:00
jasper
635b9e66c1 regen 2011-07-05 07:30:33 +00:00
naddy
1f19df2d13 - update homepage
- working master site
- groff not needed, varified with mandoc(1)
- regen plist
- bump rev

From: Mikolaj Kucharski
2011-07-05 04:26:24 +00:00
jasper
7c5280157b - update libgadu to 1.11.0
from brad
2011-07-04 19:01:44 +00:00
jasper
99558f8505 - adjust homepage/mastersite as per http://scarybeastsecurity.blogspot.com/2011/07/alert-vsftpd-download-backdoored.html
from nigel taylor
2011-07-04 18:28:27 +00:00
jasper
fac1e674b6 sync 2011-07-04 15:28:42 +00:00
jasper
40a0cab1b5 import gupnp 0.16.1
GUPnP is an elegant, object-oriented open source framework for creating
UPnP devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible. It
provides the same set of features as libupnp, but shields the developer
from most of UPnP's internals.

ok aja@
2011-07-04 15:28:05 +00:00
jasper
088686df39 sync 2011-07-04 15:19:05 +00:00
jasper
fc945fa436 import gssdp 0.10.0
GObject-based API for handling resource discovery and announcement over
SSDP.

ok aja@
2011-07-04 15:18:31 +00:00
jasper
76fb6e75b6 - update to 0.25.19 2011-07-04 11:39:30 +00:00
jasper
84d7555085 - zap dead homepage, replace with new one at sf.net
this port could use an update by someone who cares, obviously not
timing-out maintainer.
2011-07-04 11:18:28 +00:00
jasper
1c30bdf772 garbage collect these Direct Connect clients. they're old/unmaintained and
hardly working. users of Direct Connect can use mldonkey or valknut instead.

ok dcoppa@ landry@
2011-07-04 11:10:57 +00:00
jasper
f2504d7a0b unhook dc_gui and dctc 2011-07-04 11:10:37 +00:00
bluhm
a599395e86 update p5-BSD-Socket-Splice to 0.03
This allows to use idle timeouts for socket splicing.
2011-07-04 03:51:11 +00:00
sthen
4e5eb0f34d drop tightvnc and allow ssvnc-viewer to replace tightvnc-viewer.
- tightvnc-server is based on a really old X release - it barely
works on i386, but doesn't support most X clients - and fails on most
other arch (it's neither LP64 nor big-endian clean).

x11vnc is a suitable alternative for some users, anyone interested
in the exact same type of functionality (standalone RFB X server)
should look at porting tigervnc.

- ssvnc-viewer is a significantly improved fork of tightvnc-viewer
and basically a drop-in replacement (same filename for the viewer).

ok dcoppa@ and supported by weerd@ and various ports@ readers
2011-07-02 10:41:59 +00:00
sthen
df722c15fb let ssvnc-viewer replace tightvnc-viewer 2011-07-02 10:37:05 +00:00