[arch-commits] Commit in xsd/repos (6 files)

2017-10-15 Thread Antonio Rojas
Date: Sunday, October 15, 2017 @ 08:41:52
  Author: arojas
Revision: 307939

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 307938, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 307938, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 307938, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 307938, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/xsdcxx.patch   |  126 ++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/xsdcxx.patch |  126 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 307938, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-15 08:41:52 UTC (rev 307939)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku 
+
+pkgname=xsd
+pkgver=4.0.0
+_pkgver=4.0.0+dep
+pkgrel=3
+pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
+arch=('i686' 'x86_64')
+url="http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('xerces-c')
+source=("http://www.codesynthesis.com/download/${pkgname}/4.0/${pkgname}-${_pkgver}.tar.bz2;
+"xsdcxx.patch")
+sha256sums=('eca52a9c8f52cdbe2ae4e364e4a909503493a0d51ea388fc6c9734565a859817'
+'93f2e6a9dc942cf1fcab7edbe9c38fc102cbaf86f8b667b70aad4e8e2d1e2fd3')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p1 -i "${srcdir}/xsdcxx.patch"
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS="${CXXFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix="${pkgdir}/usr" install
+
+  # Fix conflicts with mono
+  mv "${pkgdir}"/usr/bin/xsd{,cxx}
+  mv "${pkgdir}"/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 307938, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2017-10-15 08:41:52 UTC (rev 307939)
@@ -0,0 +1,126 @@
+--- xsd-4.0.0+dep/xsd/doc/xsd.1~   2014-09-14 12:25:36.862267587 +
 xsd-4.0.0+dep/xsd/doc/xsd.12014-09-14 12:28:25.728229892 +
+@@ -1,16 +1,16 @@
+ .\" Process this file with
+-.\" groff -man -Tascii xsd.1
++.\" groff -man -Tascii xsdcxx.1
+ .\"
+ .TH XSD 1 "July 2014" "XSD 4.0.0"
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH SYNOPSIS
+ .\"
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH DESCRIPTION
+ .\"
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -206,7 +206,7 @@
+ \fIfilename\fP \fInamespace\fP
+ 
+ For example, if you have file \fBhello\.xsd\fP with namespace
+-\fBhttp://example\.com/hello\fP and you run \fBxsd\fP on this file, then the
++\fBhttp://example\.com/hello\fP and you run \fBxsdcxx\fP on this file, then 
the
+ string in question will be:
+ 
+ \fBhello\.xsd\. http://example\.com/hello\fP
+@@ -1632,7 +1632,7 @@
+ .\"
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+--- xsd-4.0.0+dep/xsd/doc/xsd.xhtml~   2014-09-14 12:28:37.731513138 +
 xsd-4.0.0+dep/xsd/doc/xsd.xhtml2014-09-14 12:30:11.277789610 +
+@@ -50,19 +50,19 @@
+ 
+   NAME
+ 
+-  xsd - W3C XML Schema to C++ Compiler
++  xsdcxx - W3C XML Schema to C++ Compiler
+ 
+   SYNOPSIS
+ 
+   
+-xsd command [options] file 
[file ...]
+-xsd help [command]
+-xsd version
++xsdcxx command [options] file 
[file ...]
++xsdcxx help [command]
++xsdcxx version
+   
+ 
+   DESCRIPTION
+ 
+-  xsd generates vocabulary-specific, statically-typed
++  xsdcxx generates vocabulary-specific, 
statically-typed
+   C++ mapping from W3C XML Schema definitions. Particular mapping to
+   produce is selected by a command. Each mapping has
+   a 

[arch-commits] Commit in xsd/repos (6 files)

2015-12-05 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 04:07:44
  Author: foutrelis
Revision: 252572

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 252571, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 252571, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 252571, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 252571, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/xsdcxx.patch   |  126 ++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/xsdcxx.patch |  126 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 252571, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 03:07:44 UTC (rev 252572)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku 
+
+pkgname=xsd
+pkgver=4.0.0
+_pkgver=4.0.0+dep
+pkgrel=2
+pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
+arch=('i686' 'x86_64')
+url="http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('xerces-c')
+source=("http://www.codesynthesis.com/download/${pkgname}/4.0/${pkgname}-${_pkgver}.tar.bz2;
+"xsdcxx.patch")
+sha1sums=('ad3de699eb140e747a0a214462d95fc81a21b494'
+  'afeb30904eb36efe6751f46cf1dd1ef4cfe45e9f')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p1 -i "${srcdir}/xsdcxx.patch"
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS="${CXXFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix="${pkgdir}/usr" install
+
+  # Fix conflicts with mono
+  mv "${pkgdir}"/usr/bin/xsd{,cxx}
+  mv "${pkgdir}"/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 252571, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2015-12-06 03:07:44 UTC (rev 252572)
@@ -0,0 +1,126 @@
+--- xsd-4.0.0+dep/xsd/doc/xsd.1~   2014-09-14 12:25:36.862267587 +
 xsd-4.0.0+dep/xsd/doc/xsd.12014-09-14 12:28:25.728229892 +
