Commit graph

182518 commits

Author SHA1 Message Date
sno
901f79c710 Updated devel/p5-Attribute-Handlers to 0.93 2012-02-20 12:29:27 +00:00
sno
fc88eae9bc Updating package for CPAN module Attribute::Handlers in
devel/p5-Attribute-Handlers from 0.91 to 0.93

Upstream changes:
0.93	Mon Dec 19 09:19:00 CET 2011
	- documentation: "my" should be "till" (Frederic Briere)
	- Spelling fixes (Father Chrysostomos)
	- Indentation fixes (Father Chrysostomos)
2012-02-20 12:29:17 +00:00
sno
fa483f59e5 Updated devel/p5-Array-Compare to 2.02 2012-02-20 12:26:28 +00:00
sno
560111074d Updating package for CPAN module Array::Compare in devel/p5-Array-Compare
from 2.01nb3 to 2.02

pkgsrc changes:
- add build/test requirement

Upstream changes:
2011-12-15  Dave Cross <dave@dave.org.uk>
  * Build.PL, lib/Array/Compare.pm, t/test.t: Tests and fixes for RT bug 73287
  (thanks to Andrew Solomon) Bump version number

2011-02-17  Dave Cross <dave@dave.org.uk>
  * t/test.t: Removed old Perl 4-ish test comments.

2009-09-02  Dave Cross <dave@dave.org.uk>
  * lib/Array/Compare.pm: Correct documentation of 'WhiteSpace' option.
2012-02-20 12:26:17 +00:00
obache
572c5e457e reset PKGREVISION, from base pkg update. 2012-02-20 01:22:32 +00:00
abs
8cdf43084e Drop (optional) p5-PartialDump dependency as it depends on Moose (dependency loop) 2012-02-19 22:50:14 +00:00
wiz
65194c26ec + bitlbee-3.0.5, blender-2.62, calibre-0.8.40, dialog-1.1.20120215,
eric5-5.2.0, firefox-10.0.2, gtkwave-3.3.32, help2man-1.40.6,
  mathomatic-15.8.0, mu-0.9.8.1, openldap-client-2.4.29, poppler-0.18.4,
  puzzles-9408, qemu-1.0.1, tiff-4.0.1, vlc-2.0.0, wine-devel-1.4.0rc4,
  zile-2.4.6.
2012-02-19 21:07:54 +00:00
gls
2c8724f5b6 Add a bl3 file, required for the upcoming xfce4-tumbler package 2012-02-19 20:07:42 +00:00
bouyer
c202ded60d Fix new patch-ap commited earlier: space vs tab issue ... 2012-02-19 18:21:58 +00:00
tron
694b38eca7 Note update of the "postfix" package to version 2.8.8. 2012-02-19 18:21:26 +00:00
tron
397e145c4a Update "postfix" package to version 2.8.8. Changes since version 2.8.7:
- The Postfix sqlite client, introduced with Postfix 2.8, had an
  embarassing bug in its quoting routine. As the result of a
  last-minute code cleanup before release, this routine returned the
  unquoted text instead of the quoted text. The opportunities for
  mis-use are limited: Postfix sqlite database files are usually owned
  by root, and Postfix daemons usually run with non-root privileges so
  they can't corrupt the database. This problem was reported by Rob
  McGee (rob0).
- The Postfix 2.8.4 fix for local delivery agent database lookup
  errors was incomplete. The fix correctly added new code to detect
  database lookup errors with mailbox_transport_maps,
  mailbox_command_maps or fallback_transport_maps, but it failed to
  log the problem, and to produce a defer logfile record which is
  needed for "delayed mail" and "mail too old" delivery status
  notifications.
- The trace(8) service, used for DSN SUCCESS notifications, did not
  distinguish between notifications for a non-bounce or a bounce
  message, causing it to "reply" to mail with the null sender
  address. Problem reported by Sabahattin Gucukoglu.
- Support for Dovecot auth over TCP sockets, using code that already
  existed for testing purposes. Patrick Koetter kindly provided an
  update for the SASL_README file.
- Workaround in the LDAP client for changes in the under-documented
  OpenLDAP API, by Victor Duchovni.
2012-02-19 18:19:23 +00:00
minskim
aae7011ffc Note update of emacs. 2012-02-19 17:45:24 +00:00
minskim
36ede60594 Update emacs to 23.4.
Emacs 23.4 mainly fixes a security flaw in EDE (CVE-2012-0035), which
was already fixed in emacs-23.3nb1 in pkgsrc.
2012-02-19 17:44:35 +00:00
imil
84c845773b Updated x11/avant-window-navigator to 0.4.0nb1 2012-02-19 17:34:05 +00:00
imil
d2be8a0996 Revbump for
- Missing icons, added dependencies over graphics/hicolor-icon-theme and
  graphics/gnome-icon-theme
