Commit graph

139840 commits

Author SHA1 Message Date
wiz
5064a8e88f + cfitsio-3140, cherokee-0.99.5, courier-authlib-0.62.2, dvipng-1.12,
evolution-mapi-0.26.0.1 [GNOME 2.26], fbreader-0.10.5, gdl-2.26.0
  [GNOME 2.26], genius-1.0.6 [GNOME 2.26], glade-3.6.0 [GNOME 2.26],
  gmime-2.4.4, gnome-backgrounds-2.24.1, gnome-packagekit-0.4.5,
  gnome-system-tools-2.22.2 [GNOME 2.26], graphviz-2.22.2,
  gst-plugins0.10-bad-0.10.11, gst-plugins0.10-ugly-0.10.11,
  hal-info-20090309, ikiwiki-3.08, iso-codes-3.7, liboil-0.3.16,
  libunique-1.0.8, libv4l-0.5.9, libxklavier-3.9, mathomatic-14.3.5,
  moserial-1.0.8 [GNOME 2.26], p5-CGI-Session-4.41,
  p5-DateTime-TimeZone-0.85, p5-xmltv-0.5.55, packagekit-0.4.5,
  parrot-1.0.0, py-cairo-1.8.4, py-gtksourceview-2.6.0,
  py-subversion-1.6.0, rapidsvn-0.9.8, rdiff-backup-1.2.8,
  sabayon-2.25.0 [GNOME 2.26], scmgit-base-1.6.2.1, scmgit-docs-1.6.2.1,
  sdlmess-0.130, snownews-1.5.11, subversion-1.6.0,
  telepathy-gabble-0.7.23, telepathy-glib-0.7.27, x264-devel-20090321,
  xapian-1.0.11, xapian-omega-1.0.11.
