Commit Graph

60590 Commits

Author SHA1 Message Date
jasper
0204a47dca - add patches from gentoo to disable md2 (and unbreak ejabberd after the
openssl update).

ok viq (MAINTAINER)
2010-10-07 17:00:18 +00:00
stephan
73227e3e39 update to 0.12 2010-10-07 15:10:14 +00:00
jeremy
a5d8a54476 Depend on ruby-sequel and ruby-pg so you can build without them already
installed.  Didn't build without them before, so no bump.

ok landry
2010-10-07 15:06:08 +00:00
stephan
ddbcfeacb7 update to 2.49 2010-10-07 15:05:01 +00:00
stephan
4d63d8c914 update to 1.10 2010-10-07 15:00:04 +00:00
stephan
19f7366ea8 update to 0.32 2010-10-07 14:57:07 +00:00
stephan
ac55b23842 update to 2.13 2010-10-07 14:51:22 +00:00
ajacoutot
d4b02955f6 Remove bogus tab. 2010-10-07 14:48:38 +00:00
jasper
d36efb3246 - fix comment 2010-10-07 14:44:26 +00:00
stephan
ce36452505 update to 1.19 2010-10-07 14:40:44 +00:00
stephan
5a0daea9a2 update to 0.09 2010-10-07 14:35:01 +00:00
ajacoutot
eb129d2d8d Fix tracker evolution plugin loading. 2010-10-07 14:31:36 +00:00
stephan
48f603a590 update to 1.19 2010-10-07 14:31:33 +00:00
dcoppa
7be5152acf Update to pianobar-2010.10.07
Unbreak after pandora.com API changes ("Error: Protocol incompatible. Please upgrade libpiano.")
2010-10-07 14:27:36 +00:00
dcoppa
36c967d361 Bugfix update to awesome v3.4.8 (Never Know) 2010-10-07 12:30:08 +00:00
landry
15212d42e8 Use gnu libtool for now, silc-client messes up with static linking.
From maintainer brad.
2010-10-07 12:11:52 +00:00
jasper
746c18b06b - add support for reading humidity sensors
ok sthen@ (MAINTAINER)
2010-10-07 11:01:06 +00:00
sthen
fbb810a70f Unbreak, sort-of spotted by landry@. Didn't package before so no bump. 2010-10-07 10:20:27 +00:00
bernd
a9db1239bf Update to git-1.7.3.1.
Add a README.OpenBSD file with some notes about the send-email
command. (via matthieu@)
2010-10-07 09:42:23 +00:00
stephan
6f63271c9e update to 1.10, addresses DRUPAL-SA-CONTRIB-2010-099. 2010-10-07 08:05:49 +00:00
jakemsr
02a38b8b19 * avoid using a negative array index (fixes crash in supertuxkart)
* block size vs buffer size correction in sndio backend
* disable audio(4) backend
2010-10-07 04:34:59 +00:00
benoit
4467990cbd - unbreak dcmtk after the openssl update
ok kili@
2010-10-07 04:19:44 +00:00
stsp
5851790c6f Update to 1.6.13. Tested with latest neon/openssl by sthen, thanks!
Minor housekeeping in MESSAGE files for ap2 subpackage while here.
ok landry, jasper, sthen
2010-10-06 22:03:19 +00:00
jeremy
0cb63e009f Upstream rerolled the distfile and changed the DEFAULT_CHUNK_SIZE from
2k to 16k.  Bump REVISION.

OK landry@
2010-10-06 20:06:23 +00:00
kili
711987b211 Subtrivial fix after openssl update. 2010-10-06 18:44:58 +00:00
jeremy
3f369fe90e This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

This same patch was recently added to devel/ruby-gems, which is
specific to ruby 1.8.  ruby 1.9 ships with ruby-gems, so the
patch needs to be included here as well.

OK landry@
2010-10-06 18:43:11 +00:00
jeremy
b3b474bb7a This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

Regen patches while here.

Idea to just remove -o root -g bin instead of using cp -p from
landry@.

