Commit Graph

5017 Commits

Author SHA1 Message Date
jasper
f0db087607 import castget 1.0.0
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.

from Gleydson Soares (MAINTAINER) with tweaks by me
2007-09-21 17:45:43 +00:00
bernd
1dcf42ec4a - Install a sample synergy.conf file.
- Simplify the post-install target.

ok dim@ (MAINTAINER)
2007-09-21 05:46:26 +00:00
jasper
47c52e686d add ii 2007-09-20 19:16:56 +00:00
jasper
3bb2cfc9fa import ii 1.3
ii is a minimalist FIFO and filesystem-based IRC client. 

from Gleydson Soares (MAINTAINER)
2007-09-20 19:15:00 +00:00
simon
cdd9792903 fix typo in COMMENT and bump PKGNAME 2007-09-20 18:55:16 +00:00
msf
b104095270 revert everything in my mistaken reimport of this module except for
MASTER_SITES. It pays to read your mail before you commit things
2007-09-20 11:26:53 +00:00
msf
67792307a7 initial import of RubyRRDTool 0.60
rubyrrdtool provides ruby bindings for RRD functions (via librrd), with
functionality comparable to the native perl bindings.
2007-09-20 05:22:05 +00:00
sturm
e7d6dc2a30 ruby-rrdtool 2007-09-19 19:39:38 +00:00
sturm
45dbf04930 Initial import of RubyRRDtool 0.6.0
RubyRRDtool provides ruby bindings for RRDtool functions (via librrd), with
functionality comparable to the native RRDtool perl bindings. This extension
is intended for developers who want to access their RRDtool databases from
within ruby.
2007-09-19 19:38:36 +00:00
aanriot
3baefedfd1 drop maintainership. 2007-09-18 18:51:15 +00:00
rui
9b3eb6b158 fix segfault on sparc64, pointed by Markus Lude.
ok aanriot@
2007-09-18 18:30:19 +00:00
jasper
a2f9e785ce update loudmouth to 1.2.3
from simon kuhnle
2007-09-18 18:11:14 +00:00
jasper
0c2dd1a865 hmm... 1.1.4 was released already.
from viq@viq.ath.cx
2007-09-18 17:56:32 +00:00
jasper
f693652d02 add ejabberd 2007-09-17 21:20:07 +00:00
jasper
6eceb3c9e1 (long overdue) import of ejabberd 1.1.3
ejabberd is a free and open source instant messaging server written in
Erlang. ejabberd is cross-platform, distributed, fault-tolerant, and
based on open standards to achieve real-time communication
(Jabber/XMPP).

submitted by viq <viq at viq.ath.cx> a long time ago,
with tweaks by various people on ports@, martynas@ and me

ok martynas@
2007-09-17 21:19:06 +00:00
rui
144a1a1118 update mldonkey to 2.9.1.
changelog available here:
http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?revision=1.1320

ok sthen@
2007-09-17 20:51:22 +00:00
ajacoutot
051d194d03 - it's -> its
from Alex J. Avriette <avriette at gmail dot com>
2007-09-17 17:20:44 +00:00
rui
3269452d02 update freeradius to 1.1.7, the focus of this release is stability.
A number of bugs that found in 1.1.6 have been fixed.

ok Tim Kornau (maintainer), sthen@
2007-09-16 22:11:31 +00:00
mgrimm
ec067444b7 Trivial update to 0.5.1, a minor bugfix release. Ezstream no longer crashes
when it is fed empty playlist files.

"fine if it works" steven@
2007-09-16 13:07:27 +00:00
merdely
432ab66897 Put quotes back around ERRORS.
From simon@
2007-09-15 23:36:43 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
jolan
a23af270e0 +p5-Net-GPSD 2007-09-15 14:09:00 +00:00
jolan
50597a1d48 p5-Net-GPSD; perl module that provides a client interface to gpsd 2007-09-15 14:07:20 +00:00
sthen
68c39928bc fix path to config file in kismet.conf(5), and remove " in COMMENT
while there.

ok kili@
2007-09-13 08:35:02 +00:00
rui
0f87571adf SECURITY: update quagga to 0.99.9 which fixes some DoS vulnerabilities.
Reference: http://secunia.com/advisories/26744/

