Commit graph

8351 commits

Author SHA1 Message Date
taca
76c440371e Fix the PLIST file of Portuguese translation which was broken from
2005/5/26.

Bump PKGREVISION.
2009-06-02 09:49:59 +00:00
taca
c52b541b02 Update typolight27-translations package to 20090530.
Update Japanese and Swedish translation files which support
TYPOlight 2.7.1.
2009-06-02 03:05:12 +00:00
seb
30e51e355e Add & enable p5-Apache2-AuthCASSimple 2009-06-01 21:42:32 +00:00
seb
c37d30fc45 Initial import of p5-Apache2-AuthCASSimple version 0.10 in the
NetBSD Packages Collection.

Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
It allows you to authenticate users through a Yale CAS server. Users
do not need to log in if they are already authenticated by the CAS
server, only tickets are exchanged between Web client, Apache2
server and CAS server. If they are not yet authenticated, they will
be redirected to the CAS server login form.
2009-06-01 21:41:39 +00:00
schmonz
a7fa941f99 Update to 3.13. From the changelog:
You may want to run ikiwiki-transition deduplinks my.setup after
upgrading to this version of ikiwiki. This command will optimise
your wiki's saved state, removing duplicate information that can
slow ikiwiki down.

* ikiwiki-transition: If passed a nonexistant srcdir, or one not
    containing .ikiwiki, abort with an error rather than creating it.
* Allow underlaydir to be overridden without messing up inclusion
    of other underlays via add_underlay.
* More friendly display of markdown, textile in edit form selector (jmtd)
* Allow curly braces to be used in pagespecs, and avoid a whole
    class of potential security problems, by avoiding performing
    any string interpolation on user-supplied data when translating
    pagespecs.
* ikiwiki-transition: Allow setup files to be passed to all subcommands
    that need a srcdir.
* ikiwiki-transition: deduplinks was broken and threw away all
    metadata stored by plugins in the index. Fix this bug.
* listdirectives: Avoid listing _comment directives and generally
    assume any directive starting with _ is likewise internal.
* Re-enable python-support and add python:Depends to control file.
* ikiwiki-makerepo: Avoid using abs_path, as it apparently fails
    on nonexistant directories with some broken perl versions.
* inline: Minor optimisation.
* add_link: New function, which plugins should use rather than
    modifying %links directly, to avoid it accumulating duplicates.
* ikiwiki-transition: Add a deduplinks action, that can be used to
    remove duplicate links and optimise a wiki w/o rebuilding it.
* external: Fix pagespec_match and pagespec_match_list. Closes: #527281
2009-06-01 20:24:42 +00:00
sno
98dbdacf91 Replacing some dependencies to choose perl core first, because desired
version numbers of required modules are in delivered perl core.
2009-06-01 19:38:56 +00:00
gdt
ea8ef473ef PKGREVISION++ for build-outputs.mk change 2009-06-01 19:11:58 +00:00
sno
20b85465de pkgsrc changes:
- Updating package for p5 module URI from 1.37nb1 to 1.38
  - Adjusting dependencies according to META.yml

Upstream changes:
2009-05-27   Gisle Aas <gisle@ActiveState.com>
   Release 1.38

   Ville Skytt"a (3):
      Spelling fixes.

   Tatsuhiko Miyagawa (1):
      skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there

   Gisle Aas (1):
      Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.
2009-06-01 18:30:06 +00:00
obache
cbdc61b86a Update snownews to 1.5.11.
Inspirerd by PR#39887.

Pkgsrc changes:
 * Allow NetBSD>=5 cuurses
 * LICENS=gnu-gpl-v2

Changes:

i(not available for 1.5.11, but it seems small changes).

Version 1.5.10 released

