Commit Graph

50774 Commits

Author SHA1 Message Date
dhill
cdb7b6c580 update to 0.0.9.
ok simon@
2009-06-05 13:07:53 +00:00
pea
ebbf2aa173 + xmms2-scrobbler 2009-06-05 09:30:57 +00:00
pea
8f2d9c1692 XMMS2-Scrobbler is a client for XMMS2 that feeds information about the
songs you played to last.fm.

From Amaury Gauthier, thanks !

tweaks and ok ajacoutot@
2009-06-05 09:28:24 +00:00
wcmaier
f1cb6312d3 Add py-serial. 2009-06-05 04:32:08 +00:00
wcmaier
28b939db80 Import py-serial:
This python module provides access to the serial port, with backends for
standard Python running on Windows, Linux, BSD (possibly any POSIX
compilant system), Jython and IronPython. The module named "serial"
automatically selects the appropriate backend. 

Port by MAINTAINER (Daniel Gruber <daniel at tydirium dot org>) with
tweaks from me.
2009-06-05 04:29:22 +00:00
merdely
c866a577c1 "bug fix update to Kaffeine 0.8.8" from brad
ok sthen
2009-06-05 00:59:45 +00:00
sthen
fd98852c5c sync; 5757 unzels. whatever they are. 2009-06-05 00:03:43 +00:00
naddy
cfc5dacf60 fix build after putenv() prototype change and regen patches 2009-06-04 23:37:50 +00:00
merdely
ba57931ec4 Update to 4.41 2009-06-04 22:44:11 +00:00
naddy
103451b272 changing MAINTAINER requires a pkg bump 2009-06-04 22:23:27 +00:00
merdely
38991dc99b Update to 0.19
ok simon@
2009-06-04 22:10:42 +00:00
merdely
770040e02b Update to 1.112
ok simon@
2009-06-04 22:08:41 +00:00
sthen
b03737686b unbreak the avahi/qt4/gstreamer-base/vfs2/avahi circle; ok ajacoutot@ 2009-06-04 22:01:26 +00:00
ajacoutot
fe386413a2 - fix cyclic dependency by using the "no_gtk no_qt3 no_qt4" FLAVOR of
avahi so that only the -main subpackage is built
(i.e. cups needs avahi, avahi needs qt3, qt3 needs cups... *bang*)

issue reported by sthen@, then naddy@, then sturm@...
2009-06-04 21:46:49 +00:00
ajacoutot
ae1d9346ce - make this package use PSEUDO_FLAVORS so that one does not need to
build half of the ports tree just to build the main subpackage; this
change will also allow to fix the cyclic with gtk2-cups and qt-3+4
- move some files from -main to -gtk where they belong
- as a side note, only the -gtk subpackage is SHARED_ONLY now
2009-06-04 21:42:40 +00:00
sthen
97406af4db update to 2.7.20090528; affects older 2.6.x and 2.7 snapshots but not 2.5.
"With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them."

ok jakob@
2009-06-04 21:33:43 +00:00
sthen
be9356e308 update to 2.6.2; affects older 2.6.x and 2.7 snapshots but not 2.5.
"With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them."

ok jakob@
2009-06-04 21:33:03 +00:00
ajacoutot
94844661cc - no need to set VERBOSE anymore. 2009-06-04 21:12:07 +00:00
ajacoutot
e1e1d6724a Add a new variable MODCMAKE_VERBOSE which is on by default when !BATCH,
to enable cmake VERBOSE mode and see the build output.

ok sthen@
2009-06-04 21:07:23 +00:00
wcmaier
285ca12cdc Update to sqlalchemy 0.5.4p2.
PKGNAME tweak and "fine by me" martynas@
2009-06-04 19:49:17 +00:00
kurt
64a99cd85e - fix 64-bit segfault in recently_used_file_handler.cxx/set_timestamp()
caused by sscanf "%ld" -> time_t sized var.
- remove -fno-stack-protector since gcc/4.2 doesn't have that on by
  default yet
