Commit graph

168571 commits

Author SHA1 Message Date
adam
a390321e68 Changes 1.8.5:
* AI:
  * Fixed bug 16406: Fixed broken AI of SoF 1, and improved upgrade procedure
    for old-style AI config.
  * Fixed bug 16585: made AI move in targeting phase even if for some of the
    'best' units moves to targets are impossible
* Campaigns:
  * Descent into Darkness:
    * Made 'Alone at Last' easier.
  * Legend of Wesmere:
    * Added another keep in scenario 14.
* Editor:
  * Added a standard click sound for brush bar buttons (bug 15635)
* Graphics
  * Updated portraits for Drake Fighter and Burner
* Language and i18n:
  * Updates fonts: DejaVu 2.32
  * Updated translations: Chinese (Simplified), Chinese (Traditional), Czech,
    Dutch, Estonian, French, Galician, German, Hungarian, Indonesian, Japanese,
    Lithuanian, Polish, Russian, Serbian, Slovak, Vietnamese
* User interface:
  * Fixed bug 16653: Avoid markup when calculating the text length for
    ellipse text (Debian bug 547476).
  * Fix bug 15960 "again", making "Cancel" a separate action and not just
    a duplicate of "OK."
  * Fix crash when doing teleport+attack to a fogged village
2011-02-24 13:36:56 +00:00
adam
e410c6e040 Updated meta-pkgs/boost to 1.46.0; graphics/glew to 1.5.8 2011-02-24 11:08:29 +00:00
adam
76ff41ca30 Changes 1.5.8:
Bug-fix release.
2011-02-24 11:06:31 +00:00
adam
0b738c98ac Changes 1.46.0:
New Libraries
* Icl: Interval Container Library, interval sets and maps and aggregation of
  associated values, from Joachim Faulhaber.
Updated Libraries
* Array:
  - Added support for cbegin/cend
  - Fixed a problem with the Sun compiler
* Asio:
  - Fixed a problem on older Linux kernels (where epoll is used without timerfd
    support) that prevents timely delivery of deadline_timer handlers, after
    the program has been running for some time
* Bind:
  - make_adaptable now documented
* Concept Check:
  - fixed warnings with self-assignment
* Filesystem:
  - Version 3 of the library is now the default.
  - IBM vacpp: Workaround for compiler bug affecting iterator_facade
  - Verify, clarify, document that <boost/config/user.hpp> can be used to
    specify BOOST_FILESYSTEM_VERSIO
  - Replaced C-style assert with BOOST_ASSERT.
  - Undeprecated unique_path(). Instead, add a note mentioning the workaround
   for lack of thread safety and possible change to cwd. unique_path() is just
   too convenient to deprecate!
  - Cleared several GCC warnings.
  - Changed V2 code to use BOOST_THROW_EXCEPTION.
  - Windows: Fix status() to report non-symlink reparse point correctly.
  - Add symlink_option to recursive_directory_iterator, allowing control over
    recursion into directory symlinks. Note that the default is changed to not
    recurse into directory symlinks.
  - Reference documentation cleanup, including fixing missing and broken links,
    and adding missing functions.
  - Miscellaneous implementation code cleanup.
* Fusion:
  - vector copy constructor now copies sequence members in the same order on different platforms
* Graph:
  - Fixed Graphviz output to work on Visual C++ 7.1.
  - Replaced assert with BOOST_ASSERT.
  - Changed to Boost.Filesystem v3.
More...
2011-02-24 11:05:34 +00:00
adam
788a427108 Updated www/py-django-cms to 2.1.3 2011-02-24 08:28:09 +00:00
adam
802bd33f6d Changes 2.1.3:
* Fixed a serious security issue in PlaceholderAdmin
* Fixed bug with submenus showing pages that are not 'in_navigation'
* Fixed PlaceholderField not respecting limits in CMS_PLACEHOLDER_CONF
* Fixed the double-monkeypatch check for url reversing
2011-02-24 08:26:47 +00:00
ryoon
e045a74e85 Fix typo in comment. 2011-02-23 22:01:36 +00:00
adam
fada4e7a98 Updated chat/jabberd2 to 2.2.13 2011-02-23 19:28:32 +00:00
adam
07818a0a71 Changes 2.2.13:
* Implemented XEP-0138: Stream Compression for S2S connections.
* Merged LDAP authentication by bind support.
* Merged SSL related memory leak fix by cmeerw.
* Merged router_crash.patch by Eugene Agafonov.
2011-02-23 19:27:15 +00:00
apb
ba28bbf161 libmatroska does not build with libebml-0.7.8, so bump a dependency from
0.7.7nb1 to 0.8.  There's a note in the libmatroska Changelog about
using macros defined in libebml-0.8.0, so I used that version number in
the dependency, but I tested only against libebml-1.0.0.
2011-02-23 15:41:48 +00:00
shattered
8dcc9e647a PR/41461: depend on audio/libdca if ffmpeg option is set. Revision bump. 2011-02-23 12:15:52 +00:00
adam
af07ef9149 Updated devel/readline to 6.2 2011-02-23 11:00:51 +00:00
adam
e21071c9d0 Changes 6.2:
a. Fixed a bug that caused the unconverted filename to be added to the list of
   completions when the application specified filename conversion functions.
