Commit Graph

39182 Commits

Author SHA1 Message Date
martynas
55ab99b3fe import py-paste-script-1.3.4
A pluggable command-line frontend, including commands to setup
package file layouts.

It includes some built-in features:
- Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a setuptools-ready
file layout;
- Serving up web applications, with configuration based on paste.deploy.

ok jasper@ (who also suggested NO_REGRESS)
2007-06-24 22:00:23 +00:00
martynas
40b9cbc48c import py-turbojson-1.0
This package provides a template engine plugin, allowing you to
easily use Json with TurboGears, Buffet or other systems that support
python.templating.engines.

ok simon@
2007-06-24 21:58:12 +00:00
martynas
f7213838a1 import py-configobj-4.4.0
ConfigObj is a simple but powerful config file reader and writer:
an ini file round tripper. Its main feature is that it is very easy
to use, with a straightforward programmer's interface and a simple
syntax for config files.

ok simon@
2007-06-24 21:56:36 +00:00
martynas
4d8bc41901 import py-wsgiutils-0.7
WSGI Utils are a package of standalone utility libraries that ease
the development of simple WSGI programs.  The functionality provided
is limited at the moment.

ok jasper@
2007-06-24 21:54:42 +00:00
martynas
122799b4bc - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
- better COMMENT for bbpager;
- bump PKGNAMEs;
ok simon@
2007-06-24 21:53:27 +00:00
martynas
0f9bae17c7 import py-simplejson-1.7.1
Simplejson is a simple, fast, extensible JSON encoder/decoder for
Python.  It is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding
and decoding, with unicode support.  The encoder may be subclassed
to provide serialization in any kind of situation, without any
special support by the objects to be serialized (somewhat like
pickle).  The decoder can handle incoming JSON strings of any
specified encoding.