- depend on estdc++.>=11 (with dwarf2 exceptions)
okay robert@
2009-06-04 18:32:17 +00:00
kurt
1094d158a8 - enable dwarf2 exceptions (w/major bump for libestdc++)
- add gcj support for i386, amd64 and sparc64
- add MODGCC4_LANGS=java support to gcc4.port.mk
okay robert@
2009-06-04 18:24:20 +00:00
naddy
76712f6de0 this requires gperf now, otherwise an incomplete library is built 2009-06-04 18:03:13 +00:00
bernd
76e41f4abb Update to git-1.6.3.2. 2009-06-04 18:01:56 +00:00
landry
9af07e0f2d +mapserver 2009-06-04 17:56:14 +00:00
landry
f9d07dde64 Import mapserver 5.4.0:
MapServer is a system for developing web-based GIS applications.
The basic system consists of a CGI program that can be configured to
respond to a variety of spatial requests like making maps, scalebars,
and point, area and feature queries.
This port is splitted in 4 packages: -main contains the mapserv CGI,
-php contains the PHP Mapscript extension, -perl contains Mapscript perl
bindings and -utils contains various utilities and examples of use.
ok ajacoutot@
2009-06-04 17:55:39 +00:00
jasper
cb87c1937a - forgot to addt these 2009-06-04 17:48:22 +00:00
landry
16dd9e79b3 Fix depends on py-gdal-*, patch by Kirill Bychkov, thanks! 2009-06-04 17:45:51 +00:00
sthen
5f41da7aae set VERBOSE=1 so cmake displays the compiler command lines (suggestion
from landry@), remove bogus comment in Makefile, remove dead @comment in
PFRAG.shared (plist change -> bump).
2009-06-04 16:21:45 +00:00
sthen
dfcac48e8c simplify, remove dead variable, handle ports without distfiles,
support FETCH_CMD (defaulting to ftp, as before). from Mikolaj Kucharski,
been in my tree for ages and works ok - ftp.ca maintainer timeout ;)
2009-06-04 15:15:48 +00:00
sthen
68fc639cee make a suggestion about using .include to pull this file into
../db/network.conf and just add your own overrides; saves trouble
when a new mirror is added.

ok jim@ benoit@ pea@
2009-06-04 14:43:40 +00:00
sthen
5d36fe0316 +kamailio 2009-06-04 13:52:50 +00:00
sthen
4a9bc63594 better MESSAGE 2009-06-04 13:48:50 +00:00
sthen
4e016d6fd1 import telephony/kamailio, reworked from a port submission by Don Jackson.
some more work still to do but most things should run ok, and it's easier
to handle that in-tree.

KAMAILIO (OpenSER) is a mature and flexible open source SIP server (RFC3261).
It can be used on systems with limitted resources as well as on carrier grade
servers, scaling to up to thousands call setups per second. It is written in
pure C for Unix/Linux-like systems with architecture specific optimizations to
offer high performances. It is customizable, being able to feature as fast load
balancer; SIP server flavours: registrar, location server, proxy server,
redirect server; gateway to SMS/XMPP; or advanced VoIP application server.
2009-06-04 13:44:09 +00:00
benoit
6272d01ee9 +amide
ok ajacoutot@
2009-06-04 13:07:18 +00:00
benoit
e06c6543ee import amide
AMIDE is a completely free tool for viewing, analyzing, and registering
volumetric medical imaging data sets. It's been written on top of GTK+,
and runs on any system that supports this toolkit.

ok jasper@, ajacoutot@
2009-06-04 12:59:33 +00:00
benoit
3af2b2e115 return to the original.
thanks and ok sthen@
2009-06-04 09:53:56 +00:00
benoit
debdf30d96 resolve conflict
CVolve conflict: ----------------------------------------------------------------------
2009-06-04 09:14:03 +00:00
benoit
187040a9a0 import py-dnspython
dnspython is a DNS toolkit for Python. It supports almost all record types.
It can be used for queries, zone transfers, and dynamic updates. It supports
TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high level
classes perform queries for data of a given name, type, and class, and
return an answer set. The low level classes allow direct manipulation of DNS
zones, messages, names, and records.

ok ajacoutot@
2009-06-04 08:04:28 +00:00
giovanni
1227f278c5 Update to 3722
Fix homepage
"go ahead!" jasper@
2009-06-04 07:14:40 +00:00
giovanni
673f31631a Update to 24.0.0 2009-06-04 07:09:34 +00:00
jasper
7cc8d6c27f - remove bogus PKGNAME line 2009-06-04 06:18:09 +00:00
ajacoutot
3eaa728f00 - don't hardcode path 2009-06-04 04:37:04 +00:00
landry
897d671447 + xfce4-modemlights 2009-06-04 04:19:16 +00:00
landry
3bda5407ba Import xfce4 modemlights plugin, sitting in my tree since >2 years:
Xfce 4 Modem Lights panel plugin provides an easy way to establish/close
a ppp connection via a modem. It should work with any scripts that
create a lock file during dialing and retain it through the connection,
like ppp -ddial which creates /var/run/tun0.pid.
2009-06-04 04:18:39 +00:00
william
20bd8ec4a2 Update to nginx-0.7.59; ok robert@ merdely@ 2009-06-04 04:06:43 +00:00
wcmaier
a7409575cd Add impressive. 2009-06-04 02:22:53 +00:00
wcmaier
fd3fb093d9 Import impressive (requested and tested by matthieu@):
Impressive is a program that displays PDF presentation slides with
style. Smooth alpha-blended slide transitions are provided for the sake
of eye candy, but in addition to this, Impressive offers some unique
tools that are very useful for presentations.

NOTE: Unless you have fairly decent GL support, playing with this will
make your X session unhappy. Still, it's kind of cool...
2009-06-04 02:15:45 +00:00
ajacoutot
2a924ae941 - fix dependency spec
- use libexpat from base
- add missing wantlib
- tweak HOMEPAGE
2009-06-04 02:12:10 +00:00
landry
8a3416e841 +catfish 2009-06-04 02:04:22 +00:00