123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gsoap</Name>
- <Homepage>http://www.cs.fsu.edu/~engelen/soap.html</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
- <Description>The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
- <Archive sha1sum="624db1f4cb2ac5596f3445afe57fddd3e63ea295" type="zip">https://sourceforge.net/projects/gsoap2/files/gsoap_2.8.135.zip/download</Archive>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">0001-no-xlocale.patch</Patch> -->
- <!--<Patch level="1">gsoap-libtool.patch</Patch> -->
- <!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>gsoap</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/gsoap</Path>
- </Files>
- </Package>
- <Package>
- <Name>gsoap-devel</Name>
- <Summary>Development files for gsoap</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gsoap</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="11">
- <Date>2024-12-19</Date>
- <Version>2.8.135</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2023-04-24</Date>
- <Version>2.8.127</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2021-07-22</Date>
- <Version>2.8.116</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-12-14</Date>
- <Version>2.8.109</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-06-08</Date>
- <Version>2.8.103</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-19</Date>
- <Version>2.8.97</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-09</Date>
- <Version>2.8.69</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2018-02-11</Date>
- <Version>2.8.61</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-19</Date>
- <Version>2.8.44</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.8.22</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-12</Date>
- <Version>2.8.22</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|