Commit graph

165975 commits

Author SHA1 Message Date
wiz
78e477b523 Updated devel/p5-Date-Manip to 6.14 2010-12-02 12:15:59 +00:00
wiz
6b69d46b7c Update to 6.14:
VERSION 6.14 (2010-10-20)

Date::Manip 5.xx fully integrated with 6.xx

Date::Manip 5.xx and 6.xx are both installed automatically, and the
correct one will be chosen.

Fixed a bug where recurrence handling was broken.  RT 62128

A lot of documentation was cleaned up to be easier to read, and better
organized.

VERSION 6.13 (2010-10-13)

New features

Added the input methods to Date::Manip::Date and Date::Manip::Delta.  Ed Avis.

The 'date +%z' command will also be used to determine the timezone.  Oliver Schulze

Bug fixes

Several changes to try to get rid of a memory leaks reported in RT
54937.  Huge thanks to BrowserUK on perlmonks for help.  Unfortunately, it
ended up being a bug in perl, and will only be resolved when that bug is
fixed. See the Date::Manip::Problems document for more information.

Reorganized Base/TZ to get rid of circular references.
Added end blocks to clean some global variables.
Got rid of switch/given structures.

Fixed a bug where an incomplete date with 'last' in it was causing an
error.  RT 60138

Fixed a bug where 'Sunday, 9th Jan 1972' wasn't parsed correctly.  RT 57832

Fixed a bug where Zones.pm was generated with the abbreviations in the wrong
order.  Amish Chana.

French month abbreviations now support periods.  Bernard Haerri

Added tests from RT 29655 to make sure that the problem never recurs.

Fixed documentation problem with the new_* methods in Date::Manip::Obj.  Options
must be passed in as \@opts rather than @opts.

Cleaned up some of the documentation.

VERSION 6.12 (2010-09-27)

IntCharSet config variable deprecated

With better support for international character sets, the old IntCharSet
config variable (which was a bandaid at best) is deprecated. Currently, the
functionality still exists, but it will be removed at some point.

New features

Added the Encoding config variable.

Now supports parsing the EXIF date format.  Rhesa Rozendaal

Bug fixes

Fixed Build.PL to not require perl 5.010 since the distribution as a whole
does not require that (and I want that fact to be in META.yml).

Fixed a bug where the Date::Manip::Date::set method was broken when setting
individual fields.  Helmut A. Bender

Fixed a bug where set didn't work in Date::Manip::Delta. Patch provided in
RT 59096.

Newest zoneinfo data (tzdata 2010m)

Converted all language files to UTF-8 and added rudimentary support for
character encodings. Some assistance by Stephen Ostermiller.

Fixed problem in Polish, Dutch.  Stephen Ostermiller

Extended support for 'nth' up to 53rd.  Paco Regodon

Added some corrections to German.  Dieter Lange

Clarified Date::Manip::Recur documentation based on RT 59132.
2010-12-02 12:15:49 +00:00
wiz
6dd55adad5 Updated converters/p5-MIME-Base64 to 3.13 2010-12-02 12:11:15 +00:00
wiz
24b0d82bd6 Update to 3.13:
2010-10-26   Gisle Aas <gisle@ActiveState.com>

   Release 3.13

   The fix in v3.12 to try to preserve the SvUTF8 flag was buggy
   and actually managed to set the flag on strings that did not
   have it originally.



2010-10-25   Gisle Aas <gisle@ActiveState.com>

   Release 3.12

   Don't change SvUTF8 flag on the strings encoded [RT#60105]

   Documentation tweaks



2010-10-24   Gisle Aas <gisle@ActiveState.com>

   Release 3.11

   Provide encode_base64url and decode_base64url functions to process
   the base64 scheme for "URL applications".

   The decode_base64() does not issue warnings on suspect input data
   any more.



