Commit graph

170290 commits

Author SHA1 Message Date
adam
339cab9765 Changes 1.16.34:
* Fix compile bug with some compilers on 64 bit.

Changes 1.16.33:
* Build: Fix prototype/definition mismatch in libwww.cpp with some compilers
  (e.g. Solaris).
* Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris).

Changes 1.16.32:
* Windows Abyss server: properly handle wait for connection.

Changes 1.16.31:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
  Content-type header from client.
2011-04-06 07:45:47 +00:00
is
513c4a408a PKG_DESTDIR_SUPPORT=destdir 2011-04-05 21:09:50 +00:00
minskim
913280edb7 Add tex-pst-barcode{,-doc}. 2011-04-05 19:39:25 +00:00
minskim
8f663d963c Import tex-pst-barcode-doc-0.08 as graphics/tex-pst-barcode-doc.
This is documentation for tex-pst-barcode.
2011-04-05 19:38:05 +00:00
minskim
c1324414c2 Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.
An earlier version (0.03) was packaged by David Rankin in PR 33390.

The pst-barcode package allows printing of barcodes, in a huge variety
of formats (see documentation for details). As a pstricks package,
pst-barcode requires pstricks. The package uses PostScript for
calculating the bars. For PDF output use a multi-pass mechansism such as
pst-pdf.
2011-04-05 19:37:53 +00:00
drochner
c345b87ae8 update to 2.28.5
changes:
-gnome3 preparation
-translation updates
2011-04-05 18:57:37 +00:00
drochner
4948b24dfc update to 5.7.9
This is a major update, too much to list here.
2011-04-05 18:54:29 +00:00
darcy
271e1d5129 Fix package name for shells/zsh-current. 2011-04-05 18:54:20 +00:00
drochner
35443e86cf update to 0.11.10
This is a major update, too much to list here.
2011-04-05 18:47:19 +00:00
drochner
f78ed3eee3 update to 0.1.8
changes:
-Implements SASL channel
-bugfixes
2011-04-05 18:35:46 +00:00
drochner
1bbe3d1a39 update to 0.9.1
changes:
-new search bar
-TIFF support
-plugin framework, mostly for exporting
-many more improvements and bugfixes
2011-04-05 18:34:20 +00:00
drochner
99846a4e70 update to 0.0.16
changes:
- Emit the NewActiveTransportPair signal
- Emit CodecsUpdated more often
- Various bug fixes
2011-04-05 18:30:22 +00:00
drochner
01a93d933d update to 2.34.0
This switches to the 2.34 release branch.
2011-04-05 18:27:08 +00:00
drochner
65f629b369 update to 0.2.7
This switches to the 0.2 release branch (not API compatible),
needed by upcoming telepathy/empathy stuff
2011-04-05 18:22:28 +00:00
drochner
b9c14c3c22 import libfolks-0.4.2, a library to manage contacts, needed by the
telepathy/empathy framework
2011-04-05 18:13:17 +00:00
drochner
09da215468 update to 0.14.3
This switches to the new 0.14 release branch.
pkgsrc change: build vala support, needed for upcoming client pkgs
2011-04-05 18:10:57 +00:00
drochner
51d6bd8e96 update to 0.13.4
changes:
-imported dcraw 9.07/1.442, support for more cameras
-bugfixes
2011-04-05 18:08:46 +00:00
drochner
80ba30e60e update to 0.3.1
changes: logging improvements
2011-04-05 17:57:41 +00:00
minskim
f53b10dd1d Note update of p5-Geo-IPfree. 2011-04-05 17:56:14 +00:00
minskim
5b883bfefb Update p5-Geo-IPfree to 1.100470.
Patch provided by Wen Heping in PR 42833.