2009-03-22 15:49:03 +00:00
adrianp
f098fb8da2 Updated net/bind95 to 9.5.1pl2 2009-03-22 15:34:15 +00:00
adrianp
40c2e9e502 --- 9.5.1-P2 released ---
2579.	[bug]		DNSSEC lookaside validation failed to handle unknown
			algorithms. [RT #19479]
2009-03-22 15:34:03 +00:00
snj
91c8628499 Remove dasher-4.10.0. 2009-03-22 15:33:45 +00:00
adrianp
57e32475c3 Updated net/bind9 to 9.4.3pl2 2009-03-22 15:31:57 +00:00
adrianp
38800b746e --- 9.4.3-P2 released ---
2579.	[bug]		DNSSEC lookaside validation failed to handle unknown
			algorithms. [RT #19479]
2009-03-22 15:31:44 +00:00
wiz
8765def9c6 Updated editors/dasher to 4.10.0 2009-03-22 15:31:04 +00:00
wiz
1391533b08 Update to 4.10.0, convert to user-destdir.
============
Dasher 4.10.0
============
  * Fix click modes where letters near the edge of the selection box to "leak"
    out so they could not be selected.
  * Fix UTF-8 bug so e.g., Japanese and Hebrew work.
2009-03-22 15:30:51 +00:00
gdt
bb192d1667 Add comment explaining why subversion isn't at 1.6.0 yet:
# As of 2009-03-22 gdt@NetBSD.org knows 1.6.0 is out, but is
# intentionally waiting until post-2009Q1 and until there is enough
# experience with 1.6.0 before subjecting pkgsrc users to it.  Update
# will probably come mid to late April; comments welcome.
2009-03-22 15:27:06 +00:00
snj
8761a5cd46 rdiff-backup 1.2.8. 2009-03-22 15:25:10 +00:00
snj
b652920554 Update to 1.2.8.
Changes:
Improve handling of incorrect permissions on backup repository during
restore operation. Closes Ubuntu bug #329722. (Andrew Ferguson)

Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson)

Make sticky bit warnings quieter while determining file system abilities.
Closes Savannah bug #25788. (Andrew Ferguson)

Fix situation where destination file cannot be opened because of an access
error. Thanks to Dean Cording for the bug report. (Andrew Ferguson)

Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
2009-03-22 15:24:37 +00:00
seb
179017d528 Add & enable p5-Moose-Autobox 2009-03-22 15:09:38 +00:00
seb
a5bb213706 Note initial addition of p5-Moose-Autobox version 0.09 as
devel/p5-Moose-Autobox into The NetBSD Packages Collection.

The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
2009-03-22 15:09:13 +00:00
seb
67925b7ef3 Initial import of p5-Moose-Autobox version 0.09 in the NetBSD
Packages Collection.

The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
2009-03-22 15:08:35 +00:00
gdt
b19faca893 Updated graphics/lcms to 1.18 2009-03-22 15:01:09 +00:00
seb
564b39437f Note initial addition of p5-autobox-Core version 0.6 as
devel/p5-autobox-Core into The NetBSD Packages Collection.

The Perl 5 module autobox::Core wraps perl's built-in functions for
manipulating numbers, strings, arrays, hashes, and code references.
It can be handy to use built-in functions as methods to avoid messy
dereferencing syntaxes and parentheses pile ups.

The autobox module lets you call methods in scalars that aren't
object references but perl but does not itself provide any methods
to call. That is left to the user or another module, for example,
autobox::Core.

autobox::Core is a stub module. It is merely glue, presenting
existing functions with a new interface.  Besides built-ins that
operate on hashes, arrays, scalars, and code references, some Perl
6-ish things were thrown in, and some keyword like foreach have
been turned into methods.
2009-03-22 14:59:46 +00:00
seb
6186a576a7 Add & enable p5-autobox-Core 2009-03-22 14:58:30 +00:00
seb
92cb55e179 Initial import of p5-autobox-Core version 0.6 in the NetBSD Packages
Collection.

The Perl 5 module autobox::Core wraps perl's built-in functions for
manipulating numbers, strings, arrays, hashes, and code references.
It can be handy to use built-in functions as methods to avoid messy
dereferencing syntaxes and parentheses pile ups.

The autobox module lets you call methods in scalars that aren't
object references but perl but does not itself provide any methods
to call. That is left to the user or another module, for example,
autobox::Core.

autobox::Core is a stub module. It is merely glue, presenting
existing functions with a new interface.  Besides built-ins that
operate on hashes, arrays, scalars, and code references, some Perl
6-ish things were thrown in, and some keyword like foreach have
been turned into methods.
2009-03-22 14:57:51 +00:00
gdt
d80bfc170c Update to 1.18, a security/maintenance release.
From NEWS:

 New in ver 1.18
 ===============

Changes in API
----------------------
*none*

Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.

Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
2009-03-22 14:50:48 +00:00
snj
ede72c2a24 Updated security/gnome-keyring to 2.26.0nb1. 2009-03-22 14:45:43 +00:00
snj
348194d7b9 Add two missing @dirrm entries to PLIST. Welcome to nb1. 2009-03-22 14:45:19 +00:00
wiz
8415af775e Updated x11/alacarte to 0.11.10 2009-03-22 14:40:53 +00:00
wiz
995126e4d7 Update to 0.11.10:
===============
Version 0.11.10
===============

Translations

	- Updated crh: Reşat SABIQ
	- Updated gl: Suso Baleato

==============
Version 0.11.9
==============

Misc
	* Remove libgnomeui dependency (Andreas Proschofsky)

Translations

	- Updated ast: Gil Forcada
	- Updated crh: Claude Paroz
	- Updated ro: Alexandru Szasz, Jani Monoses

==============
Version 0.11.8
==============

Misc
	* Work properly when pygobject is not installed
	  in a default directory (Frederic Peters)

Translations

	- Updated sv: Daniel Nylander
	- Updated zh_HK: Chao-Hsiung Liao
	- Updated zh_TW: Chao-Hsiung Liao, Woodman Tuen

==============
Version 0.11.7
==============

Misc
	* Port to GIO (Cosimo Cecchi, Gian Mario Tagliaretti)
	* Require intltool 0.4.0
	* Print better messages when checking for Python libraries

Translations

	- Updated ar: Khaled Hosny
	- Updated el: Djihed Afifi <djihed@gmail.com>, nikosCharonitakis
	- Updated it: Milo Casagrande
	- Updated kk: Claude Paroz, Margulan Moldabekov
2009-03-22 14:40:39 +00:00
seb
96bc7d1670 Note initial addition of p5-autobox version 2.55 as devel/p5-autobox
into The NetBSD Packages Collection.

The Perl 5 module autobox provides an autobox pragma.  It allows
methods to be called on integers, floats, strings, arrays, hashes,
and code references in exactly the same manner as blessed references.
The autoboxing is transparent: boxed values are not blessed into
their (user-defined) implementation class (unless the method elects
to bestow such a blessing) - they simply use its methods as though
they are.  The classes (packages) into which the native types are
boxed are fully configurable. By default, a method invoked on a
non-object is assumed to be defined in a class whose name corresponds
to the ref() type of that value - or SCALAR if the value is a
non-reference.  This mapping can be overriden by passing key/value
pairs to the use autobox statement, in which the keys represent
native types, and the values their associated classes
2009-03-22 14:38:45 +00:00
seb
03b81761e4 Add & enable p5-autobox 2009-03-22 14:38:22 +00:00
seb
d2a70b294b Initial import of p5-autobox version 2.55 in the NetBSD Packages
Collection.

The Perl 5 module autobox provides an autobox pragma.  It allows
methods to be called on integers, floats, strings, arrays, hashes,
and code references in exactly the same manner as blessed references.
The autoboxing is transparent: boxed values are not blessed into
their (user-defined) implementation class (unless the method elects
to bestow such a blessing) - they simply use its methods as though
they are.  The classes (packages) into which the native types are
boxed are fully configurable. By default, a method invoked on a
non-object is assumed to be defined in a class whose name corresponds
to the ref() type of that value - or SCALAR if the value is a
non-reference.  This mapping can be overriden by passing key/value
pairs to the use autobox statement, in which the keys represent
native types, and the values their associated classes.
2009-03-22 14:37:44 +00:00
snj
15bb042f15 Remove a couple GNOME 2.26 entries that are already done. 2009-03-22 14:33:05 +00:00
wiz
b2bd0764b4 Updated devel/accerciser to 1.6.0 2009-03-22 14:09:55 +00:00
wiz
3218008293 Update to 1.6.0:
=============
Version 1.6.0
=============

What's New
==========
- Fixed selection interface in interface viewer plugin (bug #574783).
- Added an informative window title (bug #574103).
- Fixed empty padding issue in prefs dialog (bug #574101).
- Ported script recorder to gtksourceview2 (bug #574100).
- Don't allow the set_range to change the value of our accessible (bug #572201).

New And Updated Translations
============================
- Lucas Lommer (cs)
- Ask Hjorth Larsen (da)
- Hendrik Richter (de)
- Marios Zindilis (el)
- David Lodge (en_GB)
- Ilkka Tuohela (fi)
- Claude Paroz (fr)
- Suso Baleato (gl)
- Milo Casagrande (it)
- Takeshi AIHANA (ja)
- Vytautas Rėkus (lt)
- Ani Peter (ml)
- wadim dziedzic (pl)
- Rui Batista (pt)
- Yuri Kozlov (ru)
- Baris Cicek (tr)

==============
Version 1.5.91
==============

What's New
==========
- Provide a $srcdir (bug #570332).
- Don't use _() in i18n.py.

New And Updated Translations
============================
- Iñaki Larrañaga Murgoitio (eu)
- Gabor Kelemen (hu)
- Manoj Kumar Giri (or)
- Tomasz Dominikowski (pl)
- Duarte Loreto (pt)
- Laurent Dhima (sq)
- Theppitak Karoonboonyanan (th)
- Clytie Siddall (vi)

=============
Version 1.5.9
=============

What's New
==========

- Updated translations.
- Fixed bug #563284.  Deleting editable text using the interface viewer plugin
  will now function as expected.
- Fixed bug #520296.  Added context for "Bookmarks" for translation.
- Fixed bug #569341.  Use C_() instead of Q_() for translation.
- Updated PO files for msgctx.

New And Updated Translations
============================
- Daniel Nylander (sv)
- Gil Forcada (ca)
- Joan Duran (ca)
- Alexander Shopov (bg)
- Chao-Hsiung Liao (zh_HK, zh_TW)
- Jorge Gonzalez (es)
- Kjartan Maraas (nb)

=============
Version 1.5.5
=============

What's New
==========

- Updated translations.
- Fixed bug #547778. Trunk fails to build.

New And Updated Translations
============================
- Marios Zindilis (el)

=============
Version 1.5.4
=============

What's New
==========

- Updated translations.
- Fixed bug #564776.  Accessible names that contain an ampersand (&) or a
  less-than (<) character will now be shown in the interface viewer plugin.

New And Updated Translations
============================
- Gabor Kelemen (hu)
- Funda Wang (zh_CN)
- Daniel Nylander (sv)

=============
Version 1.5.2
=============

What's New
==========

- Updated translations.
- Added proper context to the term 'View' for i18n (bug #520296).
  Thanks Wouter Bolsterlee!
- No longer highlight the entire desktop when a node is updated to
  the desktop.
- Disable event monitoring if the event being listened for
  disappears.
- Catch exceptions when getting states during state changes.
- Do not highlight an accessible on the desktop if the duration it
  is selected is 0.
- Fixed bug #555416.  Set process name to 'accerciser'.
- Fixed bug #555108.  Changed "left plugin display area" to "right
  plugin display area".  Thanks Lucas Lommer!
- Fixed bug #561598.  Display each target of a relation instead of
  displaying the first target repeatedly.

New And Updated Translations
============================
- Petr Kovar (cs)
- Jorge González (es)
- Kjartan Maraas (nb)
2009-03-22 14:09:42 +00:00
wiz
9e1a23e822 Update patterns, still two unpackaged. 2009-03-22 12:29:04 +00:00
wiz
87e4ba7b8e Update patterns. Still nothing packaged. 2009-03-22 12:24:02 +00:00
wiz
255860d4f3 Updated meta-pkgs/c++-gnome-bindings to 2.26.0 2009-03-22 12:21:37 +00:00
wiz
c38076d248 Update to 2.26.0. 2009-03-22 12:21:26 +00:00
wiz
e255640602 Updated textproc/libxml++ to 2.26.0 2009-03-22 12:20:17 +00:00
wiz
2c94daab27 Update to 2.26.0:
2.26.0:

* Increased version number to match GNOME 2.26.
2009-03-22 12:20:08 +00:00
bad
8ef4d160f7 Note removal of games/baduki. 2009-03-22 12:03:34 +00:00
bad
041ced013a Remove games/baduki. The author disappeared years ago and it hasn't been
maintained every since.
2009-03-22 12:02:05 +00:00
martti
7d7def3f9b clamsmtp 2009-03-22 11:22:06 +00:00
martti
7830e12df3 Updated mail/clamsmtp to 1.10
- Make the XFOWARD HELO available as a environment variable in scripts.
- Send an RSET to the server after filter fails an email.
2009-03-22 11:21:04 +00:00
martti
abfe2b37c5 ejabberd 2009-03-22 10:40:12 +00:00
martti
c76f1aa0f6 Updated chat/ejabberd to 2.0.4
This version is a maintenance release containing 20 bugfixes and improvements.

http://secunia.com/advisories/34340/
2009-03-22 10:39:43 +00:00
pooka
79a5232170 drop maintainership 2009-03-22 10:33:42 +00:00
tonio
d3d02a7354 Update chat/weechat to 0.2.6.1 2009-03-22 10:33:31 +00:00
tonio
74ed77188f Update chat/weechat to 0.2.6.1
This version fixes a major bug: crash with some special chars in IRC
messages.
2009-03-22 10:32:40 +00:00
wiz
06d968255d Updated sysutils/gnome-vfsmm to 2.26.0 2009-03-22 10:28:06 +00:00
wiz
63c73d9f57 Update to 2.26.0:
2.26.0:

* ApplicationRegistry: supports_mime_type(), supports_uri_scheme():
  Actually return the bool. (Vincent Untz ) Bug #570107.
2009-03-22 10:27:55 +00:00
martti
fba3760566 vim 2009-03-22 10:25:26 +00:00
martti
4e5f5b42ad Updated editors/vim-share to 7.2.148
1496  7.2.102  (after 7.2.100) BOM at start of Vim script not removed
  5153  7.2.103  tab page line isn't always updated, e.g. when 'bomb' is set
  1523  7.2.104  after ":saveas foo" the tab label isn't updated right away
  2159  7.2.105  modeline setting for 'foldmethod' overrules diff options
  3422  7.2.106  endless loop for "]s" in HTML when there are no misspellings
  1825  7.2.107  After a GUI dialog ":echo" messages are deleted
  1622  7.2.108  (after 7.2.105) can't compile without the diff feature
 11901  7.2.109  'langmap' does not work for multi-byte characters
  1407  7.2.110  compiler warning for unused variable
  2724  7.2.111  selection unclear for Visual block mode with 'cursorcolumn'
  1509  7.2.112  cursor invisible in first col in Visual mode if 'number' set
  2700  7.2.113  crash when using submatch() in substitute()
  2531  7.2.114  using wrong printf format: %d instead of %ld
  2716  7.2.115  some debugging code is never used
  1619  7.2.116  not all memory is freed when EXITFREE is defined
  2592  7.2.117  location list incorrectly labelled "Quickfix List"
  2068  7.2.118  <PageUp> at the more prompt only does half a page
  1550  7.2.119  status line is redrawn too often
  8305  7.2.120  location list is copied and then deleted when opening window
  4993  7.2.121  can't stop output of "!grep a *.c" in gvim with CTRL-C
  2472  7.2.122  invalid mem access if VimResized autocmd changes screen size
  1568  7.2.123  ":map" output continues after typing 'q' at more prompt
  3127  7.2.124  ":tselect" output continues after typing 'q' at more prompt
  3936  7.2.125  leaking memory when reading XPM bitmap for a sign
  4326  7.2.126  when EXITFREE is defined signs and keymaps are not freed
  1708  7.2.127  get another more prompt after typing 'q'
  1537  7.2.128  (after 7.2.055) ":lcd" causes invalid session file
  2229  7.2.129  opening command window from input() uses the search history
 12852  7.2.130  Vim may haing until CTRL-C is typed when using CTRL-Z
  2612  7.2.131  using wrong cursor highlighting after clearing 'keymap'
  7823  7.2.132  accessing freed memory when changing dir in SwapExists autocmd
  1665  7.2.133  ":diffoff!" changes settings in windows not in diff mode
  2314  7.2.134  compiler warnings for discarding "const" from pointer
  1991  7.2.135  memory leak when redefining user command with complete arg
  1326  7.2.136  (after 7.2.132) ":cd" still possible in SwapExists autocmd
 11328  7.2.137  wrong left shift of blockwise selection in tab when 've' set
  5428  7.2.138  extra part of 7.2.137
  2229  7.2.139  crash when 'virtualedit' is "all"
  1974  7.2.140  diff highlighting missing if Visual area starts at cursor pos
  6622  7.2.141  fixing bold spill redraws too many characters
  1753  7.2.142  Motif and Athena balloons don't use tooltip colors
  6830  7.2.143  no command line completion for ":cscope" command
  2304  7.2.144  colorscheme is reloaded when 't_Co' is set to the same value
  3379  7.2.145  white space in ":cscope find" is not ignored
  3394  7.2.146  v:warningmsg isn't used for all warnings
  1548  7.2.147  cursor in wrong position after Tab for small version
  4275  7.2.148  highlighting a character after the line doesn't always work
2009-03-22 10:24:19 +00:00
wiz
ccd3d3f5a9 Updated meta-pkgs/py-gnome-bindings to 2.26.0 2009-03-22 10:13:42 +00:00
wiz
3d69824a72 Update to 2.26.0. 2009-03-22 10:13:32 +00:00