Commit Graph

32418 Commits

Author SHA1 Message Date
sturm
871f5a2be8 Initial import of Text::WikiFormat 0.77
The original Wiki web site had a very simple interface to edit and to
add pages. Its formatting rules are simple and easy to use. They are
also easy to translate into other, more complicated markup languages
with this module. It creates HTML by default, but can produce valid
POD, DocBook, XML, or any other format imaginable.

from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 21:14:42 +00:00
bernd
5fa2d4048b - Update to bogofilter-1.0.2. This includes a security fix for CVE-2005.
- Fix some linking issues.
- Introduce two new FLAVORS. (qdbm and sqlite3 database backends)

test & ok sturm@
2006-03-18 19:33:10 +00:00
sturm
bb1c3d3555 p5-HTTP-Server-Simple-Mason 2006-03-18 19:22:51 +00:00
sturm
1057b0fa31 Initial import of HTTP-Server-Simple-Mason-0.09
An abstract baseclass for a standalone mason server.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 19:21:57 +00:00
sturm
1ac7fd9a25 p5-Hook-LexWrap 2006-03-18 19:04:25 +00:00
sturm
bf98e9232b Initial import of Hook-LexWrap-0.20
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.

from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 19:03:35 +00:00
sturm
f8fa94c104 p5-HTTP-Server-Simple 2006-03-18 18:59:02 +00:00
sturm
e80eba896c quick ups 2006-03-18 18:58:10 +00:00
sturm
17932875c4 Initial import of HTTP-Server-Simple-0.18
This is a simple standalone HTTP server. By default, it doesn't thread or
fork. It does, however, act as a simple frontend which can be used to
build a standalone web-based application or turn a CGI into one.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 18:56:15 +00:00
naddy
ce1884601e update to 3.8.1 2006-03-18 17:40:02 +00:00
naddy
0afa48b28b allow building with tiff 3.8.x 2006-03-18 17:19:21 +00:00
sturm
aa81fab7ba update to p5-Apache-Test 1.28
from Deanna Phillips <deanna at sdf.lonestar.org>
ok maintainer mjc@
2006-03-18 07:40:47 +00:00
sturm
81183983e8 update to gtkpod 0.99.4
from maintainer Chris Kuethe <ckuethe at ualberta.ca>
2006-03-18 07:08:21 +00:00
sturm
05381510db update to libgpod 0.3.2
from maintainer Chris Kuethe <ckuethe at ualberta.ca>
2006-03-18 07:07:43 +00:00
sturm
1fde19d41c update to Regexp::Common 2.120
from Deanna Phillips <deanna+usenet at sdf.lonestar.org>
ok maintainer msf@
2006-03-18 06:31:47 +00:00
brad
537c7d40c0 Postfix 2.3 20060315 snapshot 2006-03-18 04:39:18 +00:00
kurt
225683f4ff - don't mmap on top of malloc'ed memory. this fixes a large memory leak
while creating/destroying threads.
- add missing pthread_attr_destroy while creating threads. closes a
small memory leak.

Memory leaking problems reported by Carsten Raskgaard and also
David SH Rosenthal from the LOCKSS project.
2006-03-16 16:09:01 +00:00
espie
0cbc6ee47f update to 1.15, okay brad@, mbalmer@ 2006-03-16 11:03:07 +00:00
mbalmer
8e47d16714 Zope-2.8.6, latest stable release of the Zope 2.8 branch. 2006-03-16 09:53:55 +00:00
jsg
4d4fe79820 Update to 0.4.9 ok jolan@ 2006-03-16 05:44:05 +00:00
naddy
21aab70737 don't break mirror-maker on other archs 2006-03-15 19:59:42 +00:00
msf
63a389bcbf +p5-Gtk2 2006-03-15 16:13:34 +00:00
msf
44dc869ec7 - initial import of gtk2-perl 1.120
Perl bindings to the 2.x series of the Gtk+ widget set. This module
allows you to write graphical user interfaces in a perlish and
object-oriented way, freeing you from the casting and memory management
in C, yet remaining very close in spirit to original API.