- Missing preferences features, added dependencies over sysutils/py-dbus and
  devel/bzr
2012-02-19 17:33:26 +00:00
minskim
2672d8bbc8 Note update of emacs-snapshot. 2012-02-19 17:08:34 +00:00
minskim
1784bddcaf Update emacs-snapshot to 24.0.93.20120216.
Notable changes:
        * mail/smtpmail.el (smtpmail-query-smtp-server):
        (smtpmail-query-smtp-server): Prompt the user for a port number if
        we can't connect to any of the standard ports (bug#10810).
	* Fix a loop in c-set-fl-decl-start.
	* Fix infinite loop with long macros.
        * progmodes/python.el (python-end-of-statement): Fix infinite
        loop.  (Bug#10788)
        * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
        (byte-compile-defvar): Use it to minimize .elc size.
        Just use `defvar' rather than simulate it (bug#10761).
2012-02-19 17:08:04 +00:00
taca
a1a5826cc2 Note update of misc/rubygems package to 1.8.17. 2012-02-19 16:33:14 +00:00
taca
3cbf3fe9eb Update rubygems package to 1.8.17.
=== 1.8.17 / 2012-02-17

* 2 minor enhancements:

  * Add MacRuby to the list of special cases for platforms (ferrous26)
  * Add a default for where to install rubygems itself

* 3 bug fixes:

  * Fixed gem loading issue caused by dependencies not resolving.
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
  * Shebang munging would only take one arg after the cmd
  * Define SUCKAGE better, ie only MRI 1.9.2
  * Propagate env-shebang to the pristine command if set for install.


=== 1.8.16 / 2012-02-12

* 3 bug fixes:

  * Fix gem specification loading when encoding is not UTF-8. #146
  * Allow group writable if umask allows it already.
  * Uniquify the spec list based on directory order priority
2012-02-19 16:32:43 +00:00
taca
7661547102 Note update of www/drupal6 package to 6.24 and www/drupal7 package to 7.12. 2012-02-19 16:31:59 +00:00
taca
1deb4baade Update www/drupal7 package to 7.12.
Drupal 7.12, 2012-02-01
----------------------
- Fixed bug preventing custom menus from receiving an active trail.
- Fixed hook_field_delete() no longer invoked during field_purge_data().
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
  open_basedir().
- Fixed Nested transactions throw exceptions when they got out of scope.
- Fixed bugs with the Return-Path when sending mail on both Windows and
  non-Windows systems.
- Fixed bug with DrupalCacheArray property visibility preventing others from
  extending it (API change: http://drupal.org/node/1422264).
- Fixed bug with handling of non-ASCII characters in file names (API change:
  http://drupal.org/node/1424840).
- Reconciled field maximum length with database column size in image and
  aggregator modules.
- Fixes to various core JavaScript files to allow for minification and
  aggregation.
- Fixed Prevent tests from deleting main installation's tables when
  parent::setUp() is not called.
- Fixed several Poll module bugs.
- Fixed several Shortcut module bugs.
- Added new hook_system_theme_info() to provide ability for contributed modules
  to test theme functionality.
- Added ability to cancel mail sending from hook_mail_alter().
- Added support for configurable PDO connection options, enabling master-master
  database replication.
- Numerous improvements to tests and test runner to pave the way for faster test
  runs.
- Expanded test coverage.
- Numerous API documentation improvements.
- Numerous performance improvements, including token replacement and render
  cache.
2012-02-19 16:31:08 +00:00
taca
86d3196ab7 Update drupal6 package to 6.24.
Drupal 6.24, 2012-02-01
----------------------
- Improved performance of search indexing and user operations by adding indexes.
- Fixed issues with themes getting disabled due to missing locking in
  system_theme_data().
- Fix issue with blocks being disabled on updates in _block_rehash().
- Further improvements to PHP 5.3, PHP 4 and PostgreSQL compatibility.
- Improved code documentation at various places.
- Fixed a variety of other bugs.
2012-02-19 16:30:17 +00:00
taca
b49142b3d9 Importing contao211-translations package 201202180.
Language translation files for Contao Open Source CMS version 2.11.x.

From this package, it contains only ready for Conao 2.11.0 and curretly
it supports French, Italian, Japanese, Latvian, Dutch, Polish, Portuguese,
Romanian, Russian and Swedish.
2012-02-19 16:24:17 +00:00
imil
14d773e87c Added x11/avant-window-navigator version 0.4.0 2012-02-19 14:47:19 +00:00
imil
face6ac196 add & enable avant-window-navigator 2012-02-19 14:45:37 +00:00
imil
b0754519ba Initial import of avant-window-navigator, version 0.4.0, into the
NetBSD Packages Collection.

Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of
the screen. It has support for launchers, task lists, and third party applets.
2012-02-19 14:43:11 +00:00
imil
8934a7d9f7 Added x11/libdesktop-agnostic version 0.3.92 2012-02-19 14:33:18 +00:00
imil
0ca5b70cf8 add & enable libdesktop-agnostic 2012-02-19 14:31:01 +00:00
imil
b8a0bc4f1d Initial import of libdesktop-agnostic, version 0.3.92, into the
NetBSD Packages Collection.

This library provides an extensible configuration API, a unified
virtual file system API, and a desktop item editor (all with
pluggable backends) for GLib-based projects. It is not tied to any one
desktop environment, although there are desktop-specific modules.
2012-02-19 14:23:00 +00:00
wiz
56a9c0c957 Updated devel/py-pysvn to 1.7.5 2012-02-19 14:02:48 +00:00
wiz
50f9430a5c Update to 1.7.5, provided by Helge Muehlmeier via pkgsrc-wip.
pysvn Extension 1.7.5 (27 Feb 2011) release supports Subversion 1.4.0 thru 1.6.15
pysvn Extension 1.7.4 (15 Aug 2010) release supports Subversion 1.4.0 thru 1.6.12
pysvn Extension 1.7.3 release was never fully announced
2012-02-19 14:02:38 +00:00
obache
6a58c21e79 Updated mail/offlineimap to 6.5.2.1 2012-02-19 13:09:35 +00:00
obache
828d2c985f Update offlineimap to 6.5.2.1.
may new features, changes and bug filxes from 4.0.16.
for  recent changes, please refer here:
  https://github.com/spaetz/offlineimap/blob/master/Changelog.rst
2012-02-19 13:09:03 +00:00
gls
a3375b2a29 Updated shells/lshell to 0.9.14 2012-02-19 13:03:33 +00:00
gls
13b2a19d2a Update shells/lshell to 0.9.14
Upstream changes:


=== v0.9.14 27/10/2010 ===
    * Corrected get_aliases function, as it was looping when aliases were
      "recursive" (e.g. 'ls':'ls --color=auto')
    * Added lsudo built-in command to list allowed sudo commands.
    * Corrected completion function when 2 strings collided (e.g. ls and lsudo)
    * Corrected the README's installation part (adding --prefix).
    * Added possibility to log via syslog.
    * Corrected warning counter (was counting minus 1).
    * Added the possibility to disable the counter, and just warn the user
      (withouht kicking him).
    * Added possibility to configure prompt. Thank you bapt for the patch.
    * Added possibility to set environment variables to users. Thank you bapt
      for the patch.
    * Added the 'history' built-in function.

=== v0.9.13 02/09/2010 ===
* Switched from deprecated popen2 to subprocess to be python2.6 compatible.
Thank you Greg Orlowski for the patch.
* Added missing builin commands when 'allowed' list was set to 'all'. For
example, the "cd" command was then missing.
* Added the "export" builtin function to export shell variables. Thank you
Chris for reporting this issue.
2012-02-19 13:03:11 +00:00
taca
c3a46204c7 Note update of databases/ruby-sqlite3 pacakge to 1.3.5. 2012-02-19 11:28:19 +00:00
taca
a3800511a8 Update databases/ruby-sqlite3 package to 1.3.5.
=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!

* Enhancements
  * Windows: build against SQLite 3.7.9
  * Static: enable SQLITE_ENABLE_COLUMN_METADATA
  * Added Statement#clear_bindings! to set bindings back to nil

* Bugfixes
  * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
  * Database error is not reset, so don't check it in Statement#reset!
  * Remove conditional around Bignum statement bindings.
    Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.

* Internal
  * Use proper endianness when testing database connection with UTF-16.
    Fixes #40. Fixes #51
  * Use -fPIC for static compilation when host is x86_64.

=== 1.3.4 / 2011-07-25

* Enhancements:
  * Windows: build against SQLite 3.7.7.1
  * Windows: build static binaries that do not depend on sqlite3.dll be
    installed anymore

* Bugfixes
  * Backup API is conditionaly required so that older libsqlite3 can be used.
    Thanks Hongli Lai.
  * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
  * Fix extconf's hardcoded path that affected installation on certain systems.
2012-02-19 11:27:01 +00:00
obache
a00fccd13f Updated sysutils/memtest86 to 4.0 2012-02-19 11:14:48 +00:00
obache
10367efd6f Update memtest86 to 4.0.
Based on PR 45754 by Radoslaw Kujawa.

Enhancements in v4.0 (28/Mar/2011)
* Support for testing with multiple CPUs. All tests except for #11 (Bit Fade)
  have been multi-threaded. A maximum of 16 CPUs will be used for testing.
* CPU detection has been completely re-written to use the brand ID string rather
  than the cumbersome, difficult to maintain and often out of date CPUID family
  information. All new processors will now be correctly identified without
  requiring code support.
* All code related to controller identification, PCI and DMI has been removed.
  This may be a controversial decision and was not made lightly. The following
  are justifications for the decision:
    1. Controller identification has nothing to do with actual testing of memory,
     the core purpose of Memtest86.
    2. This code needed to be updated with every new chipset. With the ever
       growing number of chipsets it is not possible to keep up with the changes.
       The result is that new chipsets were more often than not reported
       in-correctly. In the authors opinion incorrect information is worse
       than no information.
    3. Probing for chipset information carries the risk of making the program
       crash.
    4. The amount of code involved with controller identification was quite
       large, making support more difficult.

  Removing this code also had the unfortunate effect of removing reporting of
  correctable ECC errors. The code to support ECC was hopelessly intertwined the
  controller identification code. A fresh, streamlined implementation of ECC
  reporting is planned for a future release.
* A surprising number of conditions existed that potentially cause problems when
  testing more than 4 GB of memory. Most if not all of these conditions have
  been identified and corrected.
* A number of cases were corrected where not all of memory was being tested. For
  most tests the last word of each test block was not tested. In addition an
  error in the paging code was fixed that omitted from testing the last 256
  bytes of each block above 2 GB.
* The information display has been simplified and a number of details that were
  not relevant to testing were removed.
* Memory speed measurement has been parallelized for more accurate reporting for
  multi channel memory controllers.
* This is a major re-write of the Memtest86 with a large number of minor
  bug-fixes and substantial cleanup and re-organization of the code.
2012-02-19 11:14:32 +00:00
taca
a9f9d42f29 Note update of www/contao210-translations package to 201202160. 2012-02-19 11:07:07 +00:00
taca
1b504558c4 Update contao210-translations package to 201202160.
* A slightly change package's version shceme although this is last version.
* Update French and Albanian language files.
2012-02-19 11:06:35 +00:00
taca
2117664c4b Add three "used by" lines in comment. 2012-02-19 11:03:08 +00:00
taca
95755767ab Note addtion of these packages (Contao 2.11.0):
www/contao211			2.11.0
	www/contao211-example		2.11.0
	www/contao211-translations	201202180
2012-02-19 11:01:55 +00:00
taca
69df522253 Add and enable contao211, contao211-example and contao211-translations. 2012-02-19 10:59:52 +00:00
taca
ffba619df9 Importing contao211-example package version 2.11.0.
This is example site data of Contao Open Source CMS.
2012-02-19 10:55:32 +00:00
taca
5a1c7a7e62 Importinc contao211 package version 2.11.0.
* Multilingual website URLs
* Global style sheet variables
* Improved FAQ module
* News archive/Event list/FAQ list/ and each reader on the same page
* Disabling the CSS framework
* Make style sheets static
* Modified request token system
* Contao safe mode
* Autogenerated local configuration files
* Adding system messages
* Insert tag changes
* Website root pages are required
* Make ListView output a table
* Embed Google web fonts
* Advanced image crop modes
* Forced password change
* Privacy settings
* Updated plugins (not extension)
* New hooks
* New methods in the File/Folder class
* Remove some old function
2012-02-19 10:54:07 +00:00
cheusov
7e29686589 Define PKG_DESTDIR_SUPPORT before .include "../../mk/bsd.prefs.mk" 2012-02-19 10:11:40 +00:00
tron
3a751f26bf Note update of the "png" package to version 1.5.9. 2012-02-19 09:26:51 +00:00
tron
d7961ccc4c Update "libpng" package to version 1.5.9. There are no change since
version 1.5.9rc01 except of the minor detail that you can actually
fetch the distfile.
2012-02-19 09:26:39 +00:00
hiramatsu
33cc45dea9 Updated graphics/p5-GD to 2.46nb3. 2012-02-19 07:44:33 +00:00