alek
dfa1c08396
Add pylint and friends
2007-05-04 17:58:55 +00:00
alek
b2f2c906f2
Import 0.13.1
...
Pylint is a lint-like tool for Python code. It performs almost all the
verifications that pychecker does, and additionally can perform some
stylistic verification and coding standard enforcements. The checked
code is assigned a mark based on the number and the severity of the
encountered problems. The previous mark of a given piece of code is
cached so that you can see if the code quality has improved since the
last check.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
2007-05-04 17:43:27 +00:00
jasper
76b110aa7d
remove marcm@ as maintainer, per his request
2007-05-04 17:42:09 +00:00
alek
68f22e1ff5
Import py-logilab-common 0.21.2
...
This package contains several modules providing low level
functionalities shared among some python projects developed by
logilab.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
2007-05-04 17:35:03 +00:00
alek
a2b327fd3a
Import py-logilab-astng
...
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse, pylint.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
2007-05-04 17:32:33 +00:00
steven
797780c54b
update to 2.9.1
...
from brad, okay maintainer
2007-05-04 12:13:14 +00:00
bernd
398423590a
Use xenocara expat and fix WANTLIB.
2007-05-04 11:33:14 +00:00
bernd
b02de5639c
Use xenocara expat.
2007-05-04 09:56:02 +00:00
kili
b76042086c
Fix buffer overflow in mutt_gecos_name().
...
From ray@ (snapshot), applied to stable and tested by me. Feedback
from wilfried@ and (via ray@) moritz@.
ok moritz@ steven@
2007-05-04 09:09:31 +00:00
bernd
2a66360148
Security update to mod_perl-1.30. (CVE-2007-1349)
...
Fix unescaped variable interpolation in Apache::PerlRun regular expression
to prevent regex engine tampering.
Details:
http://perl.apache.org/dist/mod_perl-1.0-current/Changes
test & ok simon@
2007-05-04 08:43:05 +00:00
bernd
1fd96a8a5e
Don't depend on python-expat-2.5 but use the python module.
...
Noticed by and ok steven@
2007-05-04 08:40:23 +00:00
ajacoutot
512831896b
- better default cyrus.conf file
...
enable idled and disable sieve ; also disable pop3s and imaps as cyrus
would literally fill the logs if SSL is no configured (problem found by
Stuart Henderson <stu at spacehopper dot org>)
2007-05-04 08:05:00 +00:00
ajacoutot
34cf92b388
- update to 8.3.1
...
feedback and ok kili@
2007-05-03 17:42:55 +00:00
alek
acd3ae50e1
Update to 1.22 from Armin Wolfermann <aw@osn.de>
2007-05-03 17:34:09 +00:00
kurt
502709d398
Install lib into generic components dir instead of arch specific dir.
...
Problem noticed by steven@ diff from martynas@ okay both.
NOTE: Due to change in location of the lib, anyone upgrading from 0.95.0
will need to uninstall 0.95.0, run thunderbird once then install 0.95.0p0.
Upgrading from prior versions will work fine.
2007-05-03 13:35:50 +00:00
alek
cc765751f5
Fix wantlib marker after recent gnome-vfs2 update; requested by steven@
2007-05-03 13:30:16 +00:00
alek
eb22f373cd
Add monotone
2007-05-03 13:24:52 +00:00
alek
29c43a6dfd
Import monotone 0.34
...
monotone is a free distributed version control system. It provides a
simple, single-file transactional version store, with fully disconnected
operation and an efficient peer-to-peer synchronization protocol.
ok kili@, niallo
2007-05-03 13:23:44 +00:00
msf
90ff81741c
sigh... bump PKGNAME too
2007-05-03 11:28:48 +00:00
msf
2ce1971065
drop maintainer on ruby rails and friends
2007-05-03 11:25:17 +00:00
espie
e56eedc4e2
+qt4-eventsview
2007-05-03 10:30:34 +00:00
espie
5982db0532
event viewer library for qt4
2007-05-03 10:29:11 +00:00
espie
4781c021af
+yui
2007-05-03 09:32:16 +00:00
espie
6d182f0fba
yahoo javascript widgets library (BSD licence): a pure javascript library
...
of useful web components.
2007-05-03 09:31:35 +00:00
aanriot
7bceb073ab
also describe the two other flavors of gaim in pkg/DESCR.
...
"no objection" brad
2007-05-03 07:46:40 +00:00
aanriot
bdadf79aef
use the postgresql-docs subpackage instead of the postgresql
...
documentation shipped with pgadmin3, in order to display appropriate
informations (postgresql 8.2.4 actually).
prompted by and ok mbalmer@
2007-05-03 07:42:55 +00:00
aanriot
31e31ae28d
+htmldoc,no_x11
...
ok naddy@
2007-05-03 07:37:49 +00:00
steven
49ce0ae575
update to libxml 2.6.28
2007-05-03 06:37:19 +00:00
steven
7af024c833
fix WANTLIB after vfs2 update
2007-05-03 06:12:05 +00:00
naddy
c2b2800f27
fix build with newer speex versions
2007-05-02 19:01:07 +00:00
ajacoutot
484f8a379b
- add a no_x11 FLAVOR
...
- don't force -Os optimisation
- respect ${CXXFLAGS}
- regen patches
from aanriot@ with some tweaks by myself, ok aanriot@
2007-05-02 18:34:00 +00:00
rui
bc0c899ed5
update to tor 0.1.2.13, regen patches while here
...
ok robert@
2007-05-02 18:20:44 +00:00
grange
e2cbd05872
Disable check for SNDCTL_DSP_GETBLKSIZE value since it doesn't make any
...
sense and don't work with our uaudio driver. Problem reported and fixed
by Laurence Tratt <laurie@tratt.net>.
Regen patches and bump PKGNAME.
2007-05-02 17:51:16 +00:00
jolan
e137319740
SECURITY: update to 1.2.18 from maintainer stuart henderson
...
ASA-2007-011: Multiple problems in SIP channel parser handling response
codes
ASA-2007-012: Remote Crash Vulnerability in Manager Interface
2007-05-02 17:29:25 +00:00
bernd
d02e18ad69
Use xenocara expat.
2007-05-02 13:00:53 +00:00
bernd
02e9d10ef0
Unbreak build with xenocara expat. Please make sure your
...
build-with-xenocara-expat diffs are working before you commit.
2007-05-02 08:15:16 +00:00
bernd
17ad2ece45
Use xenocara expat.
2007-05-01 21:35:57 +00:00
alek
7db88294c8
update to 1pre20 from Frank Denis <j@pureftpd.org>
2007-05-01 21:31:40 +00:00
bernd
f195d2a1fe
Remove some old and broken gnome-1.x stuff.
...
ok robert@, sturm@, steven@, espie@
2007-05-01 20:54:25 +00:00
naddy
c032f9228c
Fix a quoting error in the configure script. (Nesting double and backquotes
...
is tricky and set -o posix changes the behavior.)
Sync WANTLIB while here.
2007-05-01 20:20:48 +00:00
naddy
fe7df72024
regen patches
2007-05-01 20:05:10 +00:00
steven
21da5e85cf
+p5-IO-Compress-Zlib
2007-05-01 19:57:42 +00:00
steven
8f65a098ad
IO::Compress::Zlib provides a Perl interface to allow reading
...
and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
from Giovanni Bechis <bigionews at snb.it> with some tweaks by me
2007-05-01 19:57:17 +00:00
bernd
42c0b2a324
Unbreak.
2007-05-01 17:34:01 +00:00
sturm
7c066d7098
fix the recursive case for FETCH_PACKAGES by appending the PACKAGE_COOKIE
...
to _TRIED_FETCHING, this broke in 1.774
ok bernd, espie
2007-05-01 17:17:54 +00:00
rui
a1972ef261
update to 1.4
...
ok ajacoutot@
2007-05-01 16:07:17 +00:00
rui
92799115b1
add myself
...
ok robert@, ajacoutot@
2007-05-01 16:02:02 +00:00
rui
cb18729dff
update to 1.36
...
ok ajacoutot@
2007-05-01 15:55:55 +00:00
rui
518a1f65c5
update to 1.4.3, regen patches while here
...
ok ajacoutot@
2007-05-01 15:50:01 +00:00
rui
110159f470
update to 1.6, maintainer timeout
...
ok robert@
2007-05-01 15:43:47 +00:00