sthen
6e5ad03a3d
update to 0.99.0, remove conflict with spawn-fcgi/old lighttpd.
...
maintainer unresponsive, ok ajacoutot
2009-04-08 21:30:54 +00:00
sthen
bdd9f2b63b
adjust conflict marker with www/cherokee, bump package. ok brad (maintainer).
2009-04-08 21:29:42 +00:00
fgsch
f891b05215
Add patch to fix deprecation warning and timeout error in python 2.6.
...
From maintainer via svn. martynas@ ok
2009-04-07 20:01:47 +00:00
jasper
bdee3bba9e
- add py-webkitgtk
2009-04-06 16:30:43 +00:00
jasper
9ff7121127
import py-webkitgtk 1.1.4
...
PyWebKitGtk allows Python (Gtk) developers to create software on top of
the WebKitGtk rendering engine.
ok ajacoutot@
2009-04-06 16:29:01 +00:00
ajacoutot
d544f73773
- fixes python shebang so that one does no need a python symlink
...
- tweak MESSAGE: no need to set ProxyRequests, remove trailing blank
line
maintainer timeout, no objection from espie@
2009-04-06 15:30:13 +00:00
mglocker
9bfdd73935
Update to nostromo 1.9.1.
...
OK jasper@
2009-04-06 10:44:06 +00:00
ajacoutot
d61a271794
- cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes
2009-04-06 10:09:06 +00:00
landry
343f0bf1ad
Explicitely depend on libsoup->=2.26, spotted by jasper@
2009-04-06 07:40:30 +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
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
bernd
5566f820ea
Update to RubyOnRails 2.3.2.
2009-04-04 10:18:42 +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
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
espie
8fb594a5c5
+drupal6
2009-04-03 14:08:51 +00:00
espie
4a8d1bd34b
basic installation of drupal6 with a few extra stable modules.
...
WARNING: there's no simple migration from all datat from drupal5 to drupal6
yet.
2009-04-03 14:07:58 +00:00
espie
58319413f3
drupal5 is pending an update. In the mean time, make it possible to
...
install alongside drupal6 (I've given up figuring out a clean update
path for now)
2009-04-03 12:55:08 +00:00
jasper
2353c353c4
- update bozohttpd to 20080303
...
from benoit lecocq;
maintainer timed-out
2009-04-02 13:15:39 +00:00
jasper
be93c8ef37
- add tt-rss
2009-04-01 18:24:11 +00:00
jasper
c4daf688ed
import tt-rss 1.3.2
...
Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed
to allow you to read news from any location, while feeling as close to a
real desktop application as possible.
- Supports RSS, RDF, Atom feeds using Magpie library
- Supports OPML import/export
- Supports keyboard shortcuts
- Supports article scoring
[etc,etc]
2009-04-01 18:22:49 +00:00
mbalmer
e249ac938f
Update to MediaWiki 1.14.0. For upgrading instructions, please read
...
http://www.mediawiki.org/wiki/Manual:Upgrading *before* you update.
2009-03-31 08:31:35 +00:00
sthen
6c1087f106
maintenance update to 1.6.1, from Brad
2009-03-31 08:22:52 +00:00
giovanni
a6b685756c
Update to 3.1.3.1
...
ok kevlo@ (Maintainer)
2009-03-31 07:14:10 +00:00
mbalmer
73fdd3f3ed
Update to kronolith 3.2.1
...
The major changes compared to the Kronolith version H3 (2.3) are:
* Added script to import events from SquirrelMail calendars.
* Added option to manually change attendee responses.
* Improved holidays support.
* Many minor bug fixes.
2009-03-30 18:36:37 +00:00
fgsch
82a30ed3c4
Enable regression tests now that the missing dependency is in the tree.
...
Remove unneded slash in master site while I'm here.
2009-03-30 00:06:26 +00:00
fgsch
4654d4dffe
Enter py-webhelpers, py-webob, py-weberror and py-webtest.
2009-03-30 00:03:17 +00:00
fgsch
0addcd0b67
Import WebTest 1.1
...
This wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.
This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.
martynas@ ok
2009-03-30 00:00:37 +00:00
fgsch
df48881921
Import WebError 0.10.1
...
Web error handling and exception catching.
martynas@ ok.
2009-03-29 23:59:20 +00:00
fgsch
ac45d0850e
Import WebOb 0.9.6.1.
...
WebOb provides wrappers around the WSGI request environment, and
an object to help create WSGI responses.
The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.
martynas@ ok
2009-03-29 23:58:24 +00:00
fgsch
9e8d835a14
Import WebHelpers 0.6.4.
...
Web Helpers is a library of helper functions intended to make writing
templates in web applications easier. It's the standard function
library for Pylons and TurboGears 2. It also contains a large
number of functions not specific to the web, including text processing,
number formatting, date calculations, container objects, etc.
martynas@ ok.
2009-03-29 23:56:25 +00:00
naddy
fb023d83f7
bump for python dependency change
2009-03-28 18:12:49 +00:00
naddy
4ac0f08037
bump for python dependency change
2009-03-28 16:49:49 +00:00
martynas
9fb3457614
update to firefox-i18n-3.0.8
2009-03-28 16:05:28 +00:00
martynas
352d6bb69f
mozilla-firefox-3.0.8: forced release after security bugs got
...
attention
MFSA 2009-12 Mozilla Firefox XSL Parsing 'root' XML Tag Remote
Memory Corruption Vulnerability
* http://www.securityfocus.com/bid/34235/exploit
* https://bugzilla.mozilla.org/show_bug.cgi?id=485217
* CVE-2009-1169
MFSA 2009-12 covers the Pwn2Own bug, which is a crash involving the XUL
<tree> widget.
* https://bugzilla.mozilla.org/show_bug.cgi?id=484320
* CVE-2009-1044
ok naddy@
2009-03-28 15:59:04 +00:00
fgsch
30f2d55d62
Remove extra newline and slash. No package change.
2009-03-27 23:22:56 +00:00
fgsch
f45c19b171
Enter py-repoze-profile and py-wsgiproxy.
2009-03-27 23:20:10 +00:00
fgsch
7ca9327a21
Import py-wsgiproxy 0.1
...
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
processes over HTTP.
martynas@ ok
2009-03-27 23:18:19 +00:00
fgsch
c3f8e83ec2
Import py-repoze-profile 0.8
...
This package provides a WSGI middleware component which aggregates
profiling data across *all* requests to the WSGI application. It
provides a web GUI for viewing profiling data.
martynas@ ok.
2009-03-27 23:16:23 +00:00
jasper
97d88a869a
- add php-openid
2009-03-27 10:43:23 +00:00
jasper
fb51a454ae
- missing bump
2009-03-27 10:42:41 +00:00
jasper
14abca6431
import php-openid 2.1.2
...
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store implementations,
and an OpenID server.
feedback and ok sthen@, additional help from todd@, thanks!
2009-03-27 10:41:01 +00:00
landry
fa1b6328ea
Fix WANTLIBs all around, i should have checked better when updating
...
webkit.. this fixes the build on a clean machine. Bump PKGNAMEs.
spotted by & ok jasper@
2009-03-26 21:34:30 +00:00
merdely
4a24bce183
Fix link order so static linking will work
...
Regen patches
prodded by naddy@
2009-03-26 18:58:03 +00:00
naddy
65bb3f8c95
fix library order for static linking
2009-03-26 16:26:41 +00:00
jasper
ef461f6a98
- this should be one of the last rounds of missing bumps..
2009-03-26 11:50:09 +00:00
ajacoutot
7e552a9924
- compile and link with -pthread, not -lpthread
...
spotted by naddy@ who gave me lots of inputs over this
maintainer is ok
ok naddy@
2009-03-25 18:09:12 +00:00