Commit graph

159114 commits

Author SHA1 Message Date
adam
03c3720a9f Fix building with db5; revision bump for db4 update; clean-up 2010-06-02 12:34:02 +00:00
adam
d315af7828 Changes 1.4.6:
* OS X: fixed TM configuration tab to show languages list
* fixed bug introduced in 1.4.3 that caused "Update from POT file"
  to clear metadata in catalog header
* added Kazakh translation

Changes 1.4.5:
* OS X: fixed Find to actually show hits in text control
* OS X: fixed "Check for updates" preference broken by 1.4.4

Changes 1.4.4:
* sort catalogs in the manager alphabetically
* fixed escaping of quotes in catalog headers
* fixed reformatting of obsolete entries in catalogs
* fixed list selection visibility on Windows 7
* Windows: automatically check for available updates

Changes 1.4.3:
* Unix: fixed crash with Zemberek spell-checker backend installed
* fixed parsing of catalogs produced with xgettext --indent
* fixed TM updating broken in 1.3.5
* support GNOME's xml2po file references
* fixed handling of "%" in filenames
* added more translations:
2010-06-02 12:32:18 +00:00
adam
64a1036c0b Fix building with db5; revision bump for db4 update; clean-up 2010-06-02 12:30:49 +00:00
adam
efb130b719 Fix building with db5; revision bump for db4 update 2010-06-02 12:28:11 +00:00
adam
c65e0f0290 Fix building with db5; revision bump for db4 update 2010-06-02 12:26:13 +00:00
adam
9feff1bb60 Fix buildling with db5; revbump for db4 update 2010-06-02 12:23:47 +00:00
adam
055bf1c5f3 Changes 5.0.0:
* Support for Berkeley DB 5.0.
* Drop support for Python 3.0.
* Now you can use TMPDIR env variable to override default
  test directory ("/tmp").
* Versioning of C API. If you use the code from C, please
  check the bsddb_api->api_version number against
  PYBSDDB_API_VERSION macro.
* In C code, the bsddb_api->dbsequence_type component is always available,
  even if the Berkeley DB version used doesn't support sequences. In that
  case, the component will be NULL.
* In C code, "DBSequenceObject_Check()" macro always exists, even if the
  Berkeley DB version used doesn't suport sequences. In that case, the test
  macro always returns "false".
* For a long time, the API has been accesible via C using "_bsddb.api" or
  "_pybsddb.api". If you are using Python >=2.7, you acquire access to that
  API via the new Capsule protocol (see "bsddb.h").  If you use the C API and
  upgrade to Python 2.7 and up, you must update the access code (see
  "bsddb.h"). The Capsule protocol is not supported in Python 3.0, but
  pybsddb 5.0.x doesn't support Python 3.0 anymore.
* Capsule support was buggy. The string passed in to PyCapsule_New() must
  outlive the capsule.
* Solve an "Overflow" warning in the testsuite running under python 2.3.
* When doing a complete full-matrix test, any warning will be considered
  an error.
2010-06-02 12:22:59 +00:00
adam
a76d29cb1f Fix buildling with db5; revbump for db4 update; clean-up 2010-06-02 12:16:37 +00:00
adam
65b56157a7 Fix buildling with db5; revbump for db4 update 2010-06-02 12:15:29 +00:00
adam
6a27ccc8ec Added databases/db5 version 5.0.21 2010-06-02 12:09:35 +00:00
adam
a3c3130afc Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

   * B+tree: Stores keys in sorted order, using either a programmer-supplied
     ordering function or a default function that does lexicographical
     ordering of keys. Applications may perform equality or range searches.
   * Hashing: Stores records in a hash table for fast searches based on
     strict equality. Extended Linear Hashing modifies the hash function
     used by the table as new records are inserted, in order to keep buckets
     underfull in the steady state.
   * Fixed and Variable-Length Records: Stores fixed- or variable-length
     records in sequential order. Record numbers may be immutable or
     mutable, i.e., permitting new records to be inserted between existing
     records or requiring that new records be added only at the end of the
     database.
2010-06-02 12:08:48 +00:00
adam
b8f5b7fb0f Changes 4.8.30:
* The log file format changed in 11gR2.
* Replication Manager sites can specify one or more possible client-to-client
  peers.
* Added resource management feature in all Berkeley DB APIs to automatically
  manage cursor and database handles by closing them when they are not
  required, if they are not yet closed.
* Added a SQL interface to the Berkeley DB library. The interface is based on -
  and a drop-in-replacement for - the SQLite API. It can be accessed via a
  command line utility, a C API, or existing APIs built for SQLite.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen". This utility is not built
  by default. To build this utility, enter --enable-sql_codegen as an argument
  to configure.
