Commit Graph

5571 Commits

Author SHA1 Message Date
sthen
1f80118615 +nfdump 2008-05-21 22:30:15 +00:00
sthen
087470f328 import nfdump and nfprofile (the latter as a subpackage since not
everyone needs that, and it pulls in heavier dependencies)

-- -- --
The nfdump tools collect and process netflow data (v5, v7 and v9)
on the command line. They are part of the NfSen project.

nfcapd - netflow capture daemon.  Reads the netflow data from the
network and stores the data into files. Automatically rotate files
every n minutes (typically every 5 minutes). nfcapd reads netflow v5,
v7 and v9 flows transparently. You need one nfcapd process for each
netflow stream.

nfdump - netflow dump.  Reads the netflow data from the files stored
by nfcapd. Its syntax is similar to tcpdump. If you like tcpdump
you will like nfdump. Displays netflow data and can create lots of
top N statistics of flows IP addresses, ports etc in whichever
order you like.

nfreplay - netflow replay.  Reads the netflow data from the files
stored by nfcapd and sends it over the network to another host.

A web front-end, NfSen, is available at http://nfsen.sourceforge.net/
-- -- --
nfprofile is a netflow profiler, which works with the nfdump tools.
It reads the netflow data from the files stored by nfcapd, filters
the netflow data according to the specified filter sets (profiles)
and stores the filtered data into files for later use.
-- -- --

thanks to eric@ for testing/feedback on an earlier version, and to
upstream for rolling a new release including the patches as a result.

"that should be in ports for sure" henning@
2008-05-21 22:28:35 +00:00
sthen
41b2cfddf0 +ssvnc 2008-05-21 22:05:48 +00:00
sthen
5148839dd5 The Enhanced VNC viewer provides for remote access to VNC displays
using the standard protocol and various extensions including those used
by TightVNC, UltraVNC, RealVNC and x11vnc providing for features such
as dynamic screen resizing, server-side scaling, blocking input devices
on the server, and low colour modes. Many of these can now be set from
the popup menu.