Changes:
    - Added Timor-Leste country code: .tl
    - Updated database: Tue Feb 16 06:40:01 2010 UTC
    - Using date-based version number
    - Code and documentation cleanup
    - Added some new tests
    - Updated list of country codes
    - Updated database: Wed Oct  7 06:40:02 2009 UTC
    - Removed webgeo2ipct.pl script as you can now download a suitable file
      straight from the web: http://software77.net/geo-ip/
    - Updated database: Tue Sep  8 06:40:01 2009 UTC
    - Fix undef warning in Faster()
    - Tidy up benchmark script
    - Tidy up txt<->dat conversion scripts
2011-04-05 17:55:47 +00:00
drochner
721ab61f6f update to 0.12.0
This switches to the new 0.12 release branch.
2011-04-05 17:52:10 +00:00
drochner
fc2c8ba706 update to 2.24.3
changes:
-Add missing introspection annotations
-bugfixes
-translation updates
2011-04-05 17:50:06 +00:00
minskim
de87e7d4c4 Note update of pgpool. 2011-04-05 17:47:58 +00:00
minskim
8c28aaba06 Update pgpool to 3.4.1.
Patch provided by Wen Heping in PR 43628.

Changes:
        * Fix handling failover when health_check was disabled. (Yoshiyuki)
          - The bug was introduced in 3.4.
        * Fix deadlock while processing Parse message. (Yoshiyuki)
        * Add new "replicate_select" directive, being the default value to
          be false. (Yoshiyuki)
          - If it is true, SELECT query is replicated. This behavior is
            same as V3.2 or earlier.
        * Improve signal handling. (Yoshiyuki)
          - Occasionaly, zombie processes were remained. Or processes were
            unstable.
        * Fix hang up when SELECT was error inside a transaction
          block. The bug was introduced in V3.3. (Yoshiyuki)
        * Fix PREPARE/EXECUTE handling in master slave mode. (Yoshiyuki)
        * Fix "kind mismatch error" when deadlock error
        * Fix hang up and SEGV in extended query protocol when a warning
          SQL like "SELECT '\'';" executed. (Yoshiyuki)
        * Fix memory leak when connection cache was full. (Yoshiyuki)
        * Improve replication. SELECT nextval() and SELECT setval() are
          now replicated. (Yoshiyuki)
        * Change SELECT query is only sent to the master node. (Yoshiyuki)
          - Use /*REPLICATION*/ comment to repliate a SELECT query.
        * Fix unexpected failover error due to receiving an interrupt
          signal while connecting to the backend. (Yoshiyuki)
        * Fix "ps" output to follow PostgreSQL's output. (Taiki)
        * Change the default value for enable_pool_hba to true. (Taiki)
        * Add "pgpool.pam" file, for PAM configuration file, to be
          installed under "$PREFIX/share/". (Taiki)
        * Support HBA authentication(Taiki)
        * Support log_connections(Taiki)
        * Support log_hostname(Tatsuo)
        * Show pgpool status in ps command(Tatsuo)
        * Fix bug with prepared query(Yoshiyuki)
        * Detach secondary server when "kind mismatch error" is detected(Tatsuo)
        * Re-open socket if it was closed by backend while reusing
          connection(Yoshiyuki)
        * Allow 0 weight(Tatsuo)
        * Return correct error messaes when pg_hba.conf auth fails. Patch
          contributed by Kenji Kikuchi
        * Fix kind mismatch errors with COPY FROM STDIN(Yoshiyuki)
        * Allow load balancing with extended protocol(Yoshiyuki)
        * Fix LISTEN/NOTIFY bug in master/slave mode reported by Michael
          Ulitskiy (Tatsuo)
        * Improve documentation. patches contributed by Mark Stosberg
        * Fix "kind is 0!" error in Execute(). Reads messages until
          receiving CommandComplete, EmptyQuery, ErrorResponse or
          PortalSuspend in Execute() (Yoshiyuki)
        * Add log_statement option. patches contributed by Thomas E
          Lackey, modifications and documents by Tatsuo
        * In SimpleForwardToFrontend() do not send SYNC and wait for ready for
          query when PANIC or FATAL error occurs. In this case the backend
          closes the communication channel immediately which will cause unwanted
          failover/degeneration by, for example, trying to connect to
          invalid database (Tatsuo)
        * Fix dealock problem in extended modd by calling synchronize() in
          Execute if replication_strict is enabled (Yoshiyuki)
        * Fix segfault problem in race conditions among
          connection_life_time, child_life_time and child_max_connections
        * pgpool does not exit even if pgpool.conf contents is wrong(Tatsuo)
        * Fix buffer overrun bug with long health_check_user name(Taiki)
        * Fix occasional segfault with replication and load balance
          enabled(bug id #1000548)(Tatsuo)
        * Fix pool_send_error_message to send properly NULL terminated
          string(Yoshiyuki)
        * Fix kind mismatch error in SimpleFowardFrontend(Yoshiyuki)
        * Enable to build with BSD make(Yoshiyuki)
        * Fix pool_debug and friends to block signals while
          executing(Tatsuo)
        * Fix numerous bugs with extended query(Yoshiyuki)
        * Fix INSERT LOCK(Yoshiyuki)
        * Do not reuse startup packet(Tatsuo)
        * Automatically DEALLOCTE prepared queries when client
          disconnects(Yoshiyuki)
        * Do not forward packets when length = 0 in
          SimpleForwardToFrontend/SimpleForwardToBackend(Tatsuo)
        * Fix lost of kind info(Tatsuo)
        * Fix bugs with master/slave mode introduced in 2.7.2. per report
          from David Boreham (Tatsuo)
        * Fix bugs with master/slave and prepared quries. per report
          from David Boreham (Tatsuo)
        * Changed Copyright to PgPool Global Development Group
        * Fix a typo in man page
        * PQnotifes() does not receive immediate responses from LISTEN
        * NOTIFY emits packet kind does not agree errors in master/slave
          mode
        * add pgpool man pages(Peter Eisentra)
        * Fix bug in show pool_status for ignore_leading_white_space
2011-04-05 17:47:17 +00:00
drochner
e7f1c9ba3f update to 2.28.5
changes:
-Improve documentation
-Fix some introspection annotations
-Translation updates
2011-04-05 17:20:14 +00:00
minskim
656c03267d Sync tex-etex{,-doc} with TeX Live r21566. No functional change. 2011-04-05 17:19:24 +00:00
drochner
dfbd15180c update to 2.12.4.1
changes:
-added dms/hms libraries (degree/hour-min-sec calculations)
-bugfixes
-documentation improvement
2011-04-05 17:18:14 +00:00
drochner
28229c8cb2 update to 2.90
changes:
-handle more tags and data formats
-bugfixes
2011-04-05 16:57:49 +00:00
drochner
e15bad8c78 update to 1.11
changes:
-New data point picker for finding coordinates of points on plot
-New data navigator window for filtering, sorting and examining
 dataset statistics
-UI improvements, minor feature improvements
-bugfixes
2011-04-05 16:53:47 +00:00
drochner
9f86539780 update to 0.13
changes:
- Changed Picard icon license to CC by-sa.
- Small UI consistency changes.
- Albums with tracks linked to more than one file are never marked as
  completed.
- Fixed matching of scanned files to tracks while the album is still loading.
- Support for properly embedded FLAC pictures.
- Existing embedded images in APE and ASF files are removed only if there
  are new images to replace them.
- More strict tagger script validation.
- Fixed the $truncate tagger script function.
- Proper rounding of track durations.
- Fixed a bug with saving images larger than 64k to WMA files.
- Added a $swapprefix tagger script function.
- Release events with a date are preferred over the ones without a date.
- Files that are being saved as marked as pending.
- Updated .desktop file to allow opening Picard with multiple files.
- Handle the ?open file? event on Mac OS X.
- Added timeouts to the HTTP web service client.
- Fixed a bug with albums missing the expand/collapse icons.
2011-04-05 16:28:34 +00:00
ryoon
4d18af723d * Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used.
* Disable gdbm support explicitly.
2011-04-05 15:03:44 +00:00
ryoon
3e7a73b1da Remove zsh-current 2011-04-05 13:55:50 +00:00
ryoon
8d26327eff Updated shells/zsh-current.ryoon to 4.3.11 2011-04-05 13:55:04 +00:00
ryoon
d85620aa59 Update to 4.3.11.
Changelog is too long.
Please read NEWS and Changelog file.
2011-04-05 13:54:24 +00:00
ryoon
07309a985e Updated fonts/umefont-ttf to 0.426 2011-04-05 13:23:32 +00:00
ryoon
1b56f7946a Update to 0.426.
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-6130, 9e12-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-6130, 9e12-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2011-04-05 13:21:44 +00:00
wiz
11b44a737a Updated devel/meld to 1.5.1 2011-04-05 13:08:43 +00:00
wiz
b340602987 Update to 1.5.1:
2011-3-20 meld 1.5.1
=====================

  New features:

    * Add menu items and keyboard shortcuts for version control and directory
      comparison actions (Kai Willadsen)
    * Add support for the Fossil SCM (Jan Danielsson)
    * Add a menu for switching between tabs (Kai Willadsen)
    * Add a menu item to unlock scrolling (Kai Willadsen)

  Code changes and fixes:

    * Improve filter handling with inline error reporting in the preference
      pane, and correct refreshing of file and directory comparisons on filter
      changes (Kai Willadsen)
    * Make line number display work with GtkSourceView 2.10+ (Piotr Piastucki)
    * Support external diff tools in subversion (Cedric Le Dillau)
    * Support CVSNT as a CVS alternative (Kai Willadsen)
    * Performance fixes for subversion and bazaar (Tristan Hill, Kirill Müller)
    * Correctly update a modified file's status in git and svn version control
      views (Peter Tyser)
    * Make temporary files unwritable to avoid unintentionally editing them
      (Peter Tyser)
    * Clean up diff results for cleaner comparisons (Piotr Piastucki)
    * Improve symlink and binary handling, and error cases for directory
      comparisons (Kai Willadsen)
    * Improve copy semantics for directories and symlinks (Kai Willadsen)
    * Show case insensitivity and file encoding errors less intrusively (Kai
      Willadsen)
    * Sundry bug fixes (Kai Willadsen, Piotr Piastucki)

  Translation updates:
    * Bruno Brouard (fr)
    * Claude Paroz (fr)
    * Daniel Mustieles (es)
    * Joe Hansen (da)
    * Mario Blättermann (de)
    * Matej Urbančič (sl)
    * Miroslav Nikolić (sr)
    * Petr Kovar (cs)
    * Takeshi AIHANA (ja)


2010-12-27 meld 1.5.0
=====================

  New features:

    * Use MyersSequenceMatcher by default (matcher from Piotr Piastucki)
    * Add a "Show whitespace" preference (Jon Dufresne)
    * Add "Copy change above/below left/right" actions (Kai Willadsen)
    * Add Alt+Up/Down as shortcuts for previous/next change (Kai Willadsen)
    * Add previous/next conflict actions (Kai Willadsen)
    * Patch creation can now create reverse patches, and can choose between
      panes in a three-way comparison (Kai Willadsen)
    * Add a --output option for specifying where to save a merge result
      (Kai Willadsen)

  Code changes and fixes:

    * Require Python 2.5, Gtk+/PyGtk 2.14, PyGtkSourceView 2.4 (optional)
    * Port to gtk.Builder and gtk.IconTheme (Kai Willadsen)
    * Remove gnome-vfs usage (Kai Willadsen)
    * Portability fixes (Thomas Klausner)
    * Build fixes (Helmut Jarausch)
    * Add a man page (Peter Tyser)
    * Put preferences fallback in XDG-compliant location (Kai Willadsen)
    * Fix Undo/Redo with unicode text (Kai Willadsen)
    * Handle unicode linebreaks (Kai Willadsen)

  Translation updates:

    * Bruno Brouard (fr)
    * Carles Ferrando (ca@valencia)
    * Claude Paroz (fr)
    * Gabor Kelemen (hu)
    * Joe Hansen (da)
    * Jorge González (es)
    * Mario Blättermann (de)
    * Matej Urbančič (sl)
    * Petr Kovar (cs)
2011-04-05 13:08:34 +00:00
wiz
f18199d725 Updated textproc/hunspell-de to 20110321 2011-04-05 13:01:03 +00:00
wiz
edcdebf530 Update to 20110321.
Wordlist fixes, I guess :)
2011-04-05 13:00:54 +00:00
wiz
b3ca5c1ba8 Updated devel/mdds to 0.5.2 2011-04-05 12:58:03 +00:00
wiz
669b07d605 Update to 0.5.2:
mdds 0.5.2