2008-07-28, 09:40 GMT
- shift+t now force reloads a selected feed, ignoring the last modified value
- Added a lot of OpenBSD supplied patches (Martynas Venckus)
- net-support.c: HTTP header only needs to be ASCII in the token
- conversions.c: Determine output charset with nl_langinfo()
- xmlparse.c: Convert feed title to target charset, too. Should probaly be in interface.c
- main.c, interface.h, interface.c: Add a signal handler for resizing to work on many other ncurses implementations
2009-06-01 11:56:43 +00:00
obache
9f9451f5c3 Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29

This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues

=== Changes

Ruby/GLib2:
  * add 'const' to name argument of rbgerr_define_gerror()
    [Nikolai Weibull, Kouhei Sutou]
  * Bug fixes:
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]
    * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
      [boo, Kouhei Sutou]
    * wrong priority conversion in GLib::Timeout.add and
      GLib::Timeout.add_seconds.
      [Nikolai Weibull]
    * fixed limits of basic types
      [Pascal Terjan]

Ruby/GTK2:
  * Bug fixes:
    * fixed initialize function is deleted.
      [kimura wataru, Kouhei Sutou]
    * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
      doesn't have it.
      [Kouhei Sutou]
    * fixed GC problems.
      [Kouhei Sutou]
    * #2195432: Gtk::RCStyle.set_color_flags wrong conversion
      [Jesse van den Kieboom, Kouhei Sutou]
    * #2318481: gtkselectiondata_set Drag and Drop API problem
      [dave foster, Kouhei Sutou]
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]

Ruby/Pango:
  * added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
    [Geoff Youngs, Kouhei Sutou]

Ruby/Poppler:
  * removed 0.6.x support. 0.8.0 or later is required.
    [Kouhei Sutou]

Ruby/RSVG2:
  * fixed broken cairo integration.
    [James Healy, Kouhei Sutou]

Ruby/PanelApplet:
  * #2466921: fixed build failure with libpanel-applet >= 2.25
    [Mamoru Tasaka, Kouhei Sutou]
  * fixed incomplete install.
    [Pascal Terjan, Kouhei Sutou]

Ruby/GtkMozEmbed:
  * supported XULRunner 1.9.0.
    [Arnaud Cornet, Kouhei Sutou]

Ruby/GNOME2:
  * supported MinGW.
    [id:luna_8bit, Kouhei Sutou]

Ruby/Bonobo2:
  * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/BonoboUI2:
  * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/GnomeVFS:
  * format security error.
    [Pascal Terjan]

=== Thanks

  * kimura wataru
  * Philipp Götzinger
  * Andrew S. Townley
  * Jesse van den Kieboom
  * James Healy
  * dave foster
  * troels knak-nielsen
  * boo
  * Geoff Youngs
  * Arnaud Cornet
  * id:luna_8bit
  * ...
