Commit Graph

49680 Commits

Author SHA1 Message Date
sthen
a831ae1adb use -L$(X11BASE)/lib for linking, fixes build on macppc (failure pointed
out by ajacoutot). bump PKGNAME (possibly gratuitously).
2009-04-05 11:58:38 +00:00
ajacoutot
a7bd5d8ac0 - this needs -pthread to build
unbreak (at least) on powerpc
2009-04-05 11:15:10 +00:00
bernd
f87b950dc2 Add ruby-couchrest 2009-04-05 11:01:52 +00:00
bernd
52c92ff00a Initial import of ruby-couchrest-0.23.
CouchRest provides a simple interface on top of CouchDB's RESTful
HTTP API, as well as including some utility scripts for managing
views and attachments.
2009-04-05 11:00:36 +00:00
ajacoutot
0df01cad96 - add missing gtk-update-icon-cache goo
- regen PLIST
2009-04-05 10:51:33 +00:00
kili
b00e37c12d Fix PKGNAME and add @pkgpath to make updates possible.
ok ajacoutot@
2009-04-05 10:34:03 +00:00
ajacoutot
3866b5b834 - update to bubblemon-2.0.12
- change HOMEPAGE, tweak COMMENT and reorder Makefile

I doubt this works since our libgtop2 is next to unusable but at least
it gives a better base to work on.
2009-04-05 10:15:33 +00:00
bernd
1662925683 t-1.6.2.2.
Also:
- Update HOMEPAGE. (reminded by Toni Mueller)
- Fix 64-bit problem. (found on sparc64)

Tested by sturm@. Thanks!
2009-04-05 10:05:35 +00:00
martynas
a351a54c1a remove hunk, that had keyword, substituted by rcs. from Markus Lude 2009-04-05 07:52:17 +00:00
martynas
40bc54847e provide alternative master_site; since sunsite doesn't provide
distfiles anymore.  discussed with fgs@
2009-04-05 02:07:40 +00:00
martynas
c130fff813 add missing run dependencies, now that they are in tree. py-peak-rules,
py-priotirized_methods.  feedback, ok fgs@
2009-04-05 01:51:32 +00:00
martynas
2da03f8f1d enter py-peak-rules and py-prioritized_methods 2009-04-05 01:45:59 +00:00
martynas
805c7dc00c import py-prioritized_methods-0.2.1
An extension to PEAK-Rules to prioritize methods in order to to
avoid AmbiguousMethods situations

This module provides four decorators:

        prioritized_when
        prioritized_around
        prioritized_before
        prioritized_after

ok fgs@
2009-04-05 01:43:49 +00:00
martynas
ae1ab945e2 import py-peak-rules-0.5r2582
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out
of the box, it supports multiple-dispatch on positional arguments
using tuples of types, full predicate dispatch using strings
containing Python expressions, and CLOS-like method combining. (But
the framework allows you to mix and match dispatch engines and
custom method combinations, if you need or want to.)

ok fgs@
2009-04-05 01:40:34 +00:00
martynas
0e371f6594 enter py-addons, py-bytecodeassembler, py-extremes, py-symboltype 2009-04-05 01:28:12 +00:00
martynas
99a6e82e71 import py-extremes-1.1.1
The peak.util.extremes module provides a production-quality
implementation of the Min and Max objects from PEP 326. While PEP
326 was rejected for inclusion in the language or standard library,
the objects described in it are useful in a variety of applications.
In PEAK, they have been used to implement generic functions (in
RuleDispatch and PEAK-Rules), as well as to handle scheduling and
time operations in the Trellis. Because this has led to each project
copying the same code, we've now split the module out so it can be
used independently.

input, ok fgs@
2009-04-05 01:09:17 +00:00
martynas
ae608b7d28 import py-symboltype-1.0
Installing SymbolType gives you access to the peak.util.symbols
module, previously available only by installing the full PEAK
toolkit. peak.util.symbols provides a Symbol type and two built-in
symbols that are used by PEAK: NOT_FOUND and NOT_GIVEN.

input, ok fgs@
2009-04-05 00:55:00 +00:00
martynas
4ed03e8481 import py-bytecodeassembler-0.5.1
peak.util.assembler is a simple bytecode assembler module that
handles most low-level bytecode generation details like jump offsets,
stack size tracking, line number table generation, constant and
variable name index tracking, etc. That way, you can focus your
attention on the desired semantics of your bytecode instead of on
these mechanical issues.

input, ok fgs@
2009-04-05 00:51:26 +00:00
martynas
36b3a0c4e4 import py-addons-0.6
Separating concerns into different objects makes it easier
to write reusable and separately-testable components.  The AddOns
package (``peak.util.addons``) lets you manage concerns using
``AddOn`` classes.

