123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xsd</Name>
- <Homepage>http://www.codesynthesis.com/products/xsd</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>An open-source, cross-platform W3C XML Schema to C++ data binding compiler</Summary>
- <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 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 intricacies of reading and writing XML.</Description>
- <Archive sha1sum="fdac3649ee08e2af2246a72c316175e30b7988dd" type="tarbz2">https://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/xsd-4.1.0.a11+dep.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>xerces-c-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>ghostscript-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">xsdcxx.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>xsd</Name>
- <RuntimeDependencies>
- <Dependency>xerces-c</Dependency>
- <Dependency>boost</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>xsd-devel</Name>
- <Summary>Development files for xsd</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xsd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>xsd-docs</Name>
- <Summary>Document files for xsd</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xsd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-10-29</Date>
- <Version>4.1.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2021-03-12</Date>
- <Version>4.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-09-09</Date>
- <Version>4.0.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-03-22</Date>
- <Version>4.0.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-02-14</Date>
- <Version>4.0.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-17</Date>
- <Version>4.0.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>4.0.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-12-24</Date>
- <Version>4.0.0</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|