Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (20m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 19:06:46 UTC Now

2010-09-19 02:19:03 UTC MAIN commitmail json YAML

Updated misc/gperiodic to 2.0.10

(obache)

2010-09-19 02:18:42 UTC MAIN commitmail json YAML

Update gpriodic to 2.0.10.
Based on PR#43779 by Kamel Derouich, with some improvements by me.

2.0.10 : Minor code update & include translations
* Use the standard gtk+ about window
* Include the russian translation contributed by Michael Shigorin
2.0.9 : Minor code update & include translations
* Several minor fixed contributed from the Debian project has been merged.
* Italian and galician translations have been included.

(obache)

2010-09-18 20:48:24 UTC MAIN commitmail json YAML

2010-09-18 12:12:04 UTC MAIN commitmail json YAML

Updated devel/gsoap to 2.7.17

(obache)

2010-09-18 12:11:36 UTC MAIN commitmail json YAML

Update gsoup to 2.7.17.
Based on PR#43789 by Kamel Derouiche.

pkgsrc changes:
* install documentation additionally.
* exactly buildlink with zlib and openssl.

upstream changes:

# Version 2.7.14 (09/07/2009)

    * Added support for poll() to replace select() to prevent FD_EXCEEDED.
    * Fixed enum local simpleType restriction attribute initialization.
    * Fixed utf8 string parsing issue when first char in CDATA could cause
      problems.
    * Fixed UDP IPv6 multicast-unicast exchange.
    * Fixed gzip end-of-stream check.
    * Fixed wsdl2h portType operation-input/output matching to ensure operations
      can be safely overloaded.

# Version 2.7.15 (11/07/2009)

    * Added soap_read_X() and soap_write_X() macros to simplify object reading
      and writing.
    * Fixed soap_new_X() functions compilation problem.
    * Fixed SSL session in context copy.
    * Fixed win32 select() in tcp_select().
    * Fixed wstrings in unions.
    * Fixed preservation of CDATA sections in literal XML strings.

# Version 2.7.16 (04/05/2010)

    * Added soapcpp2 option -T to generate auto-test echo server code with an
      example in samples/autotest based on 294 patterns for data binding W3C
      workgroup.
    * Added soapcpp2 option -b to serialize byte arrays char[] as fixed-size
      strings (array of xsd:byte otherwise).
    * Added xsd:duration serializer: import custom/duration.h.
    * Added gsoap header syntax '$' type qualifier to indicate special
      struct/class members (array length, union discriminators).
    * Added "colon notation" to attach XML prefixes to C/C++ names without
      changing the names, an alternative to the ns__ prefix notation.
    * Added wsdl2h options -z# for backward compatibility flags (-z1, -z2).
    * Added SOAP_XML_IGNORENS to optionally ignore XML namespaces.
    * Added WS-ReliableMessaging plugin.
    * Added custom xsd:duration serializer.
    * Added WSSE plugin soap_wsse_set_wsu_id() to simplify signing of elements
      (sets the wsu:Id of a given element tag name).
    * Improved handling of struct/class member name clashes resulting from XML
      schemas definitions.
    * Improved SOAP RPC ecoding response element tag acceptance.
    * Improved VxWorks compatibility.
    * Fixed FastCGI SOAP/XML processing with MIME attachments.
    * Fixed 'typedef std::string XML', for literal XML serialization problem.
    * Fixed a rare incorrect well-formedness error when xmlns default namespaces
      are absent.
    * Fixed a zlib compression error when obsolete crc check is used.
    * Fixed WS-Addressing HTTPS message relay (OpenSSL crash).

# Version 2.7.17 (05/10/2010)

    * Added WS-Policy 1.2 and 1.5, WS-SecurityPolicy 1.2 support for wsdl2h.
    * Improved WS-ReliableMessaging interop and verified MT-safety.
    * Improved WS-Security WSSE plugin documentation.
    * Fixed soapcpp2 line number error reporting.
    * Fixed WSSE plugin soap_wsse_set_wsu_id().
    * Fixed wsdl2h cycle problem with recursive xs:include and xs:import.
    * Fixed enum translation of enum symbols with colons.
    * Fixed std::wstring used as XML attribute value UTF8 encoding (internal stdsoap2 API changed).

(obache)

2010-09-18 11:05:08 UTC MAIN commitmail json YAML

2010-09-18 11:04:35 UTC MAIN commitmail json YAML

Added inputmethod/multiskkserv version 20100128

(obache)

2010-09-18 11:04:18 UTC MAIN commitmail json YAML

Import multiskkserv-20100128 as inputmethod/multiskkserv.
Packagesd by Ryo ONODERA in pkgsrc-wip, import requested via PR#43819.

multiskkserv is a skk server which can use multiple dictionaries.
This server uses cdb format as the dictionary format.  cdb is the
efficient and constant (i.e. cannot add, delete, modify) database
format by Dan J. Bernstein, which I think is the appropriate format
for the system-wide constant dictionary storage.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-18 09:10:24 UTC MAIN commitmail json YAML

2010-09-18 09:09:20 UTC MAIN commitmail json YAML

Added databases/gigabase version 3.79

(obache)

2010-09-18 09:09:02 UTC MAIN commitmail json YAML

Import gigabase-3.79 as databases/gigabase.
Based on PR#43854 by GEnnady Proskurin,
remove FreeBSD-port-izm, really destdir support, and some fixes.

GigaBASE: Object-Relational Database Management System

GigaBASE inherits most of the features of FastDB, but uses page pool instead
of direct mapping of file on virtual memory. So GigaBASE is able to handle
database, which size significantly exceeds size of computer physical memory.
Convenient and flexible C++ interface makes development of application for
GigaBASE very easy and automatic scheme evaluation simplifies maintenance
and modification of the system. GigaBASE merges best features of relational
(simple data structure and non-procedural query language) and object-oriented
(direct object references, user defined types and methods) databases.
GigaBASE is primary oriented on application requiring fast data retrieving
by means of indices and direct object references, such as Web Server databases
applications.

SUBSQL utility can be used for database browsing and inspection, performing
online backups, database recovery, importing data to and exporting data from
database. GigaBASE will perform automatic recovery after system or application
crash, you should not worry about it. The only thing you can have to do manually
is stopping all database application if one of them is crashed leaving database
blocked.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-18 08:02:30 UTC MAIN commitmail json YAML

2010-09-18 06:58:46 UTC MAIN commitmail json YAML

2010-09-18 03:11:46 UTC MAIN commitmail json YAML

Update uim to 1.6.0 and bump related packages.

(obache)

2010-09-18 03:09:30 UTC MAIN commitmail json YAML

2010-09-18 03:08:31 UTC MAIN commitmail json YAML

Update uim to 1.6.0.
Based on PR#43872 by YAMASHIRO, Jun.
some fixes and improvements by me.

uim Changelog:
  - New IM uim-social-ime
  - New IM uim-ajax-ime
  - New IM uim-yahoo-jp
  - Support Wubi86 and ZhengMa tables with Generic IM
  - Improved uim-tutcode with many nice features with table style
    candidate window
  - Stable Qt4 bridge
  - Annotation system
  - Internal plugin system reorganization
  - uim-elatin enhancement
  - Japanese multiple-segment IM enhancement

(obache)

2010-09-18 00:50:58 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2010-09-18 00:50:37 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.50.20100916.

Changes:
- progmodes/sql.el updated to 2.7.
- Major code cleanup for tramp.
- Migrate to Tramp 2.2.

(minskim)

2010-09-17 21:41:54 UTC MAIN commitmail json YAML

update to version 3.8.8, partially by sno@

Upstream Changelog:

NEW FEATURES AND MAJOR CHANGES

* Aaron Sigel performed a security audit of RT and pointed out
  a number of potential improvements which have been addressed

* Charts improvements

    * Time-based charts can now show "hourly" goupings.
    * ChartFont option is now hash with font per language.
    * Two default fonts are shipped with RT to cover most
      supported languages.
    * The table of chart results now contains links to tickets
      matching a given row.
    * Timezones support, but protected with config option.
    * Better scaling of Y axis.
    * X axis labels are now vertical if there is not enough
      space to display them horizontally.

* RTAddressRegexp option improvements

    * No default value anymore.
    * If no value is set then RT will attempt to calculate the right value
      from the user-defined queue addresses.
    * On create/update/people pages RT now checks addresses
      users enter and stop users from entering known
      addresses for RT queues.

* Admin UI improvements

    * Improved display of the "About this RT" page.
    * More pages in the Admin UI have been switched to generic
      code to list objects (like tickets in search results)
    * Display formats for these objects are now configurable
      in the config file (%AdminSearchResultFormat)
    * More columns in column maps for objects other than
      tickets.

* Custom fields ordering and application improvements

    * Queue specific custom fields now can be placed above
      global, below or even in the middle. Order of global
      custom fields stays the same in all queues, but a custom
      field that is applied to particular queues can be placed
      differently in each queue.
    * Make it possible to apply a CF globally from 'Applies To'
      page.
    * RT no longer allows you to apply a CF globally and to queues
      at the same time. When CF is applied globally it is
      un-applied from specific queues first.

* Refactored simple (googleish) search

    * new options in the config to control defaults
    * new keywords to search for particular things

* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
  RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
  before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality

    * if LinkValueTo starts with __CustomField__ then don't
      escape it, but make sure it's not a JS link
    * escape links using HTML escaping
    * don't wrap into <a> with empty href if link is empty

* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
  config options
* Squelch watchers on update. This makes doing silent
  Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
  formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
  lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
  the message
* Improved print layouts
* Serve images in js and css dirs as static files,
  so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
  Next and Last links when you view tickets from the current
  search. Size is now limited by a new config option. Floating
  window is used to build the links.

CLEANUPS AND SMALL IMPROVEMENTS

* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
  are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
  is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
  the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
  column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
  feature
* Sort callbacks within a root only, respect plugins
  order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
  about RT::User and RT::Group's Load function
  returning a boolean not a list. This was throwing
  (harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
  allowed
* Removed the "URL" parameter to 'Logout' as it had no
  legitimate use.
* make instal and testdeps tests to avoid some versions
  of modules that are known to be buggy or incompatible,
  for example DBD::Oracle 1.23

BUG FIXES

* properly use AND/OR when content is searched and
  DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
  right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
  to construct a query and see tickets an user has no
  right to see. Lots of tests have been added to make
  sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
  more effective queries. Especially when list of
  potential owners is built for the query builder.
* Unified API for tables with disabled column and
  fixes when ->Count could return bigger value
  when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
  at a time. This doesn't work at all for UTF-16 and
  probably other encodings.
* Fixed encoding problem when loading a dump file
  produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
  symbols is loaded. Load was failing with "Not a SCALAR
  reference" error.
* Returned back effective SQL when searching by CFs with
  = or != operator
* Fixed error on login when user make mistake in password
  and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
  deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
  fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
  and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles

TRANSLATION

Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.

CALLBACKS

* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
  in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html

(spz)

2010-09-17 12:01:38 UTC MAIN commitmail json YAML

Added optional support for SPF

(adam)

2010-09-17 10:04:45 UTC MAIN commitmail json YAML

Add MESSAGE file to warn the user that they should be running proctree,
not pstree.
Bump PKGREVISION

(sborrill)

2010-09-17 09:35:58 UTC MAIN commitmail json YAML

2010-09-17 08:04:26 UTC MAIN commitmail json YAML

Updated audio/liblastfm to 0.3.2

(wiz)

2010-09-17 08:04:16 UTC MAIN commitmail json YAML

Update to 0.3.2:

Version 0.3.2
Don't try to compile the COM stuff on MinGW
Fix being unable to catch exceptions from client libraries. This drove us crazy in Amarok!

Version 0.3.1
Fix compilation on Snow Leopard
Fix compilation with Qt 4.6
Suggest Homebrew as well as MacPorts
Fix nmake clean on Windows without stubbornly reverting valid work :P
add user.getRecentStations
undef the CASE macro after use
add RadioStation to global.h
Recognise UNIX other than Linux
It's Library/Caches not Cache
Put ScrobbleCache in global namespace until version 1.0
make ScrobbleCache public
DRY fingerprint.pro
fingerprint.pro now uses pkg-config on win
Quote directories in Makefile.rb as they may contain spaces
Merge branch Doug's master restoring Makefile* to .gitignore
Install properly on OS X
handle rm -f and rm -rf on windows too please
Put VERSION macros in global.h
dist.sh improvements
Dependency checking
Ruby 1.9 fix
Remove release history from README
Fix cleansrc
Use git-archive to create archives

(wiz)

2010-09-17 07:11:42 UTC MAIN commitmail json YAML

2010-09-17 06:22:57 UTC MAIN commitmail json YAML

2010-09-17 06:09:31 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.011

(sno)

2010-09-17 06:09:10 UTC MAIN commitmail json YAML

Updating devel/p5-PPIx-Regexp from 0.010nb1 to 0.011

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.011 T. R. Wyant 16-Sep-2010
  No changes from 0.010_01.

0.010_01 T. R. Wyant 11-Sep-2010
  Remove dependencies on Params::Util and Readonly. The latter involved
    changing the symbols exported from PPIx::Regexp::Constant, but these
    were documented as private, so ...
  Parse POSIX character classes [=a=] and [.a.] as
    PPIx::Regexp::Token::CharClass::POSIX::Unknown, which counts as a
    parse failure since these are not supported by Perl.
  Make the PPI::Document created by PPIx::Regexp::Token::Code->ppi() be
    read only. This means we need PPI 1.116. Cache the document, and
    ensure the cached result is returned on subsequent calls.

(sno)

2010-09-17 06:04:07 UTC MAIN commitmail json YAML

Updated devel/p5-Format-Human-Bytes to 0.06

(sno)

2010-09-17 06:03:37 UTC MAIN commitmail json YAML

Updating devel/p5-Format-Human-Bytes from 0.05nb1 to 0.06

pkgsrc changes:
- adjust module type

Upstream changes:
0.06    2010.09.14
        Fix dependencies

(sno)

2010-09-17 06:00:13 UTC MAIN commitmail json YAML

Updated devel/p5-File-HomeDir to 0.93

(sno)

2010-09-17 05:59:45 UTC MAIN commitmail json YAML

Updating devel/p5-File-HomeDir from 0.91nb1 to 0.93

pkgsrc changes:
- kicked out Mac::Carbon for MacOS X support (done using
  Mac::SystemDirectory)
- forced Adam to wait with 0.93 to include patch for above changes

Upstream changes:
0.93 Wed 13 Sep 2010
- Production release, no changes from 0.92_05

0.92_05 Mon 13 Sep 2010
- use Mac::SystemDirectory for each Darwin based MacOS. (REHSACK)

0.92_04 Fri 10 Sep 2010
- Be less strict about desktop and others on FreeDesktop (ADAMK)

0.92_03 Mon  6 Sep 2010
- Adding experimental support for my_dist_config() (JQUELIN)
- Adding diag comment on which drivers gets used (ADAMK)

0.92_02 Mon 28 Jun 2010
- Updating to Module::Install 1.00 (ADAMK)
- Add a bit more docs, and tweak the existing stuff a bit (ADAMK)
- Deprecated the %~ interface. It will continue to exist as an
  undocumented legacy interface until 2015, warnings will be
  issued from 2013 (ADAMK)
- On FreeDesktop.org systems, root often does not have the relevant
  directories. Skip tests for them in the same way as we do for the
  Mac root users on darwin (GARU)

0.92_01 Fri 11 Jun 2010
- Updating to Module::Install 0.99 (ADAMK)
- Adding experimental support for my_dist_data() (JQUELIN)

(sno)

2010-09-17 05:55:23 UTC MAIN commitmail json YAML

Updated devel/p5-Data-UUID to 1.217

(sno)

2010-09-17 05:54:48 UTC MAIN commitmail json YAML

Updating devel/p5-Data-UUID from 1.216nb1 to 1.217

Upstream changes:
1.217 2010-09-14
  - documentation fixes
  - minor portability tweak to UUID.xs (thanks, Florian Ragwitz)

(sno)

2010-09-17 05:53:17 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MOP to 1.08

(sno)

2010-09-17 05:52:52 UTC MAIN commitmail json YAML

Updating devel/p5-Class-MOP from 1.07 to 1.08

pkgsrc changes:
- add Test::Requires dependency

Upstream changes:
1.08 Mon, Sep 13, 2010
  [BUG FIXES]
  * The get_method_list and _get_local_methods methods blew up in the face
    of subroutine stubs. (Goro Fuji)

(sno)

2010-09-17 05:52:42 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20100915

(schmonz)

2010-09-17 05:52:31 UTC MAIN commitmail json YAML

Update to 3.20100915. From the changelog:

  * needsbuild hook interface changed; the hooks should now return
    the modified array of things that need built. (Backwards compatibility
    code keeps plugins using the old interface working.)
  * Remove PATH overriding code in ikiwiki script that was present to make
    perl taint checking happy, but taint checking is disabled.
  * teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
    Thanks, Paul Menzel.
  * po: Make the po_master_language use a langpair like "en|English",
    so it can be configured via the web.
  * po: Allow enabling via web setup.
  * po: Auto-upgrade old format settings to new formats when writing
    setup file.
  * Pass array of names of files that have been deleted to needsbuild hook
    as second parameter, to allow for plugins that needs access to this
    information earlier than the delete hook.
  * actiontabs: Improve tab padding.
  * blueview: Fix display of links to translated pages in the page header.
  * Set isPermaLink="no" for guids in rss feeds.
  * blogspam: Fix crash when content contained utf-8.
  * external: Disable RPC::XML's "smart" encoding, which sent ints
    for strings that contained only a number, fixing a longstanding crash
    of the rst plugin.
  * git: When updating from remote, use git pull --prune, to avoid possible
    errors from conflicting obsolete remote branches.
  * cutpaste: Fix bug that occured in some cases involving inlines when
    text was pasted on a page before being cut.

(schmonz)

2010-09-17 05:48:35 UTC MAIN commitmail json YAML

Updated devel/p5-boolean to 0.23

(sno)

2010-09-17 05:48:14 UTC MAIN commitmail json YAML

Updating devel/p5-boolean from 0.20nb1 to 0.23

Upstream changes:
---
version: 0.23
date:    Thu Sep 16 19:27:54 PDT 2010
changes:
- Weird macosx dist bug broke everything. Worked around.
---
version: 0.22
date:    Wed Sep 15 00:21:20 PDT 2010
changes:
- Update copyright years.
---
version: 0.21
date:    Mon Sep 13 18:40:21 PDT 2010
changes:
- Add a boolean($) coercer export function
- Add many more tests (from 20 to 55 tests)
- Add prototypes to all exports functions
- Overload not and ! to return boolean

(sno)

2010-09-17 05:39:39 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.0013

(sno)

2010-09-17 05:39:17 UTC MAIN commitmail json YAML

Updating devel/p5-App-cpanminus from 1.0012 to 1.0013

Upstream changes:
1.0013  Sun Sep 12 12:46:36 PDT 2010
  - Added --no-wget and --no-curl to bootstrap LWP in an environment with old
    versions of wget/curl (rsp)

(sno)

2010-09-17 05:36:26 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.68

(sno)

2010-09-17 05:36:02 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68

pkgsrc changes:
- adjusting dependencies

Upstream changes:
revision 1.68  2010-09-16
----------------------------
    - Document methods on Tree
    - Add affordances for color coding placeholders
    - Change ::Tree::whitespace to whitespace_keyword

revision 1.67_03  2010-09-11
----------------------------
    - Add docs for SQL::Abstract::Tree->new
    - correcty merge profile and parameters
    - added fill_in_placeholders option for excellent copy/pasta

revision 1.67_02  2010-09-08
----------------------------
    - rename DBIx::Class::Storage::PrettyPrinter to
      DBIx::Class::Storage::Debug::PrettyPrint
    - decreased a lot of indentation from ::Tree
    - cleaned up handling of newlines inside of parens

revision 1.67_01  2010-09-06
----------------------------
    - Add SQL::Abstract::Tree
    - Add unindexed DBIx::Class::Storage::PrettyPrinter
    - Better documentation of undef/NULL in where clause
    - Depend on bugfixed Module::Install (now again installs
      on old < 5.8.3 perls)

(sno)

2010-09-17 05:34:57 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.09006

(sno)

2010-09-17 05:34:29 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Accessor-Grouped from 0.09005 to 0.09006

pkgsrc changes:
- adjust build/test dependencies

Upstream changes:
0.09006 Wed Sep 10 23:55:00 2010
    - Fix bugs in ro/wo accessor generation when XSAccessor is
      being used
    - Better Class::XSAccessor usage control - introducing
      $ENV{CAG_USE_XS} and $Class::Accessor::Grouped::USE_XS

(sno)

2010-09-17 05:06:26 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.31

(sno)

2010-09-17 05:05:45 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-SQLite from 1.29nb1 to 1.31

Upstream changes:
1.31 Wed 15 Sep 2010
    - Production release, identical to 1.30_06

1.30_06 Thu  9 Sep 2010
    - Resolved # 60860: Slow but steady memory leak on
      last_insert_id calls (ISHIGAKI)
    - Moved DBD::SQLite::FTS3Transitional into a dedicated dist (DAMI)
    - Updated bundled Test::NoWarnings to 1.02 (ADAMK)
    - Slightly bumped Test::More and added Test::Builder dependencies,
      because they are inherited from the bundled Test::NoWarnings (ADAMK)
    - Upgraded ppport.h to the latest version (ADAMK)

1.30_05 Fri 27 Aug 2010
    - Test::NoWarnings bundled in the "inc" directory was ignored
      in a new test. (ISHIGAKI)

1.30_04 Wed 25 Aug 2010
    - Updated to SQLite 3.7.2 (DUNCAND)
    - Resolved #60698: "Test failures with SQLite 3.7", using included
      patch by Niko Tyni (ntyni@debian.org) of t/lib/Test.pm (DUNCAND)
    - Added support for FTS3 tokenizers written in Perl. Added tests
      and documentation on how to use FTS3. Changed compilation flag
      to use the recommanded -DSQLITE_ENABLE_FTS3_PARENTHESIS
      *** MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY USED FTS3 ***
      (DAMI)
    - Fixed various backward compatibility issues back to SQLite 3.6.1
      (ISHIGAKI)
    - Resolved #58332: Documentation error for preventing fsync
      (ISHIGAKI)

1.30_03 Mon 21 May 2010
    - Updated to SQLite 3.6.23.1 (ISHIGAKI)
    - Resolved #56693: [PATCH] Fix spelling errors (patch by
      Ansgar Burchardt) (ISHIGAKI)
    - Added compile_options() to get compile options (ISHIGAKI)
    - Fixed punctuation; suggested by Father Chrysostomos (ISHIGAKI)
    - Ignore unknown collations, as they may be installed without
      using DBD::SQLite's api. This should help ICU plugin. (ISHIGAKI)

1.30_02 Tue 30 Mar 2010
    - Implemented sqlite_use_immediate_transaction database handle
      attribute to avoid deadlocks easily (ISHIGAKI)
    - Resolved #55466: Problem with names in DB that using square
      bracers (ISHIGAKI)
    - Added SQLITE_ENABLE_LOCKING_STYLE=0 for Mac OSX to avoid
      compile error (ISHIGAKI)

1.30_01 Wed 10 Mar 2010
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Resolved #54271: Inserting a string with utf-8 flag on
      corrupts BLOB data; now BLOB data is always stored as bytes
      (without the utf-8 flag) even if it has the flag set (ISHIGAKI)
    - Updated to SQLite 3.6.23 (DUNCAND)
    - Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI)
    - Added experimental "sqlite_allow_multiple_statements"
      database handle attribute, and "sqlite_unprepared_statements"
      statement handle attribute, to allow processing a SQL dump.
      (ISHIGAKI)
    - Resolved #53579: Added a note and a test of placeholders.
      (ISHIGAKI)
    - Resolved #45113, which was actually an issue of dequoting
      primary key column names (ISHIGAKI)
    - You can now retrieve some of the statement handle attributes
      before you execute. (ISHIGAKI)
    - Added preamble to copy sqlite3.[hc] files into a share
      directory (where you can access via File::ShareDir) to allow
      extension authors to use the same C source/header as they
      used to build DBD::SQLite itself. (ISHIGAKI)

