Commit Graph

71590 Commits

Author SHA1 Message Date
sthen
60b3f5e32f update to check_email_delivery 0.7.1a 2011-12-14 15:00:01 +00:00
sthen
08d1cd746b add some fixes to Net::SMTP::TLS taken from Net::SMTP::TLS::ButMaintained 2011-12-14 14:58:57 +00:00
jasper
ba5500d643 - don't install demo script which needs additional files to be installed, there
is enough example data in the manual already
- reformat DESCR
- no REVISION bump since it was just imported
- hook it up while here.

ok millert@
2011-12-14 14:23:53 +00:00
millert
9e83de77eb p5-PostScript-MailLabels port 2011-12-14 14:14:24 +00:00
jasper
aa82a1bb84 - update to 0.6.6 2011-12-14 08:25:22 +00:00
jasper
1cf9d346b9 be gone! evil patches! 2011-12-14 08:01:10 +00:00
naddy
e0a0be81ba maintenance update to 10.35.83 2011-12-13 21:39:17 +00:00
jeremy
287cc0be7d Build the ruby19 FLAVOR of ruby-passenger by default. 2011-12-13 18:40:32 +00:00
jeremy
a6f25334b3 Depend on either the ruby 1.8 or ruby 1.9 version of ruby-passenger
in the passenger FLAVOR.
2011-12-13 18:39:38 +00:00
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