Commit Graph

5703 Commits

Author SHA1 Message Date
ajacoutot
0a5ed9e55c - add CONFIGURE_SHARED 2008-12-12 08:04:29 +00:00
jasper
ac8c23cef6 - add flickcurl 2008-12-11 22:37:07 +00:00
jasper
2f03961198 import flickcurl 1.5
Flickcurl is a C library (and utility) for the Flickr API, handling
creating the requests, signing, token management, calling the API,
marshalling request parameters and decoding responses.
It also includes a program flickrdf to turn photo metadata, tags,
machine tags and places into an RDF triples description.

rather loosely based on a submission by edd barret (MAINTAINER)
2008-12-11 22:35:42 +00:00
jasper
2d78da9f4b - fix potential 64-bit issue
- remove bogus ${VERSION} variable
- specify license
- regen DESCR/PLIST

ok jakob@ (MAINTAINER), although he wouldn't mind it if someone takes it over
2008-12-10 22:33:37 +00:00
bernd
f3fa55c9cb add si 2008-12-08 11:24:15 +00:00
bernd
6662a88d8a Initial import of si-0.3.
silc improved is a SILC client without an user interface. It does output via
files and input throught FIFOs. Most features of SILC are implemented.

Lots of testing and help from sthen@. Thank you!

ok sthen@
2008-12-08 11:23:08 +00:00
pirofti
a7a37327d9 Update to version 2.0.1 and add regress target. Okay bernd@. 2008-12-08 11:06:38 +00:00
pirofti
d196ff9b23 Update to version 1.0.1 and add regress target. Okay bernd@. 2008-12-08 11:04:54 +00:00
okan
4c43049284 update to 3.0.38
based on an earlier update from Andreas Bihlmaier (MAINTAINER)

ok ajacoutot@, and sthen@ (long long ago)
2008-12-07 18:26:43 +00:00
brad
5472fd04ce Update to Samba 3.0.33. A security release to address CVE-2008-4314.
ok mbalmer@
2008-12-07 03:52:56 +00:00
sthen
31c926ee5e update to 1.5, correct HOMEPAGE, clean Makefile & regen plist. 2008-12-04 10:33:40 +00:00
sthen
1e5c4e5bf9 Zvezdan Petkovic drops maintainership of these ports, req on ports@.
(packages bumped)
2008-12-03 23:44:44 +00:00
naddy
d5c187dbe5 Update to 1.40. The biggest changes:
* new web interface for the GTK and daemon clients
* transmission-daemon and -remote have been completely rewritten
2008-12-02 15:29:07 +00:00
sthen
db04fbe900 +winexe 2008-12-01 21:49:00 +00:00
sthen
7fa9525017 import winexe:
winexe connects to the IPC$ share on a Windows host, copies an executable
file if it's not already available, and starts it as a service to create a
pipe over which programs can be run remotely.

