Commit Graph

6661 Commits

Author SHA1 Message Date
sthen
6d515b0e2a Update www/p5-Catalyst-Component-ACCEPT_CONTEXT to version 0.07.
from Andreas Voegele
2012-04-08 21:58:04 +00:00
sthen
eae2c85ea7 Update www/p5-Catalyst-Action-RenderView to version 0.16.
from Andreas Voegele
2012-04-08 21:57:39 +00:00
sthen
6b7ee9d4b0 Update www/p5-Catalyst-Runtime to version 5.90006.
Fixes Catalyst with Moose 1.24+, this has been broken in the tree for a
while.

This and the many related updates to follow are all from Andreas Voegele's
repo at https://github.com/voegelas/openbsd-mystuff, thanks Andreas, this must
have been a huge bunch of work. I have forked this at github/sthen/p5-ports-wip
and am removing things from there once committed, there are various additional
new perl ports there and it would be nice if people could help work through
what's left.
2012-04-08 21:49:58 +00:00
sthen
1b8ab3a893 sync new p5-* 2012-04-08 21:09:49 +00:00
sthen
d1cf9027a9 import www/p5-Plack-Test-ExternalServer, ok landry, from Andreas Voegele's repo
Plack::Test::ExternalServer allows your to run your Plack::Test tests
against an external server instead of just against a local application
through either mocked HTTP or a locally spawned server.
2012-04-08 21:07:11 +00:00
sthen
37bd1ddf00 import www/p5-Plack-Middleware-ReverseProxy, ok landry, from Andreas Voegele's repo
Plack::Middleware::ReverseProxy resets some HTTP headers, which were
changed by reverse-proxy.  You can specify the reverse proxy address and
stop fake requests using the 'enable_if' directive in your app.psgi.
2012-04-08 21:06:47 +00:00
sthen
82b92aa53b import www/p5-CatalystX-Component-Traits, ok landry, from Andreas Voegele's repo
Adds a "COMPONENT" method to your Catalyst component base class that
reads the optional traits parameter from app and component config and
instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
2012-04-08 21:06:25 +00:00
robert
74eded4fb8 libgnome-keyring is both a run and a build dependency 2012-04-08 07:56:21 +00:00
sthen
ab0472077b comment-out auto_set_repository, newer Module::Install has strict subs and
this breaks unless relevant module is installed
2012-04-07 20:54:07 +00:00
sthen
bc7b854c82 rm macos resource forks, they break with newer Module-Install 2012-04-07 20:50:23 +00:00
sthen
1db472da93 Update www/p5-HTML-FormFu to version 0.07003. More recent versions
remove deprecated methods.  Required by the Catalyst update.
From Andreas Voegele's repo.
2012-04-07 19:50:59 +00:00
sthen
216c934763 Mark www/p5-Catalyst-Plugin-Cache-Store-FastMmap as deprecated.
Catalyst::Plugin::Cache::Store::FastMmap is deprecated because
Cache::FastMmap no longer needs to be wrapped to store plain values.

from Andreas Voegele's repo
2012-04-07 16:48:43 +00:00
sthen
5b1bb6d525 Mark www/p5-Catalyst-Plugin-Cache-FileCache as deprecated.
Catalyst::Plugin::Cache::FileCache has been deprecated in favor of
Catalyst::Plugin::Cache, which can be configured to use a FileCache
backend.

from Andreas Voegele's repo
2012-04-07 16:47:58 +00:00
ajacoutot
9e5f0c552c Sync comments. 2012-04-07 13:31:29 +00:00
landry
68396153f6 Update to liferea 1.8.4.
add a patch replacing an ugly hardcoded '/bin/true' which was spamming
session-manager output upon liferea close.

ok ajacoutot@ sthen@
2012-04-07 13:21:53 +00:00
sthen
8b35cace70 update p5-WWW-Shorten to 3.03, from Wen Heping
- also update license marker, the license has changed, it is now
specifically Artistic 2.0 rather than "the same license as Perl".
2012-04-07 08:29:48 +00:00
dcoppa
11cb7fa832 Update to 7.0.27 2012-04-06 08:16:59 +00:00
ajacoutot
39247360ed Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION
no objection from jeremy@
2012-04-04 05:48:15 +00:00
sthen
b937380566 fcgi-cgi tweaks: fix HOMEPAGE, remove unneeded lib from LDFLAGS,
sync WANTLIB, bump.
2012-04-03 19:12:38 +00:00
robert
ba400d8d97 add missing patch 2012-04-03 18:53:28 +00:00
jeremy
cd034fd16a Add www/node module for packaging nodejs libraries that are typically
installed via npm install.

