Commit Graph

5579 Commits

Author SHA1 Message Date
robert
fd4c5155c2 Update to 5.2.16 2011-01-03 15:03:03 +00:00
jasper
50f9688070 - and another chunk bites the dust 2011-01-03 10:50:51 +00:00
jasper
19860cb9ec - update node.js to 0.2.6 2011-01-03 10:22:29 +00:00
jasper
c3a30cbb2d - this port doesn't only have build dependencies...they ought to be run_depends
instead. and a missing one from maintainer
2011-01-03 09:30:33 +00:00
marco
1828da6c40 * rewrite of the cookie code to work around all kinds of libsoup issues.
* undo tab closure
* add socket to drive browser from CLI
* add option to only launch one xxxterm session
* add yank/paste support
* add runtime JS toggle
* add runtime cookie toggle
* add basic command aliasing
* add generic code to display runtime settings
* add new tab navigation button
* add runtime file to save cookie and JS white list items
* add restart browser command
* add ctrl-arrow keys to navigate tabs
* add wrap-around tab support
* make ESC go to command mode when in search or address bar
* fix tabbing through entry fields
* move X on tabs to left and make it a real button
* add option to open new tab after the current one instead of always
  appending to end of tab lists
* add session and persistent cookies in a sane matter (damn you libsoup)
* several other minor bug fixes

ok sthen
2011-01-02 22:15:13 +00:00
rpointel
5be9e1992c Update django to 1.2.4 from Ryan Boggs (Maintainer).
Add spaces around variables.

SECURITY FIX :
http://www.djangoproject.com/weblog/2010/dec/22/security/
2011-01-02 22:04:09 +00:00
fgsch
994c89dec3 Update to flup 1.0.2. martynas@ ok. 2011-01-02 20:50:55 +00:00
stephan
819967abb7 +image 2011-01-01 11:56:53 +00:00
stephan
25f8f34ed5 import drupal6-image-1.1, a very basic image handling module:
This module allows users with proper permissions to upload images into
Drupal. Thumbnails and additional sizes are created automatically.
Images could be posted individually to the front page, included in
stories or grouped in galleries.
Image module ships with several add-on modules: Image Gallery, Image
Attach, Image Import and ImageMagick Advanced.

ok landry@
2011-01-01 11:55:58 +00:00
dcoppa
6171c1e666 Regen patch-src_MainWindow_cpp
No functional changes, no bump.
2010-12-31 11:46:01 +00:00
landry
2a58dd58a7 Update to webkit 1.2.6, bugfixes only. Tweak WANTLIB while here. 2010-12-30 17:55:32 +00:00
giovanni
e5f2080ec0 Update to 0.92a and add an rcscript
Hints and ok ajacoutot@, ok benoit@
2010-12-30 10:21:25 +00:00
jasper
eddfe1e804 Enable node and add a note as to why it's using the bundled libcares 2010-12-30 08:54:52 +00:00
jasper
0abba27e81 - Fix install by setting LIB_DEPENDS so we can grab the libraries
ok dcoppa@ (MAINTAINER)
2010-12-30 08:33:59 +00:00
jasper
67f737d489 - erl(1) needs $HOME to be set, so remove the patch and properly deal with
it in CONFIGURE_ENV.
2010-12-30 08:33:24 +00:00
jasper
d6b8f76bab - this won't work on ARM untill __ARM_NR_cacheflush is implemented/worked-around in the v8 code. 2010-12-29 17:49:41 +00:00
jasper
968ba62354 - honor CXXFLAGS with this utterly retarded and stupid "build system"
(though this fix was simple, i take every opportunity to rant at scons)
2010-12-29 15:06:48 +00:00
jasper
8948bf2b4a - remove patch, and just set ALL_TARGET accordingly 2010-12-29 12:39:54 +00:00
jasper
fad598871c - remove unneeded patch. 2010-12-29 12:37:27 +00:00
jasper
f346c0f658 - don't link with -lpthread 2010-12-29 12:24:39 +00:00
ajacoutot
1a65cf35c8 Update to timetrex-3.3.1. 2010-12-29 12:20:40 +00:00
jasper
ddbc876d2c - remove unneeded patches 2010-12-29 12:06:32 +00:00
jasper
291509b4b5 - add (start of a) README 2010-12-29 11:50:34 +00:00
jasper
52b0f8c41d - fix another instance of putting the hostname of build machine in a config file
- let -main depend -web, instead of the other way around, this allows for no futher tweaks to run yaws