(sno)

2010-09-16 23:49:58 UTC MAIN commitmail json YAML

Added fonts/ae-mono-ttf version 1.0

(wiz)

2010-09-16 23:49:49 UTC MAIN commitmail json YAML

+ ae-mono-ttf.

(wiz)

2010-09-16 23:41:37 UTC MAIN commitmail json YAML

Initial import of ae-mono-ttf-1.0, packaged for wip by
Kamel Ibn Hassen Derouiche.

Collection of PCF fonts that include Arabic glyphs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20100917

(wiz)

2010-09-16 21:05:23 UTC MAIN commitmail json YAML

2010-09-16 21:03:50 UTC MAIN commitmail json YAML

2010-09-16 19:00:04 UTC MAIN commitmail json YAML

mplayer updates to 20100913

(wiz)

2010-09-16 18:56:13 UTC MAIN commitmail json YAML

2010-09-16 18:28:30 UTC MAIN commitmail json YAML

Updated devel/libwnck to 2.30.4

(wiz)

2010-09-16 18:28:19 UTC MAIN commitmail json YAML

Update to 2.30.4, set LICENSE.

==============
Version 2.30.4
==============

Fixes

  - Stop using gdk_display (Vincent)

Misc

  - Update information in README and other files (Vincent)

Translators

  - Dirgita (id)

