rui
6ef0616a8b
update monit to 4.9, regen patches while here
...
changelog: http://www.tildeslash.com/monit/dist/CHANGES.txt
ok Ben Lovett (maintainer), kili@
2007-05-28 16:14:58 +00:00
kili
e90eac1ba5
Don't use RUN_DEPENDS=${BUILD_DEPENDS}.
2007-05-28 16:09:38 +00:00
kili
4a24228477
Don't use RUN_DEPENDS=${BUILD_DEPENDS}.
...
This actually drops the bogus RUN_DEPENDS to gmake.
2007-05-28 16:04:15 +00:00
aanriot
9ce572ddff
pkg/MESSAGE has been removed, so also get ride of the MESSAGE= line in
...
the Makefile.
"looks good" todd@
2007-05-28 14:47:54 +00:00
jasper
d6d6817109
update geany to 0.11
...
from Vlad Glagolev <stelzy at gmail.com> (MAINTAINER)
2007-05-28 14:20:43 +00:00
steven
9bcc2b45cc
maintenance update to pidgin 2.0.1
...
from brad
2007-05-28 12:43:34 +00:00
steven
58be64d6ec
disconnect gaim and its plugins; superseded by pidgin.
2007-05-28 12:35:14 +00:00
steven
c6256105a2
soften runtime depends
...
ok alek@
2007-05-28 12:00:23 +00:00
steven
369e6602bd
+pidgin-otr
2007-05-28 07:27:32 +00:00
steven
612963dc5b
OTR messaging plugin for pidgin
...
tested and ok alek@
2007-05-28 07:26:33 +00:00
espie
d0f2b7a39d
WANTLIB fixes
2007-05-27 21:30:05 +00:00
aanriot
68ae2d398e
mark nepenthes,prelude as broken, because of threading issues.
...
ok rui@
2007-05-27 20:49:25 +00:00
naddy
9e109aca96
update to 2.6 (from skanabiz@gmail.com) and remove some idiosyncracies
2007-05-27 20:47:56 +00:00
espie
778d3133c5
update to 3.5.7
2007-05-27 20:38:40 +00:00
espie
3057c138bb
switch to 3.5.7 framework. No package change.
2007-05-27 20:37:58 +00:00
jasper
51e5f0fa88
add gossip
2007-05-27 19:40:04 +00:00
jasper
72a421f1ca
import gossip 0.24
...
Gossip is an instant messaging client for GNOME. Layered on top of the
open protocol Jabber is a clean and easy-to-use interface, providing
users of the GNOME Desktop a friendly way to keep in touch with their
friends.
help and ok ajacoutot@
2007-05-27 19:38:47 +00:00
jasper
b91c3e0709
add loudmouth
2007-05-27 19:35:31 +00:00
jasper
5268af162e
import loudmouth 1.2.2
...
Loudmouth is a lightweight and easy-to-use C library for programming
with the Jabber protocol. It's designed to be easy to get started with
and yet extensible to let you do anything the Jabber protocol allows.
ok ajacoutot@ steven@
2007-05-27 19:33:15 +00:00
jason
dccf92e3c7
add geo to CATEGORY from steven
2007-05-27 19:07:09 +00:00
naddy
6c9443d40f
update to 6.15.00 and clean up a bit; ok ckuethe@, aanriot@, and
...
matthieu@ likes it too
2007-05-27 18:04:46 +00:00
naddy
6f8cd7d3bb
maintenance update to 2.2.32
2007-05-27 16:51:01 +00:00
espie
75c000fc78
go to 3.5.7 as well. make sure it uses python 2.4 for now.
2007-05-27 16:49:44 +00:00
espie
4a658f98ba
tweak DESCR. prodded by steven@
2007-05-27 15:49:58 +00:00
kili
4a2bcbc2dd
+blobwars
2007-05-27 15:35:33 +00:00
martynas
673bf73fe1
add py-cherrypy2, py-flup and py-formencode
2007-05-27 15:34:58 +00:00
kili
1e0b6a7556
Since their world was invaded by an alien race, the Blobs have faced
...
a lifetime of war. But now they have a chance to win the war once
and for all.
In Blob Wars : Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as possible.
But standing in his way are many vicious aliens, other Blobs who
have been assimilated and the evil alien leader, Galdov.
import! import! ajacoutot@
2007-05-27 15:34:55 +00:00
martynas
256fdc3152
This Python package is a random collection of WSGI modules
...
written by Allan Saddi.
Flup is functionally divided into three components:
* FlupServers;
* FlupMiddleware;
* FlupPublisher.
2007-05-27 15:32:50 +00:00
martynas
3543d3337e
add py-psycopg2 and py-sqlobject
2007-05-27 15:27:45 +00:00
martynas
f6fd69d4fd
@conflict py-cherrypy2-*
2007-05-27 15:25:37 +00:00
martynas
e01f02b20e
CherryPy is a pythonic, object-oriented web development framework.
...
CherryPy allows developers to build web applications in much the
same way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.
CherryPy is now more than three years old and it is has proven very
fast and stable. It is being used in production by many sites, from
the simplest ones to the most demanding ones.
2007-05-27 15:23:13 +00:00
martynas
349a0a5a72
SQLObject is a popular Object Relational Manager for providing an
...
object interface to your database, with tables as classes, rows as
instances, and columns as attributes. SQLObject includes a
Python-object-based query language that makes SQL more abstract,
and provides substantial database independence for applications.
2007-05-27 15:11:09 +00:00
martynas
5b2c962107
FormEncode is a validation and form generation package. The validation
...
can be used separately from the form generation. The validation
works on compound data structures, with all parts being nestable.
It is separate from HTTP or any other input mechanism.
2007-05-27 15:07:27 +00:00
martynas
4f3a5be0b7
Psycopg2 is a PostgreSQL database adapter for the Python programming
...
language. It was written from scratch with the aim of being small,
fast and stable. It supports the full Python DBAPI-2.0 and is thread
safe.
2007-05-27 14:58:30 +00:00
martynas
bd1c04896e
update to 1.2.2, fix DESCR (it's *not* only for MySQL-3.22 and
...
3.23); ok steven@
2007-05-27 14:45:33 +00:00
ajacoutot
f2abef118e
- add UTF8 support
...
"please test and fix" jakob@
2007-05-27 14:31:03 +00:00
martynas
540c3480db
update to 2.0rc8, install README, fmt DESCR, substitute V and other
...
small changes; ok steven@
2007-05-27 14:29:42 +00:00
steven
1b55e9ff1b
remove broken master sites
...
from Jim Razmus <jim at bonetruck.org>
2007-05-27 14:17:02 +00:00
martynas
0c46850d43
enable 3000 regression tests suite; ok steven@
2007-05-27 14:06:06 +00:00
martynas
9e81df45a3
update to 0.32; ok simon@ (long ago)
...
maintainer timeout
2007-05-27 14:03:53 +00:00
steven
2fd850011f
+p5-Image-MetaData-JPEG
2007-05-27 13:53:51 +00:00
steven
4ade154145
access and modify JPEG metadata
...
from Giovanni Bechis <bigionews at snb.it>
2007-05-27 13:53:35 +00:00
martynas
deb807cf0b
remove MESSAGE
...
from ajacoutot@
2007-05-27 13:47:55 +00:00
espie
1a7def9f37
use the same rules to represent comments in describe that are used to
...
build packages.
2007-05-27 11:53:39 +00:00
espie
66f6ed02f5
zap extra space at the end of comment.
2007-05-27 11:49:10 +00:00
alek
31084990c6
update to 0.35
...
prodded by/looks ok steven@
2007-05-27 10:43:48 +00:00
simon
d4d5744d22
update to version 3.23, remove HOMEPAGE and adjust license comment
...
ok kevlo@
2007-05-27 10:00:42 +00:00
jasper
8d825db2fb
remove useless master site
...
from Jim Razmus <jim at bonetruck.org>
2007-05-27 09:13:56 +00:00
pvalchev
cfd235da6d
update to ecm-6.1.2
2007-05-27 04:59:07 +00:00
pvalchev
a475702906
sync, 4401 unzels
2007-05-27 03:55:12 +00:00