5864 Commits

Author SHA1 Message Date
jakemsr
5e4c653ebd update to minitube-1.3 following youtube.com changes
from Antti Harri (similar patches from steven@ and dcoppa@ too)
2010-12-13 17:22:06 +00:00
sthen
6e05e64e55 - update p5-CGI-Session to 4.42 and move some optional dependencies from
RUN_DEPENDS to REGRESS_DEPENDS.

- remove former MAINTAINER at his request.
2010-12-13 13:15:06 +00:00
espie
5cb978edde cut the "monster patches" into small pieces. pval can fix it to his liking
if he comes back.
In the mean time, fix build of chromium by adding the required
-I/usr/local/includes to gyp glue where needed.
2010-12-13 09:51:45 +00:00
jasper
27b23ec6b9 style 2010-12-12 18:58:32 +00:00
dcoppa
10cbb45d9c Update to youtube-dl 2010.12.09.
Similar diff from ckuethe@
Ok sthen@
2010-12-12 18:51:23 +00:00
kili
b19c725031 Update to hs-snap-server-0.2.16.2, necessary after the update of hs-text.
Tested by jim@.
2010-12-12 16:32:59 +00:00
kili
4b1cb58fc2 Update to hs-snap-core-0.2.16, necessary for an update of hs-snap-server
(and after the update to hs-text).

Tested by jim@.
2010-12-12 16:31:28 +00:00
sebastia
833d7a510c cleanup PLIST and some patches, fix hostname of build machine in about dialog,
was OK sthen@
additionally update rc script to latest changes (patch and OK from ajacoutot@).
Will be enabled after I find time to test on a clean system.
2010-12-11 14:21:08 +00:00
sebastia
c0a2726211 Fix an abort() in sogo, and bump.
was OK landry@
2010-12-11 14:10:32 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
landry
cde74941c8 +p5-Plack and its new dependencies 2010-12-11 09:55:51 +00:00
landry
622b3c36fd Import p5-Plack 0.9956 :
Plack is a set of tools for using the PSGI stack. It contains middleware
components, a reference server and utilities for Web application
frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.

See PSGI for the PSGI specification and PSGI::FAQ to know what PSGI and
Plack are and why we need them.

From MAINTAINER Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:51:31 +00:00
landry
721a3eef44 Import p5-PSGI 1.03:
This document specifies a standard interface between web servers and
Perl web applications or frameworks, to promote web application
portability and reduce the duplicated efforts by web application
framework developers.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:46:56 +00:00
ajacoutot
fb9e2948ec Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
ajacoutot
8c14c39747 Regen WANTLIB to unbreak installation.
prodded by landry@
2010-12-11 06:33:58 +00:00
landry
38b73bb9e6 Update to firefox-i18n 3.6.13 2010-12-10 10:54:41 +00:00
landry
9390a47d47 Update to mozilla-firefox 3.6.13:
Fixes MFSA 2010-74->84
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
2010-12-10 10:53:40 +00:00
landry
f6b71b0013 Update to firefox35 3.5.16.
Fixes MFSA 2010-74->84.
http://www.mozilla.org/security/known-vulnerabilities/firefox35.html
2010-12-10 10:36:00 +00:00
landry
408d469cdb Update to seamonkey 2.0.11.
Fixes MFSA 2010-74->84.
2010-12-10 10:04:21 +00:00
jeremy
b0efc65894 sync 2010-12-09 20:58:37 +00:00
jeremy
6cb90e3248 Import ruby-rainbows.
Rainbows! is an HTTP server for sleepy Rack applications. It is based
on Unicorn, but designed to handle applications that expect long
request/response times and/or slow clients.

ok landry
2010-12-09 20:07:41 +00:00
jeremy
9c0c4b14d9 Import ruby-unicorn.
Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve
fast clients on low-latency, high-bandwidth connections.

ok landry
2010-12-09 20:06:47 +00:00
jeremy
0fe7b67a39 Update to 2.2.2, required by update to ruby-datamapper.
ok landry
2010-12-08 22:53:50 +00:00
jeremy
dc2e9a29bf Update rest of ruby-merb to 1.1.3
ok landry
2010-12-08 22:13:24 +00:00
jeremy
92d2729a69 Update ruby-merb_datamapper to 1.1.2.
This requiers an update to ruby-datamapper, which will be committed
shortly.