OK sthen@, Aaron Bieber (www/node MAINTAINER)
2012-04-03 18:32:12 +00:00
ajacoutot
ef44d7ee7f Update to owncloud-3.0.1. 2012-04-03 16:31:00 +00:00
ajacoutot
c041cdc990 Update to epiphany-extensions-3.4.0. 2012-04-03 15:41:28 +00:00
landry
df59187f3f sync comment 2012-04-03 15:41:07 +00:00
ajacoutot
be2246b968 Update to epiphany-3.4.0.1. 2012-04-03 15:40:29 +00:00
landry
010583df4b Major update to webkit 1.8.0.
- disable static libs, shrinks package size by a factor 3
- now depends on geoclue for geolocation purposes (of course its up to
  the browsers to enable the feature or not..)
- simplify Makefile/FLAVORS/SHARED_LIBS
- fold most of the PFRAGs to PLIST by using variables
- remove patch-Source_JavaScriptCore_runtime_JSValue_h, seems it was
  added for sparc64 but now it breaks the build there, and noone has been
able to justify the addition of that patch. Without it, GtkLauncher
shows simple html websites on sparc64 and crashes as soon as some js is
involved, but thats not much different from before
- remove patch-Source_JavaScriptCore_wtf_text_StringHash_h &
  patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp, replaced by
patch-Source_JavaScriptCore_runtime_UString_h for mips64/sparc64
- add patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp for #82585

tested on i386/amd64 by several, amd64 bulk build, ppc & sparc64 testing
by myself. mips64el in the works..
ok ajacoutot@
2012-04-03 15:39:35 +00:00
robert
c45244ce9c update to 18.0.1025.142; requires gcc 4.6 from now on 2012-04-03 13:59:35 +00:00
dcoppa
d1677e6b20 Update to Predis-0.7.2 2012-04-03 08:44:07 +00:00
gsoares
68837b3126 update www/links to 1.03
OK espie@ (maintainer)
2012-04-03 00:06:54 +00:00
giovanni
ee4c547806 Update to 3.4.10.2, fixes local path disclosure vulnerability, see
PMASA-2012-2.
ok kevlo@ (Maintainer)
2012-04-02 09:35:20 +00:00
sebastia
514a5c3737 Update SOGo to 1.3.14, many new features. To allow large images in vCards,
people should upgrade the database schema. More info in the README.

OK ajacoutot@
2012-03-31 17:02:23 +00:00
sebastia
c7e2aab506 forgot to remove with last commit 2012-03-31 16:58:25 +00:00
sebastia
635ec81977 Update SOPE to 1.3.14
OK, aja@
2012-03-31 16:55:57 +00:00
steven
0eb89aeead minor update to 0.13.17 2012-03-31 08:35:12 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
kurt
166f2e6d44 Correct improper use of condition variable. okay landry@ 2012-03-29 12:28:27 +00:00
sthen
accf47f5bd SECURITY update to phpPgAdmin 5.0.4, XSS in function.php 2012-03-29 11:56:19 +00:00
ajacoutot
95764afa43 Update to gtkhtml4-4.4.0. 2012-03-29 06:38:02 +00:00
sthen
0050e16d5d use CONFIGURE_ENV not CONFIGURE_ARGS, pointed out by landry@ 2012-03-28 08:57:40 +00:00
sthen
30f4a4dd40 Remove duplicated /webacula/webacula in a path in the README. ok aja@ 2012-03-28 07:47:47 +00:00
sthen
5d2e92fec9 fix rc script; pexp must come after sourcing rc.subr, and don't use the
-c (chroot) flag by default as this requires extra configuration which
will need describing (TODO ;)
2012-03-27 15:35:37 +00:00
sthen
f6cc4eded1 +fcgi-cgi 2012-03-27 14:21:46 +00:00
sthen
b674061244 Import ports/www/fcgi-cgi, tweaks/ok landry@
fcgi-cgi is a wrapper around CGI applications to support running them under
FastCGI for use with webservers such as nginx and lighttpd 2.x which do not
support running cgi scripts/binaries directly.
2012-03-27 14:21:26 +00:00
landry
63206f3891 Update to icedtea-web 1.2. 2012-03-27 09:04:53 +00:00
sthen
1f9a9fac09 update to node.js 0.6.14, from maintainer Aaron Bieber. 2012-03-26 20:53:32 +00:00
ajacoutot
a5836e5bac Bugfix update to libcroco-0.6.5. 2012-03-26 16:56:13 +00:00
dcoppa
781dd4f794 Update gecko-mediaplayer to 1.0.6beta1 2012-03-26 14:41:51 +00:00
robert
74dfb01f2b update to 17.0.963.83 2012-03-24 07:36:43 +00:00
ajacoutot
56fe913c3c Remove left-over useless SUBST_CMD.
ok robert@ (maintainer)
2012-03-23 13:31:25 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00