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 (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:47:15 UTC Now

2009-11-10 23:31:36 UTC MAIN commitmail json YAML

Test for RTLD_DI_LINKMAP feature presence rather than for OS version.
Suggested by Tobias Nygren in private talk.

No revision change.

(asau)

2009-11-10 21:25:57 UTC MAIN commitmail json YAML

restore linker search path which got lost in libtoolification, fixes
incomplete pkg installation w/o DESTDIR
(PR pkg/42297 by Brad Harder)
bump PKGREVISION

(drochner)

2009-11-10 20:35:32 UTC MAIN commitmail json YAML

2009-11-10 20:33:38 UTC MAIN commitmail json YAML

Update mail-notification to 5.4

pkgsrc changes: patch to use gmime24

Changes since 5.3:
* The regression which caused some read IMAP messages to be reported as
  unread has been fixed.
* And more, see the NEWS file.
Changes since 5.2:
* A crash affecting IMAP, Maildir and POP3 mailboxes has been fixed.
* A crash affecting Evolution mailboxes on 64-bit systems has been fixed.
* And more, see the NEWS file.
Changes since 5.1:
* Default configuration values were not registered.
Changes since 5.0:
* A number of minor issues have been fixed. Most notably, the message
  count is now drawn properly.
* And more, see the NEWS file.

(markd)

2009-11-10 20:15:41 UTC MAIN commitmail json YAML

Fix build with latest boost-libs.

(markd)

2009-11-10 20:11:44 UTC MAIN commitmail json YAML

Explicitly disable sesame2 backend so that doesn't try to build if
cmake happens to find a java on the system.

(markd)

2009-11-10 19:37:06 UTC MAIN commitmail json YAML

Updated devel/bzr to 2.0.1 [epg 2009-11-10]
Updated devel/qbzr to 0.16 [epg 2009-11-10]
Updated devel/bzr-explorer to 0.9.0 [epg 2009-11-10]

(epg)

2009-11-10 19:36:40 UTC MAIN commitmail json YAML

bzr-2.0.1 done.

(epg)

2009-11-10 19:36:00 UTC MAIN commitmail json YAML

0.9.0 02-Nov-2009
-----------------

New features:

* Virtual repositories are now supported. These are plain directories
  which are searched for nested locations. If you attempt to open a
  location which is not a normal (shared) repository, branch or
  checkout, you will be asked if you wish to open it as a virtual
  repository. No question is asked if the location is bookmarked or
  given on the command line. The virtual repository view is pretty
  much identical to a normal repository view, though some menu actions
  (like Explore --> Location Information) are not enabled.

* Custom editor applications are now supported. This allows the Edit
  action to launch something more sensible than a text editor for
  images, diagrams, web pages, office documents, etc. A default set
  of editors are defined (in lib/standard_profile/editors.conf) and
  these can be extended or overridden by providing a file of the
  same name in your explorer configuration directory.

* The repository view now has a Log button. Multiple items can be
  logged at once by selecting more than one location at a time.
  If no location is selected, the repository is selected.

Improvements:

* Multiple branches can be opened from the command line with
  'bzr explorer trunk feature1 feature 2'

* The BZR_EDITOR environment variable is checked when searching for
  the text editor to use if one is not configured in bazaar.conf.

Translations:

* Added translations for Danish, English (United Kingdom), Galician,
  Indonesian, Polish, Serbian, Swedish.

0.8.3 13-Oct-2009
-----------------

Improvements:

* Change the Help URL to go to the Documentation page on the
  website, not the vision page.

* 'bzr help explorer' now points to the new website. It also
  provides more information about how to troubleshoot problems.

Bug fixes:

* Display a message rather than error when the "Local Changes" and
  "Missing Revisions" tabs are selected for a remote repository.
  (Craig Hewetson, #433916)

Translations:

* Added translations for Arabic, Lithuanian and Ukrainian.

(epg)

2009-11-10 19:34:45 UTC MAIN commitmail json YAML

0.16 "Acacia" - 2009/11/9
-------------------------
What's new in this release:

* qswitch:
  * Added support for --create-branch option to "bzr switch". (A. S. Budden)
* SubprocessUIFactory and QUIFactory now both support get_username, and
  get_boolean. (Bug #421851, Gary van der Merwe)
* Save the size of Dialogs when the user press Esc. (Bug #417809,
  Gary van der Merwe)
* qlog:
  * Get the max main_line digets in a different way so that we don't break
    --no-graph. (Bug #455867, Gary van der Merwe)
  * Corrected the margin for the revision number column. (Gary van der Merwe)
  * When loading the file list delta, only lock the repositories that are
    being used. If the 2 trees are from the same repositories, load them
    together. (Gary van der Merwe)
  * When viewing a svn repo, only show the file list if 1 revision is selected,
    and if so, use a optimized method to do so. (Bug #450225,
    Gary van der Merwe)
  * Show a throbber above the file list while a delta is being loaded.
    (Gary van der Merwe)
  * Fix a bug when refreshing a branch with revisions that have been removed.
    (Bug #435486, Gary van der Merwe)
* qlog/qannotate:
  * Preserve leading whitespace in the lines of the log message.
    (Max Bowsher)
* qadd:
  * Don't show unchanged directories that contain ignored files.
    (Bug #462435, Gary van der Merwe)
* qcommit, qadd, qrevert:
  * Directoies with 4 or more sub items are grouped in the tree view.
    (Bug #456198, Gary van der Merwe)
  * Correct the old path shown for renamed files. (Bug #432572,
    Gary van der Merwe)
  * Passing a directory via the command line now correctly checks the
    directory. (Bug #435034, Gary van der Merwe)
  * For qcommit, It is now possible to select unversioned file and directories
    via the command line. (Gary van der Merwe)
  * Automaticly expand to the check items on load. (Gary van der Merwe)
  * Fix View for unversoined files when run from a sub directory of the
    working tree. (Gary van der Merwe)
* qcommit/qbrowse:
  * Conflicts are shown in the status column. External merge applications
    can be launched to resolve these conflicts, and the conflicts can be
    marked as merged. (Bug #174509, Gary van der Merwe)
  * Improved the usibility of the context menu add, and revert actions.
    These now directly use the api, rather than via subprocess. There is
    now no prompt for add. With large trees, there is less flicker when the
    tree is refreshed, and the scroll position is remembered.
    (Gary van der Merwe)
  * It is now possible to rename and move files or directories, and to mark
    files or directories that have allready been renamed or moved as such.
    (Gary van der Merwe)
  * It is now possible to remove files from the branch. (Gary van der Merwe)
  * Show blank icon for missing files. (Bug #418471, Gary van der Merwe)
* qcommit/uncommit:
  * Catch AttributeError in save of commit_data during qcommit and/or uncommit
    in lightweight checkout from branch accessed via smart-server
    (lp:, bzr+ssh://, bzr:// etc).
    (Bug #434034 Bug #430382 Bug #463296, Alexander Belchenko)
* qsubprocess:
  * Show actual command-line to user when we invoke action via qsubprocess.
    (Bug #476025, Alexander Belchenko)
* qcommit:
  * Don't run `bzr add --no-recurse` before commit if there is nothing to add.
    (Alexander Belchenko)
* qplugins:
  * Format plugin version nicely even if it does not follow bzr standards on
    version_info tuple. (Bug #475286, Alexander Belchenko)

0.15 "Yellow and green" - 2009-10-19
------------------------------------
What's new in this release:

* Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series).
* New qrun dialog to launch any (non-interactive) bzr command.
* Improved speed of qcat, qdiff, qlog.
* Added Browse button for editor selection in qconfig.
* qconflicts: Enable multiple selections of conflict items to resolve
  or launch merge tool for them.
* qgetupdates and qupdate dialogs now properly support all 3 cases:
  * update tree
  * update bound branch
  * update lightweight checkout
* qlog can display foreign revision info if available.
* Sort tags alphabeticaly and case-insensitive in qtag dialog.
* qexport now has sensible defaults and more user-friendly archive
  types (e.g. tar.gz instead of tgz) displayed in the combo box.
  On windows, the default archive type is now zip as well.
* And more than 37 bugfixes (plus all critical bugfixes from 0.14.x releases).

Detailed changelog:

* Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series).
* Internal:
  * Install QUIFactory after we have properly initialize QApplication.
    (#430232, John Arbash Meinel)
  * Better compatibility of qbzr test suite with bzr 2.1.
    (#433843, Vincent Ladeuil)
  * Use unicode('.') everywhere as current directory marker. (Naoki INADA)
  * Don't bundle PyQt4 and Pygments libs to Windows installer anymore.
    (Alexander Belchenko)
  * Get rid of old-style classes to be compatible with PyQt 4.6.
    (#447214)
* New dialog:
    * qrun (Alexander Belchenko)
* qadd:
  * Properly support adding unversioned files to newly added directory.
    (#418520, Gary van der Merwe)
* qbind/qunbind:
  * Show Close, not Ok/Cancel, on completion. (#449489, Ian Clatworthy)
* qcat:
  * Improve speed of syntax highlighting. (#442965, Atsuo Ishimoto)
* qconfig:
  * Added Browse button for editor selection. (#430192, Alexander Belchenko)
* qconflicts:
  * Enable multiple selections of conflict items to resolve or launch merge
    tool for them. (#415393, Craig Hewetson)
* qdiff:
  * More responsive dialog during diff loading. (Gary van der Merwe)
  * Better support for external diff tools.
    (#422688, #423221, Gary van der Merwe)
* qgetupdates:
  * Now able to update lightweight checkouts. (Alexander Belchenko)
* qlog:
  * More responsive dialog during revision loading. (Gary van der Merwe)
  * Faster qlog on directory. (Gary van der Merwe)
  * Show the revision html, and file delta for all selected revisions.
    (#412029, Gary van der Merwe)
  * Don't show the throbber when loading revisions from a remote repo
    to avoid weird behavior. (#412894, Gary van der Merwe)
  * Fixed regression with --no-graph feature. (#448232, Craig Hewetson)
  * Display foreign revision info if available.
    (John Szakmeister, Gary van der Merwe)
  * Auto-adjust revno column to the number of digits in latest revno
    on mainline. (#450179, Gary van der Merwe)
* qpull/qpush:
  * Don't remember location by default. (Alexander Belchenko)
* qsubprocess:
  * New command-line option --bencode to use bencoded command list.
    (#392920, Alexander Belchenko)
  * Very long command-line passed to qsubprocess via temp file
    regardless of platform. (#387320, Alexander Belchenko)
* qtag:
  * Sort tags alphabeticaly and case-insensitive. (#423075, Craig Hewetson)
  * Save/restore the size of dialog. (#435859, Craig Hewetson)
* qupdate:
  * Now working for bound branches (aka heavyweight checkouts).
    (#422649, Craig Hewetson)

0.14.5 "Dropzone" - 2009-10-31
------------------------------
Bugfixes and backported bugfixes.

* qcommit:
  * Catch AttributeError in save of commit_data during qcommit and/or uncommit
    in lightweight checkout from branch accessed via smart-server
    (lp:, bzr+ssh://, bzr:// etc).
    (#434034 #430382 #463296, Alexander Belchenko)
* qlog:
  * Avoid a deprecation warning when diffing the first rev in a branch.
    (John Szakmeister)
* qadd:
  * Properly support adding unversioned files to newly added directory.
    (#418520, Gary van der Merwe)
* qtag:
  * save/restore the size of dialog. (#435859, Craig Hewetson)
* Save the size of Dialogs when the user press Esc. (Bug 417809,
  Gary van der Merwe)
* qsubprocess:
  * new command-line option --bencode to use bencoded command list.
    (#392920, Alexander Belchenko)
  * Very long command-line passed to qsubprocess via temp file
    regardless of platform. (Alexander Belchenko)

0.14.4 "Kenny" - 2009-10-17
---------------------------
Critical Koala bugfixes.

* Internal: get rid of old-style classes to be compatible with PyQt 4.6.
  (#447214)
* qlog:
  * handle revids as plain strings, not unicode. (#452235)
* qcommit/qrevert:
  * Fixed a bug were the pending merges graph was being loaded
    twice. (Gary van der Merwe)

(epg)

2009-11-10 19:31:32 UTC MAIN commitmail json YAML

bzr 2.0.1
#########

:Codename: Stability First
:2.0.1: 2009-10-14

The first of our new ongoing bugfix-only stable releases has arrived. It
includes a collection of 12 bugfixes applied to bzr 2.0.0, but does not
include any of the feature development in the 2.1.0 series.

Bug Fixes
*********

* ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the
  filename will issue a warning and skip over those files.
  (Robert Collins, #3918)

* bzr will attempt to authenticate with SSH servers that support
  ``keyboard-interactive`` auth but not ``password`` auth when using
  Paramiko.  (Andrew Bennetts, #433846)

* Fixed fetches from a stacked branch on a smart server that were failing
  with some combinations of remote and local formats.  This was causing
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)

* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
  on branches via a smart server.  (Andrew Bennetts, #389413)

* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
  at the root of a drive. ``osutils._cicp_canonical_relpath`` always
  assumed that ``abspath()`` returned a path that did not have a trailing
  ``/``, but that is not true when working at the root of the filesystem.
  (John Arbash Meinel, Jason Spashett, #322807)

* Hide deprecation warnings for 'final' releases for python2.6.
  (John Arbash Meinel, #440062)

* Improve the time for ``bzr log DIR`` for 2a format repositories.
  We had been using the same code path as for <2a formats, which required
  iterating over all objects in all revisions.
  (John Arbash Meinel, #374730)

* Make sure that we unlock the tree if we fail to create a TreeTransform
  object when doing a merge, and there is limbo, or pending-deletions
  directory.  (Gary van der Merwe, #427773)

* Occasional IndexError on renamed files have been fixed. Operations that
  set a full inventory in the working tree will now go via the
  apply_inventory_delta code path which is simpler and easier to
  understand than dirstates set_state_from_inventory method. This may
  have a small performance impact on operations built on _write_inventory,
  but such operations are already doing full tree scans, so no radical
  performance change should be observed. (Robert Collins, #403322)

* Retrieving file text or mtime from a _PreviewTree has good performance when
  there are many changes.  (Aaron Bentley)

* The CHK index pages now use an unlimited cache size. With a limited
  cache and a large project, the random access of chk pages could cause us
  to download the entire cix file many times.
  (John Arbash Meinel, #402623)

* When a file kind becomes unversionable after being added, a sensible
  error will be shown instead of a traceback. (Robert Collins, #438569)

Documentation
*************

* Improved README. (Ian Clatworthy)

* Improved upgrade documentation for Launchpad branches.
  (Barry Warsaw)

(epg)

2009-11-10 19:04:28 UTC MAIN commitmail json YAML

Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=no
again.

(wiz)

2009-11-10 19:03:32 UTC MAIN commitmail json YAML

2009-11-10 18:35:38 UTC MAIN commitmail json YAML

Updated devel/boehm-gc to 7.1nb2

(wiz)

2009-11-10 18:35:13 UTC MAIN commitmail json YAML

Fix binary on NetBSD versions using binutils-2.19.
Patch from enami@

Bump PKGREVISION.

(wiz)

2009-11-10 18:20:24 UTC MAIN commitmail json YAML

Updated math/genius to 1.0.8

(wiz)

2009-11-10 18:20:05 UTC MAIN commitmail json YAML

Update to 1.0.8:

* Buildfixes for Cygwin and parallel builds (Yaakov)
* Check events before executing a command line, fixes a race which results in
  display anomalies on new vte.
* Documentation updates
* Require GTK/GLib 2.12 and use the new tooltips API.

(wiz)

2009-11-10 18:07:43 UTC MAIN commitmail json YAML

Updated math/gcalctool to 5.28.1

(wiz)

2009-11-10 18:07:04 UTC MAIN commitmail json YAML

Update to 5.28.1:

Overview of changes in gcalctool 5.28.1

    * Fix numeric exponent parsing (Robin Sonefors, Bug #596892)

    * Handle ',' as radix point when editing display (Robert Ancell)

    * Fix inactive random button (Robert Ancell)

    * Updated documentation: el (Jennie Petoumenou)

    * Updated translations: ca (Joan Duran), el (Kostas Papadimas)
                            et (Ivar Smolin), ro (Lucian Adrian Grijincu)
                            ru (vicanis@gmail.com), sl (Matej Urbančič)

Overview of changes in gcalctool 5.28.0

    * Don't override space bar when buttons are focussed as this stops keyboard control
      (Robert Ancell, Bug #595337)

    * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
      and allow '**' to be converted to a '^' for layouts that do not support it
      (Robert Ancell, Bug #546819)

    * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)

    * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
                            bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
                            cs (Marek Černocký), da (Ask H. Larsen)
                            en_GB (Bruce Cowan), et (Ivar Smolin)
                            hi (Rajesh Ranjan), it (Davide Falagna)
                            kn (Shankar Prasad), lt (Gintautas Miliauskas)
                            ml (Ani), mr (Sandeep Shedmake)
                            or (Manoj Kumar Giri), pa (A S Alam)
                            ro (Adi Roiban), sl (Matej Urbančič)
                            sr (Branko Kokanović), sr@latin (Branko Kokanović)
                            te (krishnababu k), uk (Maxim V. Dziumanenko)
                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

Overview of changes in gcalctool 5.27.92

    * Fix base conversions (Robert Ancell)

    * Fix disabled help menu (Robert Ancell)

    * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)

    * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
                            eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
                            gu (Sweta Kothari), hu (Gabor Kelemen)
                            kn (Shankar Prasad), ml (Ani)
                            pl (Tomasz Dominikowski), pt (Duarte Loreto)
                            sr (Branko Kokanović), sv (Daniel Nylander)
                            tr (Baris Cicek), zh_CN (Aron Xu)

Overview of changes in gcalctool 5.27.91

    * Updated documentation: cs (Petr Kovar)

    * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
                            eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
                            ga (Seán de Búrca), gl (Antón Méixome)
                            kn (Shankar Prasad), ko (Changwoo Ryu)
                            nb (Kjartan Maraas), or (Manoj Kumar Giri)
                            pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
                            sv (Daniel Nylander), ta (ifelix)

Overview of changes in gcalctool 5.27.90

    * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)

    * Updated documentation: es (Jorge González)

    * Updated translations: de (Christian Kirbach), es (Jorge González)
                            gl (Antón Méixome), nb (Kjartan Maraas)
                            sv (Daniel Nylander), ta (drtvasudevan)

Overview of changes in gcalctool 5.27.5

    * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)

    * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)

    * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)

    * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)

    * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)

    * Updated documentation: fr (Laurent Coudeur, Claude Paroz)

    * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
                            fr (Claude Paroz), pt_BR (Daniel S. Koda)

Overview of changes in gcalctool 5.27.4

    * Update bit editor after shifting (Robert Ancell, Bug #587545)

    * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)

    * Make padding consistent in GUI (Jerry Casiano, Bug #587292)

    * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)

    * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"

    * Use lowercase notation for trigonometric and logarithm functions to look
      more like standard mathematical notation

    * Put spacing around functions, i.e. "sin" -> " sin "

    * Use subscript for logarithm base two, i.e. "log2" -> "log₂"

    * Added etched border around display (Robert Ancell, Bug #140836)

    * Rewrote out of date man page (Robert Ancell, Bug #585997)

    * Updated documentation: cs (Marek Cernocky)

    * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
                            es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
    ta (drtvasudevan), sv (Daniel Nylander),
    uk (Maxim V. Dziumanenko)

Overview of changes in gcalctool 5.27.3

    * Percentage operation for addition and subtraction now takes percentage of
      first value (Robert Ancell, Bug #480207)

    * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)

    * Focus on the display entry by default

    * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.

    * Fix missing icon in Help>Contents menu

    * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)

Overview of changes in gcalctool 5.27.2

    * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)

    * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)

    * Remove negative sign from numbers rounded to zero.  This is only a partial
      fix as the error value is still visible in scientific notation
      (Robert Ancell, Bug #560802)

    * Support odd roots of negative numbers (Robert Ancell, Bug #576973)

    * Keep settings (show zeroes, thousands separator etc) when changing modes
      (Robert Ancell, Bug #580398)

    * Add a --solve command-line argument (Robert Ancell)

    * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)

    * Made parser reentrant and part of MP code (Robert Ancell)

    * Remove references to arithmetic/left-to-right precedence from the manual
      (Robert Ancell, Bug #559734)

    * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)

    * Remove untranslated figures in documentation - they are automatically
      copied from the C documentation (Robert Ancell, Bug #566680)

    * Updated translations: si (K.P.Gayan Tharaka)

Overview of changes in gcalctool 5.27.1

    * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)

    * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)

    * Make GConf schemas translatable (Robert Ancell, Bug #571948)

    * Replace MP number arrays with an MPNumber structure (Robert Ancell)

    * Tidied up error messages (Robert Ancell, Bug #521184)

    * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
      This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
      Expect settings to reset to defaults when upgrading.  Switching between
      versions will cause resets.

    * Fix missing license text in about dialog (Robert Ancell, Bug #579174)

    * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)

(wiz)

2009-11-10 17:21:33 UTC MAIN commitmail json YAML

Updated www/py-paste to 1.7.2 [epg 2009-11-10]
Added www/py-PasteDeploy version 1.3.3 [epg 2009-11-10]

(epg)

2009-11-10 17:20:38 UTC MAIN commitmail json YAML

Add PasteDeploy dependency.

Missed this earlier because it's only needed when loggerhead is behind a
reverse proxy.

Bump PKGREVISION.

(epg)

2009-11-10 17:18:44 UTC MAIN commitmail json YAML

Add and enable py-PasteDeploy.

(epg)

2009-11-10 17:13:00 UTC MAIN commitmail json YAML

Import PasteDeploy-1.3.3

This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files.  Paste Script
provides commands to serve applications based on this configuration file.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(epg)

2009-11-10 17:08:24 UTC MAIN commitmail json YAML

Update to 1.7.2
-----

* In :mod:`paste.proxy`, added some more headers that are disallowed
  in WSGI (e.g., Keep-Alive).  Send Content-Length.  Also fix the
  missing query string when using :class:`paste.proxy.Proxy`
  (:class:`paste.proxy.TransparentProxy` already worked).

* Make :mod:`paste.debug.prints` work with Google App Engine.

* Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only
  have a ``seek`` method if it is wrapping something with a seek
  method (which usually it is not).

* In :mod:`paste.httpserver` re-raise KeyboardInterrupt in worker
  threads.

* Added support for the ``HttpOnly`` Cookie property to
  :mod:`paste.wsgiwrappers`

* Added :func:`paste.reloader.add_file_callback`, which lets you watch
  files based on a callback.

* Quiet Python 2.6 deprecation warnings.

* Fix :mod:`paste.auth.cookie` generating bad headers.

* Added :class:`paste.reloader.JythonMonitor` for an experimental,
  optimized reloader on Jython.

(epg)

2009-11-10 17:08:20 UTC MAIN commitmail json YAML

bump revision for patch-{az,ba}

(tnn)

2009-11-10 17:00:02 UTC MAIN commitmail json YAML

2009-11-10 16:52:46 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.8.2.5

(tnn)

2009-11-10 16:49:13 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha67

(wiz)

2009-11-10 16:49:00 UTC MAIN commitmail json YAML

Update to 2.01.01alpha67:

All:

- Prevent a compiler warning when compiling 64 bit binaries on HP-UX
using make CCOM=cc64

- Some files in include/schily/*.h have been enhanced to better support VMS

- config.guess now knows about OpenVMS

- Changed bash test to use --version instead of -version as bash on OpenVMS
is bash-1.x

- include/schily/xmconfig.h (containing a "static" configuration for VMS
because "configure" does not work on VMS) was enhanced.

- Trying to add support for OpenVMS to RULES/*

- New autoconf tests for the type "long double" and a new "max size" type.

Libschily:

- libschily/*bytes.c now support 64 bit compilation and use a "ssize_t"
typed count parameter instead of "int".

Rscsi:

- First complete version of a man page for rscsi.

Cdda2wav (Maintained/enhanced by J

- cdda2wav now correctly deals with the case when no sound device
was specified. Thanks to Robert Grimm <rob@news.robgri.de>
for reporting.

Mkisofs (Maintained/enhanced by J

- Make "isovfy" CD-ROM-XA aware

- Make "isodump" CD-ROM-XA aware

(wiz)

2009-11-10 16:48:20 UTC MAIN commitmail json YAML

Use NSPR_RELEASE in the generated pkg-config file

(tnn)

2009-11-10 16:44:06 UTC MAIN commitmail json YAML

2009-11-10 16:35:06 UTC MAIN commitmail json YAML

Needs libtool (highlighted by partial bulk builds)

(sborrill)

2009-11-10 16:23:39 UTC MAIN commitmail json YAML

Updated devel/opal to 3.6.6

(wiz)

2009-11-10 16:23:23 UTC MAIN commitmail json YAML

Update to 3.6.4:

2009-09-21 00:34  rjongbloed

* [r23499] version.h:
  Update version number for beta v3.6.6

2009-09-22 00:50  rjongbloed

* [r23504] ., src/sip/sipcon.cxx:
  Fixed failure to increment CSEQ on second INVITE after an
  authorisation request error.

(wiz)

2009-11-10 16:20:30 UTC MAIN commitmail json YAML

Added emulators/kegs version 0.91

(wiz)

2009-11-10 16:20:17 UTC MAIN commitmail json YAML

2009-11-10 16:19:57 UTC MAIN commitmail json YAML

2009-11-10 16:14:30 UTC MAIN commitmail json YAML

Updated devel/ptlib to 2.6.5nb1

(wiz)

2009-11-10 16:14:18 UTC MAIN commitmail json YAML

Enable more features; needed by new opal. Bump PKGREVISION.

(wiz)

2009-11-10 16:10:48 UTC MAIN commitmail json YAML

Use malloc instead of the kernel allocators
Bump revision

(stacktic)

2009-11-10 16:06:11 UTC MAIN commitmail json YAML

integrate two patches from devel/nspr; avoid 32 bit cast of pthread_t.

(tnn)

2009-11-10 15:45:19 UTC MAIN commitmail json YAML

Fix ambiguous of make variable: $f -> ${f}.

(brook)

2009-11-10 15:37:11 UTC MAIN commitmail json YAML

Updated www/ganglia-webfrontend to 3.0.1

(brook)

2009-11-10 15:34:50 UTC MAIN commitmail json YAML

Updated parallel/ganglia-monitor-core to 3.1.2

(brook)

2009-11-10 14:56:35 UTC MAIN commitmail json YAML

Update to v3.1.2 based upon recent work in pkgsrc-wip.  The number of
changes over the intervening years is too large to list here.  See the
ChangeLog file or the home page for details.

(brook)

2009-11-10 14:55:19 UTC MAIN commitmail json YAML

2009-11-10 13:46:48 UTC MAIN commitmail json YAML

Updated textproc/p5-Template-Declare to 0.42

(seb)

2009-11-10 13:46:37 UTC MAIN commitmail json YAML

Update from version 0.40 to version 0.42.

Upstream changes:
0.42 2009-11-01
* Added the "strict" attribute to make exceptional situations fatal. (Theory)
* Removed unused "implementor" attribute in Template::Declare::TagSet. (Theory)

0.41 2009-10-29
* Documentation tweaks (Theory)

0.40_02 2009-10-23
* David (Theory) Wheeler spent considerable effort on cleaning up
  Template-Declare for this release.
* Reworked all the documentation, neatening things, expanding the "USAGE"
  section, fixing bugs in the examples, and adding missing docs for various
  functions and methods.
* Added "dispatch_to" to replace "roots", which is now deprecated. Note that
  "dispatch_to" resolves to template classes in the opposite order to "roots".
  This won't be an issue if you only use a single temlate class.
* Converted the implementation of "alias" to be the same as that used for
  "import_templates", which is much more efficient.
* Added the "into" parameter to "alias" and "import_templates".
* Added the "setting" syntactical sugar keyword for use with "alias".
* Renamed "import_templates" to "mix". The former is still around, but is
  deprecated.
* Added support for package variables with "mix".
* Deprecated the undocumented "aliases()" and "alias_metadata()" methods, as
  they are no longer needed. They're now no-ops that issue warnings. To be
  removed altogether in a future version.

0.40_01 2009-08-12
* Support for inline tagset definitions. Thanks to Olivier 'dolmen' Mengué
[rt.cpan.org #48642]

(seb)

2009-11-10 13:37:10 UTC MAIN commitmail json YAML

remove an errant debugging statement

(dogcow)

2009-11-10 13:34:25 UTC MAIN commitmail json YAML

Updated net/p5-DNS-ZoneParse to 0.99

(seb)

2009-11-10 13:34:13 UTC MAIN commitmail json YAML

Update p5-DNS-ZoneParse from version 0.96 to version 0.99.

Upstream changes:
0.99 - Tue Oct 20 2009
      - (je) Support for callback to catch unparsable lines.
      - (je) Keep a counter of unparsable lines after parsing.
      - (je) Support new record types (SRV, TXT, RP, HINFO, LOC).
      - (je) Automatic un/escaping of special characters.
      - (je) Reformat regular expressions for clarity.
      - (je) Update file open syntax.
      - (je) Require Perl 5.6+.
      - (je) Support for Unicode names (bug 27527).
      - (je) Support TXT records containing a semicolon (bug 50165).
      - (je) Support backslashes in zone data (bug 12679).
      - (je) Support SRV records (bug 24402).
      - (je) Support names ending in what looks like a record type (bug 39006).
      - (je) Increase unit test coverage.
      - (je) Improve parsing for lines containing comments.
      - (je) Improve parsing for multi-line records.

0.98 - Skipped

0.97 - Skipped

(seb)

2009-11-10 13:21:25 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read to 0.37

(seb)

2009-11-10 13:21:14 UTC MAIN commitmail json YAML

Update p5-Spreadsheet-Read from version 0.35 to version 0.37.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.37 Thu 09 Nov 2009
    - IO streams improvements
    - MANIFEST fix

0.36 Thu 06 Nov 2009
    - Add strip option
    - Spreadsheet::XLSX 0.12 still does not support attributes
    - Require Text::CSV_XS-0.69 for CSV for auto-detection of \r
    - New attribute "parser" to force format
    - Allow CSV streams
    - Allow SC  streams
    - Allow XLS streams

(seb)

2009-11-10 12:15:06 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-XLSX to 0.12

(seb)

2009-11-10 12:14:55 UTC MAIN commitmail json YAML

Update p5-Spreadsheet-XLSX from version 0.10 to version 0.12

Upstream changes:
0.12  Tue Oct  6 10:04:37 MSD 2009
- sheets are now detected by relations (xl/_rels/workbook.xml.rels), not numbers (RT #50236, thanks Pat Mariani)

0.11  Mon Oct  5 19:03:46 MSD 2009
- sheets numbering fixed (RT #50211, thanks endacoe)

(seb)

2009-11-10 12:08:05 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-ParseExcel to 0.5500

(seb)

2009-11-10 12:07:54 UTC MAIN commitmail json YAML

Update from version 0.5400 to version 0.5500 (upstream 0.55)

Upstream changes:
0.55 August 25 2009

    + Refactored Cell.pm documentation and method names and added
      regression suite, t/06_regression.t.

    ! Added float comparison test to avoid false failing tests on
      64bit systems.

(seb)

2009-11-10 11:52:21 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Structured to 0.19

(seb)

2009-11-10 11:52:09 UTC MAIN commitmail json YAML

Update p5-MooseX-Types-Structured from version 0.18 to version 0.19.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.19  06 November 2009
        - Require Devel::PartialDump 0.10 and change tests to expect the
          correct format of error.

(seb)

2009-11-10 11:15:25 UTC MAIN commitmail json YAML

Updated devel/ptlib to 2.6.5

(wiz)

2009-11-10 11:15:12 UTC MAIN commitmail json YAML

Update to 2.6.5:

2009-07-05 05:53  rjongbloed

* [r23078] version.h:
  Update version number for beta v2.6.5

2009-07-08 16:30  rjongbloed

* [r23090] ., src/ptclib/cypher.cxx:
  Fixed base 64 encoder for strings less than 3 characters long,
  thanks Stefano Picerno

2009-07-21 23:31  rjongbloed

* [r23120] ., include/ptlib/unix/ptlib/pmachdep.h,
  src/ptclib/pstun.cxx, src/ptlib/common/contain.cxx:
  Mac support for Posix clock_gettime() function.

  Fixed failure to use STUN sockets with symmetric NAT and have not
  set any port range. Port range not needed if explicit port is
  specified.

  Fixed printf to PString where output is more than 1000 bytes, on
  Linux.

2009-07-29 01:28  rjongbloed

* [r23151] ., configure.exe, tools/configure/configure.cpp:
  Changed Windows configure so when a search of directories is
  performed, the directories defined by the INCLUDE environment
  variable are checked first.

  This avoids some conflicts where for some "standard" headers, one
  part of the system uses one version and another part uses a
  different version. For example winsock2.h is being used from the
  INCLUDE path (C:\Program Files\Microsoft Visual Studio
  8\VC\PlatformSDK) early in the compile, but configure and
  ptbuildopts.h try and use the version in C:\Program
  Files\Microsoft SDKs\Windows\v6.0a which then conflicts later in
  the compile.

  This seems to have started happening when someone changed the
  order of the directories in configure.ac

2009-07-29 04:11  rjongbloed

* [r23160] ., tools/plugintest/main.cxx:
  Fixed bug ID: 2809583 "Unable to build
  ptlib-2.6.3/tools/plugintest on
  Linux"

2009-07-29 04:23  rjongbloed

* [r23161] plugins/configure, plugins/configure.in:
  Applied fix for bug ID: 2821247 "The absence of libv4l2 should
  not block
  V4L2 plugin", thanks Elaine Xiong

2009-07-29 04:30  rjongbloed

* [r23163] plugins/sound_sunaudio/Makefile,
  src/ptlib/common/vconvert.cxx:
  Applied fixes for bugs:
  ID: 2821218 "A build error when generating SunAudio plugin"
  ID: 2821189 "The video convertor of YUY2toYUV420P does not work"

  Thanks Elaine Xiong

2009-07-29 05:10  rjongbloed

* [r23167] plugins/configure, plugins/configure.in:
  Fixed ID: 2821744 "ptlib avc plugin is broken with
  libraw1393-2.0",
  thanks Mounir Lamouri

  Changed default for AVC plug in to be disabled until someone
  fixes the
  plug in.

2009-07-29 05:16  rjongbloed

* [r23169] configure, configure.ac:
  Fixed bug ID: 2820953 "remconn option need config-file option",
  thanks
  Mounir Lamouri

2009-07-29 07:46  rjongbloed

* [r23177] configure, configure.ac, src/ptlib/common/sockets.cxx:
  Applied fix for bug ID: 2822314 "Mingw fails with sockets.cxx",
  thanks Michael Rickmann

2009-07-30 00:13  rjongbloed

* [r23185] ., plugins/sound_alsa/sound_alsa.cxx,
  plugins/sound_alsa/sound_alsa.h:
  Applied patch ID: 2815105 "some fix on sound_alsa.cxx", thanks
  Giorgio Alfarano

2009-08-12 05:24  csoutheren

* [r23208] src/ptlib/common/contain.cxx:
  Fix reallocate when using custom allocators
  Backport from trunk

2009-08-21 00:14  rjongbloed

* [r23236] ., src/ptlib/msos/win32.cxx:
  Applied fix for ID: 2836052 "Ptlib cannot distinguish between
  Vista and Win 7", thanks Michael Rickmann

2009-08-21 00:41  rjongbloed

* [r23239] Makefile.in, make/lib.mak:
  Applied patch ID: 2835687 "Mingw naming of libpt dll is unusual
  for
  Windows", thanks Michael Rickmann.

2009-08-22 01:43  rjongbloed

* [r23249] ., src/ptlib/msos/sound_win32.cxx:
  Applied fix for bug ID: 2841719 "WindowsMultimedia can not get
  volume setting", thanks Michael Rickmann

2009-08-24 08:44  rjongbloed

* [r23256] ., src/ptlib/unix/tlibthrd.cxx:
  Further changes for 64 bit Unix support, thanks Alexander V.
  Chernikov

  Patch Independently supplied by Thomas Klausner as well.

2009-08-24 08:55  rjongbloed

* [r23258] ., src/ptclib/pssl.cxx:
  Compatibility with later OpenSSL (specifically from BSD) headers,
  thanks Thomas Klausner.

2009-08-25 00:25  rjongbloed

* [r23262] ., src/ptclib/pssl.cxx:
  Better patch for new OPenSSL version compatibility, independently
  provided by Peter Robinson & Thomas Klausner

2009-08-25 00:44  rjongbloed

* [r23264] src/Makefile:
  Applied patch ID: 2843689 "Compilation and installation
  bugfixes", thanks Alexey Slynko

  1) Broken install (at least with gmake 3.81)
  2) Commited revision 23240. htppsrvr.cxx uses functions from
  html.cxx. It doesn't compile at systems, where http is exists and
  httpforms is absent

2009-08-28 06:07  rjongbloed

* [r23291] src/ptclib/psoap.cxx, src/ptlib/msos/sound_win32.cxx,
  src/ptlib/unix/tlibthrd.cxx:
  Adjusted some PTRACE log levels.

2009-08-28 08:53  rjongbloed

* [r23298] src/ptclib/pvfiledev.cxx, src/ptclib/shttpsvc.cxx,
  src/ptlib/common/vfakeio.cxx:
  Adjusted some PTRACE log levels.

2009-09-05 01:02  rjongbloed

* [r23336] configure, configure.ac, include/ptclib/vsdl.h,
  include/ptlib/unix/ptlib/contain.h, make/unix.mak,
  src/ptclib/vsdl.cxx, src/ptlib/common/osutils.cxx,
  src/ptlib/unix/config.cxx, src/ptlib/unix/tlib.cxx,
  src/ptlib/unix/tlibthrd.cxx:
  Applied patch ID: 2847226 "ptlib2.6.4 FreeBSD compability",
  thanks Alexander V. Chernikov

2009-09-05 03:25  rjongbloed

* [r23340] include/ptlib/msos/ptlib/contain.h:
  Fixed Windows build after submitted patch.

2009-09-14 03:51  rjongbloed

* [r23428] configure, configure.ac, make/unix.mak:
  Applied patch for kFreeBSD support, thanks Petr Salinge

2009-09-14 04:47  rjongbloed

* [r23429] Makefile.in, make/common.mak, make/lib.mak,
  src/Makefile:
  Added "quiter" version of compile. Can get back to "noisy"
  version by going make VERBOSE=1

2009-09-14 07:35  rjongbloed

* [r23434] ., src/ptlib/unix/udll.cxx:
  Fixed return of correct full path when the "full" parameter is
  used in PDynaLink::GetName() function.

2009-09-16 08:11  rjongbloed

* [r23470] ., make/common.mak, make/lib.mak, make/plugins.mak,
  src/Makefile:
  Improved "quiet" version of compile.

2009-09-16 13:19  rjongbloed

* [r23478] ., make/common.mak:
  Yet another tiny enhancement to the quite build.

2009-09-17 07:56  rjongbloed

* [r23485] ., make/common.mak:
  Yet another tiny enhancement to the quiet build.

(wiz)

2009-11-10 10:52:52 UTC MAIN commitmail json YAML

2009-11-10 10:50:30 UTC MAIN commitmail json YAML

Added www/ap2-cband version 0.9.7.5

(sborrill)

2009-11-10 10:44:57 UTC MAIN commitmail json YAML

Add mod-cband-0.9.7.5

mod_cband - A per-user, per-virtualhost and per-destination bandwidth
limiter for the Apache HTTP Server Version 2

mod_cband is an Apache 2 module provided to solve the problem of limiting
users' and virtualhosts' bandwidth usage. The current versions can set
virtualhosts' and users' bandwidth quotas, maximal download speed (like in
mod_bandwidth), requests-per-second speed and the maximal number of
simultanous IP connections (like in mod_limitipconn).


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sborrill)

2009-11-10 10:25:50 UTC MAIN commitmail json YAML

2009-11-10 10:23:15 UTC MAIN commitmail json YAML

add locale patch to honor LOCALE settings (so iso-2022-jp isn't required)

(dogcow)

2009-11-10 07:30:20 UTC MAIN commitmail json YAML

patch-aa not needed when INSTALL_MAKE_FLAGS are in Makefile

(adam)

2009-11-09 21:18:08 UTC MAIN commitmail json YAML

wip updates don't go here.

(tnn)

2009-11-09 19:50:04 UTC MAIN commitmail json YAML

most app/ updates done for X.org R7.5

(tnn)

2009-11-09 19:45:01 UTC MAIN commitmail json YAML

Update to appres-1.0.2. Changes:
Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Add pointers to mailing list, bugzilla, wiki & git repo to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
appres 1.0.2
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:43:31 UTC MAIN commitmail json YAML

Update to bitmap-1.0.4. Changes:
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier
Fill in COPYING, README, & AUTHORS
Strip RCS/CVS ids
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for case-insensitive file systems
Fix typo in bitmap.man
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Rename app-defaults files to match "pattern" used on other applications.

(tnn)

2009-11-09 19:41:45 UTC MAIN commitmail json YAML

Update to editres-1.0.4. Changes:
Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Fill in AUTHORS & README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:35:46 UTC MAIN commitmail json YAML

Update to iceauth-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:34:05 UTC MAIN commitmail json YAML

Update to lbxproxy-1.0.2. Changes:
Rename lbx.h to lbxproxy.h to avoid conflict with new lbx.h in xextproto 7.1
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix compatibility with libXext 1.1 / xextproto 7.1 headers
Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:31:11 UTC MAIN commitmail json YAML

Update to luit-1.0.4. Changes:
luit: Convert platform #ifdefs to configure tests for functions & headers
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Apple: Use secure tty
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:29:31 UTC MAIN commitmail json YAML

Update to mkfontdir-1.0.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use XORG_CHANGELOG to correct "make distcheck"

(tnn)

2009-11-09 19:28:22 UTC MAIN commitmail json YAML

Update to mkfontscale-1.0.7. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add link to SubmittingPatches wiki page to README
Silence sparse warnings and update .gitignore.

(tnn)

2009-11-09 19:23:21 UTC MAIN commitmail json YAML

Update to x11perf-1.5.1. Changes:
1.5.1:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Ansification and compile warning fixes.
1.5:
Bug #10616: Man page typo: s/peform/perform/
renamed: .cvsignore -> .gitignore
Another man page typo fix: s/aprox./approx./
Bug 9520: Markup problems in Xmark.1x
Replace static ChangeLog with dist-hook to generate from git log
Rename .cvsignore to .gitignore
Add Compositing tests.
Fix typos in descriptions of -compwinwin{1,5}00.

(tnn)

2009-11-09 19:19:47 UTC MAIN commitmail json YAML

Update to xauth-1.0.4. Changes:
Add pointers to mailing list, bugzilla, wiki & git repo to README
Man page updates: add "SEE ALSO", update xdm references
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
C89 fix
Change xauth_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace rsh by ssh the extract/merge example. Rsh is no more.
Initialize ed.used_stdout at the beginning of do_extract()
Fix format error
Correct make distcheck.

(tnn)

2009-11-09 19:18:09 UTC MAIN commitmail json YAML

Update to xbacklight-1.1.1. Changes:
Man page typo ("faiding")
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:16:28 UTC MAIN commitmail json YAML

Update to xbitmaps-1.1.0. Changes:
Create COPYING file from notice in terminal & X11R6.6 release notes
Move black6 & box6 bitmaps from xmh module
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
add .gitignore
Correct make distcheck.

(tnn)

2009-11-09 19:14:53 UTC MAIN commitmail json YAML

Fix PLIST handling for linux emulation installs (pr#42278)

(tez)

2009-11-09 19:10:34 UTC MAIN commitmail json YAML

Update to xclock-1.0.4. Changes:
Add pointers to mailing list, bugzilla, wiki & git repo to README
Trim trailing whitespaces
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Makefile.am: nuke RCS Id
Ansification and compile warning fixes.
Fix logic inversion in geometry computation in -norender -digital mode.
X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating

(tnn)

2009-11-09 19:08:42 UTC MAIN commitmail json YAML

Update to xcompmgr-1.1.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix formatting of options/arguments in man page
Add COPYING file with copyright/license notice from xcompmgr.c
Make usage() report the current version.
Ansification and compile warning fixes.
Fix error reporting
Don't hard code the screen number
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Try to report current composite manager name

(tnn)

2009-11-09 19:03:45 UTC MAIN commitmail json YAML

Update to xdpyinfo-1.1.0. Changes:
Print Composite extension version for "-ext Composite"
Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extension
Improved XF86-VidModeExtension printing
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use xf86vmproto.h instead of xf86vmstr.h if it is installed
Add README with pointers to mailing lists, bugzilla, & git
Remove empty INSTALL so automake installs a real one
Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headers
Use $(AM_V_GEN) to silence man page creation too
Added --without-{xf86misc,xprint} configure time options
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Ansification and compile warning fixes.

(tnn)

2009-11-09 19:01:31 UTC MAIN commitmail json YAML

Update to xdriinfo-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
Correct make distcheck failure and sparse warnings.

(tnn)

2009-11-09 18:59:19 UTC MAIN commitmail json YAML

Update to xev-1.0.4. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with notice from xev.c
Flush standard output after processing each event
xev: use XORG_CHANGELOG macro to create ChangeLog. #22611

(tnn)

2009-11-09 18:57:20 UTC MAIN commitmail json YAML

Update to xgamma-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:55:03 UTC MAIN commitmail json YAML

Update to xhost-1.0.3. Changes:
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:52:16 UTC MAIN commitmail json YAML

Update to xinput-1.5.0. Changes:
man: clean up the man page.
Clean up --version, don't require a DISPLAY and display the server version too.
Rework 'xinput list' code

(tnn)

2009-11-09 18:50:17 UTC MAIN commitmail json YAML

Update to xkbcomp-1.1.1. Changes:
xkbcomp: Remove output file if closing fails.

(tnn)

2009-11-09 18:48:46 UTC MAIN commitmail json YAML

Update to xkill-1.0.2. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING with notice from xkill.c
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:47:25 UTC MAIN commitmail json YAML

Update to xlsclients-1.0.2. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:44:31 UTC MAIN commitmail json YAML

Update to xmag-1.0.3. Changes:
Build fix for file systems that are not case sensitive
allow build outside of source tree
xaw8 is gone, use xaw7
Properly handle multiple depth windows.
Correct problems in make distcheck.

(tnn)

2009-11-09 18:42:23 UTC MAIN commitmail json YAML

Update to xman-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace static ChangeLog with dist-hook to generate from git log
Allow xman to use bzip2 to decompress man pages
xaw8 is gone, use xaw7
Allow xman to be cross build by adding a ./configure
Build fix for case insensitive file systems
Apple: Added Tiger's man.conf location to the search path
Use AM_CFLAGS instead of xman_CFLAGS and remove AM_PROG_CC_C_O
Remove xprint remnants
Ansification and compile warning fixes.
Add lzma manpage extension support.
Cygwin uses Linux-style man

(tnn)

2009-11-09 18:35:08 UTC MAIN commitmail json YAML

Update to xmodmap-1.0.4. Changes:
Bug 21675 xmodmap manpage states the wrong path to XKeysymDB
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add pointers to mailing lists, bugzilla, & git to README
Skip whitespace for virtual button '0'.
Correct make distcheck.

(tnn)

2009-11-09 18:30:36 UTC MAIN commitmail json YAML

Update to xprop-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Add 'o' property type to man page for icon formats
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Exit cleanly when the target window is destroyed. (#19381)
Do not spew usage on connection error
-spy: flush output before waiting for more events
Bug#15069: Compile warning fixes.
Correct make distcheck and don't distribute autogen.sh.
The "visible bit" is called "urgency bit" in the ICCCM 2.0
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers

(tnn)

2009-11-09 18:27:53 UTC MAIN commitmail json YAML

Update to xrandr-1.3.2. Changes:
Warn if one of the outputs given did not exist
changed a bunch of string to number conversions for reliability
Add missing 'static's to get rid of warnings.

(tnn)

2009-11-09 18:25:38 UTC MAIN commitmail json YAML

Update to xrdb-1.0.6. Changes:
Allow specifying multiple paths to --with-cpp and running if none is found
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with notices from xrdb.c & xrdb.man
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Avoid divide by zero crash if DDX mistakenly returns screen size of 0mm.

(tnn)

2009-11-09 18:23:44 UTC MAIN commitmail json YAML

Update to xrefresh-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:20:04 UTC MAIN commitmail json YAML

Update to xset-1.1.0. Changes:
Avoid warning from "xset r rate" when XF86Misc extension is not present
XKB named indicator support for led state query/set
Fill in README & COPYING files
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix typos in xset manpage
Correct make distcheck and most sparse warnings.

(tnn)

2009-11-09 18:17:41 UTC MAIN commitmail json YAML

Update to xsetroot-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notice from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.

(tnn)

2009-11-09 18:14:13 UTC MAIN commitmail json YAML

Update to xvinfo-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add XFree86 generic copyright/license notice to COPYING
added -short option
Correct make distcheck.

(tnn)

2009-11-09 18:10:49 UTC MAIN commitmail json YAML

update to xwd-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notices from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Do not spew usage on connection error
Ansification and compile warning fixes.

(tnn)

2009-11-09 18:08:30 UTC MAIN commitmail json YAML

Update to xwininfo-1.0.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
xwininfo 1.0.5
Do not spew usage on connection error
Ansification and compile warning fixes.
Report visual id along visual class for -stat switch
Update manpage for visual id

(tnn)

2009-11-09 18:04:53 UTC MAIN commitmail json YAML

Update to xwud-1.0.2. Changes:
Plug leaks of color conversion arrays in Do_Direct
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with copyright/license notices from code
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Add more input checks. From "nob...@example.com" through OpenBSD bug list.
Ansification and compile warning fixes.

(tnn)

2009-11-09 18:01:20 UTC MAIN commitmail json YAML

Update to encodings-1.0.3.

pkgsrc note: upstream is migrating the default font directory from
${PREFIX}/lib/X11/fonts to ${PREFIX}/share/X11/fonts. This would break
stuff in pkgsrc, so pass --with-fontrootdir to keep the old dir for now.

Changes:
Migrate to xorg macros 1.3 & font-util 1.1 macros
Add pointers to mailing lists, bugzilla, & git to README
Janitor: Correct make distcheck and configure.ac simplification
Add missing PHONY line for automatic ChangeLog generation
Replace generic copyright statement.

(tnn)

2009-11-09 17:43:58 UTC MAIN commitmail json YAML

Update to bdftopcf-1.0.2.
Minor janitorial release.
Add pointers to mailing list, bugzilla, wiki & git repo to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
bdftopcf 1.0.2
Add missing PHONY line for automatic ChangeLog generation
Ansification and compile warning fixes.

(tnn)

2009-11-09 14:36:15 UTC MAIN commitmail json YAML

Fix destdir installation.

(joerg)

2009-11-09 14:09:42 UTC MAIN commitmail json YAML

Don't leak the buildlink directories into the final program. I can't
find a good reason why they are used here, so don't use them.

(joerg)

2009-11-09 13:29:53 UTC MAIN commitmail json YAML

2009-11-09 12:56:00 UTC MAIN commitmail json YAML

2009-11-09 12:46:54 UTC MAIN commitmail json YAML

Kill broken check for finding X11, just wire down our values.

(joerg)

2009-11-09 12:26:08 UTC MAIN commitmail json YAML

2009-11-09 02:46:12 UTC MAIN commitmail json YAML

Fix build. New flex does not provide a main program by default, unless you
use %option main

(christos)

2009-11-08 22:40:36 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PartialDump to 0.12

(seb)

2009-11-08 22:40:25 UTC MAIN commitmail json YAML

Update p5-Devel-PartialDump from version 0.09 to version 0.12.

Upstream changes:
0.12
    - Update example output in the docs with the JSON-like format
0.11
- unbreak tests
0.10
- Make formatting configurable, and change to resemble JSON by default

(seb)

2009-11-08 22:09:45 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-SimpleConfig to 0.04

(seb)

2009-11-08 22:09:33 UTC MAIN commitmail json YAML

Update p5-MooseX-SimpleConfig from version 0.03 to version 0.04.

Upstream changes:
0.04 - Nov 04, 2009
    - Allow options to be passed through to Config::Any more easily.

(seb)

2009-11-08 22:07:21 UTC MAIN commitmail json YAML

Fix formatting for libxdg-basedir addition.

(jakllsch)

2009-11-08 21:04:55 UTC MAIN commitmail json YAML

2009-11-08 20:14:50 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091108

(stacktic)

2009-11-08 20:13:27 UTC MAIN commitmail json YAML

Update misc/rump to 20091108
- Added rumpnet libraries

(stacktic)

2009-11-08 19:00:30 UTC MAIN commitmail json YAML

Updated x11/startup-notification to 0.10

(jakllsch)

2009-11-08 18:59:56 UTC MAIN commitmail json YAML

2009-11-08 18:31:02 UTC MAIN commitmail json YAML

+libxdg-basedir

(jakllsch)

2009-11-08 18:29:28 UTC MAIN commitmail json YAML

2009-11-08 18:26:15 UTC MAIN commitmail json YAML

Import libxdg-basedir:

Various specifications specify files and file formats. The XDG Base
Directory specification defines where these files should be looked
for by defining one or more base directories relative to which
files should be located.  This library implements functions to list
the directories according to the specification and provides a few
higher-level functions for use with the specification.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jakllsch)

2009-11-08 17:57:46 UTC MAIN commitmail json YAML

Use full pathname to libfontconfig.so.
Really fixes NullPointerException in getDefaultPlatformFont.
Remove previous hack and bump revision again.

(tnn)

2009-11-08 16:53:55 UTC MAIN commitmail json YAML

Updated devel/p5-MouseX-Types to 0.02

(seb)

2009-11-08 16:53:43 UTC MAIN commitmail json YAML

Update p5-MouseX-Types from version 0.01 to version 0.02.

Upstream changes:
0.02    2009-10-15T19:01:23+09:00
        - no longer used class_type on test scripts

(seb)

2009-11-08 16:51:06 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 0.40

(seb)

2009-11-08 16:50:54 UTC MAIN commitmail json YAML

Update from version 0.37 to version 0.40.

Upstream changes:
0.40 Mon Oct 19 18:30:32 2009
    * Mouse::Meta::TypeConstraint
        - Fix a subtyping issue (Thanks miyagawa san)
    * Mouse/Mouse::Role
        - Now export their sugars to the "main" package

0.39 Tue Oct 13 16:42:31 2009
    * Fix RT #50421 (Thanks Michael G Schwern)
    * Fix RT #50422 (Thanks Michael G Schwern)

0.38 Tue Oct 13 15:40:39 2009
    * No code changes from 0.37_06

    * SUMMARY from 0.37 to 0.38
        - Add documents about compatiblity and incompatibility to Mouse::Spec

        - Refactor type constraints and type coercions
            - Now ArrayRef[Foo | Bar] is parsed correctly
            - Type coercions are stored in type constraint objects

        - Add Mouse::Exporter for import/unimport methods

        - Make roles applicable to instances

        - Implement inner/augment keywords

        - Port a lot of Moose's tests

        - Fix a lot of bugs

(seb)

2009-11-08 16:37:46 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.24

(seb)

2009-11-08 16:37:25 UTC MAIN commitmail json YAML

Update from version 0.23 to version 0.24.

Upstream changes:
0.24 Fri. Oct  23 2009
  * MooseX::Getopt
    - Fix bug with mixed case attribute names (MAROS)

(seb)

2009-11-08 15:14:39 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 2.22

(seb)

2009-11-08 15:14:18 UTC MAIN commitmail json YAML

Update p5-Module-CoreList from version 0.20 to version 0.22.

Upstream changes:
2.22    Thu Oct 22 2009
  - is_deprecated function and %deprecated hash (dagolden)

(seb)

2009-11-08 08:39:08 UTC MAIN commitmail json YAML

Updated www/libwww to 5.4.0nb7

(obache)

2009-11-08 08:38:54 UTC MAIN commitmail json YAML

2009-11-08 08:34:32 UTC MAIN commitmail json YAML

2009-11-08 07:48:29 UTC MAIN commitmail json YAML

Added misc/JBidwatcher version 2.1pre4

(wiz)

2009-11-08 07:48:12 UTC MAIN commitmail json YAML

+ JBidwatcher.

(wiz)

2009-11-08 07:47:50 UTC MAIN commitmail json YAML

Initial import of JBidwatcher-2.1pre4:

A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091108

(wiz)

2009-11-08 00:22:07 UTC MAIN commitmail json YAML

Add hack to avoid NPE in sun.awt.X11FontManager.getDefaultPlatformFont.
Should make gui apps work again. Bump rev.

(tnn)

2009-11-07 18:43:37 UTC MAIN commitmail json YAML

2009-11-07 18:33:05 UTC MAIN commitmail json YAML

Updated security/prelude-correlator to 0.9.0beta8.

(hasso)

2009-11-07 18:30:29 UTC MAIN commitmail json YAML

Update to 0.9.0-beta8 (by Rumko via private mail).

0.9.0-beta8:
- Include spamhaus_drop.dat in the source distribution. Fix installation
  issue (closes #364).

0.9.0-beta7:
- Initial SpamhausDrop plugin implementation, by
  Wes Young <wes@barely3am.com> (closes #363)
- Do not discard --root parameters if prefix is absolute.
- Python 2.4 backward compatibility fixes.
- Handle plugin loading error gracefully.
- Improve WormPlugin accuracy, and make it carry a reference to the
  initial event. The plugin used to alert when seeing an alert to a
  given target, and this same alert going back to the source. This can
  happen in a number of case (example: Netbios alert triggered by Snort)
  As of now, the plugin will wait for the events to be repeated against
  at least 5 differents hosts.
- Dshield CorrelationAlert now handle multiples events. Previously, we
  used to generate a single Dshield CorrelationAlert for each events
  where the source address would match the Dshield database. The plugin
  now generate CorrelationAlert for multiples events received from the
  same source.

(hasso)

2009-11-07 18:03:55 UTC MAIN commitmail json YAML

2009-11-07 17:27:25 UTC MAIN commitmail json YAML

2009-11-07 17:25:08 UTC MAIN commitmail json YAML

Update to 1.1. Amongst other things fixes long standing and well known bug
which broke copy&paste wrapped shell lines.

CHANGES FROM 1.0 TO 1.1, 05 November 2009

* New run-shell (alias run) command to run an external command without a
  window, capture it's stdout, and send it to output mode.
* Ability to define multiple prefix keys.
* Internal locking mechanism removed. Instead, detach each client and run the
  external command specified in the new session option lock-command (by default
  lock -np), thus allowing the system password to be used.
* set-password command, and -U command line flag removed per the above change.
* Add support for -c command line flag to execute a shell command.
* New lock-client (alias lockc), and lock-session (alias locks) commands to
  lock a particular client, or all clients attached to a session.
* Support C-n/C-p/C-v/M-v with emacs keys in choice mode.
* Use : for goto line rather than g in vi mode.
* Try to guess which client to use when no target client was specified. Finds
  the current session, and if only one client is present, use it. Otherwise,
  return the most recently used client.
* Make C-Down/C-Up in copy mode scroll the screen down/up one line without
  moving the cursor.
* Scroll mode superseded by copy mode.
* New synchronize-panes window option to send all input to all other panes in
  the same window.
* New lock-server session option to lock, when off (on by default), each
  session when it has been idle for the lock-after-time setting. When on, the
  entire server locks when all sessions have been idle for their individual
  lock-after-time setting.
* Add support for grouped sessions which have independent name, options,
  current window, but where the linked windows are synchronized (ie creating,
  killing windows are mirrored between the sessions). A grouped session may be
  created by passing -t to new-session.
* New mouse-select-pane session option to select the current pane with the
  mouse.
* Queue, and run commands in the background for if-shell, status-left,
  status-right, and #() by starting each once every status-interval. Adds the
  capability to call some programs which would previously cause the server to
  hang (eg sleep/tmux). It also avoids running commands excessively (ie if used
  multiple times, it will be run only once).
* When a window is zombified and automatic-rename is on, append [dead] to the
  name.
* Split list-panes (alias lsp) off from list-windows.
* New pipe-pane (alias pipep) to redirect a pane output to an external command.
* Support for automatic-renames for Solaris.
* Permit attributes to be turned off in #[] by prefixing with no (eg nobright).
* Add H/M/L in vi mode, and M-R/M-r in emacs to move the cursor to the top,
  middle, and bottom of the screen.
* -a option added to kill-pane to kill all except current pane.
* The -d command line flag is now gone (can be replaced by terminal-overrides).
  Just use op/AX to detect default colours.
* input/tty/utf8 improvements.
* xterm-keys rewrite.
* Additional code reduction, and bug fixes.

(hasso)

2009-11-07 15:34:19 UTC MAIN commitmail json YAML

+ SDL_mixer-1.2.9a, bugzilla-3.5.1, curl-7.19.7, denemo-0.8.10,
  f-spot-0.6.1.5, fetchmail-6.3.13, glpk-4.40, lbreakout2-2.6,
  ltris-1.0.13, openssl-0.9.8l, puzzles-8736, py-bsddb3-4.8.1,
  tiff-3.9.2, tmux-1.1, vala-0.7.8.

(wiz)

2009-11-07 14:50:38 UTC MAIN commitmail json YAML

Note openjdk7 update

(tnn)

2009-11-07 14:49:33 UTC MAIN commitmail json YAML

2009-11-07 14:48:50 UTC MAIN commitmail json YAML

2009-11-07 09:07:47 UTC MAIN commitmail json YAML

Updated textproc/epubcheck to 1.0.4

(wiz)

2009-11-07 09:07:35 UTC MAIN commitmail json YAML

Update to 1.0.4.
Changes: easier testing & bug regression for the developers.

(wiz)

2009-11-07 09:05:12 UTC MAIN commitmail json YAML

Added textproc/epubpreflight version 0.1.0

(wiz)

2009-11-07 09:04:59 UTC MAIN commitmail json YAML

+ epubpreflight.

(wiz)

2009-11-07 09:04:19 UTC MAIN commitmail json YAML

Initial import of epubpreflight-0.1.0:

epubpreflight is a tool for checking ePub files. It does not do
validation, that is the role of the epubcheck tool. The epubpreflight
tool is intended to check the things that are not mentioned in the
EPUB spec, but that could be issues in one environment or another.

The things that epubpreflight currently gives errors for are:
* Content files that are empty.
* Content files that are over 300KB.
* Image files that are empty.
* Image files that are over 10MB.

It doesn't yet check the stylesheets.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091107

(wiz)

2009-11-07 08:50:11 UTC MAIN commitmail json YAML

Added textproc/p5-mobiperl version 0.0.43

(wiz)

2009-11-07 08:49:58 UTC MAIN commitmail json YAML

2009-11-07 08:49:37 UTC MAIN commitmail json YAML

Initial import of p5-mobiperl-0.0.43:

MobiPerl is a collection of tools for generating and manipulating
MobiPocket files written in Perl.

MobiPerl currently consists of the following Perl programs:

* html2mobi - Convert HTML file to a MobiPocket file.
* opf2mobi - Convert an opf file structure to a MobiPocket file.
* lit2mobi - Convert a lit file to a MobiPocket file.
* mobi2html - Explode a DRM free MobiPocket file.
* mobi2mobi - Manipulate meta data for a MobiPocket file.
* mobils - An "ls" program for MobiPocket files.

Since no official documentation for the MobiPocket is available
there might be some mistakes in the generation of the MobiPocket
files. It seems to work but there might be remaining bugs. So always
keep your original files so you can repeat the conversion if
necessary.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091107

(wiz)

2009-11-07 00:14:53 UTC MAIN commitmail json YAML

Update devel/apache-maven to 2.2.1.

Maven 2.2.1 aims to correct several critical regressions related to
the selection of the HttpClient-based Wagon implementation for
HTTP/HTTPS transfers in Maven 2.2.0. The new release reverts this
selection, reinstating the Sun-based - or lightweight - Wagon
implementation as the default for this sort of traffic. However, Maven
2.2.1 goes a step further to provide a means of selecting which
provider - or implementation - the user wishes to use for a particular
transfer protocol. More information on providers can be found in our
Guide to Wagon Providers.

In addition, Maven 2.2.1 addresses some long-standing problems related
to injecting custom lifecycle mappings and artifact handlers. These
custom components are now correctly loaded regardless of whether they
come from a plugin with the extensions flag enabled, or from a pure
build extension. In addition, custom artifact handlers now will be
used to configure the attributes of the main project artifact in
addition to any artifacts related to dependencies or project
attachments created during the build.

(yyamano)

2009-11-06 22:38:04 UTC MAIN commitmail json YAML

Updated cad/geda to 1.6.0 and removed all of the old individual geda
packages which are part of a unified suite now.

(dmcmahill)

2009-11-06 22:33:26 UTC MAIN commitmail json YAML

deprecate the individual geda packages.  They are now distributed upstream as a single package which is in cad/geda

(dmcmahill)

2009-11-06 22:32:32 UTC MAIN commitmail json YAML

2009-11-06 22:29:27 UTC MAIN commitmail json YAML

Update to version 1.6.0

Besides the changes noted below, a major change in 1.6.0 is that the gEDA/gaf suite
is istributed as a single tarball and uses a single build system as opposed to individual
tarballs and builds.  In addition to greatly speeding up the build, it is much easier
to maintain.  Additionally, it rarely made sense to only install some of the components.

Notable changes in gEDA/gaf 1.6.0
=================================

* Fixed the GtkItemEntry code inside of gattrib code so that it builds
  using gtk+ > 2.16.x.

* In gschem, rubberband pin to pin connections by adding nets.

* Cleanup of the slot handling code in libgeda.

* Fixes/updates to the MinGW port.

* Updated the shipped documentation from the online wiki.

Notable changes in gEDA/gaf 1.5.3/1.5.4
=======================================

* NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so
        it was withdrawn before it was widely distributed.

* Text rendering using native system fonts:

  - The various programs in gEDA/gaf no longer uses its own built-in
    line font.

  - Native system fonts are used for rendering, giving support for a
    wider range of symbols, and better looking schematics.

* Always use PostScript fonts in gschem's PostScript output.  The
  "output-text", "text-output" and "output-vector-threshold" config
  functions have been removed.

* Image rendering in 'gschem' uses cairo instead of GDK.

* Numerous build system changes:

  - gEDA/gaf is now distributed as a single source archive, called
    gEDA-<version>.tar.gz.

  - GTK+ 2.10 or newer and Guile 1.8 or newer are now required.

  - `intltool' is no longer required.

  - Documentation is now installed to ${docdir} (usually
    ${prefix}/share/doc/gEDA).

* The attribute edit dialog in `gschem' now has completion of most
  common attribute names.

* The multi-attribute edit dialog in `gschem' now shows unpromoted
  symbol attributes.

* Menu items in `gschem' now have icons and properly aligned key
  bindings. They also support accelerator keys.

* The `gschem2pcb' and `PCBboard' netlist backends have been removed.
  It is recommended to use `gsch2pcb' instead.

* Check for and reject non-footprint PCB files in 'gsch2pcb'.

* Removed unimplemented "File->Open" feature in 'gattrib'.

* Added --disable-gattrib command line flag to ./configure to disable the
  building of 'gattrib'.  This is useful if you are building against
  gtk+ 2.17.x which breaks 'gattrib'.

* 'gnetlist' does not recommend drc2 every time it runs.  The drc2
  backend is only useful in certain circumstances.

* Assign shortcuts "vd" and "vl" for changing between color schemes
  in 'gschem'.

* Fix problem with attached net attribute not being honored in 'gnetlist'.

* Focus the "save" button in the close confirmation dialog in 'gattrib' and
  'gschem'.

* Accept empty attributes in the src file in 'tragesym'.

* Cleaned up the slot dialog box in 'gschem'.

* Changed the grip size rendering in 'gschem' to be reasonably sized when
  zoomed in a lot.

* Introduction of a new attribute searching API in 'libgeda' and 'gschem'.

* Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites.

* Fixed the following bugs:

  - 1758673: Combine source tarballs
  - 2058707: gschem, gattrib: Dangerous button focus in "Save changes"
            dialog at quit
  - 2430369: gschem: Deselect invisible attribs with their parent object.
  - 2449060: Graphic state left inconsistent cancelling from net mode
  - 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible
            and libgeda: Make o_complex_copy() actually copy.
  - 2455061: Gnetlist output changed, and tests fail with recent GLib
  - 2655088: autogen.sh: Make sure to exit if autopoint fails.
  - 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma
            or close parenthesis.
  - 2823755: gnetlist: Fix DEBUG builds.
  - 2836109: build-sys: Add check for groff html driver.

* Spanish translation were updated.

* Lots of code, infrastructure, and doxygen documentation cleanup and
  refactoring.

Notable changes in gEDA/gaf 1.5.2
=================================

* `gschem' now uses Cairo for all rendering.  This allows for
  everything to be rendered anti-aliased.

* `gschem' now uses a mesh grid instead of dots by default.

* Net junction cues in `gschem' are drawn smaller now.

* Copy and paste now works between different `gschem' instances (using
  the X selection).

* Recent files are no longer opened in a new `gschem' window.

* Major, *backwards-incompatible* changes to color handling in
  `libgeda' and `gschem'.

  - All colors are specified using hexadecimal `#RRGGBB' or
    `#RRGGBBAA' syntax.

  - The print and display color maps are now separate.

  - A new Scheme syntax is used to inspect and modify color maps.

  - If you wish to use a light background in `gschem', add the line:

      (load (build-path geda-rc-path "gschem-colormap-lightbg"))

    to your personal or project gschemrc file.

* Attributes of embedded objects are now shown in the right color.

* Bus pins are now supported by `gschem' and `libgeda', but are *not*
  properly supported by the netlister.  The pin type can be modified
  by selecting a pin, then right-clicking it and selecting `Edit pin
  type...'.

* All of the symbols were modified to use overbar markup tags ("like
  \_this\_") instead of separate lines.

* Log files are now saved to $HOME/.gEDA/logs rather than being
  dropped in the current directory.

Notable changes in gEDA/gaf 1.5.1
=================================

* GTK+ version 2.8.x or later is now required.

* The selection behaviour in `gschem' was changed.

  - Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and
    buses must be selected by clicking on the drawn path itself.

  - Filled boxes, circles, text, and components, may be selected by
    clicking anywhere in the bounding box.

  - The default mouse click distance required to select an element was
    increased to 10 pixels.

  - Double-clicking on a net segment selects all connected net
    segments.

* The percentage step in or out while zooming the display in `gschem'
  is now configurable with the `zoom-gain' gschemrc parameter.  The
  default value is 20%.

* The size of steps when panning with the mouse wheel or with a
  trackpad in `gschem' is now adjustable with the `scrollpan-steps'
  gschemrc parameter.  The default setting scrolls in steps of 1/8 of
  a screen.

* A number of improvements were made to the `gschem' component
  selection dialog.

  - The dialog now shows a table of top-level attributes in the
    selected symbol.

  - It is now possible to expand/collapse a library by clicking
    anywhere on its row.

* Changes to fill- and line-styles in `gschem' can now be undone.

* Arcs can now be adjusted in `gschem' using an arc angle dialog.  It
  can be accessed by selecting an arc and selecting Edit->Edit.

* It is now possible to rotate objects while placing them in `gschem'.

* Support for arbitrary filled and unfilled paths, using a subset of
  the SVG path syntax.  For more information, please see the file
  format specification.
  <http://geda.seul.org/wiki/geda:file_format_spec>

  - `gschem' does not yet provide a GUI for creating or editing path
    elements.  However, it does support rendering them.  They can also
    be printed.

  - Some of the symbols in the component library were updated to use
    paths.

* A Scheme evaluation prompt was added to `gschem'.  It can be
  accessed by typing `:'.

* Improved algorithm for drawing hatched fills both on screen and in
  PostScript output.

* Color selection dialogs and menus in `gschem' now show the actual
  color as well as the description.  Color names are now translatable.

* `gattrib' now prompts to save changes.

* All of the unimplemented menu items and pages in `gattrib' were
  removed.

* The `always-promote-attributes' gafrc parameter now takes a list of
  strings as an argument.  The space-delimited string syntax is
  deprecated.

* Some optimisations were made to the `gnetlist' connection traversal
  algorithm to speed up netlisting large designs.

* A new netlist backend was added to support Liquid PCB.
  <http://www.liquidpcb.org/>

* The `bom2' netlist backend now generates a `qty' column.

* Several improvements and fixes were made to the `systemc' backend.

* The `--gnetlist-arg' option to gsch2pcb can now be used to pass
  extra `gnetlist' arguments.

* `gsch2pcb' now emits files with the latest `pcb' file format.

* The `gxyrs' pick-and-place tool was added.

Notable changes in gEDA/gaf 1.5.0
=================================

* Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and
  automatically connect to valid end points (such as pins and other
  nets).  The `magnetic-net-mode' gschemrc parameter can be used to
  enable/disable this feature.

* Rotating a component while moving it in `gschem' now rotates around
  the current mouse location.

* The `verilog' and `vhdl' backends now work again.

* Embedded components can now be mirrored.

* The `pads' netlist backend now uses CRLF line endings.

(dmcmahill)

2009-11-06 16:00:38 UTC MAIN commitmail json YAML

note firefox update

(tnn)

2009-11-06 15:44:34 UTC MAIN commitmail json YAML

Update to firefox 3.5.5. This is a stability/bugfix update.

pkgsrc changes:
- assign devel/xulrunner maintainership to tnn@
- mozilla-common.mk: work around gcc __thread support misdetection on NetBSD
- separate distinfo related stuff into dist.mk for sharing with nss & nspr

"topcrash" bugs fixed:
468562 "ASSERTION: Inserting multiple children without flushing"
521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ...
524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ...
525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ...
525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]

(tnn)

2009-11-06 13:50:53 UTC MAIN commitmail json YAML

Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)
bump revision

(stacktic)

2009-11-06 07:54:08 UTC MAIN commitmail json YAML

fix syntax error for python26 in khashmir/test_krpc.py
patch kudos Attila T�th for Gentoo

(spz)

2009-11-06 04:06:53 UTC MAIN commitmail json YAML

Note update of devel/p5-MooseX-Declare to version 0.32

(seb)

2009-11-06 04:06:06 UTC MAIN commitmail json YAML

Update p5-MooseX-Declare from version 0.31 to version 0.32.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.32  Mon, 02 Nov 2009 03:00:42 +0100
  * Add link to Geany syntax notes to documentation (Michele Beltrame).
  * Convert from MooseX::MethodAttributes to Native::Trait (Justin Hunter).
  * Update dependency on MooseX::Types (Chris Prather).

(seb)

2009-11-06 02:37:41 UTC MAIN commitmail json YAML

Updated cad/pcb to 20091103

(dmcmahill)

2009-11-06 02:30:00 UTC MAIN commitmail json YAML

Update to pcb-20091103

========================================================================
Release Notes for PCB snapshot 20091103
========================================================================
This release represents almost 200 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

- [feature] Add attributes to layers
- [bugfix]  Remove memory leak in attributes
- [bugfix]  Avoid layer buttons getting confused (GTK)
- [bugfix]  Fix dereference bug in hid_find_action()
- [feature] Speed up some polygon operations
- [bugfix]  Don't let DRC change the grid setting
- [bugfix]  Correct URL's in some dialogs and output
- [feature] Add filters to load file chooser dialog (GTK)
- [bugfix]  Avoid segfaults with png HID with newer versions of libgd
- [bugfix]  Don't disperse locked elements
- [feature] Added experimental topological autorouter
- [feature] Added the beginning of a testsuite.
- [docs]    Document FreeRotateBuffer()
- [docs]    Add some additional notes on the usage of the existing
            autorouter
- [feature] Add --png-bloat option
- [bugfix]  Fix several bugs found with valgrind
- [bugfix]  Improve the pre-install wrapper script
- [bugfix]  Several fixes to the autorouter
- [feature] Allow quoted strings and escaped characters in action
            arguments
- [footprints] Add missing INDC3216M, remove duplicated RESC3216M
- [feature] Added the ability to customize mouse events via gpcb-menu.res
            in the GTK HID.
- [feature] Added the ability to use mod1 (alt)(option) in
            HIDs.  Useful on OSX.
- [bugfix]  Fix compilation issues on centos
- [bugfix]  Make the detection of tools and build system around
            building the documentation be more robust.  Users should
            not be worrying about --disable-doc or --enable-maintainer-mode
            anymore
- [footprints] Add T018, T039, fix pinout of T092 to match JEDEC
- [bugfix]  Speed up rendering of DRC violation previews under GTK
- [bugfix]  Fix some crashing bugs related to polygons and thindraw mode
- [feature] Added a DRC refresh button
- [bugfix]  Fix some pango markup in the GTK DRC dialog
- [bugfix]  Fix cursor warping on flipped boards (GTK)
- [feature] Added preview images in the DRC violations window (GTK)
- [feature] Add a DrcViolationType structure and add hooks to allow HID's to use this
- [bugfix]  Fix some polygon memory leaks
- [feature] Add an API for registering actions with a context to support scripting
            languages like GPMI.
- [bugfix]  Fix a bug with the Report(NetLength) action and NULL pin/pad names
- [bugfix]  Allow exporters to work with hairlines (width of 0)
- [tools]  Increase autoconf version to 2.60 since we were using some features of it
- [bugfix]  Fix a number of polygon related issues
- [bugfix]  Fix a number of gcc warnings
- [feature] Don't display undocumented options in help output.  This helps
            the transition when deprecating an option.
- [feature] Add outline mode for photo-mode exporting
- [footprints] Put the mark on pin 1 for axial footprints to make them more likely
              to fall on grid
- [bugfix]  Fix flipping of arcs
- [bugfix]  Fix parsing of old-syntax arcs
- [bugfix]  Include explicit text/lines on silk layers in the assembly drawing output
- [feature] '--ben-mode' has been renamed to '--photo-mode'
- [bugfix]  Fix some crashign bugs on boards with a large number of rats
- [bugfix]  Fix an off-by-one bug in the GTK netlist window
- [docs]    Add getting started guide
- [feature] Add support for parsing suffixes on numbers ("um", "mm", "in", "mil")
- [bugfix]  Fix some configure/build issues when cross compiling
- [bugfix]  Fix some improperly used automake conditionals
- [bugfix]  Fix some uninstall of shortcuts issues under windows Vista
- [feature] Add additional crosshair shapes
- [bugfix]  Various windows build script improvements

(dmcmahill)

2009-11-05 22:53:12 UTC MAIN commitmail json YAML

Updated to version 0.37.

Pkgsrc changes:
  - Added LICENSE

Relevant changes since version 0.32:
====================================
Version 0.37 - released 2009-09-08
  * New/changed functionality:
    * ADSP records now check whether the domain itself exists, in
      accordance to the ADSP specification
  * bugfixes:
    * fixed regexp used to detect header field names (issue #2803465)
    * various fixes to ADSP checking

Version 0.36 - released 2009-06-02
  * API changes:
    * restore the as_string() method which was accidentally removed
      in version 0.34

Version 0.35 - released 2009-05-22
  * bugfixes:
    * fixed a runaway regular expression in the canonicalization
      routines (patch provided by Mark Martinec)

Version 0.34 - released 2009-05-20
  * New/changed functionality:
    * support for ADSP (author-domain-signing-practices) records
    * removed support for pre-standardized DKIM signatures (i.e. these
      are DKIM signatures without a v= or bh= tag).
    * DNS resolver errors are detected and reported as such
  * API changes:
    * renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
      the former name to create policy objects directly (though it would
      be more expected to fetch the objects through
      Mail::DKIM::Verifier) should update their code
    * new policies() method in Mail::DKIM::Verifier for fetching all
      applicable sender/author signing policies
  * bugfixes:
    * Signer object would die if first line of input wasn't a header
      (rt.cpan.org issue #46179)

Version 0.33 - released 2009-03-10
  * bugfixes:
    * signature wrapping would sometimes cause improper preparation of
      DKIM signatures, with "simple" canonicalization (issue #2257046)
  * test scripts:
    * the included corpus is now verified using a fake-DNS resolver,
      which means the test corpus can validate even when your DNS
      servers are really slow

(heinz)

2009-11-05 22:48:26 UTC MAIN commitmail json YAML

Added graphics/p5-Image-BMP version 1.16

(wiz)

2009-11-05 22:48:12 UTC MAIN commitmail json YAML

+ p5-Image-BMP.

(wiz)

2009-11-05 22:47:47 UTC MAIN commitmail json YAML

Initial import of p5-Image-BMP-1.16:

"Image::BMP" objects can parse and even ASCII view bitmaps of the
.BMP format.  It can read most of the common forms of this format.

It can be used to get image info, view images, read images and get
pixel info.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 22:40:16 UTC MAIN commitmail json YAML

Added textproc/p5-XML-Parser-Lite-Tree version 0.12

(wiz)

2009-11-05 22:40:00 UTC MAIN commitmail json YAML

2009-11-05 22:39:31 UTC MAIN commitmail json YAML

Reimport p5-XML-Parser-Lite-Tree in correct dir.

This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 22:39:01 UTC MAIN commitmail json YAML

+ p5-XML-Parser-Lite-Tree.

(wiz)

2009-11-05 22:38:38 UTC MAIN commitmail json YAML

Initial import of p5-XML-Parser-Lite-Tree-0.12:

This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 21:56:59 UTC MAIN commitmail json YAML

Reset MAINTAINER per request in PR pkg/42272

(asau)

2009-11-05 21:36:49 UTC MAIN commitmail json YAML

Pass down something valid for KPHONEDIR.

(joerg)

2009-11-05 21:04:54 UTC MAIN commitmail json YAML

2009-11-05 20:38:35 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.09

(heinz)

2009-11-05 20:37:23 UTC MAIN commitmail json YAML

Updated
misc/esniper to 2.21.0
textproc/p5-Pod-Simple to 3.09
mail/p5-razor-agents to 2.85

(heinz)

2009-11-05 20:17:11 UTC MAIN commitmail json YAML

Update sysutils/xfce4-volman to 0.2.0nb2 adding it to the xfce4 meta package
too.

(reinoud)

2009-11-05 20:15:41 UTC MAIN commitmail json YAML

Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta package
also adding the implicit package xfce4-thunar. This explains why i couldn't
find the xfce4 mounts as specified by pkg/40934.

(reinoud)

2009-11-05 20:03:54 UTC MAIN commitmail json YAML

Updated to version 2.85.

Pkgsrc changes:
  - Submitted patch-aa upstream.
  - Added LICENSE.
  - Put PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT in section 4 of Makefile.
  - Shut up a pkglint warning about quoting.

Changes since version 2.84:
===========================
2.85 (July 21, 2008)

Relicense under Artistic License 2.0.  See LICENSE for details.

(heinz)

2009-11-05 19:51:52 UTC MAIN commitmail json YAML

Update ROX-filer to version 2.10 fixing the infamous piboard error

(reinoud)

2009-11-05 19:50:54 UTC MAIN commitmail json YAML

2009-11-05 19:42:14 UTC MAIN commitmail json YAML

Updated to version 3.09.

Pkgsrc changes:
  - none

Changes since version 3.08:
===========================
Add support for an index (TOC) in the XHTML output from David E.
Wheeler.

Add strip_verbatim_indent() from David E. Wheeler.

Added the "nocase" option to PullParser's get_title(),
get_version(), get_description(), and get_author() methods. This
allows one to fetch the contents of those sections regardless of
the case of the labels (e.g., "NAME" and "Name" and "name" are all
valid). Graham Barr.

Added the search_class() accessor to Pod::Simple::HTMLBatch.
David E. Wheeler.

XHTML output now properly encodes entities in all places, not just
in verbatim blocks and code spans. David E. Wheeler.

Fixed XHTML to output definition lists when it should, rather than
(broken) unordered lists. David E. Wheeler.

Fixed XHTML so that multiparagraph list items work correctly.
David E. Wheeler.

Fixed XHTML ordered list output so that it does not include the
number specified in the POD in the output. This is on a par with
out the HTML output works. David E. Wheeler.

Applied URL patch from Leon Brocard for The Perl Journal archives.

Fixed test failures with older versions of HTML::Entities (RT #43903
from Salvador Tercia).

Changed CSS files generated by HTMLBatch to be no more than 8.3
characters long. (RT #40450 from Renee Baecker)

Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML.
(RT #49615 from Chas Owens.)

Fixed a bug in Pod::Simple::HTML where a definition term item with
no corresponding definition item would be output with no closing
</a></dt>. (RT # 37107 from Kevin Ryde).

Added entity handling for numeric entities to Pod::Simple::XHTML,
following perlpod specification.

A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>")
is now properly parsed as text and entities instead of a tag
embedded in a tag. This is in compliance with `perldoc perlpod`
(RT #12239 from Michael Schwern).

Thanks to David E. Wheeler for applying patches, resolving bugs,
and generally getting ready for the release.

(heinz)

2009-11-05 19:16:47 UTC MAIN commitmail json YAML

2009-11-05 18:29:36 UTC MAIN commitmail json YAML

Updated textproc/mdocml to 1.9.13

(joerg)

2009-11-05 18:29:00 UTC MAIN commitmail json YAML

mdocml-1.9.13:
- added: -fign-escape
- fix: -Thtml accessibility (identifiers, table summary, etc.)
- fix: -Tascii -mdoc segfault with specific `Bl -hang' lists
- portability: bzero() -> memset()
- portability: warnx -> fprintf/perror
- fix: -Thtml buffer munging with certain tags
- fix: -Thtml output of some tags (empty divs, etc.)
- portability: compiler attributes
- documentation: significant man.7 and mdoc.7 improvements
- allowing compile-time setting of operating system (-DOSNAME=xxx)
- added `PD' and `%U'
- more mdoc.7 updates
- switched from `-ooptions' to `-Ooptions'
- inclusion of DragonFlyBSD into rendered manuals

(joerg)

2009-11-05 18:18:10 UTC MAIN commitmail json YAML

Updated net/nsd to 3.2.3

(joerg)

2009-11-05 18:17:31 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_tarup to 1.8

(joerg)