ok landry
2010-12-08 22:12:00 +00:00
jeremy
48c40e253c Remove ruby-merb-more, no longer used. It's been replaced by ruby-merb.
ok landry
2010-12-08 22:09:29 +00:00
jeremy
d5bbd2925e Update merb-auth{,core,more,slice-password} to 1.1.1
ok landry
2010-12-08 22:08:20 +00:00
jeremy
a1a5eee40b Tighten depends so it matches gem version
ok landry
2010-12-08 22:06:48 +00:00
jeremy
e84756d314 Update to 3.0.3.
All rails apps need at least minor modifications to upgrade from
the previous ports version (2.3.4) to 3.0.3. Check the Rails 3
Release notes for details:
http://edgeguides.rubyonrails.org/3_0_release_notes.html

ok landry
2010-12-08 21:55:21 +00:00
jeremy
f6b912fcc4 Update to 1.2.1.
ok landry
2010-12-08 21:48:59 +00:00
jeremy
f6f7353f5a Update to 3.0.3.
ok landry
2010-12-08 21:44:48 +00:00
jeremy
4b91a91317 sync 2010-12-08 21:37:06 +00:00
jeremy
f6cbc7c26e Import ruby-railties, one of the dependencies for Rails 3.
Railties is responsible for gluing the parts of Ruby on Rails together.
Overall, it:

* handles the entire bootstrapping process for a Rails application;
* manages the rails command line interface;
* provides the core Rails generators;

ok landry
2010-12-08 21:29:22 +00:00
jeremy
04c112b2a3 Import ruby-rack-test, one of the dependencies for Rails 3.
Rack::Test is a small, simple testing API for Rack apps. It can be used
on its own or as a reusable starting point for Web frameworks and
testing libraries to build on.

ok landry
2010-12-08 21:28:33 +00:00
jeremy
8ddc1124e8 Import ruby-rack-mount, one of the dependencies for Rails 3.
Rack::Mount is a stackable dynamic tree based Rack router.  Rack::Mount
supports Rack's +X-Cascade+ convention to continue trying routes if the
response returns pass. This allows multiple routes to be nested or
stacked on top of each other. Since the application endpoint can trigger
the router to continue matching, middleware can be used to add arbitrary
conditions to any route. This allows you to route based on other request
attributes, session information, or even data dynamically pulled from a
database.

ok landry
2010-12-08 21:27:56 +00:00
dcoppa
bc962f5ffb +canto 2010-12-06 22:36:30 +00:00
dcoppa
562447ca19 Import www/canto.
Canto is an Atom/RSS feed reader for the console that is meant to be
quick, concise, and colorful. It provides a minimal, yet information
packed interface with almost infinite customization and extensibility.

OK landry@
2010-12-06 22:33:18 +00:00
jasper
8db1cdf2d6 - missed in previous:
- SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability
from upstream git.
2010-12-06 07:59:34 +00:00
jasper
72e30b3c33 - SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability
from upstream git.
2010-12-06 07:58:50 +00:00
landry
8e82f4c2a6 Update to aria2 1.10.7, from MAINTAINER Remi Pointel 2010-12-05 18:07:24 +00:00
landry
40bd5ee71c Minor tweak.. www/drupal5 went into the attic, so remove it from drush
CATEGORIES.
2010-12-05 17:34:14 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
jasper
b2f0dcd7a1 - boolean variables only take boolean values, not random chit chat.
from mikolaj kucharski.
2010-12-03 07:27:02 +00:00
sebastia
50fc800245 Include missing headers to get rid of compiler warnings, and bump.
OK sthen@, jasper@
2010-12-02 14:56:11 +00:00
dcoppa
ffe014ae90 Oops! Missed a bump. 2010-12-01 15:16:30 +00:00
dcoppa
927ee14bcd Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
jasper
5acccedf1d - SECURITY UPDATE of phpmyadmin to 3.3.8.1
Fixes CVE-2010-4329, phpMyAdmin Database Search Cross-Site Scripting Vulnerability

ok kevlo@ (MAINTAINER)
2010-12-01 09:03:31 +00:00
merdely
4866f5e9d0 Update Wordpress 3.0.2 2010-12-01 03:49:14 +00:00
jasper
b44f531dc3 - update py-turbogears to 1.1.1
from remi pointel, maintainer timed-out
2010-11-30 20:01:04 +00:00
dcoppa
557742f0fa I accidentally broke the ldap flavor. Mea culpa.
Pointed out by espie@
2010-11-29 23:06:39 +00:00