ok pyr@
2007-09-12 20:31:17 +00:00
naddy
6b9b2afe8a update libTorrent/rTorrent to 0.11.7/0.7.7 2007-09-12 15:27:11 +00:00
sthen
b058c094c0 adjust RUN_DEPENDS for new rrdtool
ok msf@
2007-09-12 15:13:24 +00:00
msf
553d5aad93 -rrdtool,tcl 2007-09-12 14:35:42 +00:00
msf
fe19c489e4 long overdue update to 1.2.23
remove TCL FLAVOUR
split perl bindings into a subpackage
provide python bindings as a subpackage
take maintainer

ok and 64 bit fixes sthen@, ok jasper@
2007-09-12 14:34:36 +00:00
msf
84d2ef28c5 +p5-SNMP-Info 2007-09-12 07:18:23 +00:00
msf
7244a66d14 initial import of SNMP::Info 1.04
SNMP::Info gives an object oriented interface to information obtained
through SNMP. This module is geared towards network devices.  Subclasses
exist for a number of network devices and common MIBs. The idea behind
this module is to give a common interface to data from network devices,
leaving the device-specific hacks behind the scenes in subclasses.
2007-09-12 07:09:03 +00:00
claudio
899aacf19f On -current OpenVPN no longer works because of their brain damaged way
to talk to the routing socket to get the default gateway.
Instead of pulling in net/route.h they copied parts of the contents into
their code. Update the needed bits to make it work again.
OK fkr@, jasper@ and Thomas Delaet (maintainer)
2007-09-11 15:09:14 +00:00
jakob
8cea39f1ea add ldns 2007-09-11 08:36:13 +00:00
jakob
52fb4d409f update to drill from ldns 2007-09-11 08:25:26 +00:00
jakob
bf5d3795e5 ldns port 2007-09-11 08:20:50 +00:00
jakob
063ebb2a74 update to NSD v3.0.6 2007-09-09 07:25:33 +00:00
mgrimm
91005d0bd1 Support both flac-1.1.2 and flac-1.1.3+ updates, which removes net/ices as
a stumbling block for audio/flac updates. Identical to what is currently in
the upstream repository. Regen patches while here.

ok naddy@
2007-09-08 16:25:06 +00:00
mgrimm
020bc402d3 Update to 0.5.0, mostly a bugfix release. Remove USE_LIBTOOL, which was
forgotten and no longer required since 0.3.0. This does not include the
debug FLAVOR from the original submission.

ok naddy@, steven@
2007-09-08 16:05:18 +00:00
ajacoutot
8fb28182fa +openvmps 2007-09-07 16:19:29 +00:00
ajacoutot
4c2e4a1800 Import openvmps-1.3
OpenVMPS is a substitute implementation of Cisco Virtual Membership
Policy Server (on Catalyst [65]500 family of switches).
It is used on Cisco LAN switches to dynamically assign ports to VLANs
according to Ethernet Address.
Because it was developed solely on infomation obtained by observing the
network traffic between switches it is probably not complete but it is a
working subset of the protocol.

Note that it includes a patch from openvpms CVS that fixes a logging
function format string Vulnerability.
2007-09-07 16:18:28 +00:00
winiger
1b353a4057 corrects an error that was introduced in 0.60 and was reported by many
ok wilfried@
2007-09-07 11:39:51 +00:00
sturm
6919b1d57c update to nrpe 2.7.1
ok david@ (maintainer)
2007-09-06 19:09:10 +00:00
sturm
68842adb12 update to nsca 2.7.2
remove bernd as maintainer per his request
2007-09-05 20:28:44 +00:00
jasper
bde2a912e8 update POCO IRC to 5.34 2007-09-05 16:30:51 +00:00
jasper
c6be40fb84 update POE-Filter-IRCD to 2.31 2007-09-05 16:24:34 +00:00
steven
e08041a2d0 update to 1.4.3 2007-09-05 06:21:55 +00:00
sthen
63a3528e74 update my email; remove " in comments while there
ok mbalmer@
2007-09-04 10:32:58 +00:00
djm
30e6206c56 +putty 2007-09-04 09:14:44 +00:00
djm
adf1096a03 initial import of putty-0.60 SSH/telnet client:
PuTTY is a SSH and Telnet client implementation. This package
    contains the command-line clients and supporting utilities for
    key generation.

feedback steven@ mbalmer@; ok mbalmer@
2007-09-04 09:14:00 +00:00
rui
4be3b741a6 update tor to 0.1.2.17, lots of bugfixes. Check the Changelog for more information.
ok jcs@
2007-09-03 22:10:49 +00:00