<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs">
    <title>gmane.os.netbsd.devel.pkgsrc.cvs</title>
    <link>http://blog.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190210"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190209"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190191"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190210">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190210</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:hiramatsu
Date:Wed May 22 03:28:09 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated databases/p5-DBD-SQLite2 to 0.36.


To generate a diff of this commit:
cvs rdiff -u -r1.1741 -r1.1742 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Hiramatsu Yoshifumi</dc:creator>
    <dc:date>2013-05-22T03:28:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190209">
    <title>CVS commit: pkgsrc/databases/p5-DBD-SQLite2</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190209</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:hiramatsu
Date:Wed May 22 03:27:37 UTC 2013

Modified Files:
pkgsrc/databases/p5-DBD-SQLite2: Makefile distinfo

Log Message:
Update p5-DBD-SQLite2 to 0.36.

Changes from previous:
----------------------
0.36 2013-04-08 rurban
    - Fix mingw32 off_t redefinition. [cpan #84492]
      Use a private sql_off_t typedef for the sqlite internal off_t type.
    - cygwin is now a OS_UNIX, not OS_WIN.

0.35 2013-04-01 rurban
    - Fix SEGV when fetchrow() is called again after it has returned an
      empty list ie. the query has completed. [cpan #16451]
    - Add testcases for [cpan #26775] and [cpan #28448]
    - Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name)
    - Honor -g in $Config{optimize}
    - Add META and POD tests, and META info for EUMM

0.34 2013-04-01 rurban
    - Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row  [cpan #55636]
    - Add return value for dbd_bind_ph() - bind_param with handle
    - Add declaration for sqlite2_busy_timeout()
    - Fix clang -Wparentheses and -Wint-conversion warnings


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/p5-DBD-SQLite2/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/p5-DBD-SQLite2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Hiramatsu Yoshifumi</dc:creator>
    <dc:date>2013-05-22T03:27:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190208">
    <title>CVS commit: pkgsrc/cad/nelma</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190208</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:sbd
Date:Tue May 21 21:33:44 UTC 2013

Modified Files:
pkgsrc/cad/nelma: distinfo
pkgsrc/cad/nelma/patches: patch-aa

Log Message:
Use ${PKGMANDIR}


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/nelma/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cad/nelma/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Steven Drake</dc:creator>
    <dc:date>2013-05-21T21:33:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190207">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190207</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 20:58:29 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated www/py-flask-admin to 1.0.6.


To generate a diff of this commit:
cvs rdiff -u -r1.1740 -r1.1741 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T20:58:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190206">
    <title>CVS commit: pkgsrc/www/py-flask-admin</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190206</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 20:57:30 UTC 2013

Modified Files:
pkgsrc/www/py-flask-admin: Makefile PLIST distinfo

Log Message:
Update py-flask-admin to 1.0.6.

1.0.6
=====
* Model views now support default sorting order
* Model type/column formatters now accept additional view parameter
* is_visible for administrative views
* Model views have after_model_change method that can be overridden
* In model views, get_query was split into get_count_query and get_query
* Bootstrap 2.3.1
* Bulk deletes go through delete_model
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional),
  Chech
* Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-flask-admin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-admin/PLIST \
    pkgsrc/www/py-flask-admin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T20:57:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190205">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190205</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 19:52:15 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated textproc/py-jinja2 to 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.1739 -r1.1740 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T19:52:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190204">
    <title>CVS commit: pkgsrc/textproc/py-jinja2</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190204</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 19:51:22 UTC 2013

Modified Files:
pkgsrc/textproc/py-jinja2: Makefile PLIST distinfo

Log Message:
Update py-jinja2 to 2.7.

Version 2.7
-----------
(codename Translation, released on May 20th 2013)

- Choice and prefix loaders now dispatch source and template lookup
  separately in order to work in combination with module loaders as
  advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
- Added `urlencode` filter that automatically quotes values for
  URL safe usage with utf-8 as only supported encoding.  If applications
  want to change this encoding they can override the filter.
- Added `keep-trailing-newline` configuration to environments and
  templates to optionally preserve the final trailing newline.
- Accessing `last` on the loop context no longer causes the iterator
  to be consumed into a list.
- Python requirement changed: 2.6, 2.7 or &amp;gt;= 3.3 are required now,
  supported by same source code, using the "six" compatibility library.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
- Added support for changing from newline to different signs in the `wordwrap`
  filter.
- Added support for ignoring memcache errors silently.
- Added support for keeping the trailing newline in templates.
- Added finer grained support for stripping whitespace on the left side
  of blocks.
- Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
  filters.
- Added support for `loop.depth` to figure out how deep inside a recursive
  loop the code is.
- Disabled py_compile for pypy and python 3.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-jinja2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-jinja2/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-jinja2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T19:51:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190203">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190203</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 19:39:57 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated textproc/py-markupsafe to 0.17.


To generate a diff of this commit:
cvs rdiff -u -r1.1738 -r1.1739 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T19:39:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190202">
    <title>CVS commit: pkgsrc/textproc/py-markupsafe</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190202</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 19:33:56 UTC 2013

Modified Files:
pkgsrc/textproc/py-markupsafe: Makefile

Log Message:
Make HOMEPAGE point to the project page.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-markupsafe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T19:33:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190201">
    <title>CVS commit: pkgsrc/textproc/py-markupsafe</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190201</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 19:30:37 UTC 2013

Modified Files:
pkgsrc/textproc/py-markupsafe: Makefile PLIST distinfo

Log Message:
Update py-markupsafe to 0.17.

0.17
* Fixed interpolation on tuples
* Added travis file
* Added a tiny note on Python 3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markupsafe/Makefile \
    pkgsrc/textproc/py-markupsafe/PLIST \
    pkgsrc/textproc/py-markupsafe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T19:30:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190200">
    <title>CVS commit: pkgsrc/textproc/p5-Text-vCard</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190200</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 18:39:40 UTC 2013

Modified Files:
pkgsrc/textproc/p5-Text-vCard: Makefile

Log Message:
Rename SVR4_PKGNAME from p5tva to p5tv to avoid collision with
textproc/p5-Text-vFile-asData's.  (Apparently not causing much grief in
the world, as the latter is a direct dependency.)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-Text-vCard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T18:39:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190199">
    <title>CVS commit: pkgsrc/x11/modular-xorg-server</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190199</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Tue May 21 18:38:03 UTC 2013

Modified Files:
pkgsrc/x11/modular-xorg-server: distinfo
Added Files:
pkgsrc/x11/modular-xorg-server/patches:
    patch-hw_xfree86_common_compiler.h

Log Message:
Restore part of patch-sa to get correct syntax for in/out.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/modular-xorg-server/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_compiler.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2013-05-21T18:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190198">
    <title>CVS commit: pkgsrc/comms/hylafax</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190198</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Tue May 21 18:36:52 UTC 2013

Modified Files:
pkgsrc/comms/hylafax: distinfo
pkgsrc/comms/hylafax/patches: patch-ae

Log Message:
Use real prototype for main.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/comms/hylafax/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/hylafax/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2013-05-21T18:36:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190197">
    <title>CVS commit: pkgsrc/security/HElib</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190197</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Tue May 21 16:37:46 UTC 2013

Modified Files:
pkgsrc/security/HElib: distinfo
Added Files:
pkgsrc/security/HElib/patches: patch-IndexMap.h patch-NumbTh.h
    patch-timing.cpp

Log Message:
Support C++11 STL implementations.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/HElib/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/HElib/patches/patch-IndexMap.h \
    pkgsrc/security/HElib/patches/patch-NumbTh.h \
    pkgsrc/security/HElib/patches/patch-timing.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2013-05-21T16:37:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190196">
    <title>CVS commit: pkgsrc/editors/lyx</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190196</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Tue May 21 16:37:04 UTC 2013

Modified Files:
pkgsrc/editors/lyx: distinfo
Added Files:
pkgsrc/editors/lyx/patches:
    patch-src_frontends_qt4_GuiCommandBuffer.cpp

Log Message:
Explicitly use custom copy_if, it also exists in C++11 implementations.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/lyx/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/lyx/patches/patch-src_frontends_qt4_GuiCommandBuffer.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2013-05-21T16:37:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190195">
    <title>CVS commit: pkgsrc/devel/xsd</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190195</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Tue May 21 16:36:22 UTC 2013

Modified Files:
pkgsrc/devel/xsd: distinfo
Added Files:
pkgsrc/devel/xsd/patches:
    patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx
    patch-libcult-1.4.2_cult_cli_file-arguments.hxx
    patch-libcult-1.4.2_cult_containers_graph.txx
    patch-libcult-1.4.2_cult_types_fundamental.hxx
    patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx
    patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx
    patch-xsd-3.2.0-2_xsd_cxx_parser_state-processor.cxx

Log Message:
Add missing &amp;lt;cstddef&amp;gt;. Fix use of iterator vs const_iterator.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/xsd/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/xsd/patches/patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx \
    pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_cli_file-arguments.hxx \
    pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_graph.txx \
    pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_types_fundamental.hxx \
    pkgsrc/devel/xsd/patches/patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx \
    pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx \
    pkgsrc/devel/xsd/patches/patch-xsd-3.2.0-2_xsd_cxx_parser_state-processor.cxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2013-05-21T16:36:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190194">
    <title>CVS commit: pkgsrc/x11/wdm</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190194</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:hans
Date:Tue May 21 15:17:55 UTC 2013

Modified Files:
pkgsrc/x11/wdm: Makefile

Log Message:
Revbump for wm/windowmaker update.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/wdm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Hans Rosenfeld</dc:creator>
    <dc:date>2013-05-21T15:17:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190193">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190193</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 15:05:57 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Added textproc/py-markupsafe version 0.16.


To generate a diff of this commit:
cvs rdiff -u -r1.1737 -r1.1738 pkgsrc/doc/CHANGES-2013

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T15:05:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190192">
    <title>CVS commit: pkgsrc/textproc</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190192</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 15:04:09 UTC 2013

Modified Files:
pkgsrc/textproc: Makefile

Log Message:
+ py-markupsafe


To generate a diff of this commit:
cvs rdiff -u -r1.727 -r1.728 pkgsrc/textproc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T15:04:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190191">
    <title>CVS commit: pkgsrc/textproc/py-markupsafe</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190191</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:kleink
Date:Tue May 21 15:03:44 UTC 2013

Added Files:
pkgsrc/textproc/py-markupsafe: DESCR Makefile PLIST distinfo

Log Message:
Import MarkupSafe-0.16 as textproc/py-markupsafe.

MarkupSafe implements a unicode subclass that supports HTML strings.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-markupsafe/DESCR \
    pkgsrc/textproc/py-markupsafe/Makefile \
    pkgsrc/textproc/py-markupsafe/PLIST \
    pkgsrc/textproc/py-markupsafe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Klaus Klein</dc:creator>
    <dc:date>2013-05-21T15:03:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190190">
    <title>CVS commit: pkgsrc/wm/wmii</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190190</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:jperkin
Date:Tue May 21 14:59:25 UTC 2013

Modified Files:
pkgsrc/wm/wmii: Makefile distinfo
pkgsrc/wm/wmii/patches: patch-aa

Log Message:
Fix non-SunOS build.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/wm/wmii/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/wmii/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/wmii/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Jonathan Perkin</dc:creator>
    <dc:date>2013-05-21T14:59:25</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.devel.pkgsrc.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.devel.pkgsrc.cvs</link>
  </textinput>
</rdf:RDF>