OK landry@
2010-10-06 18:12:19 +00:00
ajacoutot
e7f3154350 Unbreak by fixing WANTLIB.
spotted by landry@
2010-10-06 17:29:36 +00:00
ajacoutot
ce36006cb9 +supertuxkart 2010-10-06 17:06:34 +00:00
ajacoutot
c9a3fb24b8 Import supertuxkart-0.6.2a.
SuperTuxKart is a free go-kart style racing game. You can choose from
several popular mascots of OSS projects as kart models.

from maintainer Pascal Stumpf, with some tweaks.
ok jasper@
2010-10-06 17:05:42 +00:00
ajacoutot
b23b33d7fd Unbreak by fixing WANTLIB.
spotted by landry@
2010-10-06 17:03:39 +00:00
jeremy
4da769b17c Simple version bump to 0.9.0.
OK landry@ "commit within a week if you get no feedback"
2010-10-06 16:26:57 +00:00
landry
999f8b24c1 Fix typo. No bump, didn't build. 2010-10-06 15:06:07 +00:00
sebastia
8fb42f7119 The original import was not OKed by landry, I checked in the wrong stuff, bad mistake on my side.
Now fixing it with even some more enhancements pointed out by ajacoutot@

OK landry@, ajacoutot@
2010-10-06 13:53:07 +00:00
dcoppa
d88522e08f gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@
2010-10-06 13:51:58 +00:00
sebastia
47f89f4cae Enable SOPE 2010-10-06 11:41:43 +00:00
mikeb
aa8145651f i moved two years ago 2010-10-06 11:22:59 +00:00
sebastia
37919fee5c import SOPE: Skyrix Object Publishing Environment
The SOPE package is an extensive set of frameworks (16 frameworks, ~1500
classes) which form a complete Web application server environment.
Besides the Apple WebObjects compatible appserver extended with Zope
concepts, it contains a large set of reusable classes: XML processing
(SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS
connectivity, and iCalendar parsing.

already some days ago, OK landry@
2010-10-06 11:05:41 +00:00
pea
c72a767eab Fix WANTLIB
ok jasper@
2010-10-06 09:26:31 +00:00
landry
c067a81dbe Unbreak after openssl update, diff from kili@, commiting on his behalf.
Similar diff from benoit@ on ports..
2010-10-06 08:13:31 +00:00
landry
f0a3f51dd6 Unbreak after openssl update. diff from kili@, commiting on his behalf. 2010-10-06 08:11:25 +00:00
stephan
d654922868 - update to 2.0.5
- update license (MIT'ish) and set marker
- remove NO_REGRESS
- update HOMEPAGE

ok jasper@ (maintainer timeout)
2010-10-06 08:06:31 +00:00
jasper
e7866f61f9 sync 2010-10-06 07:31:09 +00:00
jasper
c79210c855 import ruby-errand 0.7.2
Errand provides Ruby bindings for RRD functions (via librrd), and a
concise DSL for interacting with RRDs.

feedback/ok bernd@
2010-10-06 07:30:41 +00:00
jeremy
e2a2af7540 Lowercase COMMENT and bump REVISION. No cookie for me.
OK ajacoutot@
2010-10-05 22:21:35 +00:00
jeremy
aea4a8269f Add ruby-sequel_pg SUBDIR 2010-10-05 19:46:17 +00:00
jasper
ef4cffeb6c - update ruby-sinatra to 1.0
ok jeremy@
2010-10-05 19:25:08 +00:00
jasper
5068f095fb sync 2010-10-05 19:24:24 +00:00
jasper
7e1393ceab import ruby-tilt 1.1
Tilt is a thin interface over a bunch of different Ruby template engines
in an attempt to make their usage as generic possible. This is useful
for web frameworks, static site generators, and other systems that
support multiple template engines but don't want to code for each of
them individually.

ok jeremy@
2010-10-05 19:23:51 +00:00
jeremy
e936f8c3a2 sequel_pg overwrites the inner loop of the databases/ruby-sequel
postgres adapter row fetching code with a C version. The C version is
significantly faster (2-6x) than the pure ruby version that Sequel uses
by default.

OK landry@
2010-10-05 19:09:06 +00:00