Commit Graph

41926 Commits

Author SHA1 Message Date
espie
f5a71f2e31 fix parallel build, we cannot enter all directories at once, lib must
be built before utils, utils must be built before data.
2007-12-28 13:33:59 +00:00
jasper
a5515aa565 - update castget to 1.0.1
from MAINTAINER
2007-12-28 13:15:21 +00:00
espie
e0c15c5448 scaffold for running make in parallel, to be documented soon. 2007-12-28 12:49:12 +00:00
espie
4cdccf971e add a PKGDB_LOCK that can be used by pkg_add to -F nolock in src/ build
mode.
2007-12-28 12:46:03 +00:00
fgsch
6699889787 remove url from description that doesn't exist anymore and bump package.
reported on ports@ by Thomas Pfaff and Will Maier.
2007-12-28 02:09:07 +00:00
kili
33cdd5b2e4 Don't invoke gimp-remote with option "-n"; it has been a noop since
gimp-2.0 and now it's gone completely.
From maintainer Giovanni Bechis.
2007-12-27 22:49:14 +00:00
naddy
f61c94e911 update to 2.0.7: miscellaneous bug fixes and translation updates 2007-12-27 20:53:18 +00:00
jasper
9be6a2e7db - switch to use the intltool module
prodded by ajacoutot@ some time ago after an extreme late breakfast...
tested by steven@ in a bulk build
2007-12-27 20:45:54 +00:00
bernd
0c558b58eb Remove the now obsolete ruby-actionwebservice. It got replaced by
ruby-activeresource.
2007-12-27 19:51:23 +00:00
bernd
5e0b554307 + ruby-activeresource
- ruby-actionwebservice (obsolete)
2007-12-27 19:47:27 +00:00
bernd
03c2af7f78 Update to ruby-rails-2.0.2. 2007-12-27 19:43:46 +00:00
bernd
14ccf9ebff Update to ruby-actionmailer-2.0.2. 2007-12-27 19:43:03 +00:00
bernd
0b86405653 Update to ruby-actionpack-2.0.2. 2007-12-27 19:42:04 +00:00
bernd
ab861e4eb0 Update to ruby-activerecord-2.0.2. 2007-12-27 19:41:34 +00:00
bernd
bb36891b8c Update to ruby-activesupport-2.0.2. 2007-12-27 19:40:59 +00:00
bernd
4c4e796b54 Initial import of ruby-activeresource-2.0.2.
Active Resource (ARes) connects business objects and Representational State
Transfer (REST) web services. It implements object-relational mapping for
REST webservices to provide transparent proxying capabilities between a
client (ActiveResource) and a RESTful service (which is provided by Simply
RESTful routing in ActionController::Resources).

Needed for rails 2.0.
2007-12-27 19:37:48 +00:00
bernd
be778a9fce Fix PLIST after ruby update. 2007-12-27 18:35:06 +00:00
bernd
340327fd48 Update to ruby-1.8.6 patchlevel 111.
This is a long overdue update which contains lots of bug fixes and some
security fixes.

Take over maintainership from msf@.

Tested by many. Thank you very much!

ok jcs@, msf@
2007-12-27 18:32:32 +00:00
jasper
5051c33e93 - update memcached to 1.2.4
- install documentation
- remove maintainer (alek@) per his request

ok alek@
2007-12-27 17:42:50 +00:00
espie
581a3113fe ouch, this old makefile is so bad, it's embarrassing.
Okay, I was young and stupid...
2007-12-27 16:34:19 +00:00
espie
dfb1eb99ad make sure mkdir -p is used, fixes parallel builds. 2007-12-27 16:29:54 +00:00
sthen
5d5dcf40c6 update KTorrent from Brad
"commit it if it works for you" ajacoutot
2007-12-27 10:24:51 +00:00
sturm
34f5d80fa3 incrementing the patch level means adding 1, not subtracting 2007-12-26 13:46:19 +00:00
simon
755c0d6a19 update to version 0.11.8, adjust WANTLIB, remove implicit LIB_DEPENDS
entry to sdl and a now superfluous patch, disable debug build and
remove NO_REGRESS

feedback & ok ajacoutot@
2007-12-26 10:55:05 +00:00
ajacoutot
49dabd100f - SECURITY update to version 1.9.9
reminded by <mose at tikiwiki dot org>
2007-12-25 20:36:30 +00:00
ajacoutot
b9a1b93b2a - minor update to leafpad-0.8.13
- use intltool module
- add gtk-update-icon-cache goo
2007-12-25 20:26:54 +00:00
ajacoutot
5e7110c4d4 - fix packaging; my bad
- bump PKGNAMEs for version 3.3