ok simon@ (who also spotted HOMEPAGE not escaping #)
2007-06-24 21:51:30 +00:00
martynas
6667787718 add py-paste and py-paste-deploy 2007-06-24 19:20:11 +00:00
martynas
33e0546cd9 import py-paste-deploy-1.3
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides
a single, simple function (loadapp) for loading a WSGI application
from a configuration file or a Python Egg. For WSGI application
providers it only asks for a single, simple entry point to your
application, so that application users don't need to be exposed to
the implementation details of your application.

ok jasper@
2007-06-24 19:19:15 +00:00
martynas
8a0f9ef330 import py-paste-1.3
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.

ok jasper@
2007-06-24 19:17:14 +00:00
jasper
eea7b3c40f add hellanzb 2007-06-24 16:59:06 +00:00
jasper
60370412bb import hellanzb 0.13 for mglocker and dharthmei
hellanzb is a Python application designed for *nix environments that
retrieves nzb files and fully processes them. The goal being to make
getting files from Usenet (e.g.: Giganews Newsgroups) as hands-free as
possible. Once fully installed, all thats required is moving an nzb file
to the queue directory. The rest; fetching, par-checking, un-raring,
etc. is taken care of by hellanzb.

ok mglocker@
2007-06-24 16:57:40 +00:00
steven
70be0dcd6f build the sidebar flavor of mutt 2007-06-24 16:01:21 +00:00
steven
04ef7ee009 update to 6.90, from Patrick Keshishian 2007-06-24 15:34:45 +00:00
martynas
45bef64bb1 - enable regression tests with py-py;
- add missing {REGRESS,RUN}_DEPENDS to py-ruledispatch;
feedback, ok steven@
2007-06-24 10:37:12 +00:00
martynas
815893568c add py-py 2007-06-24 10:30:22 +00:00
martynas
0900e94aa9 import py-py-0.9.0
The py lib is a development support library featuring py.test,
ad-hoc distributed execution, micro-threads and svn abstractions.

feedback, ok steven@
2007-06-24 10:29:40 +00:00
sturm
c2b77f82c9 update to nagios 2.9
mention proper startup procedure in MESSAGE-main

initial diff from brad
2007-06-24 08:29:35 +00:00
martynas
630cff2d91 add py-decoratortools, py-protocols and py-ruledispatch 2007-06-23 21:47:27 +00:00
martynas
bf63700867 import py-ruledispatch-0.5r2306
Rule-based Dispatching and Generic Functions.  The dispatch module
allows Python programmers to write generic functions to handle
various problems based on rules for the arguments it receives.

"go ahead" (after some nice tweaks, actually) steven@
2007-06-23 21:43:16 +00:00
martynas
d05cb9a94c import py-protocols-1.0r2306
PyProtocols extends the PEP 246 adapt() function with a new
"declaration API" that lets you easily define your own protocols
and adapters, and declare what adapters should be used to adapt
what types, objects, or protocols.  In addition to its own Interface
type, PyProtocols can also use Twisted and Zope's Interface types.

"go ahead" (after some nice tweaks, actually) steven@
2007-06-23 21:41:54 +00:00
martynas
7513c9af03 import py-decoratortools-1.4
Use class and function decorators -- even in Python 2.3 (now with
source debugging for generated code)!  Want to use decorators, but
still need to support Python 2.3? Wish you could have class decorators,
decorate arbitrary assignments, or match decorated function signatures
to their original functions? Then you need "DecoratorTools".

"looks good" steven@
2007-06-23 21:34:44 +00:00
steven
c054ab252b simplify post-install 2007-06-23 14:12:23 +00:00
steven
ff1ac7ec5e update to 2.02, from maintainer Srebrenko Sehic 2007-06-23 13:40:59 +00:00
steven
9d1f58fe0b update to 1.16, from maintainer Srebrenko Sehic 2007-06-23 13:31:40 +00:00
steven
eb5a2e2d25 log results of regression tests into a file.
ok simon@
2007-06-23 09:39:18 +00:00
steven
525bae7c68 enigmail appears to work fine on sparc64, so remove BROKEN.
prodding by martynas@
2007-06-23 09:28:02 +00:00
sturm
a9d3b89a95 substitute all special characters but dashes with '_'
discussed with and ok pedro
2007-06-23 05:16:22 +00:00
simon
140ec0f2e9 switch to apache-module framework
ok kurt@ (maintainer)
2007-06-22 19:11:55 +00:00
simon
ac9f495cdd set MODAPACHE_ENABLE and MODAPACHE_MODULE conditional
for apache modules with mixed interal/external names

ok espie@
2007-06-22 19:07:33 +00:00
martynas
9f499ae130 Update to 0.95.1 which contains bug fixes, including the #16895 --
PGP/MIME message scrambled if password not typed correct on first.
Also, make it work with thunderbird 2.0.0.4.
ok kurt@

P.S., i'm tired of asking this, this is the last time i do.  People
who have sparc64, please verify if this is still true after last
major tb/enigmail updates:
.if ${MACHINE_ARCH} == "sparc64"
BROKEN=         "Thunderbird hangs when accessing items from the OpenPGP menu"
.endif
Let me, or kurt@ know.
2007-06-22 18:59:19 +00:00
martynas
5b35b01275 update to 2.0.0.4; ok ajacoutot@ 2007-06-22 18:52:29 +00:00
martynas
7ae584e391 security update to 2.0.0.4 plus some minor things, like consistify
COMMENT w/ firefox, move MESSAGE/part of DESCR to README.OpenBSD,
wantlib for xenocara
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.4
ok kurt@, naddy@
2007-06-22 18:51:30 +00:00
msf
e543e41802 fix a segfault in mpd_reconnect
ok jasper@
2007-06-22 15:45:17 +00:00
simon
70b1f1147c switch to apache-module framework
ok mbalmer@ (maintainer)
2007-06-22 14:48:23 +00:00
jasper
a4069f17af add py-eyed3 2007-06-22 14:48:07 +00:00
ajacoutot
5c55c65b2c - fix variable substitution 2007-06-22 14:47:08 +00:00
jasper
8685e79d85 import py-eyeD3 0.6.14
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time,
etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and
v2.3/v2.4.

feedback and ok alek@
2007-06-22 14:43:13 +00:00
jasper
ba7c804f3f update msmtp to 1.4.12
from simonkuhnle@web.de (MAINTAINER)
2007-06-22 14:26:06 +00:00
kurt
2586dcb948 Fix a deadlock seen in thunderbird w/engimail caused by safe_pclose()
returning without waiting for the child process to complete which causes
a deadlock between nspr's WaitPidDaemonThread() and PR_WaitProcess().
Reported upstream w/more details:
https://bugzilla.mozilla.org/show_bug.cgi?id=385465
okay martynas@
2007-06-22 13:37:58 +00:00
martynas
cbb6a6bf82 fix a segmentation fault when you are using authentication and have
a user named "log"; from sarg bugtracker via freebsd
also, fix sprintf and rcs id; from maintainer Douglas Santos
thanks to aanriot@, who found some errors when i merged Douglas
Santos diff
ok aanriot@ and maintainer Douglas Santos
2007-06-22 12:48:25 +00:00
msf
d5b5786a9b fix a segfault when scmpc starts up with an empty scmpc.cache file
ok jasper@
2007-06-22 12:34:13 +00:00
jasper
e770f35a47 - update mpd to 0.13.0
- regen patches while here

from simon kuhnle with a tweak by me
2007-06-22 11:42:14 +00:00
mbalmer
18dab2854b Correct directory permissions and bump package name.
Found by Marc Winiger <mw@msys.ch>
2007-06-22 07:34:45 +00:00
jcs
771408e11e and finally, update to rails-1.2.3 2007-06-22 03:47:18 +00:00
jcs
35d4794f26 update to actionmailer-1.3.3 2007-06-22 03:46:21 +00:00
jcs
d8cc3acfce update to actionwebservice-1.2.3 2007-06-22 03:45:28 +00:00
jcs
e9a45f2851 update to activerecord-1.15.3 2007-06-22 03:45:19 +00:00
jcs
564ee6e168 update to actionpack-1.13.3 2007-06-22 03:44:21 +00:00
jcs
2a9f219b5f update to activesupport-1.4.2 2007-06-22 03:43:01 +00:00
simon
ff66b0258c switch to apache-module framework
initially from espie@, ok ckuethe@ (maintainer)
2007-06-21 20:59:13 +00:00