Commit Graph

5497 Commits

Author SHA1 Message Date
wcmaier
658f91e5f4 Update to the newly released 1.0.1.
Add 'v2' to license marker, update mail address and add unzip to
REGRESS_DEPENDS while here.

ok merdely@
2008-05-23 15:03:12 +00:00
ajacoutot
e5f7dc1f2f - remove old, unmaintained and unused gstreamer v0.8
from brad@
"die!" jasper@
2008-05-23 09:51:07 +00:00
ajacoutot
08732a5dd9 - merge and remove FLAVORs ; this is needed to make sure we don't end up
in weird situations when pwlib (and some dependent pkgs) are rebuilt
while already installed

Found the hard way by sthen@
@pkgpath markers "look right" to sthen@
2008-05-22 19:25:32 +00:00
ajacoutot
9244382cfc - remove pwlib,ldap (deleted FLAVOR) 2008-05-22 19:23:33 +00:00
chl
8b59b092e3 add metaauto to RUN_DEPENDS for all autoconf versions
bump PKGNAME

ok espie@
2008-05-21 19:17:24 +00:00
fgsch
9422412b4a sync with cairo update. jasper@ ok. 2008-05-19 09:57:43 +00:00
bernd
7e583caaf7 Build on powerpc and not just macppc now that we have socppc.
from brad@
2008-05-19 07:43:42 +00:00
okan
65bfdbf6a8 - update to 0.11
ok merdely@
2008-05-18 20:31:55 +00:00
simon
f27f6b156b add p5-Time-Duration-Parse 2008-05-17 17:45:16 +00:00
simon
3627411825 import p5-Time-Duration-Parse
Time::Duration::Parse is a module to parse human readable duration
strings like "2 minutes and 3 seconds" to seconds.
2008-05-17 17:43:50 +00:00
okan
b741618707 update email address
ok merdely@
2008-05-15 21:48:26 +00:00
deanna
69f5e4d1c1 Add missing pear-Mail-Mime run depend.
ok mbalmer
2008-05-15 12:01:41 +00:00
bernd
ee3a7f04b2 Add missing RUN_DEPENDS for the svn subpackage.
From Brad Walker.
2008-05-15 08:57:23 +00:00
simon
0507cd8337 update to version 0.42 2008-05-14 09:55:03 +00:00
fgsch
dfd8f739df install hgweb.cgi and hgwebdir.cgi; wcmaier@ ok. 2008-05-13 12:02:54 +00:00
fgsch
14c17377dc update to 1.14.4; jasper@ ok. 2008-05-12 16:43:57 +00:00
ajacoutot
011f205c02 +py-gdata 2008-05-12 14:08:31 +00:00
ajacoutot
8a5910fcb8 Import py-gdata-1.0.13
The Google data Python client library makes it easy to access data
through the Google data APIs. This library provides data model and
service modules for the the following Google data services:
 - Google Calendar data API
 - Google Contacts data API
 - Google Spreadsheets data API
 - Google Document List data APIs
 - Google Base data API
 - Google Apps Provisioning API
 - Picasa Web Albums Data API
 - Google Code Search Data API
 - core Google data API functionality