* Added transactional support in db_sql_codegen utility. Specify TRANSACTIONAL
  or NONTRANSACTIONAL in hint comments in SQL statement, db_sql_codegen
  enable/disable transaction in generated code accordingly.
* Added the feature read-your-writes consistency that allows client application
  to check, or wait for a specific transaction to be replicated from the master
  before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
  This feature can help debugging and analysis.
* Added support for applications to assign master/client role explicitly at any
  time. Replication Manager can now be configured not to initiate elections.
* more...
2010-06-02 12:06:21 +00:00
markd
7c5352846d KDE SC 4.4.4 update 2010-06-02 10:21:56 +00:00
markd
0c9976ffdf Update to KDE SC 4.4.4
* Several bugs in filename sorting in the Dolphin file manager have been
  fixed
* Issues with encoded filenames in ZIP archives have been fixed
* A number of bugs in games, such as KMines, KNetwalk and LSkat and
  KSpaceDuel have been fixed
The changelog lists more
2010-06-02 10:14:14 +00:00
obache
954cf3c3b8 Updated graphics/clutter-gtk to 0.10.4 2010-06-02 06:44:37 +00:00
obache
37e28d70fb Update clutter-gtk to 0.10.4.
Clutter-GTK 0.10.4      18/03/2010
==================================

  * Depend on gtk+ >= 2.19.5

  * Depend on clutter >= 1.2.0

  * Fix introspection annotations for GtkClutterEmbed,
    GtkClutterScrollable and GtkClutterZoomable

  * Do no use deprecated gtk+ API

  * Documentation fixes
2010-06-02 06:44:22 +00:00
obache
d65aec2e2d Try to fix PLIST other than *BSD. 2010-06-02 04:34:09 +00:00
adam
f981536ab1 Updated devel/doxygen to 1.6.3 2010-06-02 04:18:54 +00:00
adam
00d7638c8e Changes 1.6.3:
* Bug fixes.
2010-06-02 04:17:02 +00:00
markd
39313e0baf Add gns3 2010-06-01 22:02:09 +00:00
markd
8af3a98bd1 Fix COMMENT. 2010-06-01 22:01:35 +00:00
markd
9634c8a029 Initial import gns3 0.7
GNS3 is a graphical network simulator that allows you to design complex
network topologies. You may run simulations or configure devices ranging from
simple workstations to powerful Cisco routers. It is based on Dynamips, an IOS
emulator which allows users to run IOS binary images from Cisco Systems and
Pemu, an PIX firewall emulator based on Qemu.
2010-06-01 22:00:41 +00:00
markd
bd1c0619a3 Add a pulseaudio option and patch so that cmake doesn't try to build
pulseaudio plugin unless option selected.  Option off by default
so no change to default package build.
Fixes build if you happen to have pulseaudio package installed when
building.
2010-06-01 21:55:32 +00:00
minskim
c64a6e9259 Note update of emacs{,-nox11}. 2010-06-01 21:48:30 +00:00
minskim
18e040221b Sync emacs-nox11 with emacs. 2010-06-01 21:47:00 +00:00
minskim
daaae60821 Update emacs to 23.2.
Patches were provided by Makoto Fujiwara in PR 43335.

Excerpt from the announcement:

  In addition to a large number of bugfixes, Emacs 23.2 includes
  several new packages, such as the CEDET suite of development tools
  (including Semantic, a set of libraries and utilities for parsing
  source code, and EDE, a package for managing code projects), and a
  new mode for editing Javascript.  The default mail composition mode
  is now Message mode, which provides features such as MIME handling.
  Many other part of Emacs have also been improved.  For a more
  complete list of changes, see the file etc/NEWS.
2010-06-01 21:44:54 +00:00
markd
a460b67e86 Added kdevplatform and kdevelop4 2010-06-01 21:42:40 +00:00
markd
8792240142 Add kdevelop4 and kdevplatform 2010-06-01 21:40:22 +00:00
markd
34e3caf0df Initial import of kdevelop 4.0.0
The KDevelop IDE has been designed by the KDevelop Team to provide
an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
of using their IDE.

