<?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://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190388"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190386"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190385"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190383"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190382"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190378"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190377"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190376"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190375"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190374"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190373"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190372"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190371"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190370"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190369"/>
      </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://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190388">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190388</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:53:45 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated devel/cvs-fast-export to 0.4


To generate a diff of this commit:
cvs rdiff -u -r1.1779 -r1.1780 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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:53:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190387">
    <title>CVS commit: pkgsrc/devel/cvs-fast-export</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190387</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:52:40 UTC 2013

Modified Files:
pkgsrc/devel/cvs-fast-export: Makefile distinfo
pkgsrc/devel/cvs-fast-export/patches: patch-Makefile
Removed Files:
pkgsrc/devel/cvs-fast-export/patches: patch-main.c

Log Message:
Update to 0.4.

Changelog:
0.4 &amp;lt; at &amp;gt; 2013-05-16
    Fix buggy handling of -k option.
    Add --remote (-e) and --stripprefix (-s) options.
    Avoid recursion overflow on very large repos.
    The fast-import stream ops are now emitted in the same order git uses.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvs-fast-export/Makefile \
    pkgsrc/devel/cvs-fast-export/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvs-fast-export/patches/patch-Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/cvs-fast-export/patches/patch-main.c

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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:52:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190386">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190386</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:49:11 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated devel/fromcvs to 0.0.0.133


To generate a diff of this commit:
cvs rdiff -u -r1.1778 -r1.1779 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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:49:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190385">
    <title>CVS commit: pkgsrc/devel/fromcvs</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190385</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:48:42 UTC 2013

Modified Files:
pkgsrc/devel/fromcvs: Makefile distinfo

Log Message:
Update to 0.0.0.133.

* Update HOMEPAGE and MASTER_SITES.
* Supported ruby version is 1.8.x only.

Changelog:
* buxfixes


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/fromcvs/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/fromcvs/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:48:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190384">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190384</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:45:37 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated devel/ruby-rcsparse to 0.0.0.46


To generate a diff of this commit:
cvs rdiff -u -r1.1777 -r1.1778 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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:45:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190383">
    <title>CVS commit: pkgsrc/devel/ruby-rcsparse</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190383</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:44:44 UTC 2013

Modified Files:
pkgsrc/devel/ruby-rcsparse: Makefile distinfo

Log Message:
Update to 0.0.0.46.

* Update HOMEPAGE and MASTER_SITES.
* Supported ruby version is 1.8.x only.

Changelog:
* bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-rcsparse/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-rcsparse/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:44:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190382">
    <title>CVS commit: pkgsrc/devel</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190382</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:39:58 UTC 2013

Modified Files:
pkgsrc/devel: Makefile

Log Message:
Remove xulrunner.


To generate a diff of this commit:
cvs rdiff -u -r1.1744 -r1.1745 pkgsrc/devel/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:39:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190381">
    <title>CVS commit: pkgsrc/www/firefox-l10n</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190381</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:36:58 UTC 2013

Modified Files:
pkgsrc/www/firefox-l10n: Makefile

Log Message:
Fix inclusion of xpi.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/firefox-l10n/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:36:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190380">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190380</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:34:28 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Added lang/opensource-cobol version 1.3J


To generate a diff of this commit:
cvs rdiff -u -r1.1776 -r1.1777 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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:34:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190379">
    <title>CVS commit: pkgsrc/lang</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190379</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:33:06 UTC 2013

Modified Files:
pkgsrc/lang: Makefile

Log Message:
Add opensource-cobol


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 pkgsrc/lang/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:33:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190378">
    <title>CVS commit: pkgsrc/lang/opensource-cobol</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190378</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:ryoon
Date:Sun May 26 01:31:53 UTC 2013

Added Files:
pkgsrc/lang/opensource-cobol: DESCR Makefile PLIST distinfo

Log Message:
Import opensource-cobol-1.3J as lang/opensource-cobol.

opensource COBOL is based on OpenCOBOL compiler and has some
extensions used in Japan. It translate COBOL programs to C code
and compiles it using GCC.
This package tracks opensource COBOL UTF-8 version.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/opensource-cobol/DESCR \
    pkgsrc/lang/opensource-cobol/Makefile pkgsrc/lang/opensource-cobol/PLIST \
    pkgsrc/lang/opensource-cobol/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>Ryo ONODERA</dc:creator>
    <dc:date>2013-05-26T01:31:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190377">
    <title>CVS commit: pkgsrc/doc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190377</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:schnoebe
Date:Sun May 26 00:44:53 UTC 2013

Modified Files:
pkgsrc/doc: CHANGES-2013

Log Message:
Updated print/hplip to 3.13.5 [schnoebe 2013-05-26]


To generate a diff of this commit:
cvs rdiff -u -r1.1775 -r1.1776 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>Eric Schnoebelen</dc:creator>
    <dc:date>2013-05-26T00:44:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190376">
    <title>CVS commit: pkgsrc/print/hplip</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190376</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:schnoebe
Date:Sun May 26 00:43:23 UTC 2013

Modified Files:
pkgsrc/print/hplip: Makefile PLIST.base distinfo
pkgsrc/print/hplip/patches: patch-ae

Log Message:
HPLIP 3.13.5 - This release has the following changes:
Added Support for the Following New Printers:

- HP LaserJet Enterprise MFP M725 series
- HP LaserJet Enterprise MFP M725dn
- HP LaserJet Enterprise MFP M725fw
- HP LaserJet Enterprise MFP M725z
- HP LaserJet Enterprise MFP M725z+
- HP Officejet Pro 3610 Black and White e-All-in-One
- HP Officejet Pro 3620 Black and White e-All-in-One

Launchpad fixes:
1176470 - hp-setup fails with the message "ethernet cable is plugged in"
- But it isn't
1157701 - soapfax.py:139:setStationName:UnicodeEncodeError: 'ascii'
  codec can't encode characters in position 0-3: ordinal not in
  range(128)
1163339 - hplip online documentation: manual tarball installation shows
  package dependancies which are out-of-date

Issues fixed:
- Bottom margin is not printing on 8.5x13in paper size for DeskJet 2050
  J510 device
- Fixed cross resolution issue for pcl3gui2

Detailed Change Log:
- Added 56-hpmud.rules and removed 56-hpmud_support, 86-hpmud_plugin,
  56-hpmud_add_printer, 55-hpmud and 40-hplip rules
- Added hplip-printer&amp;lt; at &amp;gt;.service to support systemd services in Udev for
  OpenSuSe 12.3


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/hplip/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/hplip/PLIST.base \
    pkgsrc/print/hplip/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/hplip/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>Eric Schnoebelen</dc:creator>
    <dc:date>2013-05-26T00:43:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190375">
    <title>CVS commit: pkgsrc/www/litmus</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190375</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:47:32 UTC 2013

Modified Files:
pkgsrc/www/litmus: distinfo
Added Files:
pkgsrc/www/litmus/patches: patch-Makefile.in

Log Message:
Don't strip shell scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/litmus/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/litmus/patches/patch-Makefile.in

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-25T23:47:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190374">
    <title>CVS commit: pkgsrc/textproc/ispell-en_GB</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190374</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:46:52 UTC 2013

Modified Files:
pkgsrc/textproc/ispell-en_GB: Makefile PLIST distinfo
Added Files:
pkgsrc/textproc/ispell-en_GB/patches: patch-correct.c

Log Message:
The dictionary is named british, not en_GB. Add missing (n)curses
dependency. Don't use getline as function name. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ispell-en_GB/Makefile \
    pkgsrc/textproc/ispell-en_GB/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ispell-en_GB/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ispell-en_GB/patches/patch-correct.c

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-25T23:46:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190373">
    <title>CVS commit: pkgsrc/net/linc</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190373</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:45:34 UTC 2013

Modified Files:
pkgsrc/net/linc: distinfo
Added Files:
pkgsrc/net/linc/patches: patch-src_linc.c

Log Message:
Avoid deprecated interfaces.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/linc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/linc/patches/patch-src_linc.c

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-25T23:45:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190372">
    <title>CVS commit: pkgsrc/misc/koffice</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190372</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:44:47 UTC 2013

Modified Files:
pkgsrc/misc/koffice: distinfo
Added Files:
pkgsrc/misc/koffice/patches:
    patch-filters_kspread_qpro_libqpro_src_stream.cc

Log Message:
Deal with operator void * vs operate bool changes between C++03 and
C++11.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/misc/koffice/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/koffice/patches/patch-filters_kspread_qpro_libqpro_src_stream.cc

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-25T23:44:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190371">
    <title>CVS commit: pkgsrc/mail/mail-notification</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190371</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:43:58 UTC 2013

Modified Files:
pkgsrc/mail/mail-notification: distinfo
Added Files:
pkgsrc/mail/mail-notification/patches:
    patch-jbsrc_lib_src_core_jb-main.c

Log Message:
g_type_init is deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/mail-notification/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/mail-notification/patches/patch-jbsrc_lib_src_core_jb-main.c

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-25T23:43:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190370">
    <title>CVS commit: pkgsrc/geography/merkaartor</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190370</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:43:26 UTC 2013

Modified Files:
pkgsrc/geography/merkaartor: distinfo
Added Files:
pkgsrc/geography/merkaartor/patches:
    patch-3rdparty_qtsingleapplication-2.6__1-opensource_src_qtlocalpeer.cpp

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/merkaartor/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/geography/merkaartor/patches/patch-3rdparty_qtsingleapplication-2.6__1-opensource_src_qtlocalpeer.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-25T23:43:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190369">
    <title>CVS commit: pkgsrc/editors/vile</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190369</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:42:45 UTC 2013

Modified Files:
pkgsrc/editors/vile: distinfo
Added Files:
pkgsrc/editors/vile/patches: patch-filters_filters.h

Log Message:
Sync prototype with modernish flex.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/vile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/vile/patches/patch-filters_filters.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-25T23:42:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190368">
    <title>CVS commit: pkgsrc/comms/libopensync-plugin-evolution2</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.cvs/190368</link>
    <description>&lt;pre&gt;Module Name:pkgsrc
Committed By:joerg
Date:Sat May 25 23:41:24 UTC 2013

Modified Files:
pkgsrc/comms/libopensync-plugin-evolution2: distinfo
Added Files:
pkgsrc/comms/libopensync-plugin-evolution2/patches:
    patch-src_evolution2__sync.c

Log Message:
g_type_init is deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/libopensync-plugin-evolution2/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/comms/libopensync-plugin-evolution2/patches/patch-src_evolution2__sync.c

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-25T23:41:24</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>
