Commit Graph

42568 Commits

Author SHA1 Message Date
okan
6101ab777c - nmap,no_x11 -> nmap
- python 2.4 -> 2.5
- texlive replaced teTeX, noticed by sthen@

ok pvalchev@
2008-02-08 22:24:24 +00:00
landry
10587e60f3 Update to p5-Curses-UI 0.9601, adds a bunch of new widgets and examples.
ok simon@
2008-02-08 22:00:48 +00:00
landry
5c9a198aa6 Update to p5-Curses 1.20
ok simon@
2008-02-08 21:59:42 +00:00
ajacoutot
7c6aefb927 - set NO_REGRESS and arch independent
- bump
2008-02-08 21:35:27 +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
bernd
7e3934804a Update to git-1.5.4.
From Daniel Dickman. Thanks!
2008-02-08 17:56:00 +00:00
jakemsr
d11f853ac6 maintenence update to mplayer-1.0rc2
ok biorn@ (MAINTAINER), ajacoutot@, brad@
2008-02-08 17:32:41 +00:00
bernd
b2b2bc351a Require a recent ruby-gems version to build gem ports.
Noticed by Paul Irofti. Thanks!
2008-02-08 17:13:15 +00:00
okan
346d5e5a69 - update from Andreas Bihlmaier (MAINTAINER)
- Makefile re-work, use ${CONFIGURE_SHARED}

ok merdely@
2008-02-08 15:30:54 +00:00
mbalmer
0bfbc05e03 Maintenance update to R 2.6.2 2008-02-08 12:58:57 +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
mbalmer
2819cc57ab Update to Mediawiki 1.11.1.
ok winiger
2008-02-08 10:39:34 +00:00
mbalmer
3784ddeb8f Update to Zope LDAP Userfolder 2.8, needed by plone-ldap which I will add
later.

ok winiger
2008-02-08 10:36:06 +00:00
winiger
a6b1653d44 - build examples package only once
- add pkgpath fixes updating from unflavored versions

ok mbalmer@ simon@
2008-02-08 10:12:15 +00:00
okan
de9b85a5ea - update to 4.3.5 from Pierre-Emmanuel Andre (MAINTAINER)
ok merdely@
2008-02-08 04:55:08 +00:00
simon
a648766bb8 maintenance update to version 2.0.9 and fix build on alpha
alpha fix from merdely@
2008-02-07 23:40:38 +00:00
merdely
1b0f641c09 Make ADMsmb honor CFLAGS and not hardcode -O.
This fixes building on alpha.

ok naddy (MAINTAINER timeout)
2008-02-07 22:27:22 +00:00
sthen
5802de6f10 update asterisk to 1.4.18 (following testing during RC period)
ok jolan
2008-02-07 22:08:30 +00:00
bernd
0b21da41dd Add ruby-rmagick. 2008-02-07 22:01:59 +00:00
bernd
b6f52d8292 Initial import of ruby-rmagick-2.2.0.
A Ruby interface to the ImageMagick image processing library.
It supports more than 90 image formats, including GIF, JPEG and PNG.
Includes RVG, a 2D drawing API.

Initial port from dlg@. Updating to the latest release by me.
2008-02-07 22:00:59 +00:00
jasper
84abdab37d - update devhelp to 0.19
ok ajacoutot@
2008-02-07 21:59:48 +00:00
bernd
c3b700af9c Add ruby-vlad. 2008-02-07 21:15:43 +00:00
bernd
07e62a5d14 Initial import of ruby-vlad-1.2.0.
Vlad the Deployer is pragmatic application deployment automation,
without mercy. Much like Capistrano, but with 1/10th the
complexity. Vlad integrates seamlessly with Rake, and uses familiar
and standard tools like ssh and rsync.

