Commit Graph

71581 Commits

Author SHA1 Message Date
jeremy
b43ac205b0 Update to 3.0.11. Support by the standalone version of passenger by
splitting into a multipackage, with a subpackage for the standalone
version (which embeds a version of nginx).  The standalone version
operates much like other ruby webservers, serving a single ruby/rack
application.

Switch to using the gem version of passenger.  Because the gem
installs into a versioned directory, setup symlinks to the
versioned directory so that nginx configuration files don't need
to be modified when the version is updated.
2011-12-13 18:38:17 +00:00
pascal
9c83004f63 Don't pick up gmkdir and gawk (ac_cv_path_AWK is not respected here).
ok schwarze@
2011-12-13 18:16:37 +00:00
jeremy
cc238f3f83 Allow packaging on ruby 1.9. This library is a no-op on ruby 1.9,
but is still a dependency of some packages that run on both ruby
1.8 and 1.9.
2011-12-13 18:10:55 +00:00
jeremy
2e08f19f0b Update to 0.3.10, since the ActiveRecord adapter moved from this gem
to the activerecord gem in ActiveRecord 3.1 and mysql2 0.3.
2011-12-13 18:06:20 +00:00
jeremy
97348bc92d Build ruby19 version of ruby-rails by default
OK claudio@
2011-12-13 18:01:59 +00:00
jeremy
f7f76689de Update to 0.6.1
OK claudio@
2011-12-13 17:59:33 +00:00
jeremy
a7f898d95f Update to 0.8.3
OK claudio@
2011-12-13 17:59:06 +00:00
jeremy
425210ae14 Update to 1.3.5. Take MAINTAINER.
OK claudio@
2011-12-13 17:58:27 +00:00
jeremy
5f7de7312c Update to 2.7.0.
Use MODRUBY_REGRESS for regress tests, and fix regress tests.

OK claudio@
2011-12-13 17:56:55 +00:00
jeremy
22347f9ea2 Update to 3.0.0.
Fix regress tests.

OK claudio@
2011-12-13 17:55:12 +00:00
jeremy
5a4d351750 Update to 2.3.0
OK claudio@
2011-12-13 17:54:16 +00:00
jeremy
15c25268c4 Update to 0.3.29
OK claudio@
2011-12-13 17:52:56 +00:00
jeremy
acb3ad1730 Update to 0.6.0
OK claudio@
2011-12-13 17:52:28 +00:00
jeremy
b0bf86766c Update to 2.2.1
OK claudio@
2011-12-13 17:49:22 +00:00
jeremy
29cd3462e8 Update to 3.1.3
OK claudio@
2011-12-13 17:48:20 +00:00
jeremy
92874b95b7 sync 2011-12-13 17:42:14 +00:00
jeremy
6e4e07b985 Import ruby-rack-ssl 1.3.2, a Rails 3.1 dependency
Force SSL/TLS in your rack app:

    Redirects all "http" requests to "https"
    Set Strict-Transport-Security header
    Flag all cookies as "secure"

OK claudio@
2011-12-13 17:39:09 +00:00
jeremy
9b45481379 Import ruby-rack-cache 1.1, a Rails 3.1 dependency
Rack::Cache is suitable as a quick drop-in component to enable HTTP
caching for Rack-based applications that produce freshness (Expires,
Cache-Control) and/or validation (Last-Modified, ETag) information.

    Standards-based (see RFC 2616 / Section 13).
    Freshness/expiration based caching
    Validation
    Vary support
    Portable: 100% Ruby / works with any Rack-enabled framework.
    Disk, memcached, and heap memory storage backends.

OK claudio@
2011-12-13 17:38:07 +00:00
jeremy
faa434680e Import ruby-sprockets 2.0.3, a Rails 3.1 dependency
Sprockets is a Ruby library for compiling and serving web assets. It
features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.

OK claudio@
2011-12-13 17:37:06 +00:00
jeremy
ea4a3cb0a9 Import ruby-rdoc 3.11, a Rails 3.1 dependency
RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the rdoc and ri tools for generating and displaying online
documentation.

OK claudio@
2011-12-13 17:36:02 +00:00
jeremy
ffe83a4e2f Import ruby-hike 1.2.1, a Rails 3.1 dependency
Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.

OK claudio@
2011-12-13 17:34:48 +00:00
jeremy
4ef648d60d Import ruby-multi-json 1.0.3, a Rails 3.1 dependency
Lots of Ruby libraries utilize JSON parsing in some form, and everyone
has their favorite JSON library. In order to best support multiple JSON
parsers and libraries, multi_json is a general-purpose swappable JSON
backend library.