input, ok fgs@
2009-04-05 00:45:48 +00:00
martynas
840a859b74 update to py-sqlalchemy-0.5.2. maintainer timed out
ok fgs@
2009-04-05 00:37:07 +00:00
martynas
1082e97f89 update to py-formencode-1.2.2
use pax, master_site_pypi
input, ok fgs@
2009-04-05 00:30:52 +00:00
martynas
8596042dc8 sync switches w/ ff3
update about url
ok naddy@
2009-04-05 00:23:49 +00:00
martynas
cdd011e114 - update to py-sqlobject-0.10.4
- enable regression tests
- use master_site_pypi
input, ok fgs@
2009-04-05 00:15:52 +00:00
martynas
bacf4396a9 update to sqlite3-3.6.11. fixes null ptr deref in sqlite3OsTruncate
addColumn;  which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@;  for doing a bulk build with it
ok fgs@, bernd@, simon@
2009-04-05 00:02:53 +00:00
fgsch
35a5c0fda9 enter py-couchdb. 2009-04-04 21:03:42 +00:00
fgsch
91b14fcdec Import python-couchdb-0.5r141, a python library for working with CouchDB.
martynas@ input and ok.
2009-04-04 21:02:14 +00:00
naddy
e48b93ed0d major update to 4.0, patch level 10 2009-04-04 19:42:18 +00:00
rui
482c0795ea - update to 5.00, based on initial diff from Benoit Lecocq.
- fix build on Vax while here

ok naddy@
2009-04-04 18:28:14 +00:00
ajacoutot
b553cbab13 - update to vala-0.6.0 2009-04-04 15:14:58 +00:00
ajacoutot
002f3b22cf - unbreak with newer scons (breakage spotted by naddy@)
- regen PLIST while here

maintainer timeout
2009-04-04 14:53:38 +00:00
naddy
e71b604a5c don't hardcode /usr/local and don't probe paths that don't exist on OpenBSD
ok steven@, kili@, landry@, sthen@
2009-04-04 14:45:48 +00:00
naddy
06032b1215 use intltool module 2009-04-04 14:42:58 +00:00
landry
94c7da423e Update to claws-mail-rssyl 0.24, diff from Rodolfo Gouveia, thanks! 2009-04-04 12:30:05 +00:00
landry
153859caae Update to midori 0.1.5, which will make a lot of ppl happy as with last
webkit & libsoup updates it now supports cookies and works fine with gmail.
While here, remove the https notice in MESSAGE, as https pages works
fine now.
2009-04-04 11:05:08 +00:00
landry
23efee8f19 Update to webkit r41894, taking advantage of libsoup 2.26 update..
Regen patches while here.
Tested in a bulk build by and ok jasper@
2009-04-04 10:35:26 +00:00
landry
4cd52927d1 Update to libsoup 2.26.0, needed by the upcoming webkit update.
Split it into -main and -gnome, the latter providing gnome-specific
libsoup library. While here, prettify Makefile and set HOMEPAGE.

Tested in a bulk build by and ok jasper@
2009-04-04 10:25:48 +00:00
bernd
5566f820ea Update to RubyOnRails 2.3.2. 2009-04-04 10:18:42 +00:00
bernd
f1f15b69dc Update to apache-couchdb-0.9.0.
Please read http://wiki.apache.org/couchdb/Breaking_changes for
update instructions.

help & ok fgsch@
2009-04-04 10:12:39 +00:00
landry
b5aa9ac73f add libproxy 2009-04-04 10:08:18 +00:00
landry
2df7d4e606 Import libproxy 0.2.3, a library that provides automatic proxy
configuration management. Currently provides GNOME and KDE plugins,
gecko and webkit plugins may be enabled at some point.
Joint work with and ok jasper@
2009-04-04 10:07:31 +00:00
landry
78066ffb46 Update to epdfview 0.1.7, based on a diff by brynet at gmail, who also
takes maintainership.
Bring in two patches from upstream svn to fix
http://trac.emma-soft.com/epdfview/ticket/118.
2009-04-04 09:25:25 +00:00
sthen
cea15ea335 Security update to 1.1.16.3 from Brad (maintainer) - int overflows in
the 4XM demux (TKADV2009-004, CVE-2009-0385) and the Quicktime demux.
2009-04-04 00:28:56 +00:00
sthen
15e45e6941 sync WANTLIB and bump; xml2 from libgpod 2009-04-04 00:24:02 +00:00
espie
043c78e9d7 missed... 2009-04-03 23:27:16 +00:00
espie
7738104118 hate cvs... "core" directory with stuff in it should be okay by default.
noticed by naddy@
2009-04-03 23:26:48 +00:00
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
sturm
24d7347651 unbreak RUN_DEPENDS with help from espie 2009-04-03 21:28:46 +00:00
fgsch
d931848cda Update master site. 2009-04-03 19:17:06 +00:00
espie
a313edd5ce update to 2.8 2009-04-03 19:07:47 +00:00
espie
76d0de7083 finally, update to 5.16, after fixing the modules.inc stuff to work with
jquery_update....

sigh
2009-04-03 19:03:03 +00:00