* flat_segment_tree

  * fixed a crash on assignment by properly implementing assignment
    operator().

  * fixed several bugs in shift_right():

    * shifting of all existing nodes was not handled properly.

    * leaf nodes were not properly linked under certain conditions.

    * shifting with skip node option was not properly skipping the
      node at insertion position when the insertion position was at
      the leftmost node.

  * implemented min_key(), max_key(), default_value(), clear() and
    swap().

  * fixed a bug in operator==() where two different containers were
    incorrectly evaluated to be equal.

  * added quickcheck test code.
2011-04-05 12:57:54 +00:00
wiz
71d22f82fb Updated devel/libgsf-gnome to 1.14.20 2011-04-05 12:56:41 +00:00
wiz
a872b3a00e Updated devel/libgsf to 1.14.20 2011-04-05 12:53:39 +00:00
wiz
156f99a2b4 Update libgsf* to 1.4.20:
libgsf 1.14.20

Caolan McNamara:
	* Fix msole reading crash.

Morten:
	* Improve loading on metadata.  [#644217]
2011-04-05 12:53:26 +00:00
wiz
e64b807979 Updated textproc/epubcheck to 1.2 2011-04-05 12:51:26 +00:00
wiz
5b95debd3e Update to 1.2, changes not found. 2011-04-05 12:51:18 +00:00
wiz
8b98c8d252 Updated graphics/png to 1.5.2 2011-04-05 12:48:06 +00:00
wiz
9ce2aeae85 Update to 1.5.2:
Version 1.5.2beta01 [February 13, 2011]
  More -Wshadow fixes for older gcc compilers.  Older gcc versions apparently
    check formal parameters names in function declarations (as well as
    definitions) to see if they match a name in the global namespace.
  Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the
    old VisualC++ preprocessor.
  Turned on interlace handling in png_read_png().
  Fixed gcc pendantic warnings.
  Handle longjmp in Cygwin.
  Fixed png_get_current_row_number() in the interlaced case.
  Cleaned up ALPHA flags and transformations.
  Implemented expansion to 16 bits.

Version 1.5.2beta02 [February 19, 2011]
  Fixed mistake in the descriptions of user read_transform and write_transform
    function prototypes in the manual.  The row_info struct is png_row_infop.
  Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior.
  Corrected png_get_current_row_number documentation
  Fixed the read/write row callback documentation.
    This documents the current behavior, where the callback is called after
    every row with information pertaining to the next row.

Version 1.5.2beta03 [March 3, 2011]
  Fixed scripts/makefile.vcwin32
  Updated contrib/pngsuite/README to add the word "modify".
  Define PNG_ALLOCATED to blank when _MSC_VER<1300.

Version 1.5.2rc01 [March 19, 2011]
  Define remaining attributes to blank when MSC_VER<1300.
  ifdef out mask arrays in pngread.c when interlacing is not supported.

Version 1.5.2rc02 [March 22, 2011]
  Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak
    and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip"
    from the makefiles.
  Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
    to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill)

Version 1.5.2rc03 [March 24, 2011]
  Don't include standard header files in png.h while building the symbol table,
    to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).

Version 1.5.2 [March 31, 2011]
2011-04-05 12:47:56 +00:00
wiz
0fab9bc698 Mention that vala update was reverted by removing the update entry. 2011-04-05 12:45:48 +00:00