MultiJSON tries to have intelligent defaulting. That is, if you have any
of the supported engines already loaded, it will utilize them before
attempting to load any. When loading, libraries are ordered by speed.
First Yajl-Ruby, then the JSON gem, then JSON pure. If no JSON library
is available, MultiJSON falls back to a bundled version of OkJson.

OK claudio@
2011-12-13 17:33:30 +00:00
ajacoutot
9bc0b93251 Missing LIB_DEPENDS, spotted by espie@ 2011-12-13 16:32:17 +00:00
edd
d6b269f8de Update to xxxterm-1.9.0
OK sthen@
2011-12-13 15:16:31 +00:00
jasper
d0be48be4a - update to 2.10.1
from maintainer
2011-12-13 14:42:55 +00:00
jasper
f910a87c26 sync 2011-12-13 14:07:34 +00:00
jasper
a1fd806840 import ruby-redcarpet 2.0.0
"fast, safe and extensible Markdown to (X)HTML parser"

feedback/ok jeremy@
2011-12-13 14:07:01 +00:00
pascal
3afb4d8443 Fix configure test for wstring support, reported by robert@. 2011-12-13 13:46:45 +00:00
sthen
f5111eb4d9 honour CC 2011-12-13 13:11:21 +00:00
sthen
729697dbee bugfix update to yle-dl 1.4.6, from Antti Harri (maintainer) 2011-12-13 13:10:47 +00:00
sthen
3314dc3241 update to tarsnap 1.0.31, from James Turner, maintainer timeout
Includes two SECURITY fixes relating to key generation on multi-user systems
2011-12-13 13:06:23 +00:00
jasper
464aefa4c5 slightly tweak previous 2011-12-13 12:58:04 +00:00
jasper
29ee0536c4 - enable on sparc64
- use official distfile and set EPOCH
- sort WANTLIB and depends a little
- builds now with bsd make
- switch to ipv4 networking, leave ipv6 disabled -> ipv4 works out of the box
- remove asm optimization bits, got it to build but it crashes the client
- mention upstream's nice docs
- some fixes that went straight to upstream

Quake has some audio bugs that cause stuttering. If you experience any
stuttering you should try without sndiod or make sndiod block size larger (-b).
Note that the bigger the sndiod block size is, the bigger the latency becomes
between video and audio.

from Antti Harri (MAINTAINER)
2011-12-13 12:51:17 +00:00
jasper
72c8ae22ad - update to 1.20.2 2011-12-13 12:08:44 +00:00
dcoppa
95bcc5aa04 Update v6 to 6.0.35 2011-12-13 09:28:37 +00:00
dcoppa
49b4100237 Update to pianobar-2011.12.11 2011-12-13 09:10:09 +00:00
bluhm
d73670b0a9 Remove the SSLv2 regression test from Mail::SpamAssassin. It is
known to fail as Net::SSLeay has removed SSLv2 support.
ok sthen@
2011-12-13 08:52:54 +00:00
giovanni
c2344b7899 Better fix for a bus DMA bug
From Brad
2011-12-13 08:46:51 +00:00
nigel
09e40901de Remove duplicate revison and bump revision.
Ok aja@
2011-12-12 22:54:30 +00:00
sthen
0cb2030fea "bump everything" was supposed to include the -snmp subpackage, fix it now. 2011-12-12 22:16:39 +00:00
jasper
9901530052 drop hidden gmake dependency only needed by autogen.sh, but not in the
actual build
2011-12-12 18:18:15 +00:00
ajacoutot
8b814c2820 Bugfix update to py-gobject3-3.0.3. 2011-12-12 16:13:09 +00:00
jasper
652c6cdcd1 - update to 0.12.6 2011-12-12 15:55:54 +00:00
jasper
61f66e981d spacing 2011-12-12 15:39:57 +00:00
dcoppa
8e3f8406e9 Cleanup configure "echo -e" madness.
Do not pick rpm and wget up, if they're installed.
2011-12-12 14:57:23 +00:00
espie
4cab976e61 zap old junk 2011-12-12 14:52:02 +00:00
fgsch
3062daec06 MSG_NOSIGNAL is supported now. kill unneeded patch.
dcoppa@ ok.
2011-12-12 13:53:17 +00:00
fgsch
9875a4e08a update to ibus 1.4.0.
tested by myself and Tamotsu Takahashi (ttakah plus openbsd at gmail.com).
2011-12-12 12:23:14 +00:00
jasper
69e2ae7491 - be sure not to pickup gmake 2011-12-12 12:07:19 +00:00
schwarze
bc5d6cdfad Tweak previous:
This port does not actually use groff at build time;
all ./Configure wants is a solemn pledge that a man(7)
parser and formatter will be available at run time.
No package change, no bump needed.
okay espie@ (MAINTAINER)
2011-12-12 11:53:07 +00:00