b. Fixed a bug that caused the wrong filename to be passed to opendir when the
   application has specified a filename dequoting function.
c. Fixed a bug when repeating a character search in vi mode in the case where
   there was no search to repeat.
d. When show-all-if-ambiguous is set, the completion routines no longer insert
   a common match prefix that is shorter than the text being completed.
e. The full set of vi editing commands may now be used in callback mode.
   dimensions while running in `no-echo' mode.
h. Fixed a bug that caused readline to dump core if an application called
   rl_prep_terminal without setting rl_instream.
i. Fixed a bug that caused meta-prefixed characters bound to incremental
   search forward or backward to not be recognized if they were typed
   subsequently.
j. The incremental search code treats key sequences that map to the same
   functions as (default) ^G, ^W, and ^Y as equivalent to those characters.
k. Fixed a bug in menu-complete that caused it to misbehave with large
   negative argument.
l. Fixed a bug that caused vi-mode yank-last-arg to ring the bell when invoked
   at the end of the line.
m. Fixed a bug that made an explicit argument of 0 to yank-last-arg behave
   as if it were a negative argument.
n. Fixed a bug that caused directory names in words to be completed to not
   be dequoted correctly.

New Features
a. The history library does not try to write the history filename in the
   current directory if $HOME is unset.  This closes a potential security
   problem if the application does not specify a history filename.
b. New bindable variable `completion-display-width' to set the number of
   columns used when displaying completions.
c. New bindable variable `completion-case-map' to cause case-insensitive
   completion to treat `-' and `_' as identical.
d. There are new bindable vi-mode command names to avoid readline's case-
   insensitive matching not allowing them to be bound separately.
