Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,4 @@ +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 +libxerces-c-3.1.so Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : xsd +version : 4.0.0 +release : 1 +source : + - http://www.codesynthesis.com/download/xsd/4.0/xsd-4.0.0+dep.tar.bz2 : eca52a9c8f52cdbe2ae4e364e4a909503493a0d51ea388fc6c9734565a859817 +license : + - BSL-1.0 + - GPL-2.0 + - MIT +component : programming.tools +summary : CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. +description: | + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with the intricacies of reading and writing XML. +builddeps : + - pkgconfig(xerces-c) +build : | + %make +install : | + make install_prefix=$installdir/usr install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + xsd + + Alfonso Rodríguez + arc.proxectos@gmail.com + + BSL-1.0 + GPL-2.0 + MIT + programming.tools + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with the intricacies of reading and writing XML. + + https://solus-project.com/sources/README.Solus + + + xsd + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with the intricacies of reading and writing XML. + + programming.tools + + /usr/bin + /usr/share/doc + /usr/share/man + + + + xsd-devel + Development files for xsd + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with the intricacies of reading and writing XML. + + programming.devel + + xsd + + + /usr/include/ + + + + + 2017-06-13 + 4.0.0 + Packaging update + Alfonso Rodríguez + arc.proxectos@gmail.com + + + \ No newline at end of file