+@@ -1,16 +1,16 @@
+ .\" Process this file with
+-.\" groff -man -Tascii xsd.1
++.\" groff -man -Tascii xsdcxx.1
+ .\"
+ .TH XSD 1 "July 2014" "XSD 4.0.0"
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH SYNOPSIS
+ .\"
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH DESCRIPTION
+ .\"
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -206,7 +206,7 @@
+ \fIfilename\fP \fInamespace\fP
+ 
+ For example, if you have file \fBhello\.xsd\fP with namespace
+-\fBhttp://example\.com/hello\fP and you run \fBxsd\fP on this file, then the
++\fBhttp://example\.com/hello\fP and you run \fBxsdcxx\fP on this file, then 
the
+ string in question will be:
+ 
+ \fBhello\.xsd\. http://example\.com/hello\fP
+@@ -1632,7 +1632,7 @@
+ .\"
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+--- xsd-4.0.0+dep/xsd/doc/xsd.xhtml~   2014-09-14 12:28:37.731513138 +
 xsd-4.0.0+dep/xsd/doc/xsd.xhtml2014-09-14 12:30:11.277789610 +
+@@ -50,19 +50,19 @@
+ 
+   NAME
+ 
+-  xsd - W3C XML Schema to C++ Compiler
++  xsdcxx - W3C XML Schema to C++ Compiler
+ 
+   SYNOPSIS
+ 
+   
+-xsd command [options] file 
[file ...]
+-xsd help [command]
+-xsd version
++xsdcxx command [options] file 
[file ...]
++xsdcxx help [command]
++xsdcxx version
+   
+ 
+   DESCRIPTION
+ 
+-  xsd generates vocabulary-specific, statically-typed
++  xsdcxx generates vocabulary-specific, 
statically-typed
+   C++ mapping from W3C XML Schema definitions. Particular mapping to
+   produce is selected by a command. Each mapping has
+   a number of mapping-specific options that should

[arch-commits] Commit in xsd/repos (6 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 18:15:14
  Author: fyan
Revision: 219626

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 219625, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 219625, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 219625, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 219625, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   37 
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   37 
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 330 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 219625, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-12 16:15:14 UTC (rev 219626)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=11
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 219625, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2014-08-12 16:15:14 UTC (rev 219626)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  

[arch-commits] Commit in xsd/repos (6 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:25:17
  Author: bpiotrowski
Revision: 200243

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 200242, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 200242, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 200242, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 200242, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   37 
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   37 
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 330 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 200242, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:25:17 UTC (rev 200243)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=10
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('9a064bcc8ff45e3028cb8629ace2d132c7a38999'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 200242, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-11-23 18:25:17 UTC (rev 200243)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  

[arch-commits] Commit in xsd/repos (6 files)

2013-07-07 Thread Andrea Scarpino
Date: Sunday, July 7, 2013 @ 19:45:57
  Author: andrea
Revision: 189769

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 189768, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 189768, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 189768, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 189768, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   37 
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   37 
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 330 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 189768, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-07 17:45:57 UTC (rev 189769)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=9
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 189768, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-07-07 17:45:57 UTC (rev 189769)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  

[arch-commits] Commit in xsd/repos (6 files)

2013-03-25 Thread Andrea Scarpino
Date: Monday, March 25, 2013 @ 17:17:58
  Author: andrea
Revision: 180674

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 180673, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 180673, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 180673, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 180673, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   34 +++
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   34 +++
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 180673, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-25 16:17:58 UTC (rev 180674)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=8
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 180673, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-03-25 16:17:58 UTC (rev 180674)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  pcodebxsd/b/code generates vocabulary-specific, 

[arch-commits] Commit in xsd/repos (6 files)

2013-01-22 Thread Andrea Scarpino
Date: Tuesday, January 22, 2013 @ 15:37:50
  Author: andrea
Revision: 175835

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 175834, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 175834, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 175834, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 175834, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   34 +++
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   34 +++
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 175834, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-22 14:37:50 UTC (rev 175835)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=7
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 175834, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-01-22 14:37:50 UTC (rev 175835)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  pcodebxsd/b/code generates vocabulary-specific, 

[arch-commits] Commit in xsd/repos (6 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:16:19
  Author: andrea
Revision: 173014

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xsd/repos/extra-i686/
  xsd/repos/extra-i686/PKGBUILD
(from rev 173013, xsd/trunk/PKGBUILD)
  xsd/repos/extra-i686/xsdcxx.patch
(from rev 173013, xsd/trunk/xsdcxx.patch)
  xsd/repos/extra-x86_64/
  xsd/repos/extra-x86_64/PKGBUILD
(from rev 173013, xsd/trunk/PKGBUILD)
  xsd/repos/extra-x86_64/xsdcxx.patch
(from rev 173013, xsd/trunk/xsdcxx.patch)

---+
 extra-i686/PKGBUILD   |   34 +++
 extra-i686/xsdcxx.patch   |  128 
 extra-x86_64/PKGBUILD |   34 +++
 extra-x86_64/xsdcxx.patch |  128 
 4 files changed, 324 insertions(+)

Copied: xsd/repos/extra-i686/PKGBUILD (from rev 173013, xsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 17:16:19 UTC (rev 173014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=6
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/extra-i686/xsdcxx.patch (from rev 173013, 
xsd/trunk/xsdcxx.patch)
===
--- extra-i686/xsdcxx.patch (rev 0)
+++ extra-i686/xsdcxx.patch 2012-12-08 17:16:19 UTC (rev 173014)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  pcodebxsd/b/code generates vocabulary-specific, statically-typed
++  pcodebxsdcxx/b/code