noticed by sturm@
2007-12-25 19:47:35 +00:00
laurent
5d66b7a99b Fix patch, tabs became spaces. Found by viq _at_viq.ath.cx 2007-12-25 13:07:55 +00:00
espie
795b61c358 +dysnomia 2007-12-25 10:05:12 +00:00
espie
50799d3b86 deezer (on-demand music) access from openbsd. 2007-12-25 10:02:58 +00:00
laurent
224ae888ac Do not load temp,cpufreq and battery by default as they are still use linux specific checks,okay and tweaks jasper@ and bernd@ 2007-12-24 14:11:11 +00:00
merdely
2c96c0906c Move py-storm to the right place (databases). 2007-12-23 18:30:02 +00:00
merdely
cdef2e0eae Import of py-storm-0.11
Storm is a fast object-relational mapper (ORM) for Python and used in
Canonical's Launchpad project. Storm is developed in a test-driven
manner, provides small and clean public APIs and works with everything
from SQLite to PostgreSQL and MySQL.

From Will Maier
ok kili@, eric@
2007-12-23 18:29:00 +00:00
merdely
3936d8269b Should go in databases.
Prompted by kili@, fgsch@
2007-12-23 18:27:06 +00:00
merdely
35be2d35d0 Add py-clientform 2007-12-23 18:00:51 +00:00
merdely
85d1e650fa Initial import of py-clientform-0.2.7
ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning the
completed forms to the server. It developed from a port of Gisle Aas'
Perl module HTML::Form, from the libwww-perl library, but the interface
is not the same.

From Will Maier
ok eric@
2007-12-23 18:00:16 +00:00
merdely
02dc8034f5 Add py-storm 2007-12-23 17:39:35 +00:00
merdely
247103171d Initial import py-storm-0.11
Storm is a fast object-relational mapper (ORM) for Python and used in
Canonical's Launchpad project. Storm is developed in a test-driven
manner, provides small and clean public APIs and works with everything
from SQLite to PostgreSQL and MySQL.

From Will Maier
ok kili@
2007-12-23 17:37:54 +00:00
okan
f45caf48ca maintenance update from niallo@ (MAINTAINER)
ok merdely@
2007-12-23 16:54:12 +00:00
jasper
02287af199 - update gossip to 0.28 2007-12-23 14:08:25 +00:00
bernd
eaa9f5c9d3 Update to fbpanel-4.12. ok landry@ (MAINTAINER) 2007-12-23 11:08:16 +00:00
bernd
75c1636a40 Update to ruby-rake-0.8.0. 2007-12-22 11:52:17 +00:00
bernd
390394d184 Update to ruby-mongrel-1.1.2. 2007-12-22 11:35:48 +00:00
bernd
cfa7920b6c Update to ruby-flexmock-0.8.0. 2007-12-22 11:33:05 +00:00
bernd
2de999808e Update to ruby-rspec-1.1.1. 2007-12-22 11:32:25 +00:00
kili
11fa7d38cc Take maintainership -- Jon Olsson doesn't want to maintain this any
longer.
2007-12-21 19:38:46 +00:00
todd
8779cd4b60 o update to dspam 3.8.0 mostly from brad@
o fix dspamc that was busted in the 3.8.0 release, verified to work via testing
2007-12-21 14:42:23 +00:00
sturm
7b9837ea35 p5-Class-Inner
p5-Test-Cmd
p5-Test-Unit
2007-12-21 13:54:16 +00:00
sturm
68a3a3cbe7 Initial import of Test-Cmd 1.05
Test::Cmd module provides a low-level framework for portable
automated testing of executable commands and scripts (in any
language, not just Perl), especially commands and scripts that
interact with the file system.

from Sebastian Trahm <basti at schleifi.com>
2007-12-21 13:52:42 +00:00
sturm
3632ce927f Initial import of Test-Unit 0.25
Test::Unit is a framework which is intended to support unit testing
in an object-oriented development paradigm (with support for
inheritance of tests etc.) and is derived from the JUnit testing
framework for Java by Kent Beck and Erich Gamma.

from Sebastian Trahm <basti at schleifi.com>
2007-12-21 13:49:02 +00:00