ok bernd@
2006-03-15 16:10:45 +00:00
msf
bca4c23dee - update to 1.120
- patch has been integrated upstream so remove it
2006-03-15 14:00:26 +00:00
espie
b94376026e +digikam-image-plugins-doc 2006-03-14 23:27:49 +00:00
espie
547027cdf6 update to rc1 2006-03-14 23:26:36 +00:00
espie
a113ce93c3 documentation for the digikam image plugins. 2006-03-14 23:25:22 +00:00
espie
aad3f00bf7 update doc 2006-03-14 23:11:30 +00:00
espie
4e2e81d7f7 update to synch with digikam proper.
remove need for gtar.
2006-03-14 22:57:26 +00:00
espie
35632a9fe1 update to 0.8.1.
fix a bad portability bug (size_t != off_t)
2006-03-14 22:27:34 +00:00
espie
f2ad12c5c7 update to 0.1.2, remove libtool patch. 2006-03-14 21:49:38 +00:00
espie
2d790c4dba update to newer version, zap old libtool patch 2006-03-14 21:36:18 +00:00
sturm
73a7dfca8f cleanup after libshout update
from maintainer Moritz Grimm <gtgbr at gmx.net>
2006-03-14 20:00:20 +00:00
sturm
238f6f0396 update to libshout 2.2
from maintainer Moritz Grimm <gtgbr at gmx.net>
2006-03-14 19:59:01 +00:00
bernd
6a78b6f973 Use python module instead of hardcoded python version.
ok alek@ (some time ago)
2006-03-13 18:31:21 +00:00
bernd
2d26f5a485 Add nsca. 2006-03-13 18:19:34 +00:00
bernd
32619d48f4 Import nsca-2.5.
The purpose of this Nagios addon is to allow you to send service check
results to a central monitoring server running Nagios in a secure manner.
2006-03-13 18:18:22 +00:00
steven
e8dab7ef8e update to 2.6.7; miscellaneous bugfixes and improvements.
ok naddy@ espie@
2006-03-13 17:59:56 +00:00
robert
5f3ff26204 Notify the user if no input plugin recognizes the current file;
bump PKGNAME
2006-03-13 14:30:43 +00:00
steven
783b5bef30 maintenance update to freeciv 2.0.8
based on diff from Rui Reis (maintainer)
2006-03-13 00:02:10 +00:00
robert
77d5b79500 update to version 1.4.1; include C++ bindings 2006-03-12 23:11:30 +00:00
steven
748537eecb update to 1.301, Parser has moved to p5-XML-RSS-Parser
based on diff by Jasper Lievisse Adriaanse
add PKG_ARCH=* while here
2006-03-12 17:33:28 +00:00
pvalchev
44f9859a62 fix build with gcc2 (function declaration inside a function
declaration? yuck), ok maintainer jasper
2006-03-12 17:28:24 +00:00
steven
999b739c50 re-add p5-XML-RSS-Parser 2006-03-12 17:19:26 +00:00
steven
19dabc0204 p5-XML-RSS-Parser was taken out of p5-XML-RAI again.
re-add it, version 4.0, submitted by maintainer Jasper Lievisse Adriaanse.
also added a man page fix
2006-03-12 17:11:14 +00:00
steven
6959100bb4 maintenance update to 0.57 2006-03-12 14:36:34 +00:00
espie
140853d292 update to use akode. 2006-03-12 13:22:35 +00:00
aanriot
8ecddbcebf - remove needless PLONEITEMS and associated commented entries.
- pass maintainership to mbalmer@ .
- bump PKGNAME.

ok mbalmer@
2006-03-12 12:23:13 +00:00
aanriot
cbd6f4e822 pass maintainership to mbalmer@ 2006-03-12 12:21:10 +00:00
steven
ffd00e29e3 update to py-docutils 0.4
and fix regress

from maintainer Ben Lovett
2006-03-12 10:04:55 +00:00