(wiz)

2010-09-16 18:09:54 UTC MAIN commitmail json YAML

s/openstreetmap/OpenStreetMap/g
>From Snader_LB on IRC.

(jakllsch)

2010-09-16 17:37:59 UTC MAIN commitmail json YAML

Updated net/clive to 2.2.15

(wiz)

2010-09-16 17:37:48 UTC MAIN commitmail json YAML

Update to 2.2.15:

Version 2.2.15
September 10, 2010

Changes:
  * New Youtube test URL
  * --format, "flv" is now called "default"
  * Add Youtube 1080p support (#62)
  * Update Youtube format IDs to match those used with quvi

Bugfixes:
  * Vimeo support (http/404), thanks to Jonas Smedegaard for the fix (#61)
    - <http://bugs.debian.org/595486>

Version 2.2.14
September 2, 2010

Bugfixes:
  * Output File path encoding (#60)

Version 2.2.13
August 12, 2010

Changes:
  * Add --license option

(wiz)

2010-09-16 17:32:48 UTC MAIN commitmail json YAML

Updated emulators/mednafen to 0.8.13.3

(wiz)

2010-09-16 17:32:37 UTC MAIN commitmail json YAML

Update to 0.8.D.3:

0.8.D.3:
Fixed a significant memory leak in the video output code(the
leak would increase every time fullscreen is toggled while
Mednafen is running).

(wiz)

2010-09-16 14:52:50 UTC MAIN commitmail json YAML

Note update of www/mediawiki package to 1.15.5.

(taca)

2010-09-16 14:52:02 UTC MAIN commitmail json YAML

Update mediawiki to 1.15.5.

== MediaWiki 1.15.5 ==

2010-07-28

This is a security and maintenance release.

MediaWiki is now using a "continuous integration" development model with
quarterly snapshot releases. The latest development code is always kept
"ready to run", and in fact runs our own sites on Wikipedia.

Release branches will continue to receive security updates for about a year
from first release, but nonessential bugfixes and feature developments
will be made on the development trunk and appear in the next quarterly release.

Those wishing to use the latest code instead of a branch release can obtain
it from source control: http://www.mediawiki.org/wiki/Download_from_SVN

(taca)

2010-09-16 14:46:48 UTC MAIN commitmail json YAML

Note update of textproc/po-mode package to 2.2.

(taca)

2010-09-16 14:46:04 UTC MAIN commitmail json YAML

Update po-mode to 2.2.

Changes are too many to write here, please refer ChageLog in distfiles.

(taca)

2010-09-16 13:55:14 UTC MAIN commitmail json YAML

+ aria2-1.10.3, epiphany-2.30.6, f-spot-0.8.0, gnome-disk-utility-2.32.0
  [GNOME 2.32], gnome-menus-2.30.3, libgee-0.5.3, libwnck-2.30.4,
  mantis-1.2.3, metacity-2.30.2, mutt-1.5.21, pessulus-2.30.3 [GNOME
  2.28], scrotwm-0.9.26.

(wiz)

2010-09-16 13:40:37 UTC MAIN commitmail json YAML

Correct one grammar and one spelling error.
Reported on IRC by Snader_LB.

(jakllsch)

2010-09-16 13:24:47 UTC MAIN commitmail json YAML

2010-09-16 12:07:17 UTC MAIN commitmail json YAML

Note update of devel/ruby-i18n pacakge to 0.4.1nb1 and misc/ruby-bundler
package to 1.0.0nb1.

(taca)

2010-09-16 12:05:41 UTC MAIN commitmail json YAML

* Remove patch of gemspec to allow depending to rubygems 1.3.5.

Bump PKGREVISION.

(taca)

2010-09-16 12:05:27 UTC MAIN commitmail json YAML

* Remove patch of gemspec to allow depending to rubygems 1.3.5.

Bump PKGREVISION.

(taca)

2010-09-16 12:04:07 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 1.3.7.

(taca)

2010-09-16 12:02:26 UTC MAIN commitmail json YAML

Updated sysutils/vobcopy to 1.2.0

(wiz)

2010-09-16 12:02:17 UTC MAIN commitmail json YAML

Update to 1.2.0:

1.2.0:  Some new features!
-Progress bar and speed enhancements/system load reduction
coming with it - many thanks to Eric Kilfoil!
-Vobcopy can now "rip" from an iso image on hdd or a directory
containing a VIDEO_TS directory. People seem to need this for
streaming dvd content to a ps3 via fuppes. That part seem to
be buggy though, works 50/50. Will look further into that.
-Option -M to rip the title with the longest playing time.
-Other small corrections I think.

(wiz)

2010-09-16 12:02:05 UTC MAIN commitmail json YAML

Update rubygems to 1.3.7.

o pkgsrc changes:

  * Add patches to keep output of specification sub-command as before.
  * Make sure to 'yaml is loaded in Gem::Specification::from_yaml().

=== 1.3.7 / 2010-05-13

NOTE:

http://rubygems.org is now the default source for downloading gems.

You may have sources set via ~/.gemrc, so you should replace
http://gems.rubyforge.org with http://rubygems.org

http://gems.rubyforge.org will continue to work for the forseeable future.

New features:

* `gem` commands
  * `gem install` and `gem fetch` now report alternate platforms when a
    matching one couldn't be found.
  * `gem contents` --prefix is now the default as specified in --help.  Bug
    #27211 by Mamoru Tasaka.
  * `gem fetch` can fetch of old versions again.  Bug #27960 by Eric Hankins.
  * `gem query` and friends output now lists platforms.  Bug #27856 by Greg
    Hazel.
  * `gem server` now allows specification of multiple gem dirs for
    documentation.  Bug #27573 by Yuki Sonoda.
  * `gem unpack` can unpack gems again.  Bug #27872 by Timothy Jones.
  * `gem unpack` now unpacks remote gems.
  * --user-install is no longer the default.  If you really liked it, see
    Gem::ConfigFile to learn how to set it by default.  (This change was made
    in 1.3.6)
* RubyGems now has platform support for IronRuby.  Patch #27951 by Will Green.

Bug fixes:

* Require rubygems/custom_require if --disable-gem was set.  Bug #27700 by
  Roger Pack.
* RubyGems now protects against exceptions being raised by plugins.
* rubygems/builder now requires user_interaction.  Ruby Bug #1040 by Phillip
  Toland.
* Gem::Dependency support #version_requirements= with a warning.  Fix for old
  Rails versions.  Bug #27868 by Wei Jen Lu.
* Gem::PackageTask depends on the package dir like the other rake package
  tasks so dependencies can be hooked up correctly.

=== 1.3.6 / 2010-02-17

New features:

* `gem` commands
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
    sources
  * `gem dep` now supports --prerelease.
  * `gem fetch` now supports --prerelease.
  * `gem server` now supports --bind.  Patch #27357 by Bruno Michel.
  * `gem rdoc` no longer overwrites built documentation.  Use --overwrite
    force rebuilding.  Patch #25982 by Akinori MUSHA.
* Captial letters are now allowed in prerelease versions.

Bug fixes:

* Development deps are no longer added to rubygems-update gem so older
  versions can update sucessfully.
* Installer bugs:
  * Prerelease gems can now depend on non-prerelease gems.
  * Development dependencies are ignored unless explicitly needed.  Bug #27608
    by Roger Pack.
* `gem` commands
  * `gem which` now fails if no paths were found.  Adapted patch #27681 by
    Caio Chassot.
  * `gem server` no longer has invalid markup.  Bug #27045 by Eric Young.
  * `gem list` and friends show both prerelease and regular gems when
    --prerelease --all is given
* Gem::Format no longer crashes on empty files.  Bug #27292 by Ian Ragsdale.
* Gem::GemPathSearcher handles nil require_paths. Patch #27334 by Roger Pack.
* Gem::RemoteFetcher no longer copies the file if it is where we want it.
  Patch #27409 by Jakub Stastny.

Deprecation Notices:

* lib/rubygems/timer.rb has been removed.
* Gem::Dependency#version_requirements is deprecated and will be removed on or
  after August 2010.
* Bulk index update is no longer supported.
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.

(taca)

2010-09-16 11:32:12 UTC MAIN commitmail json YAML

Updated databases/py-sqlite2 to 2.6.0

(adam)

2010-09-16 11:31:16 UTC MAIN commitmail json YAML

2010-09-16 11:23:32 UTC MAIN commitmail json YAML

Updated multimedia/clutter-gst to 1.2.0

(obache)

2010-09-16 11:23:18 UTC MAIN commitmail json YAML

clutter-gst 1.2.0 (18/08/2010)
===============================================================================

  * list of changes since 1.0.0

    o Supports the ClutterMedia subtitle-related properties introduced in
      1.2.0.

    o Added a "idle material" to VideoTexture, a material that will be used
      to paint the texture when not playing any video.

    o You can now set a user-agent when streaming videos.

    o The usual bulk of small fixes, small memory leaks, build (builds on
      GLES2 now), don't use deprecated symbols, ...

(obache)

2010-09-16 11:12:18 UTC MAIN commitmail json YAML

2010-09-16 11:10:09 UTC MAIN commitmail json YAML

Updated lang/python26 to 2.6.6nb2

(obache)

2010-09-16 11:09:51 UTC MAIN commitmail json YAML

some fixes and improvements
* fix a typo in patch-am
* MESSAGE.SunOS is not required since the previous bump,
  because "sunaudiodev" module will not be installed anymore.
* install 2to3 script with version suffix (and ALTERNATIVES)
  to avoid conflict with future python version.

Bump PKGREVISION.

(obache)

2010-09-16 10:09:24 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-unikey to 0.5.1

(obache)

2010-09-16 10:09:07 UTC MAIN commitmail json YAML

Update ibus-unikye to 0.5.1.

    * Release 0.5.1
    - Cleanup setup options in menu
    - Fix bugs

(obache)

2010-09-16 09:51:40 UTC MAIN commitmail json YAML

Note xine-xcb removal and related changes.

(wiz)

2010-09-16 09:49:43 UTC MAIN commitmail json YAML

2010-09-16 09:44:17 UTC MAIN commitmail json YAML

Update parrot from version 2.6.0 to 2.7.0.

Pkgsrc changes:
o Adapt to changes in installed files, and a new perl script.

Upstream changes:

- Core
  + cleanups in packfile and freeze/thaw handling
  + Hash optimizations that improve HLL startup and run time
  + As always, many bug fixes and other optimizations
- Runtime
  + some runtime library cleanups
- Testing
  + added more tests to improve coverage
  + new codingstd test for documentation in .pmc files
- Documentation
  + added documentation to .pmc files (some still missing but headers in place)
  + general documentation improvements and bringing up-to-date
- NQP-rx
  + Updated version included from http://github.com/perl6/nqp-rx includes
    speed improvements

(he)

2010-09-16 08:07:52 UTC MAIN commitmail json YAML

Updated databases/db5 to 5.1.19

(adam)

2010-09-16 08:06:18 UTC MAIN commitmail json YAML

2010-09-16 08:04:15 UTC MAIN commitmail json YAML

2010-09-16 07:53:32 UTC MAIN commitmail json YAML

Changes 5.1.19:
* Added Performance event monitoring support for DTrace and SystemTap which can
  be enabled during configuration. Static probes have been defined where
  statistics values are updated, where mutex or transactional consistency lock
  waits occur, and where some other potentially lengthy operations may be
  initiated.
* Added a new acknowledge policy - DB_REPMGR_ACKS_ALL_AVAILABLE.
* Added transactional bulk loading optimization for non-nested transactions.
* Added exclusive transaction support for the SQL API.
* Added support for bulk update and delete in C# API.
* Added a db_replicate utility.
* Added an implementation of the Online Backup API.
* Added support in Berkeley DB SQL for the vacuum and incremental vacuum
  pragmas.
* Added an option to automatically convert SQLite databases to Berkeley DB on
  opening.
* Added BDBSQL_SHARE_PRIVATE, an option to enable inter-process sharing of
  DB_PRIVATE environments using multiple-reader.
* Added database-level locking to optimize single-threaded operations and
  remove locking limitations for database load operations.
* Added support for DB_INIT_REP, DB_PRIVATE, DB_REGISTER and DB_THREAD in
  DB_CONFIG file.
* Added support for the BDBSQL_DEFAULT_PAGE_SIZE pragma to override Berkeley
  DB's choice of page size depending on the filesystem. Use
  SQLITE_DEFAULT_PAGE_SIZE rather than a hard-coded default.
* Added an extension that allows access to binary files stored outside of the
  database. What is stored in the database is a pointer to the binary file.
* Added .stat command to dbsql shell to print environment, table, and index
  statistics.
* Added enhancements to reduce the size of indexes in the SQL API by allowing
  duplicates in the index database and moving the rowid from the index key into
  the index data.
* Added a compile time flag BDBSQL_FILE_PER_TABLE that causes each table to be
  created in a separate file. This flag replaces the BDBSQL_SPLIT_META_TABLE
  flag.
* Added the handling of read only and read write open of the same database in
  BDB SQL.
* Added an encryption implementation to the SQL API.pkg

(adam)

2010-09-16 07:16:15 UTC MAIN commitmail json YAML

2010-09-16 07:15:55 UTC MAIN commitmail json YAML

2010-09-16 07:15:32 UTC MAIN commitmail json YAML

2010-09-16 07:04:22 UTC MAIN commitmail json YAML

HOMEPAGE should be http site, not ftp one.

(obache)

2010-09-16 04:37:25 UTC MAIN commitmail json YAML

+ jbig2dec
+ openjpeg

(joerg)

2010-09-15 20:59:50 UTC MAIN commitmail json YAML

kill the "gnome" option which is of no effect now

(drochner)

2010-09-15 19:55:24 UTC MAIN commitmail json YAML

ess and gnuradio updates.

(markd)

2010-09-15 19:47:33 UTC MAIN commitmail json YAML

2010-09-15 19:44:53 UTC MAIN commitmail json YAML

do missing dependency bump for glitz removal

(drochner)

2010-09-15 18:35:38 UTC MAIN commitmail json YAML

Add upstream bug report that was already filed by someone else. Problem is
fixed in upstream git.

(wiz)

2010-09-15 18:00:17 UTC MAIN commitmail json YAML

do missing dependency bump for glitz removal

(drochner)

2010-09-15 16:01:52 UTC MAIN commitmail json YAML

do missing dependency bump for glitz removal

(drochner)

2010-09-15 15:17:05 UTC MAIN commitmail json YAML

2010-09-15 15:09:44 UTC MAIN commitmail json YAML

Note update of tex-koma-script.

(minskim)

2010-09-15 15:09:23 UTC MAIN commitmail json YAML

Update tex-koma-script to 3.06.

Changes:
- Remove the installation script of srctime, which is not needed at runtime.

(minskim)

2010-09-15 15:08:47 UTC MAIN commitmail json YAML

Note update of www/contao29-translations package to 20100914.

(taca)

2010-09-15 15:07:59 UTC MAIN commitmail json YAML

2010-09-15 15:07:18 UTC MAIN commitmail json YAML

Update contao29-translations package to 20100914.

* Latvian language files are updated.
* Contao ready language files has changed its prefix from "TYPOlight-"
  to "Contao-".

(taca)

2010-09-15 13:55:16 UTC MAIN commitmail json YAML

2010-09-15 13:44:42 UTC MAIN commitmail json YAML

Updated print/mupdf to 0.7

(joerg)

2010-09-15 13:21:28 UTC MAIN commitmail json YAML

Remove of my entries to reflect reality.

(joerg)

2010-09-15 13:18:02 UTC MAIN commitmail json YAML

2010-09-15 13:15:29 UTC MAIN commitmail json YAML

2010-09-15 12:37:00 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 1.0.6nb3

(wiz)

2010-09-15 12:36:50 UTC MAIN commitmail json YAML

Fix PLIST with x11 option (default on) by always depending on libxcb,
since it's pulled in by libX11 anyway, nowadays.
Bump PKGREVISION.

(wiz)

2010-09-15 12:18:14 UTC MAIN commitmail json YAML

Note update of devel/ruby-mode package to 1.9.2pl0.

(taca)

2010-09-15 12:17:35 UTC MAIN commitmail json YAML

Update ruby-mode to use bundled in Ruby 1.9.2, ruby-mode-1.9.2pl0.

* Addition of encoding magic comment support.
* Addition of rdoc-mode.el.
* Various improvements and bug fix.

(taca)

2010-09-15 12:02:39 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.10.0nb1

(wiz)

2010-09-15 12:02:28 UTC MAIN commitmail json YAML

Remove comma at end of enumeration -- breaks e.g. snes9x-gtk compilation.

Bump PKGREVISION.

(wiz)

2010-09-15 11:53:43 UTC MAIN commitmail json YAML

Updated www/ap2-wsgi to 3.3

(adam)

2010-09-15 11:51:30 UTC MAIN commitmail json YAML

Changes 3.3:
* Bug fixes:
  1. Inactivity timeout not triggered at correct time when occurs for first
    request after process is started.
  2. Back off timer for failed connections to daemon process group wasn't
    working correctly and no delay on reconnect attempts was being applied.
  3. Logging not appearing in Apache error log files when using daemon mode
    and have multiple virtual hosts against same server name.
  4. Eliminate logging of KeyError exception in threading module when processes
    are shutdown when using Python 2.6.5 or 3.1.2 or later. This wasn't
    indicating any real problem but was annoying all the same.
  5. Fix potential for crash when logging error message resulting from failed
    group authorisation.
  6. Fix compilation problems with Apache 2.3.6.

(adam)

2010-09-15 10:37:06 UTC MAIN commitmail json YAML

BUILDLINK_DIR should not be used here, use BUILDLINK_PREFIX.* instead.

(obache)

2010-09-15 10:32:52 UTC MAIN commitmail json YAML

2010-09-15 10:28:10 UTC MAIN commitmail json YAML

Revbump after libpano13 update; depend on tools required for stitching

(adam)

2010-09-15 10:27:51 UTC MAIN commitmail json YAML

Revbump after libpano13 update

(adam)

2010-09-15 10:13:26 UTC MAIN commitmail json YAML

2010-09-15 10:02:15 UTC MAIN commitmail json YAML

remove some unneeded dependency propagation

(drochner)

2010-09-15 09:38:45 UTC MAIN commitmail json YAML

update gnuradio to version 3.3.0

build: refactor GR_GIT and GR_VERSION
Make C++ shared libraries versioned
howto: make versioned libraries
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch 'master' into udp
Rework UDP source and sink, with incompatible API changes
Merge branch 'master' into udp
Flush pending errors in gr_udp_sink on disconnect()
Add additional conditionalization of networking includes
Use -1 as file descriptor "not open" value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Add USRP2 clock source parameter to GRC blocks.
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch 'ets/grc-usrp2-clock-source'
howto: fix make check for win32, darwin (untested)
Remove bogus check for existence of prefix directory.
Update incorrectly checked in Makefile.am
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
Fixed issue with with wrong Makefile.am files being copied
Including bitshark_rx.h header file for USRP2 build
Updated db_bitshark_rx.c to the proper version that includes the
Once and for all, here is the properly updated Makefile.am for the apps
Updated to allow BURX support to be built into standard txrx.bin
usrp: Cleanup for merge of bitshark daughterboard code
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Merge branch 'master' into wip/burx_support
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
gr-wxgui: update copyrights
gnuradio-core: Disable (temporarily) interpolator tap calculation
build: force use of ltmain.sh from libtool 2.2.6b
build: use correct comment delimiter
build: distribute version controlled ltmain.sh in tarball
Merge remote branch 'bitshark/burx_support' into wip/burx_support
Revert "build: force use of ltmain.sh from libtool 2.2.6b"
Revert "build: distribute version controlled ltmain.sh in tarball"
Merge branch 'wip/burx_support'
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
grc: rename execution binary from 'grc' to 'gnuradio-companion'
Update revision to release 3.3.0-rc1, update autotools
Add analog CRT screen afterglow emulation for gr-wxgui

(markd)

2010-09-15 08:46:21 UTC MAIN commitmail json YAML

2010-09-15 07:54:40 UTC pkgsrc-2010Q2 commitmail json YAML

2010-09-15 07:53:49 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3223 - requested by taca
net/samba33: security update

Revisions pulled up:
- net/samba33/Makefile 1.11
- net/samba33/distinfo 1.5
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Sep 14 13:08:23 UTC 2010

Modified Files:
pkgsrc/net/samba33: Makefile distinfo

Log Message:
Update samba33 package to 3.3.14.

                  ==============================
                  Release Notes for Samba 3.3.14
        September 14, 2010
                  ==============================

This is a security release in order to address CVE-2010-3069.

o  CVE-2010-3069:
  All current released versions of Samba are vulnerable to
  a buffer overrun vulnerability. The sid_parse() function
  (and related dom_sid_parse() function in the source4 code)
  do not correctly check their input lengths when reading a
  binary representation of a Windows SID (Security ID). This
  allows a malicious client to send a sid that can overflow
  the stack variable that is being used to store the SID in the
  Samba smbd server.

(tron)

2010-09-15 06:58:19 UTC MAIN commitmail json YAML

+ calibre-0.7.18, clive-2.2.15, gmime24-2.4.19, openttd-1.0.4,
  puzzles-8996, telepathy-glib-0.11.15.

(wiz)

2010-09-15 06:40:53 UTC MAIN commitmail json YAML

Updated www/p5-HTML-FormFu to 0.07003

(sno)

2010-09-15 06:40:32 UTC MAIN commitmail json YAML

Updating www/p5-HTML-FormFu from 0.06001nb1 to 0.07003

pkgsrc changes:
- adjust dependencies
- adjust module type

Upstream changes:
0.07003 2010-08-02
    - Fix: Group element now escapes each items attributes, label_attributes
      and container attributes (based on by patch by Jeff Dairiki).
    - Fix: If using default_natural, use default_datetime_args{set_time_zone}
      if it's also set (Radek).
    - Filter::HTMLScrubber extra functionality.
    - Update _merge_hashes() so it can also merge arrays and hashes into a new
      array. This is necessary to allow default_args() to define a different
      ref-type than the element or processor which uses its values.
    - Update Element::reCAPTCHA tests after changes to Captcha::reCAPTHCA
      (bump dependency version).

0.07002 2010-06-24
    - Fix: Use MRO::Compat before mro to support perl 5.8
    - Fix: Date and ComboBox elements need to run deflators before trying to
      use any default value - reported by Matija Grabnar.
    - Overloading comparisons no longer assume both arguments are a blessed
      object - change needed for latest Test::More (Test-Simple-0.95_02)
      (RT#57747)
    - Change Element::Date to not use deprecated DateTime::Locale methods.
    - Bump DateTime::Locale and DateTime::Format::Strptime required versions
      as DateTime::Locale Changes file has no mention of when the methods
      we're now using were added.
    - Removed Regexp::Copy from prereqs.

0.07001 2010-05-16
    - No changes - cpan indexer failed for last release

0.07000 2010-05-16
    - Change of behaviour: default_args() values are now applied to any object
      inheriting from the specified type, rather than just an instance of that
      type. Old behaviour is still supported with a minor change, see docs for
      details. - (Daniel Hilton)
    - Change of behaviour: default_args() key/values are now applied in order
      of inheritance, rather than the random order returned by keys()
    - New reverse_single attribute for all field elements.  New reverse_group
      attribute for Checkboxgroup and Radiogroup elements. (Ronald Kimball)
    - New default_datetime_args() method on Date and DateTime elements.
    - Element::DateTime now supports a 'second' select menu.
    - Allow empty string as default value for Date element. (Ronald Kimball)
    - Now use Clone instead of Storable (ntyni@iki.fi).
    - Change from Class::C3 to mro, to get built-in support in perl >= 5.9
    - New Bulgarian translation (Kamen Naydenov).
    - Fix bad links and markup in POD. (Ronald Kimball)
    - Fix spelling errors in POD (Ansgar Burchardt)
    - Documented Element::Textarea cols() and rows() methods.
    - Bump Config::Any requirement to version 0.18 for YAML::XS support
    - Refactored ObjectUtil (Daniel Hilton)

(sno)

2010-09-15 06:03:14 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Server-Simple-Mason to 0.14

(sno)

2010-09-15 06:02:30 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-Server-Simple-Mason from 0.13nb1 to 0.14

pkgsrc changes:
- adjust module type

Upstream changes:
0.14 Sun Sep  5 09:24:13 EDT 2010
    * encode out string only if the string is in utf8

(sno)

2010-09-15 05:54:44 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Parser-XS to 0.09

(sno)

2010-09-15 05:54:23 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-Parser-XS from 0.07nb1 to 0.09

Upstream changes:
0.09
- improve compatibility (mainly Windows, RT #61133, thanks to
  Taro Nishino)

0.08
- improve compatibility (mainly Solaris, thanks to gfx)

(sno)

2010-09-15 05:51:26 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 3.13008

(sno)

2010-09-15 05:51:02 UTC MAIN commitmail json YAML

Update net/p5-Net-Twitter from 3.11012nb1 to 3.13008

Upstream changes:
3.13008 2010-08-26
    - use HTTPS for all OAuth token negotiation steps

3.13007 2010-07-06
    - decode_html_entities now decodes all fields (incl source in search
      results)
    - Role::OAuth doc patch by Doug Bell <doug@plainblack.com>
    - fixed: incompatibility between "since" and InflateObjects

3.13006 2010-06-18
    - test fix: bump the skip count for a new test in t/unicode.t for
      optional module

3.13005 2010-06-18
    - fixed: since (synthetic arg) filtering
    - fixed: don't use args for OAuth signature on multi-part mime posts

3.13004 2010-06-18
    - fixed: OAuth signature error with unicode args (RT#58493)

3.13003 2010-05-21
    - production release with Lists API refactor and OAuth changes

3.13002_03 2010-05-13
    - fixed: generate new OAuth authorization hearder on retry
      (RetryOnError trait)

3.13002_02 2010-05-12
    - fixed: removed redundant alias declarations

3.13002_01 2010-05-12
    - Refactored the Lists API to use Net::Twitter::API

3.13001 2010-11
    - use POST with Authorization header for XAuth (per Twitter
      documentation)
    - replace homegrown XAuth support with Net::OAuth's native support
    - accommodate 2 base URLs for API::Search (search and trends* methods
      use different base URLs)
    - enable SSL support for API::Search

3.13000 2010-05-09
    - added support and documentation for optional timeline parameter
      skip_user
    - fixed tests: plan was called twice when LWP was too old
    - added friends_incoming and friendships_outgoing methods

3.12000 2010-03-19
    - added new API methods: retweeted_by and retweeted_by_ids
    - fixed: t/51_since.t was actually connecting to twitter

(sno)

2010-09-15 04:00:38 UTC MAIN commitmail json YAML

strnlen.h is missing in distfile, taken from upstream repository
(and fixed in the repository).

(obache)

2010-09-15 03:44:17 UTC MAIN commitmail json YAML

Update to perfused-20100915, which fixes reliability problems (lost frames).

(manu)

2010-09-15 01:01:19 UTC MAIN commitmail json YAML

2010-09-15 00:59:03 UTC MAIN commitmail json YAML

Update nkf to 2.11, a.k.a. 2.1.1.

bug fix release
* add MS_Kanji as alias of Shift_JIS.
* fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and
  eucJP-ascii.
* fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220.
* other some bug fixes.

(obache)

2010-09-15 00:13:12 UTC MAIN commitmail json YAML

The tiny puppet moved ... must be a ventriloquist around.

(jakllsch)

2010-09-14 23:49:39 UTC MAIN commitmail json YAML

nm workaround not needed any longer, was fixed sometime before or in 0.11.11.

(wiz)

2010-09-14 22:30:42 UTC MAIN commitmail json YAML

Use new "pkg-add -U -D" for make replace in DESTDIR case.
Removes overbroad use of -f to override the
depending-packages-have-satisfied-dependencies check, replacing with
the narrow override of -D.

Discussed on tech-pkg@.
OK pkgsrc-pmc@.

(gdt)

2010-09-14 22:29:07 UTC MAIN commitmail json YAML

In "make replace" case with DESTDIR other than no, require 20100914
for -D flag in "pkg_add -U -D".

Discussed on tech-pkg@.
OK pkgsrc-pmc@.

(gdt)

2010-09-14 22:26:19 UTC MAIN commitmail json YAML

Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new
package.  Essentially, split off this particular behavior as a special
case of -f, so that -f works as before, unforced works as before, and
one can give -D to override exactly this check, leaving all other
checks intact.

The -D flag is in support of make replace, as the workflow for make
replace is that inter-package dependencies are sometimes violated (but
then one must replace the depending packages, which is what
pkg_rolling-replace does via the unsafe_depends flags).

Bump PKGTOOLS_VERSION.

Add missing break statement in option parsing of "pkg_add -C", riding
the version bump.

Discussed extensively on tech-pkg@ over the summer.
OK pkgsrc-pmc@.

(gdt)

2010-09-14 20:50:12 UTC MAIN commitmail json YAML

2010-09-14 19:41:28 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.60.

(tron)

2010-09-14 19:40:16 UTC MAIN commitmail json YAML

Update "x11-links" package to version 0.60:
- Fix a fundamental problem which meant that the package included links
  for builtin components that "pkgsrc" will not use because they are too old.
- Remove NetBSD specific "pixman" hack that is no longer necessary.

(tron)

2010-09-14 19:08:30 UTC MAIN commitmail json YAML

We don't need to set the required "pixman" version here anymore.

(tron)

2010-09-14 19:07:01 UTC MAIN commitmail json YAML

Set the required API version to 0.18.4 as well to enforce correct
build time dependences.

(tron)

2010-09-14 17:30:32 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.56.

(tron)

2010-09-14 17:30:13 UTC MAIN commitmail json YAML

Update "x11-links" package to version 0.56:
- Add a nasty hack to deal with the "pixman" issue under NetBSD 5.1*
  (and 5.0?) which provides an old version of "libpixman" with a higher
  major number than the package in "pkgsrc".

(tron)

2010-09-14 15:37:34 UTC MAIN commitmail json YAML

Note update of tex-hyphen-base.

(minskim)

2010-09-14 15:37:16 UTC MAIN commitmail json YAML

2010-09-14 15:28:00 UTC MAIN commitmail json YAML

Note update of tex-tetex{,-doc}.

(minskim)

2010-09-14 15:27:32 UTC MAIN commitmail json YAML

Update tex-tetex{,-doc} to TeX Live revision 19695.

Changes:
- Added more map files to updmap.cfg.

(minskim)

2010-09-14 14:57:39 UTC MAIN commitmail json YAML

added licensing information

(schwarz)

2010-09-14 13:09:58 UTC MAIN commitmail json YAML

-samba-3.3.14.

(taca)

2010-09-14 13:09:37 UTC MAIN commitmail json YAML

Note update of net/samba33 package to 3.3.14.

(taca)

2010-09-14 13:08:23 UTC MAIN commitmail json YAML

Update samba33 package to 3.3.14.

                  ==============================
                  Release Notes for Samba 3.3.14
        September 14, 2010
                  ==============================

This is a security release in order to address CVE-2010-3069.

o  CVE-2010-3069:
  All current released versions of Samba are vulnerable to
  a buffer overrun vulnerability. The sid_parse() function
  (and related dom_sid_parse() function in the source4 code)
  do not correctly check their input lengths when reading a
  binary representation of a Windows SID (Security ID). This
  allows a malicious client to send a sid that can overflow
  the stack variable that is being used to store the SID in the
  Samba smbd server.

(taca)

2010-09-14 12:26:48 UTC MAIN commitmail json YAML

+samba-3.3.14, samba-3.4.9, samba-3.5.5

CVE-2010-3069.

(taca)

2010-09-14 11:40:37 UTC MAIN commitmail json YAML

Note nkf-2.1.1.

(obache)

2010-09-14 11:13:17 UTC MAIN commitmail json YAML

2010-09-14 11:03:18 UTC MAIN commitmail json YAML

2010-09-14 09:14:56 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.55.

(tron)

2010-09-14 08:55:42 UTC MAIN commitmail json YAML

Update "x11-links" package to version 0.55:
- Add "pthread-stubs.pc" which is required for "libxcb" under Mac OS X.

(tron)

2010-09-14 08:39:13 UTC MAIN commitmail json YAML

+ clutter-gst-1.2.0

(obache)

2010-09-14 06:48:52 UTC MAIN commitmail json YAML

The author pushed a new distfile

(pettai)

2010-09-14 06:31:43 UTC MAIN commitmail json YAML

Catch up to API dependency on pixmap on cairo-1.10.0.
should be fix PR#43876.

(obache)

2010-09-14 06:19:43 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 3.67

(sno)

2010-09-14 06:19:12 UTC MAIN commitmail json YAML

Updating devel/p5-Object-InsideOut from 3.64nb1 to 3.67

pkgsrc changes:
- bump dependency of Scalar::Util to 1.23

Upstream changes:
3.67 Mon May 17 23:22:44 2010
- More fixes for $@ changes

3.66 Fri May 14 13:31:04 2010
- More fixes for $@ changes

3.65 Fri May  7 19:05:34 2010
- Fix tests for $@ changes that will be coming with Perl 5.14

(sno)

2010-09-14 06:13:28 UTC MAIN commitmail json YAML

Updated devel/p5-pip to 1.18

(sno)

2010-09-14 06:12:53 UTC MAIN commitmail json YAML

Updating devel/p5-pip from 1.16nb1 to 1.18

pkgsrc changes:
- adjust dependencies (partial reordered)

Upstream changes:
1.18 Mon 10 May 2010 - Adam Kennedy
- POD typo fix to keep the Debian nazis happy :)

1.17 Mon 10 May 2010
- Updating to Module::Install 0.95
- Bundling newer author tests
- Removing a three-argument open that some overzealous external
  contributor added.
- Added support for the .tgz extension, behaving the same as .tar.gz
- Added support for github tarball URLs in the format
  http://github.com/gitpan/Config-Tiny/tarball/2.12

(sno)

2010-09-14 06:05:58 UTC MAIN commitmail json YAML

Updated graphics/ruby-rcairo to 1.10.0

(obache)

2010-09-14 06:05:25 UTC MAIN commitmail json YAML

Update rcairo to 1.10.0.
While here, change LICENSE to exactly dual license.

Release 1.10.0 (2010-09-12) Kouhei Sutou <kou@cozmixng.org>)
===========================================================

Features
-----
  * Support cairo 1.10.0.

(obache)

2010-09-14 06:03:40 UTC MAIN commitmail json YAML

Updated devel/p5-Test-SharedFork to 0.15

(sno)

2010-09-14 06:03:15 UTC MAIN commitmail json YAML

Updating devel/p5-Test-SharedFork from 0.14 to 0.15

Upstream changes:
0.15
        - added "LIMITATION" section to docs.
          I gave up to support ithreads.

(sno)

2010-09-14 06:00:17 UTC MAIN commitmail json YAML

Updated devel/p5-Test-NoWarnings to 1.02

(sno)

2010-09-14 05:59:50 UTC MAIN commitmail json YAML

Updating devel/p5-Test-NoWarnings from 1.01nb1 to 1.02

pkgsrc changes:
- change the comment to be less personally
- bump Test::Tester dependency

Upstream changes:
1.02 Thu  9 Sep 2010 - Adam Kennedy
- Don't "use warnings" anywhere inside of Test::NoWarnings::* just
  in case we trigger a recursive warning handler in future (ADAMK)
- Remove the need for a private variable when detecting
  Devel::StackTrace support (ADAMK)
- Don't import unused functions from Carp or Test::Builder (ADAMK)
- Minor documentation tweaks (ADAMK)
- Correct the repository metadata in META.yml (ADAMK)
- Minor cleanups in the eumm-update generated code (ADAMK)
- Added a dedicated compile test (ADAMK)

(sno)

2010-09-14 05:42:46 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Stuff to 2.102

(sno)

2010-09-14 05:42:12 UTC MAIN commitmail json YAML

Updating mail/p5-Email-Stuff from 2.08nb2 to 2.102

pkgsrc changes:
- adjusting license definition
- adjusting module type
- tidy Makefile
- re-sort dependencies

Upstream changes:
2.102    2010-02-14
          minor documentation improvements
          do not break chaining on $stuff->FOO_text(undef);

2.101    2009-11-12
          accept character (unicode) strings for bodies and headers
          ucfirst header names
          (above changes by Aristotle Pagaltzis)

2.100    2009-08-11
          Allows attach_file to accept attribute arguments ie (content_type)
          just like attach does (twek)

2.09  Sat 16 May 2009
- documentation tweaks for SMTP hostname; thanks Kieren Kiment

(sno)

2010-09-14 05:30:42 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Reporter to 1.1801

(sno)

2010-09-14 05:30:20 UTC MAIN commitmail json YAML

Updating devel/p5-CPAN-Reporter from 1.1800nb1 to 1.1801

Upstream changes:
1.1801 Fri Sep 10 16:34:29 EDT 2010
  Changed:
  - Default config directory now uses File::HomeDir->my_home on
    windows instead of ->my_documents.  If that directory doesn't exist,
    it will fall back to ->my_documents.

(sno)

2010-09-14 00:57:55 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 1.7.2.

(taca)

2010-09-14 00:57:11 UTC MAIN commitmail json YAML

Update fengoffice to 1.7.2.

Since 1.7.1
------------

bugfix: Cannot attach files from computer when composing an email.
bugfix: Error when sending mail (with sync sent mails enabled).
bugfix: Tab with no content was appearing after 1.7.1.

(taca)

2010-09-14 00:36:53 UTC MAIN commitmail json YAML

Correct DIST_SUBDIR so that it is shared with tex-subfigure.

(minskim)

2010-09-14 00:34:08 UTC MAIN commitmail json YAML

Note update of tex-ifmtarg{,-doc}.

(minskim)

2010-09-14 00:33:27 UTC MAIN commitmail json YAML

2010-09-14 00:24:41 UTC MAIN commitmail json YAML

2010-09-14 00:18:21 UTC MAIN commitmail json YAML

2010-09-13 22:38:38 UTC MAIN commitmail json YAML

bump PKGREVISION for restricting JVMs to working ones in options.mk.

(bad)

2010-09-13 22:33:49 UTC MAIN commitmail json YAML

Note update of tex-kpathsea-doc.

(minskim)

2010-09-13 22:33:31 UTC MAIN commitmail json YAML

2010-09-13 22:32:02 UTC MAIN commitmail json YAML

Fix JVM names.  And remove openjdk7 as openoffice doesn't recognise it
as supported JVM.

(bad)