2009-05-31 09:00:48 +00:00
taca
26ba8f4b33 Update TYPOlight webCMS to 2.7.1 (2.7 build 1).
* Added a more reliable HTTP request class
* Added the "name" attribute to the FormSubmit widget (#702)
* Added automatic capitalization to the glossary module (#697)
* Added option to disable the table wizard cell magnifier (#716)
* Moved template "mod_message" to the front end module (#703)
* Fixed issue with mandatory password fields not being shown (#693)
* Fixed issue with "checkCredentials" hook only being executed once (#728)
* Fixed issue with insert tag "iflng" being cached (#707)
* Fixed issue with error pages sending the wrong redirect header(#749)
* Fixed issue with special characters in news links not being encoded (#747)
* Fixed issue with news pagination menu being calculated wrongly (#704)
* Fixed issue with aliases not being case-sensitive (#752)
* Fixed broken "shortened view" of the event list module (#694, #153)
* Fixed a couple of misspellings in the german translation (#701)
* Fixed a few issues with the new 2-column layout
* Fixed a few minor issues
2009-05-30 16:53:26 +00:00
taca
b9c620c20a Add TL_DOCDIR support to PRINT_PLIST_AWK. 2009-05-30 16:51:06 +00:00
hasso
47f158ff8c Fix build on systems not having ETIME. 2009-05-30 04:25:34 +00:00
gdt
9ae79b167a Update subversion to 1.6.2 via patch in private mail from Jens
Rehsack.  apr1 is no longer an option; that's just the way it is.

Version 1.6.2
(09 May 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.2

 User-visible changes:
  * vastly improve memory usage with 'svn merge' (issue #3393)
  * make default depth for merge 'infinity' (r37156)
  * make 'status --quiet' show tree conflicts (issue #3396)
  * allow '--set-depth infinity' to expand shallow subtrees (r37169)
  * return an error if attempting to reintegrate from/to the repo root (r37385)
  * don't store bogus mergeinfo for '--ignore-ancestry', foreign merges (r37333)
  * don't allow merge of difference between two repos (r37519)
  * avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41)
  * recommend sqlite 3.6.13 (r37245)
  * avoid unnecessary server query for implicit mergeinfo (r36509)
  * avoid unnecessary server query during reverse merges (r36527)
  * set depth=infinity on 'svn add' items with restricted depth (r37607)
  * fixed: commit log message template missing paths (issue #3399)
  * fixed: segfault on merge with servers < 1.6 (r37363, -67, -68, -79)
  * fixed: repeat merge failures with non-inheritable mergeinfo (issue #3392)
  * fixed: another memory leak when performing mergeinfo-aware merges (r37398)
  * fixed: incorrect mergeinfo on children of shallow merges (issue #3407)
  * fixed: pool lifetime issues in the BDB backend (r37137)

 Developer-visible changes:
  * don't fail if an embedding app has already initialized SQLite (issue #3387)
  * resolve naming collisions with static stat() function in svnserve (r37527)
  * fix an expectation for a failing dirent windows test (r37121)


Version 1.6.1
(10 Apr 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.1

 User-visible changes:
  * recommend Neon 0.28.4. (r36388)
  * improve performance of 'svn merge --ignore-ancestry' (r36256)
  * improve 'svn merge' performance with subtree mergeinfo (r36444)
  * correctly proxy LOCK and UNLOCK requests (r36159)
  * prevent a crash when updating old working copies (r36751)
  * don't let svnmerge.py delete a nonexistent property (r36086, -767, -769)
  * don't fail when upgrading pre-1.2 repositories (r36851, -7)
  * allow escaping of separator characters in autoprops (r36763, -84)
  * improve tempfile creation robustness on Windows (r36442, -3)
  * fix change-svn-wc-format.py for 1.6.x working copies (r36874, -5)
  * improve configure's detection of Berkeley DB (r36741, -2)
  * don't allow foreign merges to add foreign mergeinfo (issue #3383)
  * improve performance of 'svn update' on large files (r36389, et. al.)
  * fixed: error leak and potential crash (r36860)
  * fixed: parent directory handling on Windows (r36049, -50, -51, -131)
  * fixed: unintialized memory errors (r36252, -3)
  * fixed: potential working copy corruption (r36714)
  * fixed: working copy upgrade error (r36302)
  * fixed: pointer dereference error (r36783)
  * fixed: error diff'ing large data with ignored whitespace (r36816)
  * fixed: potential hang in ra_serf (r36913)
  * fixed: problem with merge and non-inheritable mergeinfo (r36879)
  * fixed: repeated merging of conflicted properties fails (issue #3250)
  * fixed: excluding an absent directory segfaults (issue #3391)

 Developer-visible changes:
  * ensure svn_subst_translate_cstring2() properly flushes data (r36747)
  * make serf report a base checksum to apply_textdelta (r36890)
  * syntax updates for strict C89 compilers (r36799)
  * update RPM scripts for RHEL4 (r36834)
  * allow tests to be run with Python 2.6.1 on Windows (r36149, -50, -51, -56)
  * allow building JavaHL with Visual Studio 2008 (r36954)
  * stop setting default translation domain in JavaHL (r36955)
  * fixed: warning with Python 2.6 and ctypes bindings (r36559)
  * fixed: undefined references to svn_fs_path_change2_create() (r36823)


Version 1.6.0
(20 Mar 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.0

 User-visible changes:
  - General:
    * Now require Windows 2000 or newer on Windows (r33170)

  - Major new features:
    * identical files share storage space in repository (issue #2286)
    * file-externals support for intra-repository files (issue #937)
    * "tree" conflicts now handled more gracefully (issue #2282, #2908)
    * repository root relative URL support on most commands (issue #3193)

  - Minor new features and improvements:
    * pre-lock hook can now specify lock tokens via stdout (r32778)
    * svnmucc: support '--with-revprop' (r29492)
    * merge: log include-descendants in operational log (r30426, r30428)
    * improved operational logging for 'svn switch' (r30517)
    * new 'Header' keyword, similar to 'Id' but with full URL (r35386)
    * warn/disallow when storing plain-text passwords (r31046)
    * support KWallet and GNOME keyring for password storage (r31241, -337)
    * client now caches SSL client cert passphrases (issue #2489)
    * add '--prefix-file' option to 'svndumpfilter' (issue #2697)
    * add '--ignore-externals' option to 'svn cp' (issue #3365)
    * add '--with-no-revprops' to 'svn log' (issue #3286)
    * new 'svnadmin pack' command to compress FSFS filesystems
    * new SVNAllowBulkUpdates mod_dav_svn directive (issue #3121)
    * new public mod_dav_svn URI syntax:  path?[p=PEG][&r=REV] (r34076)
    * new 'svnsync info' command to show synchronization information (r35053)
    * conflict resolver supports display-conflict, mine-conflict and theirs-conflict

  - Client-side bugfixes:
    * faulty reflexive merges (issue #2897)
    * buffer overflow on a 0 byte string buffer (r35968, -74)
    * conflict resolver needed more useful 'diff' option (issue #3048)
    * disable username assumption (issue #2324)
    * more accurate usage message for 'svn log' (r30449)
    * do not repeat merge if target has explicit mergeinfo (issue #2821)
    * corruption when filtering self-referential mergeinfo (r30467)
    * filter empty mergeinfo with self-referential mergeinfo (r30510)
    * pay attention to partial replay from the server in svnsync (r30440)
    * improved property name handling in svnsync (r30480)
    * properly recognize the file:/// in repository with svnsync (r30482)
    * svn+ssh SIGKILLs ssh processes (issue #2580)
    * 'svn up'/'svn co' early abort with svn:externals (issue #3148)
    * improve tempfile names for conflict resolver (issue #3166)
    * ra_serf: 'svn merge' aborts (issue #3212)
    * 'svn cleanup' failed on non-ASCII characters (issue #3313)
    * 'svn update' fails on moved, modified file with local mods (issue #3354)
    * easier use of NTLM for proxy with ra_neon (r29874)
    * 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118)
    * can't add .svn (and children) to your wc via '--parents' (r35819)
    * improved performance removing unversioned directories (r36111)
    * 'svn cp --parents' had path URL encoding issues (issue #3374)
    * support shell quoting rules in externals definitions (issue #2461)
    * new SVN_LOCALE_DIR environment variable for localization (issue #2879)
    * scheme and domain name in urls handled case insensitive (issue #2475)
    * merge: pick default revisions with peg revision in single url (r30455)
    * many other minor bugfixes, optimizations, plugs of memory leaks, etc

  - Server-side bugfixes:
    * mod_dav_svn runs pre-revprop-change twice (issue #3085)
    * mod_dav_svn ignores pre-revprop-change failure on delete (issue #3086)
    * mod_dav_svn prevented lock breaks from being propagated to client (r29914)
    * non-UTF8 filenames could enter repository (issue #2748)
    * 'svnlook proplist' xml output (issue #2809)
    * don't let mod_dav_svn hide errors from client (issue #3102)
    * ra_serf failure during update (issue #3113)
    * ra_serf comply with RFC 2617 in handling authentication headers (r35981)
    * use both SHA1 and MD5 in the FS backends (r34388)
    * many other minor bugfixes too numerous to list here

  - Contributed tools improvements and bugfixes:
    * commit-email.pl: Deprecated; use mailer.py instead (r31755, -67)
    * svnmerge.py migration tool munged svn:mergeinfo ordering (issue #3302)
    * And other random sundry stuff

 Developer-visible changes:
  - General:
    * serf 0.3.0 required, when building with serf (r35586)
    * require SQLite 3.4.0 or newer (r33520)
    * allow the use of an in-tree SQLite amalgamation (r35263)
    * svn_log_changed_path_t now includes a 'kind' field (issue #1967)
    * BDB `changes' table inconsistency when APIs are misused (issue #3349)
    * configure should prefer apr-1 over apr-0 if both are present (issue #2671)
    * make 'Not Found' errors consistent between RA layers (issue #3137)
    * fix a potential buffer overrun (r34374)
    * many bug fixes and improvements to the test suite

  - API changes:
    * notification system for properties and revision properties (issue #783)
    * make ra_svn's merge commit-revprops public (r30462, r30453)
    * mod_dav_svn operational logging compatible with svnserve logging (r30518)
    * improve speed of svn_client__get_copy_source() (issue #3356)
    * if fsfs commit fails return SVN_INVALID_REVNUM (r35950)

  - Bindings:
    * new: ctypes python bindings
    * many improvements to all bindings (Java, Perl, Python, and Ruby)
    * respect CFLAGS in SWIG bindings (r35879)
    * fix building Ruby bindings with Ruby 1.9 (r35852, r35883)
2009-05-30 00:16:46 +00:00
drochner
e31728e986 +liferea-current 2009-05-26 17:40:11 +00:00
drochner
f9899f75dd Import liferea-1.6.0rc1, the current development version.
This version supports only webkit as HTML renderer.
2009-05-26 17:38:54 +00:00
taca
d72717077b Update typolight27-translations package to 20090524.
* Update Portuguese translation files to support TYPOlight 2.7.0.
2009-05-26 14:43:20 +00:00
taca
6d2698e886 Update geeklog package from 1.4.1nb4 to 1.5.2.4 (1.5.2sr4).
pkgsrc changes: overhaul this package.

	* Add LICENSE.
	* Clean up bmake's macros, such as addition of PRINT_PLIST_AWK.

Geeklog changes: too many chagnes to write here.

	* New user-friendly installation.
	* New Configuration GUI.
	* New Webservice GUI.
	* And more.

	Please refer http://www.geeklog.net/docs/english/changes.html
	for more information.

Fixed some security problems about SQL injection vulnerability.
2009-05-26 14:19:29 +00:00
abs
73f354f269 comment out autoinstall so this can build without a configured CPAN - need to handle this automatically 2009-05-25 17:06:50 +00:00
sno
30412ff84a Patch out auto_install - this will be handled by pkgsrc 2009-05-23 21:45:45 +00:00
mrg
c11ade6b9f update to bozohttpd 20090522. change include:
o  close more leaking file descriptors for CGI and daemon mode
        o  add subdirs for build "debug" and "small" versions
        o  clean up a bad merge / duplicate code
        o  make mmap() usage portable, fixes linux & ranges: support
        o  document the -f option
        o  daemon mode now serves 6 files per child
2009-05-23 03:58:16 +00:00
zafer
0426552c67 update master site. 2009-05-22 18:07:09 +00:00
tron
48000628fb Set the license type to "apache-2.0". 2009-05-22 10:41:24 +00:00
tron
07188a51e5 Add patch from the Apache SVN repository to fix the information leak
in the "mod_proxy_ajp" module reported in CVE-2009-1191.
2009-05-22 09:46:06 +00:00
taca
3fef008304 Update typolight27-translations package to 20090521.
* pkgsrc fix: correct PLIST for Slovak translation.

* Update Italian and Polish translation files.
2009-05-22 03:16:10 +00:00
tonnerre
157423a905 Donate my Perl packages to the Great Five. (Don't worry, I'll try to take
care of them still.)
2009-05-21 14:28:44 +00:00
sno
c586cb72d3 pkgsrc changes:
- Updating package for p5 module HTML::Tiny from 1.03nb1 to 1.05
  - Setting gnu-gpl-v2 as license

Upstream changes:
1.05    2009-03-08
        Add support for TO_JSON in json_encode.
1.04    2009-03-07
        Make link default to being closed. See #40990.
2009-05-21 11:43:44 +00:00
sno
e78bda7a76 pkgsrc changes:
- Updating package for p5 module CSS:Squish from 0.07nb1 to 0.08
  - Setting gnu-gpl-v2 as license
  - fix typo in homepage

Upstream changes:
0.08  Mon Apr 20 2009
    * module doesn't work on perl 5.6.x and older
    * update docs
2009-05-21 11:33:32 +00:00
sno
2fc2acb0d9 pkgsrc changes:
- Updating package for p5 module Apache::Session from 1.87 to 1.88
  - Setting gnu-gpl-v2 as license
  - Adjusting dependencies according to META.yml (and perl core)

Upstream changes:
1.88   2008-12-20  by Alexandr Ciornii
  - Apache::Session::Generate::MD5::validate will untaint data
  - MIN_PERL_VERSION in Makefile.PL
2009-05-21 11:28:14 +00:00
sno
0dc26bf00f pkgsrc changes:
- Updating package for LWP::Determined::UserAgent from 1.03nb1 to 1.04
  - Setting gnu-gpl-v2 as license

Upstream changes:
2009-04-04 Jesse Vincent <jesse@cpan.org>
	* Release 1.04 -- Keeping pace with LWP updates
	* New Maintainer
	* Resolves [cpan #42123] and [cpan #41508]
2009-05-21 10:32:13 +00:00
sno
3407af480e pkgsrc changes:
- Updating package for p5 module Catalyst::Runtime from 5.80003 to
    5.80004
  - Adjusting/reordering dependencies

Upstream changes:
5.80004 2009-05-18 17:03:23
        - Rename the actions attribute in Catalyt::Controller to
          _controller_actions to avoid name clashes with application
          controller naming. (random)
        - Test for using Moose in components which have a non-Moose base class
          Fixed by 349cda in Moose 0.78 (t0m)
        - Fix deprecation message for Catalyst::Dispatcher to refer
          to the class actually calling the deprecated method. RT#45741 (t0m)
        - Clarify limitations of $request->base and $request->secure.
          (Phil Mitchell)
        - Add 'use Catalyst' to documentation for a Moose MyApp class as
          noted by dmaki. (t0m)
        - Fix so that / (and other special characters) are URL encoded when
          passed into $c->uri_for as Args/CaptureArgs (t0m)
        - Fix development server so that $c->engine->env returns the correct
          environment (t0m)
        - Require Moose 0.78 to fix metaclass incompatibility issues (t0m)
        - Require MooseX::MethodAttributes 0.10 and use
          Moose::Meta::Class->initialize rather than Moose->init_meta to fix
          bugs related to having a 'meta' method in your controller (t0m)
        - Fix cases where your application failing to complie could cause perl
          to report 'Unknown Error' (t0m)
        - Support adding Moose::Roles to the plugin list. These are applied to
          MyApp after plugins have been pushed onto @ISA (t0m)
        - Fix calling $c->req->parameters as the first thing you do when
          parse_on_demand is on (t0m)
2009-05-20 22:07:42 +00:00
snj
8decf8feb0 Update to 1.1.7.
Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
  otherwise know nothing about. Otherwise shortcuts defined in the
  WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
  the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
  method in PasteboardHelperGtk by asking the WebView which
  clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
  to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
  g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
  defined constants, since that's what people are most used to at
  this point.
- Add missing call to notifyStatus in the committed case and a
  missing property notify.
- When a download is requested by an ongoing request, use the already
  provided response to set the suggested filename for the WebKitDownload
  object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
  get the URI and use web_view_load_uri instead of the deprecated
  web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
  ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
  load-status on the frame. This supersedes the different load signals
  load-progress-changed, load-committed, load-done, load-started and
  load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
  the data that is being given to webkit_web_frame_load_string to be
  loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
  ChromeClient::addMessageToConsole.
2009-05-20 03:28:48 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
sno
5e3caece2e pkgsrc changes:
- Updating package for p5 module Catalyst::Controller::FormBuilder from
    0.04 to 0.05
  - Adjusting dependencies according to META.yml
  - Adjust home page and comment
  - Setting license to gnu-gpl-v2

Upstream changes:
0.05   08-05-09 15:12:26
    Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
    base classes (Chisel Wright)
2009-05-19 22:41:30 +00:00
sno
5ff307fe00 pkgsrc changes:
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
  - Adjusting dependencies according to META.yml

Upstream changes:
1.15    2009-05-13 20:02
        - Remove -p option for pid file, and restore it to the port number,
          as it should be -port|-p (t0m)
        - Document -pidfile in myapp_server.pl POD (t0m)

1.14_02 2009-05-11 04:29
        - Small changes to work with File::ChangeNotify 0.03.

1.14_01 2009-05-11 03:45
        - This release moves the restarter functionality into a new
          module Catalyst::Restarter, that is not a Catalyst Engine
          subclass.

          The new restarter is simpler and more reliable, because it
          does not try to test if a changed piece of code can be
          compiled. It simply restarts the server whenever it detects
          changes. This also makes it much faster.

          However, this does mean that the server can simply die when
          a changed file cannot compile. This is different than the
          old behavior, where the server remained running without
          incorporating the change.

          Finally, the new restarter relies on File::ChangeNotify,
          which is designed to accomodate per-OS methods of detecting
          changed files. As of this writing, it currently ships with a
          file watcher that uses inotify on Linux systems, and a
          default fallback class that does everything in pure Perl.

1.13    2009-05-11 02:50
        - add [-pidfile|-p] option for myapp_server.pl (caelum)
        - Bump dependency on Config::General (caelum)
        - On perls with c3 method dispatch, make sure Class::C3 is recent
          enough to not produce warnings if it is already installed (caelum)
        - add resources to META.yml (caelum)
2009-05-19 22:25:55 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
sno
e0ad185724 pkgsrc changes:
- Updating package for p5 module CatalystX::CRUD::YUI from 0.018 to 0.019
  - Adjusting dependencies

Upstream changes:
0.019   17 May 2009
        * fix number of skipped tests in 01-rdbo.t
        * switch from Class::C3 to MRO::Compat and update deps in Makefile.PL
        * change Livegrid->new to accept 'c' arg instead of getting it from form->app.
          This fixes bug affecting tests under perl 5.10.
2009-05-19 06:59:11 +00:00
sno
1972b33eff pkgsrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::File
    from 0.16 to 0.17
  - Adjusting dependency version numbers

Upstream changes:
0.17  10 May 2009
    - Add dependency on recent -Session to fix moose issues
2009-05-19 06:49:30 +00:00
sno
0fa6b2b002 pkgsrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap
    from 0.08 to 0.10
  - Adjusting dependencies

Upstream changes:
0.10   13 May 2009
        - Change tests to be compatible with Catalyst 5.80004
        - Re-add /session-file prefix to the test session directory which was
          present in 0.07. I can't see where this was removed, but the test
          looks more correct with it. RT#45724

0.09    04 May 2009
        - remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
          see https://rt.cpan.org/Ticket/Display.html?id=45642
2009-05-19 06:43:41 +00:00
abs
0d38cf684b +PKG_DESTDIR_SUPPORT 2009-05-18 22:16:14 +00:00
abs
1314166817 +PKG_DESTDIR_SUPPORT= 2009-05-18 22:14:20 +00:00
abs
b5da261380 +PKG_DESTDIR_SUPPORT 2009-05-18 21:14:50 +00:00
wiz
a720284ee5 Update to 3.26.2. Add LICENSE comment (needs AND).
GtkHTML-3.26.2 2009-05-18
-------------------------

Bug Fixes:
	#581228 - tarball does not provide gtkhtml-editor (Gilles Dartiguelongue)
	#578394 – HTML images cannot be scaled to more than 100 px (Matthew Barnes)
Updated Translations:
	krishnababu (te)
	Ivar Smolin (et)
2009-05-18 13:40:53 +00:00
taca
91e9be873c Make typolight27-translations package to 20090518.
Update Dutch and Polish translation files.

* Dutch translation add some missing labels.
* Polish catched up to TYPOlight 2.7.0.
2009-05-18 13:35:55 +00:00
sno
cb199f6f53 PkgSrc changes:
- Updating package for p5 module HTML::Mason from 1.40 to 1.42
  - Reordering dependencies (alphabetical order)
  - Removing option for p5-Cache-Cache, because it's mandatory now

Upstream changes:
1.42 May 7, 2009

    [ BUG FIXES ]

    - Fix 10b-cache-chi.t to work with latest version of CHI - expire_if
  and ref of cache changed

    - Fixed a bug where attempting to load a module that failed to compile
  in a Mason component could mask the compilation error. RT #39803.

    - Fixed the print method in HTML::Mason::FakeApache. It was including
  the object itself in the output. Patch by Martin Petricek. RT
  #43035.

1.41  May 5, 2009

    [ BUG FIXES ]

    - This is a one-fix release to get this module working with the latest
  version of Exception::Class (1.27).
2009-05-17 19:56:58 +00:00
sno
9e5f444c4e PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::Delegate
    from 0.03 to 0.04
  - Adjusting dependencies

Upstream changes:
0.04
        - Switch to Module::Install.
        - Avoid test suite warnings with Catalyst 5.80
2009-05-17 19:41:14 +00:00
sno
0198355a99 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
    from 0.10 to 0.11
  - Adding patch to prevent install missing dependencies

Upstream changes:
0.11    2009-05-13
        - Change TestApp so that the application is in t/lib, to make it easier
          for Catalyst to force our package to be immutable.
2009-05-17 19:34:17 +00:00
sno
8fba55cb88 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session from 0.21 to
    0.22

Upstream changes:
0.22 2009-05-13
        - INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now
          in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility.

          This change does not in any way affect normal users - it is just due to the
          fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that
          module is _only_ used for unit testing session store plugins pre-installation.

          Session::Test::Store should be replaced with a more sane solution, and other
          CPAN modules using it moved away from using it, but this change keeps stops
          new Catalyst breaking other distributions right now.
2009-05-17 19:26:00 +00:00
sno
551fc72095 PkgSrc changes:
- Updating package for Catalyst::Manual from 5.7020 to 5.7021

Upstream changes:
5.7021  8 May 2009
        - Switch to SimpleDB for auth
        - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
        - Re-write PostgreSQL section in appendix
        - Remove "create=dynamic" and only cover "create=static" for DBIC helper
        - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
        - There is no Catalyst::Config, fix reference to it. (t0m)
        - Misc minor adjustments
2009-05-17 18:54:08 +00:00
sno
dbc6c0ffb8 PkgSrc changes:
- Updating package for p5 module Rose::HTML::Objects from 0.602 to
    0.603
  - Adjusting dependency

Upstream changes:
0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that cause the class attribite on label tags not to
      be cleared correctly.  (Reported by Denis Moskowitz)
2009-05-17 18:48:22 +00:00