2010-10-11   Gisle Aas <gisle@ActiveState.com>

   Release 3.10

   Provide functions to calculate the length of encoded and decoded
   base64 strings [RT#62404]
2010-12-02 12:11:04 +00:00
wiz
83412af21d Updated converters/p5-JSON to 2.27 2010-12-02 12:09:05 +00:00
wiz
62d7acb51c Update to 2.27:
2.27  Sun Oct 31 20:32:46 2010
	[JSON::PP]
	- Some optimizations (gfx)
	[JSON::PP::5005]
	- added missing B module varibales (makamaka)

2.26  Tue Sep 28 17:41:37 2010
	[JSON::PP]
	- cleaned up code and enhanced sort option efficiency in encode.

2.25  Tue Sep 28 16:47:08 2010
	[JSON]
	- JSON::Backend::XS::Supportable always executed a needless process
	    with JSON::XS backend. This made encode/decode a bit slower.

2.24  Mon Sep 27 10:56:24 2010
	[JSON::PP]
	- tweaked code.
	- optimized code in hash object encoding.

2.23  Sun Sep 26 22:08:12 2010
	[JSON::PP]
	- modified tied object handling in encode. it made encoding speed faster.
	    pointed by https://rt.cpan.org/Ticket/Display.html?id=61604
	- modified t/e10_bignum.t
            for avoiding a warning in using Math::BigInt dev version
2010-12-02 12:08:55 +00:00
wiz
ea5175588e Updated comms/p5-Device-Gsm to 1.56 2010-12-02 12:08:10 +00:00
wiz
0d2459f698 Update to 1.56:
1.56  Mon Nov 15 21:00:00 CET 2010
    - When sending messages in text mode, now we wait a bit
      between the +CMSG command and the actual text.
      Fixes RT #61729. Thanks to Boris Ivanov for the report.
    - Added clear example of logging to a custom file
    - Added a warning for not implemented _read_messages_text()
    - Added a "assume_registered" option to skip GSM network
      registration on buggy/problematic devices.
2010-12-02 12:07:59 +00:00
wiz
479e37504f Updated archivers/p5-Archive-Tar to 1.72 2010-12-02 12:06:46 +00:00
wiz
19684e5e87 Update to 1.72:
* important changes in version 1.72 18/11/2010
- Apply patch from Grant McLean to update docs for
  ptargrep

* important changes in version 1.70 15/11/2010
- Add ptargrep utility courtesy of Grant McLean
2010-12-02 12:06:36 +00:00
reed
8d62a9d782 remove empty lines at end of PLIST. 2010-12-02 11:17:43 +00:00
reed
e42ac49fb2 Better match library names to improve REQUIRES/PROVIDES.
This is from cheusov via PR #42907.
(I have been using this for months, as I had noticed some of the same
problems.)
2010-12-02 11:15:10 +00:00
drochner
85a8b78ece remove obsolete patches noticed by wiz 2010-12-02 11:14:22 +00:00
wiz
228cdca0d8 Updated devel/mercurial to 1.7.2 2010-12-02 10:28:36 +00:00
wiz
8d4824cc12 Update to 1.7.2:
This is a scheduled bugfix release.

    * checknlink: return False if .hgtmp file preexists (issue2517)
    * commit: search both parents for missing copy revision (issue2484)
    * context: walk both parents for workingctx.ancestors()
    * convert/svn: fix changed files list upon directory replacements
    * hgwebdir: fix incorrect index generation for invalid paths (issue2023)
    * keyword: copy: when copied source is a symlink, follow it
    * mq: ignore subrepos (issue2499)
    * rebase: support --detach when null is common ancestor
    * subrepo: fix removing read-only svn files on Windows
    * subrepo: handle missing subrepo spec file as removed
    * subrepo: prune empty directories when removing svn subrepo
    * subrepo: use subprocess directly to avoid python 2.6 bug
    * util: do not crash on revisions with negative timestamp (issue2513)
    * util: do not recurse in makedirs if name is '' (issue2528)
    * win32mbcs: use extsetup() to wrap functions only once
    * wix: add support for x64 native MSI packages
2010-12-02 10:28:24 +00:00
dholland
416c42c489 Requires gdk-pixbuf2-xlib for gtk plugin. From PR 44178. 2010-12-02 07:35:05 +00:00
taca
90b7548160 Oops, really fix another build problem on Linux, the rest of PR pkg/44174. 2010-12-02 03:22:35 +00:00
taca
3db40a74bb Note update of bind96 and bind97 packages:
net/bind96	9.6.2pl3
	net/bind97	9.7.2pl3
2010-12-02 00:34:00 +00:00
taca
cf6aa8d9f8 Update bind96 package to bind-9.6.2pl3 (9.6.2-P3).
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

CVE: CVE-2010-3613
CERT: VU#706148
BIND: cache incorrectly allows a ncache entry and a rrsig for the same type

CVE: CVE-2010-3614
CERT: VU#837744
BIND: Key algorithm rollover bug in bind9
2010-12-02 00:32:34 +00:00
taca
a278fa80c7 Update bind97 package to bind-9.7.2pl3 (9.7.2-P3).
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

CVE: CVE-2010-3613
CERT: VU#706148
BIND: cache incorrectly allows a ncache entry and a rrsig for the same type

CVE: CVE-2010-3614
CERT: VU#837744
BIND: Key algorithm rollover bug in bind9

CVE: CVE-2010-3615
CERT: VU#510208
BIND: allow-query processed incorrectly
2010-12-02 00:31:33 +00:00
asau
e930df6cda Added lang/ficl version 4.1.0 2010-12-01 22:01:23 +00:00
asau
0a2f0b65d4 + ficl 2010-12-01 21:59:28 +00:00
asau
af10d0b8d2 Import FICL 4.1.0 as lang/ficl.
Ficl is a complete programming language interpreter designed to be
embedded into other systems (including firmware based ones) as
a command, macro, and development prototype language.
Ficl stands for "Forth Inspired Command Language".
2010-12-01 21:58:27 +00:00
wiz
bd8f480a57 + ImageMagick-6.6.6.2, Sigil-0.3.2, akonadi-1.4.80, dmenu-4.2.1,
etm-673, exiv2-0.21, gssdp-0.9.0, libsoup24-2.32.2,
  p5-PerlMagick-6.6.6.2, phpmyadmin-3.3.8.1, qca2-2.0.3,
  x264-devel-20101129.
2010-12-01 21:15:50 +00:00
bouyer
53f9313210 Updated net/ocsinventory-agent to 1.1.2.1 2010-12-01 21:01:44 +00:00
bouyer
6ce2c608b2 Update to 1.1.2.1. Main motivation is to avoid warnings with perl 5.12.
Other changes are mainly improvements in backend to support more OS,
more OS variants or versions.
2010-12-01 21:00:51 +00:00
drochner
57b859e816 deal with the PLIST problem reported in PR pkg/44181 by Robert Elz,
in this case it is not as easy as it looks, see the comment added
to the Makefile -- just avoid creation of the useless cache file for now
2010-12-01 20:21:48 +00:00
drochner
29028e6ecb fix path inconsistencies 2010-12-01 19:44:23 +00:00
drochner
4e29fd3977 -catch up with the ghostscript font changes a while ago
-update to 2.12.3
 changes:
 -MacOSX GUI fixes
 -bugfixes
2010-12-01 19:39:29 +00:00
drochner
e3046b148b update to 1.6.8
maintenance release: "We have fixed crashes that have been reported to us,
ironed out many small glitches, further polished the user interface,
updated the documentation and added some new layouts."

approved by Jeremy C. Reed
2010-12-01 19:34:49 +00:00
plunky
685acabe0c update rc.d script: it is now optional to specify the RFCOMM channel
(bump PKGREVISION)
2010-12-01 19:28:25 +00:00
kefren
f0b7712472 mono 2.8.1 updates 2010-12-01 16:54:59 +00:00
kefren
5162ab2130 Sync with mono-2.8.1 2010-12-01 16:50:02 +00:00
kefren
9585434fc2 Update to 2.8.1, a bug fix release on 2.8 branch.
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.8.1
2010-12-01 16:49:13 +00:00
taca
572131cc0a Note update of www/fengoffice package to 1.7.2nb1. 2010-12-01 15:56:13 +00:00
taca
3870fab64c Update patch to EncodingConverter class for better work around
against GNU iconv.

Bump PKGREVISION.
2010-12-01 15:55:27 +00:00
darcy
7ce46fe5d3 Fix typo: "pdated" ==> "Updated" 2010-12-01 14:49:39 +00:00
taca
db79a0acae Revive ruby-build-ri-db option of ruby19-base. It was no effect since
Ruby 1.9.2 imported, maybe.
2010-12-01 13:56:23 +00:00
taca
ceb76cfdf9 Fix another build problem on Linux, the rest of PR pkg/44174. 2010-12-01 13:52:59 +00:00
taca
f879ee0308 Fix build problem on Linux, fix part of PR pkg/44174. 2010-12-01 13:51:45 +00:00
obache
cceb065e87 Updated inputmethod/ibus-anthy to 1.2.5 2010-12-01 11:16:45 +00:00
obache
4eba3aab66 Update ibus-anthy to 1.2.5.
Fixed deleting voiced consonants. (#1148)
    Fixed romaji_typing_rule and kana_typing_rule receives UTF-8 keys. (#1146)
    Fixed the custom tables with new keys.
    Fixed SEGV when key tables are customized in new gconf.
    Added a warning for ibus.
    Supported ibus.engine.update_preedit_text_with_mode
2010-12-01 11:16:26 +00:00
asau
83b2cf050e Xournal was added, not updated. 2010-12-01 11:07:44 +00:00
obache
e2644c34d5 Bump PKGREVISION from boost-lib shlib bump. 2010-12-01 11:00:11 +00:00
asau
d290c17d79 Adjust category. 2010-12-01 10:50:54 +00:00
asau
7bbbc28be5 Updated editors/xournal to 0.4.5 2010-12-01 10:48:30 +00:00
asau
05720ba006 + xournal 2010-12-01 10:48:06 +00:00
asau
b4181e12b3 Import Xournal 0.4.5 as editors/xournal.
Contributed by Matthew Mondor in PR pkg/44169

Xournal is an application for notetaking, sketching, keeping a
journal using a stylus or a mouse.  It is free software (GNU GPL)
and runs on GTK+/Gnome platforms.  It is similar to Jarnal, Gournal,
and NoteLab.

Xournal allows to add annotations to PDF documents, including notes,
multicolor highlighting and simple drawing, and can save those in
another filename (distinguished by the suffix), to automatically
load them back when opening the PDF document again.  It also
remembers the previous page position.
2010-12-01 10:46:31 +00:00
cegger
724ea52bfe bump requirement for gnome-panel. fixes configure failure. 2010-12-01 09:38:21 +00:00
cegger
ec59e0d515 bump requirement for libgnomekbd. fixes configure failure. 2010-12-01 08:02:33 +00:00