Impale your application on the heartless spike of the Deployer.
2008-02-07 21:14:39 +00:00
bernd
b8700615e6 Add ruby-open4. 2008-02-07 21:07:00 +00:00
bernd
6508e5e70e Initial import of ruby-open4-0.9.6.
Open child processes with handles on pid, stdin, stdout, and stderr
to manage child processes and their io handles easily.
2008-02-07 21:04:40 +00:00
bernd
595d45d81e Update to ruby-rake-0.8.1. 2008-02-07 20:25:20 +00:00
bernd
276d23b1bf Update to ruby-fastri-0.3.1.1 and add a regress target. 2008-02-07 20:22:14 +00:00
bernd
6f15990c9e Add ruby-debug and ruby-debug-base. 2008-02-07 19:57:25 +00:00
bernd
4b7fd27769 Initial import of ruby-debug-0.10.0.
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.

Submitted and maintained by Paul Irofti.
Some tweaks by me.
2008-02-07 19:56:06 +00:00
bernd
0c839a1780 Initial import of ruby-debug-base-0.10.0.
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.

Submitted and maintained by Paul Irofti.
Some tweaks by me.
2008-02-07 19:48:55 +00:00
bernd
1523ad83fc Add ruby-openid. 2008-02-07 19:38:51 +00:00
bernd
f48529463d Initial import of ruby-openid-2.0.3.
A robust Ruby library for verifying and serving OpenID identities.

Submitted and maintained by Paul Irofti.
Some tweaks by me.
2008-02-07 19:37:23 +00:00
sthen
bda2cca5e0 honour CC and CFLAGS, install manpages in a better place.
ok bernd
2008-02-07 12:42:11 +00:00
merdely
27df66b44d Update bacula to 2.2.8.
Bacula changelog:
http://bacula.svn.sourceforge.net/viewvc/bacula/branches/Branch-2.2/bacula/ChangeLog?revision=6309&view=markup

Major port change in this version:
-main subpackage is now bacula-client
-server subpackage remains bacula-server
-bat subpackage is new bacula admin tool
-client subpackage goes away.

If the old -main subpackage was installed, the upgrade path is to
install both bacula-client and bacula-server.

Lots of input and assistance from sthen and okan.
ok okan;  "if it works for you, go for it" sthen
2008-02-07 02:53:35 +00:00
jakemsr
b7d642aa7f - we don't support PTHREAD_SCOPE_SYSTEM, forgot this patch in the
update to 7.0
- bump pkgname
2008-02-07 01:53:23 +00:00
bernd
1f61bf124d Add _iodine. 2008-02-06 21:43:57 +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
okan
51bb21b6fa fix "garbled characters" issue in imap rename, as reported by marco@
"get it in" sthen@, ok merdely@
2008-02-06 15:01:56 +00:00
ajacoutot
009cb54b7f - update to intltool-0.37.0
- remove gettext module and add it as run_depends instead

"smack yah diff in" jasper@
2008-02-06 13:48:25 +00:00
ajacoutot
9847cb0494 - fix hardcoded paths in applications.menu
ok jasper@
2008-02-06 11:36:54 +00:00
martynas
f6134b0d85 enable otr; from Wiktor Izdebski
ok maintainer Markus Hennecke, simon@
2008-02-06 11:35:17 +00:00
landry
21521503f3 Whoops, add missing goo, and hence bump.
spotted by ajacoutot@
2008-02-06 11:00:25 +00:00
landry
446c72cac5 Update to geany 0.13 from Vlad Glagolev (MAINTAINER)
adds a plugin manager, and 3 new plugins :
File Browser sidebar plugin, VCdiff plugin and Autosave plugin.
Now supports printing through GTK.

"looks fine btw" ajacoutot@
2008-02-06 10:55:12 +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
martynas
a0a3998c0c update to liferea-1.4.12
from maintainer Wiktor Izdebski;  ok simon@
2008-02-05 22:13:51 +00:00
okan
6152356846 - maintenance update to 2.64.
- update my address while here.

ok merdely@
2008-02-05 20:46:21 +00:00
okan
32c4c48d31 - maintenance update to 2.4.2.
- update my address while here.
- run pkg/DESCR through fmt(1).

ok merdely@
2008-02-05 20:45:06 +00:00