summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Updated textproc/liblinebreak to 2.1wiz1-1/+2
2011-05-14Update to 2.1:wiz2-6/+6
- Update the data according to LineBreak-6.0.0.txt - Fix the bug that an assertion in code can fail if U+FFFC is encountered at the beginning of a line
2011-05-14- zope210-2.10.13, zope211-2.11.8.taca1-4/+2
+ zope213-2.13.7. I don't know it is worth to have zope213 and zope34 entries now...
2011-05-14Note update of zope2 based pacakges:taca1-1/+4
www/zope29 2.9.12 www/zope210 2.10.13 www/zope211 2.11.8 Note: These of Zope software are already legacy and latest information could be got from http://zope2.zope.org/releases. Zope 2.12 and later uses different distribution scheme and currnet pkgsrc dosen't support them unless someone work on it. The same situation applies to Plone packages in pkgsrc.
2011-05-14Update zope211 package to 2.11.8 (Zope 2.11.8)taca6-26/+117
Zope 2.11.8 (2011/02/04) Bugs fixed - Prevent publication of acquired attributes, where the acquired object does not have a docstring. https://bugs.launchpad.net/zope2/+bug/713253/ Zope 2.11.7 (2010/09/01) Bugs Fixed - Prevent uncaught exceptions from killing ZServer worker threads. https://bugs.launchpad.net/zope2/+bug/627988 - Ensure that mailhosts which share a queue directory do not double- deliver mails, by sharing the thread which processes emails for that directory. https://bugs.launchpad.net/zope2/+bug/574286 - Process "evil" JSON cookies which contain double quotes in violation of RFC 2965 / 2616. https://bugs.launchpad.net/zope2/+bug/563229 - Ensure that Acquistion wrapper classes always have a ``__getnewargs__`` method, even if it is not provided by the underlying ExtensionClass. - Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and ExplicitAcquisitionWrapper to match their Python visible names and thus have a correct ``__name__``. - Expand the ``tp_name`` of Acquisition's extension types to hold the fully qualified name. This ensures classes have their ``__module__`` set correctly. - Updated 'pytz' external to point to '2010b' version. - Protect ZCTextIndex's clear method against storing Acquisition wrappers. - LP #195761: fixed ZMI XML export / import. - MailHost should fall back to HELO when EHLO fails. Zope 2.11.6 (2010/01/12) Bugs Fixed - LP #491224: proper escaping of rendered error message - Also look for ZEXP imports within the clienthome directory. This provides a place to put imports that won't be clobbered by buildout in a buildout-based Zope instance. - LP #143444: add labels to checkboxes / radio buttons on import / export form. - Fixed improper handling of IF_MODIFIED_SINCE header inside Five/browser/resource.py Zope 2.11.5 (2009/12/22) Bugs Fixed - LP #490514: preserve tainting when calling into DTML from ZPT. - LP #360761 (backported from Acquisition trunk): fix iteration proxy to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`. - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent when clearing a cloned request. - updated to ZODB 3.8.4 Zope 2.11.4 (2009/08/06) Restructuring - Moved exception MountedStorageError from ZODB.POSExceptions to Products.TemporaryFolder.mount (now its only client). - LP #253362: Moved Zope2-specific module, ZODB/Mount.py, to Products/TemporaryFolder/mount.py (its only client is Products/TemporaryFolder/TemporaryFolder.py). - Removed spurious import-time dependencies from Products/ZODBMountPoint/MountedObject.py. Bugs Fixed - Fixed vulnerabilities in the ZEO network protocol affecting ZEO storage servers. Zope 2.11.3 (2009/05/04) Features added - SiteErrorLog now includes the entry id in the information copied to the event log. This allowes you to correlate a user error report with the event log after a restart, or let's you find the REQUEST information in the SiteErrorLog when looking at a traceback in the event log. Restructuring - Updated to match all new versions from the yet-unreleased Zope 3.4.1 release (`http://svn.zope.org/zope.release/branches/3.4/ releases/controlled-packages.cfg?rev=99659`). - Updated to include all new versions from the final Zope 3.4.0 release (http://download.zope.org/zope3.4/3.4.0/). - Added 'InitializeClass' alias in 'App.class_init' to ease migration. In Zope 2.12 it will be recommended to import 'InitializeClass' from 'App.class_init' instead of 'Globals'. - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to 'AccessControl.Permissions', in order to break an import cycle in third-party code which avoids imports from 'Globals.' Left the class importable from its old location without deprecation. - configure script: setting ZOPE_VERS to '2.11' - Products.PluginIndexes.PathIndex: backported doc fixes / optimizations from trunk (and ExtendedPathIndex). - Updated 'pytz' from '2007f' to '2008i'. - Moved svn:externals for 'mechanize', 'ClientPath', and 'pytz' to versions managed outside the Zope3 trunk. - Testing.ZopeTestCase: Remove quota argument from DemoStorage calls in preparation for ZODB 3.9. Bugs Fixed - Launchpad #373299: Removed bogus string exception in OFS.CopySupport. - ZPublisher response.setBody: don't append Accept-Encoding to Vary header if it is already present - this can make cache configuration difficult. (merged 99493) - Launchpad #267834: proper separation of HTTP header fields using CRLF as requested by RFC 2616. (merged 90980, 92625) - Launchpad #348223: optimize catalog query by breaking out early from loop over indexes if the result set is already empty. - "Permission tab": correct wrong form parameter for the user-permission report - Launchpad #290254, DateTime/DateTime.py: added '__setstate__' to cope with old pickles missing a '_micros' attribute; Python's pickling support was creating a new instance, *with* a '_micros' attribute, but not clearing that attribute before updating the instance dict with the unpickled state. - Launchpad #332168, Shared/DC/RDBMS/Connection.py: do not expose DB connection strings through exceptions - Launchpad #324876: tighened regex for detecting the charset from a meta-equiv header - Launchpad #174705: ensure that the error info object exposed to a 'tal:on_error' handler has attributes visible to restricted code. - Acquisition wrappers now correctly proxy __iter__.
2011-05-14Update zope210 pacakge to 2.10.13 (Zope 2.10.13).taca4-1177/+604
Zope 2.10.13 (2011/02/04) Bugs fixed - Prevent publication of acquired attributes, where the acquired object does not have a docstring. https://bugs.launchpad.net/zope2/+bug/713253/ Zope 2.10.12 (2010/09/01) Bugs fixed - Prevent uncaught exceptions from killing ZServer worker threads. https://bugs.launchpad.net/zope2/+bug/627988 - Updated 'pytz' external to point to '2010b' version (not via Zope3). - Protect ZCTextIndex's clear method against storing Acquisition wrappers. - LP #195761: fixed ZMI XML export / import and restored it to the UI. Zope 2.10.11 (2010/01/12) Bugs fixed - LP #491224: proper escaping of rendered error message - Also look for ZEXP imports within the clienthome directory. This provides a place to put imports that won't be clobbered by buildout in a buildout-based Zope instance. - LP #143444: add labels to checkboxes / radio buttons on import / export form. - fixed improper usage of the IF_MODIFIED_SINCE header inside Five/browser/resource.py (updated to Five 1.5.9) Zope 2.10.10 (2009/12/22) Features added - Testing/custom_zodb.py: added support use a different storage other than DemoStorage. A dedicated FileStorage can be mount by setting the $TEST_FILESTORAGE environment variable to a custom Data.fs file. A ZEO server can be configured using the $TEST_ZEO_HOST and $TEST_ZEO_PORT environment variables. This new functionality allows us to use the standard Zope testrunner for writing and running tests against existing Zope installations. Bugs fixed - LP #490514: preserve tainting when calling into DTML from ZPT. - LP #360761 (backported from Acquisition trunk): fix iteration proxy to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`. - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent when clearing a cloned request. Zope 2.10.9 (2009/08/06) Restructuring - Moved exception MountedStorageError from ZODB.POSExceptions to Products.TemporaryFolder.mount (now its only client). - LP #253362: Moved Zope2-specific module, ZODB/Mount.py, to Products/TemporaryFolder/mount.py (its only client is Products/TemporaryFolder/TemporaryFolder.py). - Removed spurious import-time dependencies from Products/ZODBMountPoint/MountedObject.py. Bugs fixed - Fixed vulnerabilities in the ZEO network protocol affecting ZEO storage servers. Zope 2.10.8 (2009/05/04) Features added - SiteErrorLog now includes the entry id in the information copied to the event log. This allowes you to correlate a user error report with the event log after a restart, or let's you find the REQUEST information in the SiteErrorLog when looking at a traceback in the event log. Restructuring - Added 'InitializeClass' alias in 'App.class_init' to ease migration. In Zope 2.12 it will be recommended to import 'InitializeClass' from 'App.class_init' instead of 'Globals'. - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to 'AccessControl.Permissions', in order to break an import cycle in third-party code which avoids imports from 'Globals.' Left the class importable from its old location without deprecation. Bugs fixed - Launchpad #373299: Removed bogus string exception in OFS.CopySupport. - ZPublisher response.setBody: don't append Accept-Encoding to Vary header if it is already present - this can make cache configuration difficult. (merged 99493) - Launchpad #267834: proper separation of HTTP header fields using CRLF as requested by RFC 2616. (merged 90980, 92625) - Launchpad #348223: optimize catalog query by breaking out early from loop over indexes if the result set is already empty. - Launchpad ##332168: Connection.py: do not expose DB connection strings through exceptions - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the request. This required an update of zope.publisher to 3.3.3. - LP/#324876: tighened regex for detecting the charset from a meta-equiv header - Acquisition wrappers now correctly proxy __iter__. - Products.PluginIndexes.PathIndex: backported doc fixes / optimizations from trunk (and ExtendedPathIndex). - Launchpad #174705: ensure that the error info object exposed to a 'tal:on_error' handler has attributes visible to restricted code.
2011-05-14Update zope29 package to 2.9.10.taca3-12/+26
Zope 2.9.12 (2010/01/12) - LP #490514: preserve tainting when calling into DTML from ZPT. - LP #491224: proper escaping of rendered error message Zope 2.9.11 (2009/08/06) Bugs fixed - Launchpad #373299: Removed bogus string exception in OFS.CopySupport. - Launchpad ##332168: Connection.py: do not expose DB connection strings through exceptions - Fixed vulnerabilities in the ZEO network protocol affecting ZEO storage servers.
2011-05-14Assume under ${WRKSRC} when relative path was used in REPLACE_PYTHON_DIRS.taca1-3/+4
2011-05-14Some clean up; no functional change.taca1-24/+14
* Remove ZOPE3 related descriptions which were never used. * Update commented out versions of Zope 2.12 and 2.13.
2011-05-14Add FlightCrew-0.7.1ryoon1-2/+3
Mark Sigil-0.3.4 as [wip] These programs does not work properly with NetBSD non-C locale.
2011-05-13Note update of tex-kix{,-doc}.minskim1-1/+3
2011-05-13Sync tex-kix{,-doc} with TeX Live r21606.minskim4-14/+14
- Updated author's email address.
2011-05-13add libdbusmenu-qtmarkd1-1/+2
2011-05-13Fixed: projects based on mk-c may fail with MAKE_JOBS=n, n>1cheusov3-2/+17
Thanks to Alexander Nasonov (alnsn@) for pointing out and testing.
2011-05-13Add libdbusmenu-qtmarkd1-1/+2
2011-05-13Import libdbusmenu-qt 0.8.2markd5-0/+61
This library provides a Qt implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus.
2011-05-13Update HOMEPAGEmarkd1-2/+2
2011-05-13Updated fonts/ipafont to 00303ryoon1-1/+2
2011-05-13Changelog.ryoon2-8/+7
* Following kaji glyphs are changed to latest "Joyo Kanji" table's glyphs. U+5099 U+5291 U+52B1 U+533B U+55C5 U+5674 U+58B3 U+58D3 U+5965 U+5967 U+59FF U+5C31 U+61A4 U+62C9 U+62ED U+646F U+6681 U+66B4 U+6751 U+6795 U+6797 U+68B0 U+697C U+6A23 U+6B21 U+6BBC U+6C88 U+6DE1 U+6F06 U+6F5B U+708E U+713C U+71B1 U+7259 U+73A9 U+74F6 U+7501 U+7A31 U+7A7A U+7A81 U+7A93 U+7A9F U+7AAE U+819D U+821E U+8511 U+8AC7 U+8AEE U+8CC7 U+8E74 U+91AB U+9858 U+990C U+9F9C U+FA55
2011-05-13mention updatesdrochner1-1/+11
2011-05-13update to 2.28.6.1drochner3-8/+8
changes: -bugfixes -translation updates
2011-05-13update to 2.32.5drochner2-7/+6
changes: bugfixes
2011-05-13update to 2.32.3drochner3-12/+11
changes: -bugfixes -translation updates
2011-05-13sync w/ base pkg updatedrochner1-3/+2
2011-05-13update to 2.28.4drochner3-10/+10
changes: -Added support for GVariant arguments -bugfixes
2011-05-13update to 0.10.8drochner2-8/+9
sorry, no changelog available
2011-05-13reset PKGREV for base pkg updatedrochner1-2/+1
2011-05-13update to 2.32.3drochner6-29/+15
changes: -bugfixes -translation updates
2011-05-13update to 4.4.14drochner2-7/+6
It is a maintenance release fixing some bugs.
2011-05-13update to 4.8.4drochner3-9/+8
changes: -adds support for Qt v4.7.2 -functional enhancements
2011-05-13update to 4.12.2drochner2-6/+6
chanhes: small number of functional enhancements
2011-05-13sync w/ base pkgdrochner3-8/+9
2011-05-13update to 2.5.1drochner3-8/+9
change: adds the QsciLexerMatlab and QsciLexerOctave classe
2011-05-13delete obsolete cksumsdrochner1-4/+1
2011-05-13emacs20nox11 is not valid for EMACS_VERSIONS_ACCEPTED.obache1-2/+2
2011-05-13Note amtterm-gamt option (used by sysutils/amtterm).obache1-0/+1
2011-05-13+ amttermobache1-1/+2
2011-05-13Added sysutils/amtterm version 1.2obache1-1/+2
2011-05-13Import amtterm-1.2 as sysutils/amtterm.obache7-0/+110
Based on PR#44884 by YAMAMOTO Takeshi. Additionaly, some improvements by me. Active Management Technology (AMT) tools descriptions from man pages: amttool - remotely control Intel AMT managed machines. amtterm - Intel AMT serial-over-lan (sol) client. from amt-howto(7): What is AMT and why I should care? AMT stands for "Active Management Technology". It provides some remote management facilities. They are handled by the hardware and firmware, thus they work independant from the operation system. Means: It works before Linux bootet up to the point where it activated the network interface. It works even when your most recent test kernel deadlocked the machine. Which makes it quite useful for development machines ... Intel AMT is part of the vPro Platform. Recent intel-chipset based business machines should have it. My fairly new Intel SDV machine has it too.
2011-05-13remove redundant period.obache1-1/+1
2011-05-13Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 buildabs1-1/+2
2011-05-13Remove abcm2psryoon1-2/+1
2011-05-13Updated print/abcm2ps to 6.3.4ryoon1-1/+2
2011-05-13Update to 6.3.4ryoon2-6/+6
Changelog: ---- Version 6.3.4 - 11/05/11 ---- Pseudo-decorations 'linebreak' and 'decosep' added (proof of concept - not documented). Error when escape sequences in guitar chord or annotations. Bad tempo since previous release. Remove the 'tex' sequences '\o', \O', '\cc' and '\cC'. ---- Version 6.3.3 - 11/05/10 ---- Ignore the normal newlines when '!' found as newline and abc-version < 2.0. Add some compose sequences from X11 (including \O:, \U:, \O" and \U") (reported by Nils Liberg). Change/add some rfc1345 escape sequences. Bad / no output of the '=' of the tempo by lack of font. This did the program to crash when no title and SVG output (reported by Nils Liberg). Cleanly close a tune no blank line before next tune (reported by Nils Liberg). Crash when X: in tune followed by %%text. Bad page header/footer in SVG output file. Fix standard C library problem (in isupper) with some systems/compilers (reported by Nils Liberg). Bad treatment in %%titlecaps. Optimize the size of the SVG output file. Support for line width in SVG output. ---- Version 6.3.2 - 11/05/03 ---- Accept %%EPS when SVG output. Add the '-v' command flag (SVG output per page). More PS symbols in the svg PS interpreter. Bug fixes in the svg PS interpreter.
2011-05-13this doesn't build against xulrunner-2, so stick to the old versiondrochner1-2/+2
(I've tried the patch from Ubuntu bug#684602. It builds, but the result crashes on start.)
2011-05-13Add user-destdir support.gdt1-1/+3
2011-05-13Updated devel/googletest to 1.6.0ryoon1-1/+2
2011-05-13Update to 1.6.0ryoon5-8/+62
Changes for 1.6.0: * New feature: ADD_FAILURE_AT() for reporting a test failure at the given source location -- useful for writing testing utilities. * New feature: the universal value printer is moved from Google Mock to Google Test. * New feature: type parameters and value parameters are reported in the XML report now. * A gtest_disable_pthreads CMake option. * Colored output works in GNU Screen sessions now. * Parameters of value-parameterized tests are now printed in the textual output. * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are now correctly reported. * Arguments of ASSERT_XY and EXPECT_XY no longer need to support << to ostream. * More complete handling of exceptions. * GTEST_ASSERT_XY can be used instead of ASSERT_XY in case the latter name is already used by another library. * --gtest_catch_exceptions is now true by default, allowing a test program to continue after an exception is thrown. * Value-parameterized test fixtures can now derive from Test and WithParamInterface<T> separately, easing conversion of legacy tests. * Death test messages are clearly marked to make them more distinguishable from other messages. * Compatibility fixes for Android, Google Native Client, MinGW, HP UX, PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear), IBM XL C++ (Visual Age C++), and C++0x. * Bug fixes and implementation clean-ups. * Potentially incompatible changes: disables the harmful 'make install' command in autotools. Changes for 1.5.0: * New feature: assertions can be safely called in multiple threads where the pthreads library is available. * New feature: predicates used inside EXPECT_TRUE() and friends can now generate custom failure messages. * New feature: Google Test can now be compiled as a DLL. * New feature: fused source files are included. * New feature: prints help when encountering unrecognized Google Test flags. * Experimental feature: CMake build script (requires CMake 2.6.4+). * Experimental feature: the Pump script for meta programming. * double values streamed to an assertion are printed with enough precision to differentiate any two different values. * Google Test now works on Solaris and AIX. * Build and test script improvements. * Bug fixes and implementation clean-ups. Potentially breaking changes: * Stopped supporting VC++ 7.1 with exceptions disabled. * Dropped support for 'make install'.
2011-05-13Remove obsolete nls line from PLIST.ryoon1-2/+1
2011-05-13Updated mail/dovecot to 1.2.17, mail/dovecot2 to 2.0.13adam1-1/+3