The core Google data code provides sufficient functionality to use this
library with any Google data API (even if a module hasn't been written
for it yet). For example, this client can be used with the Blogger API,
and the YouTube API. This library may also be used with any Atom
Publishing Protocol service.
2008-05-12 14:07:35 +00:00
jasper
a68d2c83b1 - revert previous update for now, caused some fallout 2008-05-11 12:26:13 +00:00
sthen
92d0b9e9dc Update website URLs and bump. From Brad. 2008-05-10 23:50:20 +00:00
sthen
1f1fd46119 minor update ("the only change was adding multiple inclusion guard
to one of the headers and that's it") from Brad, and fix website URL.
2008-05-10 23:49:56 +00:00
sthen
3e7c73a240 update tcllib and move to Tcl 8.5, from new maintainer Stuart Cassoff
"It is pleasing to the eye" deanna@
2008-05-09 19:45:18 +00:00
bernd
7bcc2eb4d2 Update to ruby-gettext-1.90.0. 2008-05-09 17:26:59 +00:00
bernd
d85464859d Update to ruby-uuidtools-1.0.3. 2008-05-09 17:22:44 +00:00
bernd
5e7bd799d2 Update to ruby-daemons-1.0.10. 2008-05-09 17:20:46 +00:00
espie
6adf320c13 CATEGORIES repairs 2008-05-08 22:44:13 +00:00
ajacoutot
7bdc84ab6b - for now, GCC4 is needed for liboil to compile under macppc 2008-05-08 15:10:07 +00:00
mbalmer
bbafba1783 Security update to horde 3.1.7. 2008-05-07 20:12:10 +00:00
martynas
d2cdb6127d update to py-psyco-1.6
from fgsch@ with tweaks from me, wcmaier@.  ok wcmaier@
2008-05-06 17:36:47 +00:00
espie
0b653bd052 SUBST_CMD now preserves right, and so it can be used. 2008-05-06 16:14:33 +00:00
rui
1846205506 - maintenance update to libmagic 4.24. 2008-05-05 19:41:16 +00:00
kurt
92ac5f7392 Add support for 1.6 and 1.7 level ports. okay nikolay@ ian@ 2008-05-05 02:53:15 +00:00
kurt
4bb9dd36b1 - Remove -Werror from CFLAGS in hotspot so the build works with user
specified CFLAGS - noticed by steven@
- Fix comment typo in Makefile - reported by Joachim Schipper
No change in packages so no package bump
2008-05-05 02:51:20 +00:00
eric
811225c378 missing quote.
noticed by Stephan Andre.
2008-05-03 20:44:54 +00:00
eric
c27cab254e The twisted-regen-dropin.cache script (which is now pure python)
interprets its arguments as python module names for which plugin
cache should be updated. This is useful for third-party packages
(such as axiom) which makes use of the twisted plugin
infrastructure.

ok martynas@
2008-05-03 12:35:27 +00:00
bernd
a550cffedd Disable the spell check option in git-gui. It doesn't work with
aspell-0.50.x. (git-gui hangs at startup)

Noticed and tested by deanna@. Thanks for the report!
2008-05-02 23:21:06 +00:00
bernd
3850e5b22b Adjust WANTLIB after net/neon switched from libxml2 to system expat.
Noticed by Markus Lude.
2008-05-02 17:32:53 +00:00
steven
1b2022c6ff fix autoconf version.
from brad@ (maintainer)
2008-05-02 10:17:32 +00:00
ajacoutot
b5994e2705 - add an XXX to warn people no to break packaging in the future
- add missing lib_depends
- bump
2008-04-30 11:22:11 +00:00
bernd
a3bae00096 Unbreak. You shall test package creation!
(And don't blindly trust update-plist.)
2008-04-30 11:05:22 +00:00
jasper
58d6375fc9 - update libwnck to 2.22.1
(another bulk load of bug fixes and small improvements)
2008-04-29 19:13:33 +00:00
jasper
52c86a00c3 - update gconf-editor to 2.22.0
(bug fixes)
2008-04-29 18:24:55 +00:00
jasper
4cb508f06a - update gconf2 to 2.22.0
(mostly bug/build/doc fixes)
2008-04-29 18:23:56 +00:00
jasper
ca04046a2e - update py-gobject to 2.14.1
ok ajacoutot@
2008-04-29 17:49:34 +00:00
jasper
b81a844a57 - update libsoup to 2.4.1 2008-04-29 17:30:33 +00:00
ajacoutot
73d3e0c601 - fix OSS device path
- make the v4l2 plugin compile (not very useful yet)
2008-04-29 15:28:44 +00:00
ajacoutot
2f8e43bbfa - add esound support
- start working on v4l2 support (not there yet)
2008-04-29 11:42:45 +00:00
ajacoutot
e8650cea1e - add the pwlib ldap FLAVOR to the build
"no objection" landry@
2008-04-29 10:01:24 +00:00
bernd
0f91adaf7d Switch X11 tools to tk 8.5 and remove useless patch.
Please let me know if there are problems.
2008-04-28 15:24:25 +00:00
simon
1c1984617f add p5-parent 2008-04-26 16:33:44 +00:00