No special configuration is required on the Windows host. Providing you
have credentials giving a suitable level of access to the relevant system,
you can use this to provide an interactive command shell, or otherwise
execute programs remotely (also suitable for script-based use).
2008-12-01 21:47:19 +00:00
ajacoutot
8e927ce3dd - major bugfix release to gftp-2.0.19
Improvements to the networking code, fixes for several segfaults, i18n
fixes, and 38 updated or new translations.
- IPv6 is still disabled (thanks to sthen@ for confirming it still
doesn't work properly...) ; any taker to fix it, be my guest
2008-12-01 16:09:01 +00:00
fkr
ec1310757c update to OpenVPN 2.1rc15
tested by a few, ok mbalmer@
2008-11-27 11:38:32 +00:00
naddy
e1510c6668 Update to libtorrent 0.12.4/rtorrent 0.8.4.
- Adds support for DHT.
- Many ill-documented scripting changes.
- The session file format has changed.
2008-11-25 16:21:28 +00:00
ajacoutot
19a04ff976 - USE_X11 is not needed anymore (expat is in base, not xenocara anymore)
spotted by dima at oganer dot net
- while here, regen PLIST

ok kevlo@ (maintainer)
2008-11-25 07:28:33 +00:00
wilfried
5bd954e2a0 update to 2.1.9 2008-11-23 09:36:30 +00:00
uwe
7c50dd0a0c Bluetooth userland update 2008-11-22 14:05:37 +00:00
jasper
b92dd1fd7c - add missing headers to fix potential 64-bit issues
- specify license version
- regen PLIST
2008-11-21 15:05:23 +00:00
wilfried
320a3e5c60 upstream re-rolled the distfile 2008-11-21 07:41:47 +00:00
naddy
920c641c14 update to 7.19.2, which has some bug fixes 2008-11-20 19:49:40 +00:00
jakob
cdd6dcbe9b upgrade to unbound v1.1.1 2008-11-20 17:06:59 +00:00
okan
d68acb1477 - adapt for updated ImageMagick
- fixup WANTLIB

feedback and ok kili@
2008-11-20 13:36:37 +00:00
wilfried
470b1a772a Security update to 2.1.8
All users running older versions are recommended to upgrade and re-run the configuration wizard.
2008-11-20 07:49:51 +00:00
pirofti
c7d9319a16 Update to 2.0.4 and add regression testing.
Okay bernd@.
2008-11-19 14:40:23 +00:00
jakob
1435aafcd3 bump shared library version and pkgname 2008-11-19 09:42:19 +00:00
pea
89578d2faf Update to 2.3.2 and add the following modifications:
+ add user _icecast (home directory in /var/icecast)
+ enable chroot by default
+ populate chroot with all the necessary files

ok okan@ sthen@ ajacoutot@
2008-11-18 21:22:02 +00:00
jasper
8991b604f8 - add an XXX where needed 2008-11-18 12:50:27 +00:00
okan
0126738251 +aget 2008-11-18 12:49:24 +00:00
okan
337319dc56 import aget
aget is a multithreaded HTTP -for now- download accelerator.  aget first
sends a HEAD request to retrieve the length of the file, and divides it
into equal segments according to the number user has requested.  Then
for each segment, it connects to the server and gets only the part which
it is to download.

cleaned up submission from Girish Venkatachalam

ok merdely@ long time ago
2008-11-18 12:48:41 +00:00
jasper
3a344c006c - update loudmouth 1.4.3
a couple of bugs fixed
2008-11-18 11:41:23 +00:00
jasper
eff2ac5767 - update telepathy-inspector to 0.5.3 2008-11-14 17:57:06 +00:00
jasper
6168d6f4da - update telepathy-gabble to 0.7.15 2008-11-14 17:29:24 +00:00
ajacoutot
994149c63f - update to neon-0.28.3
- add gssapi support

tested by naddy@ in a bulk build, thanks!
2008-11-13 13:14:05 +00:00
sthen
abb85a5553 update to 2.12 and take MAINTAINER.
ok david@ (previous maintainer).
2008-11-13 08:33:16 +00:00
pea
88ca9d1ef7 +sendxmpp 2008-11-12 16:46:07 +00:00
pea
3e6ce1f8ac sendxmpp is a perl-script to send xmpp (jabber), similar to what mail(1)
does for mail.

ok ajacoutot@
2008-11-12 16:15:04 +00:00
sthen
5257ce140c reinstate dropping to _smokeping user accidentally removed in r1.7;
pointed out by/ok bernd@
2008-11-12 12:49:42 +00:00
naddy
9a174c1dfb update to 1.7.2; from maintainer Stefan Sperling 2008-11-11 16:23:26 +00:00
jasper
5485193d0b - update p5-Nmap-Parser to 1.19 2008-11-11 12:37:52 +00:00
jasper
5de73057c8 - update POE-Component-Client-DNS to 1.01 2008-11-11 12:36:59 +00:00
jakob
c8e5d1884b upgrade to NSD v3.2.0
*IMPORTANT*: Due to a fix in the zone update process, the ixfr.db has a
new format. When you are planning to upgrade to NSD 3.2.x release, make
sure to process the old ixfr.db before starting the new release (by
running nsdc patch).
2008-11-11 09:05:09 +00:00
jasper
65edb5e318 - update p5-Net-Whois-Raw to 1.58 2008-11-10 11:16:17 +00:00
jasper
3c440ffe9c - update p5-Event-RPC to 1.01 2008-11-10 11:14:45 +00:00
jakob
7082c2c380 update to ldns v1.4.0 2008-11-09 19:03:18 +00:00
sturm
5f8ea9aa83 update to nagios 3.0.5 2008-11-09 10:18:56 +00:00
sthen
ca839e9209 repair libnet_get_hwaddr which was broken since the last
RTM_VERSION change. some analysis by me, fix from Mikko Tolmunen
<oskari at sefirosu.org> on ports@, thanks! tested on many arch.
2008-11-08 22:15:10 +00:00