(and it's much faster than tightvnc-viewer).  ok merdely, okan
2008-05-21 22:04:27 +00:00
jasper
ab811e4eef - use expat instead of libxml and fix WANTLIB accordingly
- update license marker
- bump PKGNAME

from brad@
2008-05-19 22:22:24 +00:00
fgsch
9422412b4a sync with cairo update. jasper@ ok. 2008-05-19 09:57:43 +00:00
sthen
640639f832 update to 0.9.6 and take maintainership, many fixes and improvements.
"feel free to take over" previous maintainer; feedback fgsch.
2008-05-18 21:34:11 +00:00
ckuethe
2a04a4f2bd add the interface name to the title and report header. this is quite
useful when you're running darkstat on a box with 3 network feeds...
2008-05-17 22:33:31 +00:00
sthen
14b15a331e maintenance update to 0.3.8, from brad. 2008-05-16 21:06:02 +00:00
wcmaier
2023a2f5f3 Force rewrite of Paths.pyc before running distutils' install command.
Fixes checksum complaints on pkg_delete after zenmap has been run by
root (as recommended). Use MODPY_EGG_VERSION while here and bump
PKGNAME.

ok okan@, "looks ok" merdely@
2008-05-16 20:50:55 +00:00
okan
b741618707 update email address
ok merdely@
2008-05-15 21:48:26 +00:00
okan
50632a2048 - update to 4.62 from MAINTAINER (Giovanni Bechis)
- add @comment markers to keep make plist happy
- remove the need for us to install the manpage.
- alpha fix from merdely@
- workaround for Paths.pyc needing to be re-generated - from wcmaier@
  (a discussion has been started with upstream to remedy this bit)

feedback and ok merdely@
2008-05-15 18:30:14 +00:00
naddy
f1bbb5f28a Fix build after curl 7.18 update by adding a dummy argument. 2008-05-15 17:45:22 +00:00
naddy
59ec65981f * Update to 7.18.1.
* A CA cert bundle is no longer included, so point to /etc/ssl/cert.pem.
* Compile examples during build rather than fake stage.

ok sthen@, additional testing by merdely@
2008-05-13 17:56:29 +00:00
dlg
6c4423c0f6 disable a workaround for the MIT kerberos implementation that we
dont need because we use heimdal instead. this lets the ads flavor
of samba manage the kerberos keytab on openbsd.

no objections from mbalmer@
2008-05-13 11:34:12 +00:00
jasper
e1db315fbf - add galago-daemon 2008-05-12 14:47:43 +00:00
jasper
b6290ca589 import galago-daemon 0.5.1
The Galago presence daemon, which is the center of all presence
transactions for Galago. This service is automatically launched by D-BUS
when needed.

ok ajacoutot@
2008-05-12 14:45:07 +00:00
bernd
78ad23ee94 Update to ruby-net-sftp-2.0.0. 2008-05-09 18:59:08 +00:00
bernd
d0e8bd256b Update to ruby-net-ssh-2.0.1. 2008-05-09 18:58:01 +00:00
bernd
ec9e951419 Add ruby-net-scp and ruby-net-ssh-gateway. 2008-05-09 18:57:12 +00:00
bernd
ed4f00e636 Initial import of ruby-net-ssh-gateway-1.0.0.
Net::SSH::Gateway is a library for programmatically tunneling
connections to servers via a single "gateway" host. It is useful for
establishing Net::SSH connections to servers behind firewalls, but
can also be used to forward ports and establish connections of other
types, like HTTP, to servers with restricted access.
2008-05-09 18:54:33 +00:00
bernd
25ebc0de0b Initial import of ruby-net-scp-1.0.0.
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates
over SSH (and requires the Net::SSH library), and allows files and
directory trees to copied to and from a remote server.
2008-05-09 18:52:19 +00:00
espie
6adf320c13 CATEGORIES repairs 2008-05-08 22:44:13 +00:00
martynas
56f01852ed googlevideo returns 403 for some urls, so switch base_url back to
youtube.  this makes some videos fetch again.  (e.g., video id
uPTcnzgseaQ recently posted on mailing-lists)
ok jolan@, pedro@
2008-05-06 20:49:51 +00:00
rui
b345a7b05d - maintenance update to freeradius 2.04. Check the Changelog for more information.
ok mbalmer@, jolan@
2008-05-05 19:32:02 +00:00
steven
925e007395 use libexpat, remove libxml2 dependency.
from brad@
2008-05-02 08:14:53 +00:00
ajacoutot
f5083426ce +opal 2008-04-29 07:02:45 +00:00
ajacoutot
8d4be5a389 Import opal-2.2.11
OPAL is an open-source class library for the development of applications
that wish to use the SIP and H.323 protocols for multi-media
communications over packet based networks.
2008-04-29 07:01:18 +00:00
jakob
51ca0f22ff upgrade to libbind v9.4.2 2008-04-28 19:15:43 +00:00
sthen
6626b06530 maintenance update to 2.3.6, small improvements to cgi/display output 2008-04-28 12:20:47 +00:00
pvalchev
9156bd3b39 mcabber-0.9.7; from maintainer markus-hennecke@markus-hennecke.de 2008-04-25 23:13:47 +00:00
ckuethe
38a547c9f3 quit spamming channels with "Download Pidgin!" when silc exits.
ok brad@ (MAINTAINER)
2008-04-25 04:15:33 +00:00
sthen
63da3039ab update license marker in comment (GPL->GPLv2), req by Brad 2008-04-24 23:57:24 +00:00
sthen
812c82a798 maintenance update from Brad - most patches are now upstream. 2008-04-24 00:19:40 +00:00
okan
9da3b1852c update to 0.7.3 from brad@
testing and ok brad@ and merdely@
2008-04-23 20:49:46 +00:00
ajacoutot
bf502b46ed - build shared lib too
"sure" fgsch@, "fine with me" sthen@
2008-04-23 09:57:04 +00:00
sthen
fd5147b403 update to 1.1.6 from Brad, and remove some dead mirrors 2008-04-22 20:24:10 +00:00
naddy
5371258c2e Update to 1.11. 2008-04-22 16:50:42 +00:00
fgsch
7617363254 enter libcares. 2008-04-22 12:23:36 +00:00
fgsch
a2dbc8deef introduce libcares (c-ares), an asynchronous resolver library.
input and ok sthen.
2008-04-22 12:19:58 +00:00
sthen
ae4f085b3a update to 1.1.5 + a crash fix from GIT. ok brad (maintainer). 2008-04-22 00:34:30 +00:00
merdely
4308db7caa Fix build on alpha.
"of course" ajacoutot@
2008-04-21 19:17:59 +00:00
sthen
a2dcbf939e display changed topic and your /nick changes in the status bar,
convert times in /who to readable format, display the correct user
name when someone /beeps you, and add a note to the README.

ok jasper
2008-04-21 10:35:27 +00:00
ajacoutot
e4919fbaf4 - fix CATEGORIES 2008-04-21 09:33:58 +00:00
sthen
e70f233e4f fix CATEGORIES, pointed out by ajacoutot - thank you. This doesn't make
it into the package (checked with PLIST_DB), so no version bump.
2008-04-20 10:06:26 +00:00
ajacoutot
e7c61562b0 +py-zsi 2008-04-19 15:16:11 +00:00
ajacoutot
9baa90b307 Import py-zsi-2.0
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in SOAP 1.1
Specification (see http://www.w3.org/TR/soap).  It can also be used to
build applications using SOAP Messages with Attachments (see
http://www.w3.org/TR/SOAP-attachments).  ZSI is intended to make it
easier to write web services in Python.
[...]
2008-04-19 15:13:28 +00:00
sturm
ff999c1442 update to nagios 3.0.1
fix build of shared object
ok ian, merdely
2008-04-18 11:08:47 +00:00
sthen
f84091f08e update to 1.1.4 from Brad - fixes portability bugs including a
remote user-triggerable DoS on strict alignment arch.
2008-04-17 10:26:15 +00:00
ajacoutot
973a6fb381 - tweak the way the gtk-update-icon-cache goo is run
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.

discussed with jasper@
2008-04-17 08:10:09 +00:00
merdely
0829ab8652 Update to cnagios 0.25.
- Work properly with nagios-3.x status.dat
 - Removes need for patch-configure with --with-status-file
   configure argument.
Fixes from Steve Rader, cnagios author

ok sthen@ (MAINTAINER)
2008-04-17 01:15:35 +00:00
jasper
7e53f0daaa - enable SSL support 2008-04-15 22:20:28 +00:00
jakemsr
103f021345 maintenence update to live.2008.04.09
from brad@
2008-04-13 07:13:59 +00:00
sthen
e1c1c0bf7b bugfix update to 1.1.3, from Brad. tested on several servers. 2008-04-12 22:52:46 +00:00
steven
df7c95f86c tweak debug messages from openssl support
from brad
2008-04-12 08:19:28 +00:00
okan
b6adb48979 +p5-Net-FTP-AutoReconnect 2008-04-11 22:05:32 +00:00
okan
d6c22adcab import p5-Net-FTP-AutoReconnect
Net::FTP::AutoReconnect is a wrapper module around Net::FTP.  For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again.  The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

from Girish Venkatachalam

ok merdely@
2008-04-11 22:04:59 +00:00
okan
14f31a8ffe +p5-DNS-ZoneParse 2008-04-10 17:45:54 +00:00
okan
10b128ac97 import p5-DNS-ZoneParse
This module will parse a Zone File and put all the Resource Records
(RRs) into an anonymous hash structure.  At the moment, the following
types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR.  It could
be useful for maintaining DNS zones, or for transferring DNS zones to
other servers.

from Girish Venkatachalam
 
ok merdely@
2008-04-10 17:45:33 +00:00
espie
451110fd09 update to 3.0.2, with a few new useful functionalities.
to be fully functional, you need rsync >= 3.0.2 on both sides,
otherwise, rsync will degrade to pre-3.0 mode.
2008-04-10 15:06:45 +00:00
sthen
03f5ddd4d5 maintenance update to 2.3.5, ok okan 2008-04-09 22:34:40 +00:00
merdely
632b1dc391 Update to 1.2.
V1.2 adds nice "account set #" feature to manage accounts.
Remove a lot of string handling patches.
Remove patches to rename bitlbee "root" user to "bitlbee".

tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski
ok martynas@, simon@, okan@, wcmaier@
2008-04-09 22:13:11 +00:00
merdely
6a7828c72b Update to 0.23. Make work with Nagios 3.x
ok sthen@
2008-04-09 14:29:44 +00:00
okan
1ef3d7bdee update to 4.60
from Giovanni Bechis (MAINTAINER)

ok merdely@
2008-04-06 18:21:44 +00:00
steven
603407d22b update to pidgin 2.4.1
from brad
2008-04-04 22:39:09 +00:00
sthen
48c582d4b0 +iftop 2008-04-04 22:14:59 +00:00
sthen
9804c24b93 import iftop:
iftop does for network usage what top(1) does for CPU usage. It listens
to network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts. Handy for answering the question "why
is our ADSL link so slow?"

from maintainer Girish Venkatachalam with small tweaks
ok landry, merdely, kili
2008-04-04 22:12:46 +00:00
ajacoutot
bae8a37f5c - update to version 3.7.0
from Pierre-Emmanuel Andre <pea at raveland dot org> with tweaks
ok kevlo@ (via pea)
2008-04-04 14:54:23 +00:00
ajacoutot
0ee735e36c - update to gnugk-2.2.7
* extends virtual queues to work on unregistered calls,
* adds per prefix capacity limits and Q.931 cause code translation per
gateway
* adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350
authentication
2008-04-03 07:18:08 +00:00
fkr
be0b0d0633 update to OpenVPN 2.1rc7
tested by many
ok bernd@
2008-04-01 21:50:14 +00:00
jakemsr
6fcdd6f95b avoid overflowing a time_t when converting timeval to a timestamp in
milliseconds.

problem found and fix sent upstream by Mark Peloquin, who notified the
port maintainer.  thanks Mark!

this patch is from brad@ (MAINTAINER) via ktorrent svn
2008-04-01 21:22:10 +00:00
jasper
f7cfa438f4 - add py-adns 2008-04-01 13:53:13 +00:00
jasper
ff826033d0 import py-adns 1.2.1
py-adns is a Python interface to the GNU adns asynchronous DNS resolver
library.
2008-04-01 13:50:36 +00:00
ajacoutot
4293717563 +axel 2008-04-01 12:52:42 +00:00
ajacoutot
42590dfc4f Import axel-1.0b
Axel does the same thing any other accelerator does: it opens more than
one HTTP/FTP connection per download and each connection transfers its
own, separate, part of the file.
[...]

from Girish Venkatachalam <girish1729 at gmail dot com> with some tweaks
2008-04-01 12:52:00 +00:00
sthen
38bb9f9adb Add pflog/pfsync support to libnids. From Brad, tested by me. 2008-03-31 11:39:48 +00:00
sthen
5df62ee1c9 add --enable-debug to permit debug logging with -d/-D/-x command
line options; bump package version. discussed with Brad (maintainer).
2008-03-31 11:07:45 +00:00
merdely
72e6c8c154 Update to 1.4. Fixes a possible buffer overflow:
http://silcnet.org/docs/release/SILC%20Client%201.1.4

From brad@
2008-03-31 03:32:33 +00:00
sthen
356332a543 I made you a patch but cvs eated it. 2008-03-26 20:21:45 +00:00
sthen
06ad0a6193 Fix build with postgresql 8.3.1. Issue reported and build tested by krw,
fix by me independently of nagios-plugin svn (which simon reports has the
same fix).  ok sturm krw simon
2008-03-26 20:19:35 +00:00
fgsch
d29d0487b6 no need for lame's no_x11 flavor anymore. 2008-03-25 17:29:57 +00:00
steven
fca8be156d update to 2.4.0.
feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff
2008-03-24 08:23:22 +00:00
sthen
2c3aea7ddc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
Version update 1.0 -> 1.1 as tested by several people.
2008-03-22 23:06:50 +00:00
sthen
c1d86122bc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:50:23 +00:00
rui
309af38807 - maintenance update to dnsmasq 2.41
ok merdely@
2008-03-21 20:46:08 +00:00
rui
6887f4085e - maintenance update to tcpreplay-3.2.5.
"looks fine" steven@
2008-03-21 19:28:13 +00:00
rui
5cb040a00c - update freeradius to 2.0.3. Check the Changelog for more information.
"if it works for you, I'd say commit it" ajacoutot@
2008-03-21 19:25:33 +00:00
sthen
33870e5972 maintenance update to 2.3.3, ok okan 2008-03-20 16:02:25 +00:00
dlg
5490ea700c enable bulk builds of sambas ads flavor
ok mbalmer@ sure jasper@
2008-03-20 08:31:07 +00:00
sturm
0732547b99 fix another occurence of negative array index access and in a better way
bump PKGNAMEs
2008-03-19 17:15:53 +00:00
jasper
0a3337675e - update p5-Net-DNS to 0.63
(includes security fix for http://secunia.com/advisories/29343/)

ok wilfried@ (MAINTAINER)
2008-03-18 21:31:36 +00:00
sturm
95e58d98cf update to nagios 3.0 2008-03-18 20:25:11 +00:00
dlg
9c8158c9d3 add support for talking to active directory with an ads flavor.
ok mbalmer@ jasper@
2008-03-18 09:15:50 +00:00
sthen
f5e54435fd fix dependency; the actual package uses the normal system Python
version but it pulled in python-bz2 from 2.4 as a RUN_DEPENDS.

ok ajacoutot
2008-03-17 20:59:47 +00:00
naddy
0445c2ca15 update to 1.06: bug fix release 2008-03-17 18:38:20 +00:00
ajacoutot
c845f6aa90 - make it compile with new pwlib
- merge a patch from upstream SVN so that the _gnugk user does not need
read access to current directory when starting gnugk
- remove useless parts from patches now that pwlib and openh323 version
got sanitised
- rename default configuration file from gnugk.ini to getekeeper.ini
(as per documentation suggests it)
- replace etc with ${SYSCONFDIR} in MESSAGE and remove fixed warning
2008-03-15 17:40:06 +00:00
ajacoutot
22a8a5a4b3 - major upgrade to openh323-1.19.0.1
- install version.h
- H323Capabilities patch from FreeBSD
- make it compile with new pwlib
2008-03-15 17:38:43 +00:00
simon
9e7c42a8a4 update to version 0.33.6 to get rid of accepted patches
ok landry@ (maintainer)
2008-03-15 13:40:37 +00:00
ajacoutot
1d07e237ca - update to version 1.06.23
feedback and ok espie@
2008-03-15 10:35:54 +00:00
ajacoutot
8bce5ae39c - add one more @sample dir+file
ok rui@
2008-03-15 10:14:44 +00:00
espie
f449e279a3 ... and the patch itself 2008-02-29 09:29:10 +00:00
espie
35d9c0d8bc fix time display on sparc64. Maintainer + HOMEPAGE 2008-02-29 09:28:45 +00:00
okan
dd181a31e6 HW_(PHYS|USER)MEM64 fix
ok naddy@
2008-02-28 18:26:28 +00:00
espie
b5ebeec2ac unfuck partly, at least mark the collision with ldns. 2008-02-25 00:54:22 +00:00
uwe
019899659d Sync tools with NetBSD, add btkey and btdevctl from NetBSD, and also add
a port of bthfp (only in NetBSD pkgsrc).
ok espie, naddy
2008-02-24 21:56:43 +00:00
naddy
549efe29e2 oops, forgotten bump 2008-02-24 14:59:03 +00:00
sthen
1b200b052d use our config.sub, unbreaks the build on amd64.
ok (and advice about the right way to do this) naddy.
2008-02-23 18:06:51 +00:00
naddy
2deab64ac3 recognize 4.3 2008-02-22 20:56:05 +00:00
naddy
96a5171118 bump PKGNAME for PLIST changes 4.2 -> 4.3 2008-02-22 19:16:49 +00:00
merdely
b552a55bd0 Add patch for src/xalloc.c to fix build on alpha:
s/vfprintf/fprintf/
Fix is already included in the next version upstream.

ok naddy@
2008-02-20 22:03:10 +00:00
naddy
3f911b38c0 remove maintainer Damien Couderc at his request 2008-02-20 20:48:56 +00:00
naddy
92378f1757 rephrase description to avoid a conflict between grammatical and
notional concord; pointed out by Paul Irofti
2008-02-19 18:42:15 +00:00
ajacoutot
74ad54dc0c - add more @sample files (make it easier for new configurations)
- tweak license marker
- regen patches while here

ok rui@
2008-02-18 15:46:43 +00:00
naddy
cfa1597224 update to 1.05; help from ajacoutot@ 2008-02-17 21:59:32 +00:00
rui
ca1d6d3ffd - update to dnstracer 1.9.
ok jcs@
2008-02-16 20:47:49 +00:00
rui
ff3259c187 - maintenance update to 0.2.2. 2008-02-16 10:56:41 +00:00
rui
5ad92fbdd4 - update to dlint 1.4.1 and take maintainership.
ok sthen@
2008-02-16 10:44:00 +00:00
rui
a8f72637fb - update my e-mail address
ok jasper@
2008-02-14 21:36:27 +00:00
okan
a1d07dc44c disable snapshot; stable is snapshot right now. 2008-02-13 23:13:52 +00:00
okan
aa652966db - update to 2.27.57 from Giovanni Bechis
- VERSION -> V while here

MAINTAINER ok

ok merdely@
2008-02-13 23:13:27 +00:00
merdely
50ae15753d Update to sharity-light 1.3.
Mostly from Pea < pea - raveland + org >
Added patch to show the right version.

ok okan@
2008-02-13 23:01:23 +00:00
okan
f024ca595a - maintenance update to 3.6.1 from Pierre-Emmanuel Andre
- re-sync patches

ok kevlo@ (MAINTAINER), merdely@
2008-02-13 16:27:10 +00:00
rui
22c160ac23 - update to snort 2.8.0.1.
from Markus Lude with a few changes, tested by many including reyk@, jdixon@. Thanks.

ok landry@
2008-02-12 14:13:32 +00:00
jcs
09361b3c86 update to xmpp4r-0.3.2
switch to a gemified version

originally from Paul Irofti
2008-02-12 03:06:45 +00:00
okan
fa35acd582 - remove redundant SHARED_ONLY
- add PKG_ARCH=*
- bump

suggestions from and ok ajacoutot@
2008-02-10 14:23:05 +00:00
okan
d9cc2d620d +py-medusa 2008-02-09 01:14:19 +00:00
okan
9bf1de4545 import py-medusa
Medusa is a 'server platform' -- it provides a framework for
implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix
domain, sockets).

ok merdely@
2008-02-09 01:10:00 +00:00
sthen
43c9667775 +igmpproxy 2008-02-08 19:32:55 +00:00
sthen
99d5e52b90 igmpproxy is a simple multicast routing daemon which uses IGMP
forwarding to dynamically route multicast traffic.  Routing is done
by defining an "upstream" interface on which the daemon acts as a
normal Multicast client, and one or more "downstream" interfaces
that serves clients on the destination networks. This is useful in
situations where other dynamic multicast routers cannot be used.

from markus with small adjustments.
ok markus
2008-02-08 19:30:51 +00:00
sthen
416b5d99c7 update p5-Geo-IP to 1.30:
- Add GEOIP_MMAP_CACHE support
- Added last_netmask - gets netmask of network block from last lookup
- Merged in Geo::IP::PurePerl code
- Added set_charset - enables UTF8 output of city name

ok jasper (was MAINTAINER, removed by request)
2008-02-08 12:03:21 +00:00
sthen
bda2cca5e0 honour CC and CFLAGS, install manpages in a better place.
ok bernd
2008-02-07 12:42:11 +00:00
bernd
248a996074 Add iodine. 2008-02-06 21:43:41 +00:00
bernd
85f4b14216 Initial import of iodine-0.4.1.
This is a piece of software that lets you tunnel IPv4 data through a
DNS server. This can be usable in different situations where internet
access is firewalled, but DNS queries are allowed.

help/ok jasper@
2008-02-06 21:42:28 +00:00
martynas
f6134b0d85 enable otr; from Wiktor Izdebski
ok maintainer Markus Hennecke, simon@
2008-02-06 11:35:17 +00:00
sthen
c26ad02168 +cnagios 2008-02-05 23:01:49 +00:00
sthen
6f9b9d2771 import Cnagios, based on a submission from Julien TOUCHE.
Cnagios is a full-screen terminal interface for viewing Nagios
HOST and SERVICE objects, and the durations of their current states.

It's lightning fast because it's written in C using the curses
library. And it's super flexible because it uses hooks directly
into the perl C library to shorten plugin output and filter the
displayed HOSTs or SERVICEs.

ok ian (for an earlier version without a license, upstream added
a nice one when I asked, thanks!) "commit it dammit" henning
2008-02-05 23:00:22 +00:00
naddy
7864fdb78c fix build if statvfs() is available; from brad@ 2008-02-05 19:17:15 +00:00
jasper
24b15a2066 - update gnet to 2.0.8
- switch to use gnome.port.mk
- regen PLIST
2008-02-04 18:01:47 +00:00
jakob
69ab201451 add ldns-utils package (from libldns examples subdir) 2008-02-03 19:09:49 +00:00
jakob
5bfb4635e5 no longer used 2008-02-03 19:09:12 +00:00
jakob
78f8f283da merge ldns and drill into one tree.
rename ldns package to libldns.
2008-02-03 19:08:30 +00:00
okan
0ce684fc11 - update from Andreas Bihlmaier (MAINTAINER)
- add icu dependency, bumping libyaz_icu minor

ok merdely@
2008-02-03 15:59:19 +00:00
okan
e8c5c9c679 - update to 1.21
ok merdely@
2008-02-03 15:57:09 +00:00
naddy
d53b9c48c9 update to 1.04: bug fixes 2008-02-03 15:45:29 +00:00
steven
308485041e update to 0.97
based on a diff by Azwaw Ousadou (bsdmaniak at gmail)
2008-02-02 21:17:49 +00:00
sturm
8e7ba0f325 update to nagios plugins 1.4.11 2008-02-02 18:18:24 +00:00
steven
d1307a336a fix LIB_DEPENDS after wxWidgets update 2008-02-02 09:51:04 +00:00
steven
7a9f733f3a fix LIB_DEPENDS after wxWidgets update 2008-02-02 09:44:18 +00:00
sthen
91f39de892 update GeoIP to 1.4.4
ok ian
2008-02-01 21:56:34 +00:00
martynas
8575e47640 make yt videos that aren't on the primary mirror work again.
googlevideo server expects the "t" parameter to know which mirror
to forward to;  ok jolan@, pedro@
2008-02-01 19:14:59 +00:00
rui
0f70850888 - reset maintainer per his request, so I'm taking over maintainership. 2008-01-30 21:25:12 +00:00
sthen
18e568bc9d update to 2.2.5, add my patch to use statfs where statvfs isn't available
from brad, tested by me
2008-01-30 12:18:59 +00:00
sthen
0adb28c834 update smokeping to 2.3.0 (adds multiple hierarchies+filters)
ok okan
2008-01-29 19:58:39 +00:00
fgsch
da5b2e81fa Fix mrtg + snmpv3. bump package.
reported and tested by Daniel <leva at az dot isten dot hu>.
2008-01-29 18:46:27 +00:00
naddy
ad9bf2c351 re-release with all autotool files regenerated and a new SVN version number 2008-01-29 16:33:08 +00:00
rui
0d5aee3f43 - update to pktstat 1.8.4, maintainer timeout. 2008-01-28 22:25:39 +00:00
jolan
ed5c180f7c make it work again, from tedude via pedro martelletto 2008-01-28 21:48:45 +00:00
naddy
4f287ee0f5 update to 1.02: miscellaneous bug fixes 2008-01-28 15:40:43 +00:00
jakob
7ad1cb6ec1 ISC DHCPD v3.1.0 2008-01-28 13:21:20 +00:00
rui
97856791fa - update freeradius to 2.0.1. "The focus of this release is stability."
ok ajacoutot@
2008-01-25 18:59:19 +00:00
okan
7a830aaa70 no more no_x11 flavor for nmap, replaced by -zenmap 2008-01-25 03:19:58 +00:00
okan
bbb9a832a8 - update to 4.53 from Giovanni Bechis (MAINTAINER)
- re-work port from FLAVORS to MULTI_PACKAGES (-main, -zenmap)

lots of feedback and help from kili@, merdely@ and Giovanni

ok merdely@ kili@
2008-01-25 01:21:17 +00:00
naddy
8d5425dc56 Maintenance update to 3.2.1.
From Daniel Dickman, who doesn't want to be credited.
2008-01-24 15:52:20 +00:00
todd
32dbccec7f update to 1.1.3; works for me
from brad@
2008-01-23 16:06:40 +00:00
okan
218960e934 maintenence update from Andreas Bihlmaier (MAINTAINER)
ok merdely@
2008-01-22 21:59:49 +00:00
fgsch
2dd7d9e520 update to 0.9.35 and drop maintainership. 2008-01-22 20:12:48 +00:00
rui
557780a1b5 - update freeradius to 2.0.0. Check the Changelog for more information.
input and ok ajacoutot@
2008-01-21 22:21:24 +00:00
bernd
d48d315b3a Fix RUN_DEPENDS. Spotted by sturm@, thanks! 2008-01-20 19:11:01 +00:00
rui
83335cf2ad - maintenance update to 0.1.2.19.
- update my email address while there.
2008-01-19 16:03:21 +00:00
jasper
fe0e9402bd - update telepathy-mission-control to 4.55 2008-01-17 18:29:57 +00:00
naddy
a1477e02ca maintenance update to 1.01 2008-01-17 18:27:41 +00:00
jasper
339cd5f4b9 - update telepathy-spec to 0.17.1 2008-01-17 18:17:11 +00:00
jasper
417b4f5e3d - update mcabber to 0.9.6
from Markus Hennecke <markus-hennecke at markus-hennecke.de> (MAINTAINER)
2008-01-17 18:01:26 +00:00
ajacoutot
fddcb3879d - change HOMEPAGE
from and on behalf of alek@
2008-01-17 13:23:02 +00:00
rui
5a27f466f2 - long overdue update of tcpreplay to 3.2.3. 2008-01-17 00:16:11 +00:00
kili
4891dd13c2 Support DLT_PPP_ETHER for use with kernel PPPoE.
From Brad.
2008-01-16 21:02:49 +00:00
bernd
d66d88205c Update to ruby-net-ssh-1.1.2.
"ok, if it works for you" jcs@
2008-01-12 14:57:16 +00:00
naddy
2d0e0d02b5 Update to 1.00. Changes:
* The GUI has been extended.
* The CLI client has changed its name back to "transmissioncli" (no
hyphen) and has regained the scrape feature.
* Bug fixes.
2008-01-11 18:15:00 +00:00
okan
a81384ba2a maintenance update from niallo (MAINTAINER)
ok merdely
2008-01-09 20:35:51 +00:00
rui
905ac38329 SECURITY: update tcpreen to 1.4.4 which fixes multiple stack-based buffer overflows.
Reference: http://secunia.com/cve_reference/CVE-2007-6562/

ok mbalmer@
2008-01-08 23:02:28 +00:00
naddy
6e8b9c2cb1 * Update to 1.3.0; from new maintainer Giovanni Bechis. GRE is now
automatically enabled at run time.
* Honor CC/CFLAGS.
2008-01-08 16:50:27 +00:00
bernd
c322b3982f Security update to maradns-1.2.12.09.
http://secunia.com/advisories/28329/

ok sturm@ (MAINTAINER)
2008-01-07 21:24:07 +00:00
eric
a05ceed265 +netfwd 2008-01-06 22:38:02 +00:00
eric
ce0ea353f1 Netfwd is network traffic forwarder. Netfwd acts as a bridge between
local and remote source. The source can be one of the following: TCP,
UDP, UNIX socket and TTY device. Netfwd works with both IPv4 and IPv6
address families.

Working with TTY device means that you can redirect serial port (i.e.
COM port) data to any destination. For example, it's possible to create
software serial port loopback or forward serial port data to network
(aka serial to network convertor).

Using this tool you can even convert one protocol into another. For
example, you accept incoming connection on TCP port and forward it into
UNIX socket on your local computer.

ok okan@
2008-01-06 22:33:48 +00:00
jasper
754a23f227 pick up correct python version 2008-01-06 17:36:26 +00:00
naddy
65e9df9d79 don't look for expat in ${X11BASE} anymore 2008-01-06 17:13:04 +00:00
sturm
43491badec make recursive cfg_dir work, from tholo@ 2008-01-06 09:01:40 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
jasper
c62b36cdb5 add mcabber 2008-01-03 18:44:46 +00:00
jasper
f60adef809 import mcabber 0.9.5
Small console Jabber client which features SSL support, history logging
and external actions.

from Markus Hennecke <markus-hennecke at markus-hennecke.de> (MAINTAINER)
with tweaks by me

ok simon@
2008-01-03 18:42:00 +00:00
jasper
60e6c8b6b4 fix master sites 2008-01-02 17:36:59 +00:00
jasper
c2ded2b906 Wiktor Izdebski <vicviq at gmail.com> takes maintainership 2008-01-02 12:16:43 +00:00
jasper
78b6212a03 - add telepathy-python to run_depends, fixes msn. 2008-01-01 22:28:10 +00:00
jasper
4af7d94bc9 - update telepathy-spec to 0.17 2007-12-30 22:54:04 +00:00
jasper
c164942255 - update telepathy-mission-control to 4.51 2007-12-30 22:52:19 +00:00
jasper
020406c472 - use MASTER_SITES_TELEPATHY, as set by ../Makefile.inc 2007-12-30 22:50:27 +00:00
jasper
aab55a0bac - update telepathy-gabble to 0.7.1 2007-12-30 22:49:28 +00:00
jasper
ea43757eec - telepathy-glib ends up in WANTLIB 2007-12-30 22:48:13 +00:00
jasper
b7485dca3d - update libtelepathy to 0.3.1 2007-12-30 22:47:16 +00:00
jasper
8361f24c72 - update telepathy-glib to 0.7.0 2007-12-30 22:46:22 +00:00
jasper
220da8ac41 pymsn (BUILD/RUN_DEPENDS) already build/run depends on py-gobject,
so no need to also explicitly depend on it.
2007-12-30 22:44:42 +00:00
jasper
3f28a592e7 add a common MASTER_SITES 2007-12-30 22:42:36 +00:00
jasper
a5515aa565 - update castget to 1.0.1
from MAINTAINER
2007-12-28 13:15:21 +00:00
fgsch
6699889787 remove url from description that doesn't exist anymore and bump package.
reported on ports@ by Thomas Pfaff and Will Maier.
2007-12-28 02:09:07 +00:00
sthen
5d5dcf40c6 update KTorrent from Brad
"commit it if it works for you" ajacoutot
2007-12-27 10:24:51 +00:00
espie
795b61c358 +dysnomia 2007-12-25 10:05:12 +00:00
espie
50799d3b86 deezer (on-demand music) access from openbsd. 2007-12-25 10:02:58 +00:00
okan
f45caf48ca maintenance update from niallo@ (MAINTAINER)
ok merdely@
2007-12-23 16:54:12 +00:00
sthen
049d095cb0 patch ejabberd to work with new erlang. from erlang maintainer
Jon Olsson, thanks to viq at viq.ath.cx for testing.

ok jasper
2007-12-19 22:55:30 +00:00
fgsch
455ff84660 Update to 0.83.3. 2007-12-19 20:24:31 +00:00
sthen
d2ef356b37 update smokeping to 2.2.7
ok ajacoutot
2007-12-19 17:54:51 +00:00
fgsch
0162bec341 update to 2.15.2; merdely@ ajacoutot@ input and ok. 2007-12-19 08:58:03 +00:00
ajacoutot
37861c2ca2 - add missing update-desktop-database goo 2007-12-18 15:56:16 +00:00
ajacoutot
3c366ebb68 - SECURITY fix for a known format string vulnerability
from Michael Tannenbaum via MAINTAINER
2007-12-17 22:38:19 +00:00
simon
73dd3b8299 remove MAINTAINER (jasper@) as requested by himself some time ago 2007-12-17 20:35:33 +00:00
ajacoutot
db4fc98e99 +ez-ipupdate 2007-12-16 17:51:37 +00:00
ajacoutot
a59ca7e23d Import ez-ipupdate
ez-ipupdate is a small C utility for updating your host name for many
dynamic DNS services. The key features are: support for multiple service
types, daemon mode that monitors your IP address and only sends updates
when your IP address changes.

From maintainer Mitja Muzeni with some tweaks by Will Maier
2007-12-16 17:48:29 +00:00
jasper
af11690029 - update gajim to 0.11.4
from Simon Kuhnle (MAINTAINER)
2007-12-16 13:08:38 +00:00
jasper
70c836b4a7 - update p5-POE-Component-Jabber to 2.02 2007-12-16 12:48:55 +00:00
ajacoutot
4bb724e760 - add update-desktop-database goo
(this should be the last one hopefully)
2007-12-16 00:04:27 +00:00
ajacoutot
65516bb8b0 - add update-desktop-database goo 2007-12-15 21:14:22 +00:00
ajacoutot
09b1a95c36 - add update-desktop-database and gtk-update-icon-cache goo 2007-12-15 21:13:00 +00:00
ajacoutot
c98ebd47d0 - add update-desktop-database goo
This port will eventually needs the gtk-update-icon-cache goo, but we're
still trying to figure out how to do this without run_depends on gtk+2
discussed with jasper@
2007-12-15 21:00:30 +00:00
sthen
26d7adca5f +vncsnapshot 2007-12-14 21:15:33 +00:00
sthen
871f424efa import vncsnapshot:
VNC Snapshot is a command-line program for VNC, based on TightVNC
and RealVNC. It will save a JPEG image of the VNC server's screen.

testing and ok simon@
2007-12-14 21:13:46 +00:00
mbalmer
891aaf69f6 Update Samba to version 3.0.28 and add two patches from FreeBSD to allow
for non FFS filesystems (e.g. CD-ROMs) to be shared with Samba again.

This fixes CVE-2007-6015 and several other security problems.

ok winiger
2007-12-14 08:53:27 +00:00
rui
5220f7222d fix another endianness issue, found by Markus Lude 2007-12-13 21:47:32 +00:00
ajacoutot
1ad47e398e - use scons module
- add missing license marker
- clean-up indent while here
2007-12-12 10:40:44 +00:00
merdely
78e8c04621 Old MAINTAINER asked to drop maintainership. I'll take it.
ok simon@
2007-12-11 20:21:56 +00:00
merdely
76861e58e4 Update to 0.20. Add TEST_POD=Yes to make regress happy.
Maintainer timeout.
ok simon@
2007-12-11 20:01:00 +00:00
jakemsr
a9ba552d48 use -pthread instead of -lpthread for pthreads linkage
sync w/update-patches
2007-12-11 11:04:57 +00:00
martynas
0406da7914 remove python categories, too 2007-12-10 21:09:09 +00:00
okan
dbdc2e105f - use gettext module
- fix WANTLIB/LIB_DEPENDS
- allows for concurrent builds
- add cppunit dependency for regress

proded by and ok ajacoutot@, ok merdely@
2007-12-10 16:09:10 +00:00
steven
f4eef20fd2 update to 2.3.1
with wantlib reordering by brad
2007-12-09 10:56:31 +00:00
martynas
96ba592805 make signed/self messages not print twice by removing libfe_silc.so
from Wiktor Izdebski <vicviq at gmail dot com>
2007-12-08 22:32:00 +00:00
okan
f0cdc7bd8f add filezilla 2007-12-07 22:01:54 +00:00
okan
59f3d84743 import filezilla 3.0.4, a fast FTP and SFTP GUI client with a lot of features
based on submission from Nikns Siankin <nikns@secure.lv>

feedback and ok merdely@
2007-12-07 22:01:29 +00:00
pyr
265a8b6259 +py-pcs 2007-12-06 10:02:07 +00:00
pyr
93cdf47961 kill PFRAG.shared which snuck in.
A good opportunity to mention that ajacoutot@ provided input and ok for the
port.
2007-12-06 10:00:36 +00:00
pyr
2bf90be78a PCS is a set of Python modules and objects that make building network
protocol code easier for the protocol developer. The core of the system
is the pcs module itself which provides the necessary functionality to
create classes that implement packets.
2007-12-06 09:56:30 +00:00
okan
28e5b572ed - update to 0.2 from niallo@ (MAINTAINER)
ok merdely@
2007-12-05 14:52:27 +00:00
rui
727b02b65a endianness issue fix. 2007-12-02 20:46:52 +00:00
naddy
3855ccccc9 update to rTorrent 0.7.9/libTorrent 0.11.9, which adds peer exchange support 2007-11-30 18:18:13 +00:00
jakob
eab35ae007 update to version 1.2.2 2007-11-30 06:59:23 +00:00
okan
1a7379bab8 install README
ok steven@
2007-11-29 14:00:25 +00:00
okan
c414cd6a17 create a place for plugin docs
ok steven@
2007-11-29 13:58:53 +00:00
steven
cb54ce651e update to 2.3.0
from brad
2007-11-28 08:48:32 +00:00
naddy
effccd440f Update to 0.93: much improved, encryption is supported now.
Name changes:
transmissioncli  -> transmission-cli
transmission-gtk -> transmission
2007-11-27 20:30:19 +00:00
okan
fe8b79f055 add p5-Net-PH 2007-11-27 18:50:48 +00:00