This is version 4, a completely rewritten from scratch version of KDevelop 3.
2010-06-01 21:38:38 +00:00
markd
4224a4a31a Initial import of kdevplatform 1.0.0
Base package for use with KDevelop4
2010-06-01 21:35:51 +00:00
bouyer
da727b047f Works fine with python2.6 too. 2010-06-01 21:30:25 +00:00
markd
94b50b6eee py-sphinx update. 2010-06-01 21:25:30 +00:00
markd
835a0e3dda Update to Sphinx-0.6.6
many bug fixes.
2010-06-01 21:22:10 +00:00
gls
7c209fd80f Mention update of shells/lshell to 0.9.12 2010-06-01 21:13:17 +00:00
gls
47856594ad Update lshell to 0.9.12.
pkgsrc changes:
- Add license

Upstream changes:
=== v0.9.12 04/05/2010 ===
* A minor bug was inserted in version 0.9.11 with the sudo command.
It has been corrected in this version.

=== v0.9.11 27/04/2010 ===
* Corrects traceback when executing a command that had a python homonym
(e.g. "print foo" or "set"). (Closes: SF#2969631)
* Corrected completion error when using "~/". Thanks to Piotr Minkina for
reporting this.
* Corrected the get_aliases function.
* Corrected interpretation of ~user. Thank you Adrien Urban for reporting
this.
* The 'home_path' variable is being deprecated from this version and on.
Please use your system's tools to set a user's home directory.
It will be completely removed in the next version of lshell.
* Corrected shell variable and wildcards expansions when checking a command.
Thank you Adrien Urban for reporting this.
* Added possibility to allow/forbid scp upload/download using scp_upload
and scp_download variables.
* Corrected bug when using the "command=" in openSSH's authorized_keys.
lshell now takes into account the SSH_ORIGINAL_COMMAND environment
variable. Thank you Jason Heiss for reporting this.
* Corrected traceback when aliases is not defined in configuration, and
command is sent over SSH. Thank you Jason Heiss for reporting this.
2010-06-01 21:12:17 +00:00
drochner
bb1d1d6711 fix 2 build errors:
-inconsistency of .hidden attributes, leading to link error on amd64,
 reported by Tobias Nygren
-trick NetBSD's arpa/nameser_compat.h into using the system provided
 endianess definitions -- it has its own ifdefs but misses eg. ppc,
 fixes build error on macppc reported by Erik Bertelsen
2010-06-01 17:28:31 +00:00
taca
44b0f862f3 +openssl-0.9.8o 2010-06-01 16:28:31 +00:00
taca
6ea5f81001 +openssl-1.0.0a 2010-06-01 15:07:44 +00:00
tnn
b091806b5e remove stray && in previous 2010-06-01 13:31:40 +00:00
tnn
5dc0afdc0e needs zlib (PR pkg/43397)
While here, fix test target.
2010-06-01 13:27:59 +00:00
drochner
5bcf55ad6b add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,
add a commant why the latter is done
noticed by Greg Oster
2010-06-01 13:26:31 +00:00
ghen
8b16779799 Updated x11/xkeyboard-config to 1.9. 2010-06-01 13:15:07 +00:00
ghen
b41ec49af3 Update xkeyboard-config to 1.9 (two years worth of updates/fixes/...).
Pkgsrc patches (bashisms) have been included upstream.
2010-06-01 13:14:25 +00:00
drochner
1449332db7 +libgnome-keyring 2010-06-01 11:01:27 +00:00
adam
120e8d5245 Updated devel/SDL_gfx to 2.0.21 2010-06-01 11:01:09 +00:00
adam
a4dfebb76c Changes 2.0.21:
* Add VC9 project files, source code formatting, fix compiler
  warnings, move VC8 project files, remove leftover autoconf/m4 files
* Move static transfer lookup array from .h to .c
  (patch contributed by Zbigniew Holdys)
* Add support for VC++ compiler/MASM assembly with active USE_MMX
  (contributed by Markus Hossner)
* Added Haiku build support in configure.in
  (contributed by Scott McCreary)
* Added helper function that multiplies the alpha channel in
  a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
  pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
  configuration file.
* Added font rotation support and updated TestFonts sample
* Fixed rotate90 for 0 degree case
  (contributed by Chris Allport)
* Updated TestRotozoom with rotate90 case and message display
* Added support for SDL 1.3
* Added doxygen generated documentation.
2010-06-01 10:59:55 +00:00
drochner
648258f66f add libgnome-keyring-2.30.1, a library which was split from gnome-keyring
in gnome-2.30
2010-06-01 10:56:27 +00:00
drochner
5d59c4b082 +eggdbus 2010-06-01 10:52:49 +00:00
drochner
d1851a466d add eggdbus-0.6, a DBus binding library needed for gnome-2.30 2010-06-01 10:51:04 +00:00
agc
1d5a0c8419 Note update of netpgp to 20100601/3.99.4 2010-06-01 06:15:56 +00:00