prompted/ok aja@
2010-12-29 10:26:35 +00:00
ajacoutot
9145731ac1 Fix rc_stop and rc_reload so that one can use sudo to manipulate the
daemon using the rc script. Make the rc script conform to rc.subr style.
2010-12-29 10:15:13 +00:00
jasper
d050660782 - add an rc script
rc.d-cluestick from aja@
2010-12-29 09:45:50 +00:00
ajacoutot
4a561ad806 Unbreak after previous commit. 2010-12-29 07:33:08 +00:00
jasper
dbf085daa1 import WIP node.js 0.2.5
Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.

As there are still some issues to resolve, this won't be hooked up yet.

ok landry@
2010-12-28 18:19:28 +00:00
ajacoutot
e1e1b90b01 Update to xapian-omega-1.2.4. 2010-12-28 17:46:49 +00:00
marco
20b7e8636c Disable debug and add js toggle button.
ok laurent
2010-12-28 13:39:12 +00:00
jasper
282a6a3ca6 SECURITY FIX for SA42726
PECL phar Extension Format String Vulnerabilities.

patch from upstream svn
2010-12-27 20:34:29 +00:00
jasper
4be71cdd53 - fix build on at least mips64el by syncing the endian definitions, tested
on both big and little endian machines.
2010-12-27 15:48:01 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
stsp
fabc72b73a Apply patch from upstream to fix the "Print" and "Print Preview" crashes.
https://bugzilla.mozilla.org/show_bug.cgi?id=573039
https://bug573039.bugzilla.mozilla.org/attachment.cgi?id=499233
suggested by and ok landry@
2010-12-26 13:16:29 +00:00
landry
1cd5d235f9 Add gst-plugins-bad to RUN_DEPENDS, so that webkit-based browsers know
how to handle WebM/vp8 video out of the box. From brad.
2010-12-26 08:32:07 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
marco
4361eb1c74 Roll to 1.138
ok and help to fix WANTLIB sthen laurent
2010-12-23 15:54:28 +00:00
jasper
fa852d74ae - SECURITY update of pmwiki to 2.2.21
which fixes SA42608, PmWiki "from" Cross-Site Scripting Vulnerability

If you're upgrading a previous installation, please take a moment to read
http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes
2010-12-23 13:06:50 +00:00
jasper
2030b69976 - use libiconv module
ok kili@
2010-12-22 23:59:49 +00:00
jasper
e4c8edf922 - use gettext module
ok landry@ (MAINTAINER)
2010-12-22 22:41:35 +00:00
jasper
6a77ca74da - use gettext module
- regen WANTLIB
2010-12-22 22:39:04 +00:00
jasper
1642aaf973 - sync 2010-12-22 20:26:04 +00:00
jasper
8ecd9e3d51 import p5-SOAP-WSDL 2.00.10
SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
The WSDL is parsed and stored in memory. Your data is serialized
according to the rules in the WSDL.  The only transport mechanisms
currently supported are http and https.

ok sthen@
2010-12-22 20:25:22 +00:00
sthen
d06d8de05f add missing build dep needed now we have added i18n support;
spotted jasper@, ok jasper@
2010-12-22 19:55:00 +00:00
jasper
bb4498eee3 - sync 2010-12-22 18:39:45 +00:00
jasper
ec1a42aa3c import yaws 1.89
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited
for dynamic-content web applications. Two separate modes of operations
are supported:

    * Standalone mode where Yaws runs as a regular webserver daemon.
      This is the default mode.
    * Embedded mode where Yaws runs as an embedded webserver in another
      Erlang application.

Yaws is entirely written in Erlang, and furthermore it is a
multithreaded webserver where one Erlang lightweight process is used to
handle each client.

ok aja@
2010-12-22 18:38:03 +00:00
sebastia
ac9f7a15ec update WANTLIB and PLIST after gnustep.port.mk and bundles changes.
OK aja@
2010-12-22 09:23:01 +00:00
sebastia
2ec9484bb4 Update WANTLIB and PLIST after gnustep.port.mk and gnustep bundles changes
OK aja@
2010-12-22 09:21:44 +00:00
ajacoutot
204996fe1b Install language files.
from Fernando Quintero (maintainer)
2010-12-22 07:28:04 +00:00
joshe
0c8e04fdd9 Hook up www/conkeror
ok jasper@
2010-12-21 20:59:00 +00:00