e. New bindable variable `menu-complete-display-prefix' causes the menu
   completion code to display the common prefix of the possible completions
   before cycling through the list, instead of after.
2011-02-23 11:00:17 +00:00
adam
d0a6cc6d6c Updated textproc/xerces-c and dependencies 2011-02-23 10:48:31 +00:00
adam
68f3833e4b Changes 5.1.1:
* Recent pre-releases of Python 3.2 issue ResourceWarnings about
  fileshandles deallocated without being closed first. Fix testsuite.
* Current "*.pyc" and "*.pyo" cleaning is not working in a PEP 3147
  world ("__pycache__"). I don't think this code is actually
  necessary anymore. Deleted.
* Python 2.7.0 deprecates CObject incorrectly. See Python issue 9675.
* Testsuite for "DB->get_transactional()" should not create databases
  outside the TMP directory, neither leave the files behind.
* If something happens while creating the CObject/Capsule object,
  keep going, even without exporting the C API, instead of crashing.
* Support for "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT",
  "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS".
* Support "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC",
  "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS",
  "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE".
* Support for "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC",
  "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM",
  "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC".
* Support for "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS",
  "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS".
* Support for "DB_REP_CONF_INMEM".
* Support for "DB_TIMEOUT ".
* Support for "DB_CURSOR_BULK".
2011-02-23 10:46:17 +00:00
adam
b9b4b0d7df Changes 2.5.16:
* The latest Python code from the pybsddb project is bundled.
2011-02-23 10:33:47 +00:00
taca
5b300fbf9d Note update of misc/rubygems package to 1.3.7nb1. 2011-02-23 10:33:02 +00:00
adam
f67714532d Changes 2.5.16:
* Fixed container creation so that it honors page size in XmlContainerConfig
* Fix the base-uri of an attribute node when using WholedocContainer storage
* Fixed an assertion failure during query preparation with a recursive user
  defined function
* Fixed an assertion failure when an as-yet unseen URI in used in a query
* Fixed a problem where attribute indexes would not properly be updated if
  there were no element indexes present. This might have a symptom of
  DB_NOTFOUND errors or duplicate index entries for attributes
* Changed the algorithm used to create node IDs during partial update to be
  more efficient and create shorter node IDs in general
* Fixed a problem where deleting the XmlResults object returned by
  XmlValue.getAttributes() might cause an exception when the original
  XmlResults for the XmlValue object was next accessed
* XQuery Update queries will no longer crash when statistics are disabled
* Fixed a bug in document level indexing that could result in index entries
  being deleted inappropriately when a node was deleted
* Fixed fn:doc() to raise an error in all cases if the document does not exist
* Fixed a bug occurring when fn:subsequence() and "order by" were used in
  certain configurations
* Changed XmlResults.asEventWriter(), now only one active XmlEventWriter is
  allowed for an XmlResults object
2011-02-23 10:32:29 +00:00
taca
853d39e957 Remove patches to make a gemspec file's format compatible as before.
Now latest ruby19-base package comes with gem supporting newer format,
so no need to keep older.

Shouold be fix build problem of newer rails3 related packages with
ruby18-base.

Bump PKGREVISION.
2011-02-23 10:32:24 +00:00
adam
501cb54dd6 Changes 1.01-r1914:
Fix building on 32- and 64-bit machines.
2011-02-23 10:20:26 +00:00
adam
533f882eab Changes 2.4.1:
Bug
* Reload interval staying too low on reload failures.
* [HTTP-Redirect binding] [Message encoding] There should be no '%0A' in the
  SAMLRequest parameter value
2011-02-23 09:11:09 +00:00
adam
fbfb80ba2a Changes 1.4.1:
Bug
* User-Agent string for AttributeQuery is throwing junk into request
* Chaining TrustEngine doesn't clear matching criteria between engines, so
  TrustEngine ordering affects the results.
New Feature
* Implement support for fetching CRLs based on the CRL distribution point
  extension
2011-02-23 09:09:31 +00:00
adam
d13c24ae28 Changes 1.6.0:
* Fix: wrong namespace in encryption DigestMethod
* Fix: RetrievalMethod handler
* Fix: support for >1 CRL per KeyInfo
* Fix: buffer initialization issue
* Fix: vector index bug
* Fix: stylesheet append bug
* Fix: header guard in XPath transform header
* Fix: string release crash
* Fix: improper c14n of XSLT
* Fix: setters for Reference Type/Id
* Fix: skip comments in X509Certificate elements
* Fix: more header guards
* Fix: NSS verification of RSA broken
* Expose algorithm URI on Signature and Reference objects
* White/blacklisting of otherwise registered algorithms
* Add selected XML Signature 1.1 KeyInfo extensions
* Add elliptic curve keys and signatures via ECDSA
* Support debugging of Reference/SignedInfo data
* Clean up tests for SHA2 algorithms in OpenSSL
* Updated autoconf script, added NSS support, removed pre-automake material
* Add methods for Reference removal to DSIGSignature/DSIGSignedInfo classes
2011-02-23 09:02:07 +00:00
adam
2ef4d11fd2 Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1) 2011-02-23 08:54:07 +00:00
adam
073ad18983 Removed textproc/xalan-c; textproc/libpathan successor textproc/xqilla 2011-02-23 08:41:57 +00:00
adam
a12c4bc2cf Removed textproc/libpathan successor textproc/xqilla 2011-02-23 08:39:47 +00:00
adam
be3709b461 buildlink.mk fix 2011-02-23 08:38:34 +00:00
adam
bc19ae7744 Removed textproc/xalan-c 2011-02-23 08:37:41 +00:00
adam
2bd2a45d24 XQilla is an XQuery and XPath 2 library and command line utility written in C++,
implemented on top of the Xerces-C library.
2011-02-23 08:34:14 +00:00
adam
f4bc95d426 Shorten PKGCONFIG_OVERRIDE 2011-02-23 08:32:41 +00:00
adam
11614298d6 Changes 3.1.1:
This version is interface-incompatible with Xerces-C++ 2.8.0 and contains
a large number of improvements, bug fixes, and clean-ups, including:
* Autotools-based build system for the UNIX/Linux/Mac OS X platforms
* Project files for VC++ 9
* Support for the ICU transcoder in VC++ 7.1, 8, and 9 project files
* libcurl-based net accessor
* Support for XInclude in DOM
* Support for both XPath 1 and XPath 2 models in the DOM XPath interface
* Support for the XML Schema subset of XPath 1 in DOM
* Conformance to the final DOM Level 3 interface specification
* Ability to provide custom DOM memory manager as well as tune the global
  DOM heap parameters
* All public and widely used interfaces as well as a large portion of the
  implementation were converted to be 64-bit safe
* Various XML Schema fixes including the fix for the large maxOccurs and
  minOccurs bug as well as for the changed ##other interpretation
* Reviewed and cleaned up diagnostics messages
* Optimizations for SAX/SAX2 and DOM parsing as well as XML Schema validation
2011-02-23 08:31:13 +00:00
gdt
e313520bb2 Describe nagios-nrpe-args. 2011-02-22 15:25:31 +00:00
gdt
50326cccee Don't pass --disable-command-args to configure.
See options.mk, in the case without options nagios-nrpe-args:
# Upstream's configure enables command args when given
# "--disable-command-args", so (departing from pkgsrc norms) don't
# give the --disable option.

PKGREVISION++; the previous version enabled command args when it
should not have.
2011-02-22 15:23:43 +00:00
gdt
38fc3bc504 Add option nagios-nrpe-args, disabled by default.
This option passes -enable-command-args to configure, and is intended
to allow the use of arguments to nrpe.  From Brian A. Seklecki via PR
pkg/43920.

However, configure.in seems broken, and it seems command args are
always enabled.
2011-02-22 15:09:07 +00:00
adam
5741a3bd23 Updated textproc/xmlrpc-c to 1.06.42; Updated devel/cmake to 2.8.4 2011-02-22 15:07:09 +00:00
adam
ac8349a24d Changes 2.8.4:
* Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
* FindPerlLibs: Add notice of copyright
* libarchive: Define major/minor/makedev only where needed
* libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL
* Fix documentation of MSVC_VERSION
* Silence the may be used uninitialized warnings: initialize stuff.
* CPack Tests the different ways of packaging components
* Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
2011-02-22 15:05:33 +00:00
adam
7a93f25998 Changes 1.06.42:
* Fix prototype/definition mismatch in libwww.cpp with some compilers.
* Fix linking of xml-rpc-api2cpp with some linkers.
2011-02-22 14:23:24 +00:00
taca
eb1defafcb Note update of www/contao29-translations package to 20110222. 2011-02-22 14:17:58 +00:00
taca
c1e32664b6 Update www/contao29-translations package to 20110222.
Update Czech amd Japanese translation files.
2011-02-22 14:17:26 +00:00
sborrill
1bc74608d1 Update netbsd-iscsi-* packages to 20110222 2011-02-22 13:39:05 +00:00
sborrill
68b952644e Update to 20110222.
Changes include
- man page claims that you can use auth type = none, but in reality this
didn't work (insisted on a username being given and then used, plus always
advertised CHAP to the target). Make initiator work as advertised (i.e.
defaults to auth type none and so don't require a username).
- document -D option to iscsi-initiator
- Remove hostname from pathname to storage in mount point.
This means /mnt/mytarget.domain.local/target0/storage is now
/mnt/target0/storage.
- Note limitations of CHAP implementation in BUGS section.
- Skip target if TargetName is empty.
- Use relevant TargetAddress, not just first one we happen to find.
- Handle NOP-OUT CmdSN and immediate bit.
- Handle NOP-IN TransferTag=0xffffffff.
- Interim solution for dealing with Underflow bit in iSCSI response.
- iscsi-initiator now talks to istgt and other targets.
- Retry read capacity. Device may not be ready on first access, so need to
wait and re-issue.
2011-02-22 13:33:22 +00:00
ahoka
c2c034e23f Updated textproc/hunspell-hu_HU to 1.6.1 2011-02-22 11:47:58 +00:00
ahoka
d46c7564b9 update to 1.6.1
many new words and fixes
2011-02-22 11:46:54 +00:00
obache
654064ca4f - python-2.7.1, python-3.1.2
+ python-3.1.3 [wip], python-3.2
2011-02-22 11:30:50 +00:00
obache
5510f2a46b Use function-style `print', for python3. 2011-02-22 11:12:51 +00:00
adam
7fed5c880f Fix unprivileged build 2011-02-22 10:50:37 +00:00
obache
660d26596f fix for python27. 2011-02-22 09:12:37 +00:00
obache
a35a87f745 Allow python27 and acceptable by default (default python is still 2.6). 2011-02-22 09:01:28 +00:00
obache
e9c4d50bde Added lang/python27 version 2.7.1 2011-02-22 08:53:14 +00:00
obache
5accb6ffef + python27 2011-02-22 08:52:37 +00:00