diff --git a/network/misc/c-ares/actions.py b/network/misc/c-ares/actions.py new file mode 100644 index 0000000000..3944989563 --- /dev/null +++ b/network/misc/c-ares/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.export("CXXFLAGS", get.CXXFLAGS().replace("-D_FORTIFY_SOURCE=2", "")) + shelltools.export("CFLAGS", get.CFLAGS().replace("-D_FORTIFY_SOURCE=2", "")) + autotools.configure("--enable-shared \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "README*", "NEWS", "CHANGES", "RELEASE-NOTES", "TODO", "*.pdf") diff --git a/network/misc/c-ares/pspec.xml b/network/misc/c-ares/pspec.xml new file mode 100644 index 0000000000..0418cb4886 --- /dev/null +++ b/network/misc/c-ares/pspec.xml @@ -0,0 +1,78 @@ + + + + + c-ares + http://daniel.haxx.se/projects/c-ares/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + A C library that performs DNS requests and name resolves asynchronously + c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. + http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz + + + + c-ares + + /usr/lib + /usr/share/man + /usr/share/doc/c-ares/NEWS + /usr/share/doc/c-ares/CHANGES + /usr/share/doc/c-ares/README* + /usr/share/doc/c-ares/RELEASE-NOTES + /usr/share/doc/c-ares/TODO + + + + + c-ares-devel + Development files for c-ares + + c-ares + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + c-ares-docs + Documentation files for c-ares + + c-ares + + + /usr/share/doc/c-ares/ + + + + + + 2016-03-14 + 1.11.0 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-02-17 + 1.9.1 + Release + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 1.9.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/network/misc/c-ares/translations.xml b/network/misc/c-ares/translations.xml new file mode 100644 index 0000000000..90218b1143 --- /dev/null +++ b/network/misc/c-ares/translations.xml @@ -0,0 +1,21 @@ + + + + c-ares + Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı + Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı. c-ares, ares kitaplığı temel alınarak geliştirilmiştir. + c-ares est une librairie qui effectue des requête DNS et les résolutions de nom de manière asynchrone. c-ares est issue d'un schisme de la librairie 'ares' écrite par Greg Hudson au MIT. + c-ares es una librería C que realiza consultas DNS y resolución asíncron de nombres. c-ares es un derivado (fork) de la librería 'ares', escrito por Greg Hudson en el MIT. + + + + c-ares-devel + c-ares için geliştirme dosyaları + + + + c-ares-docs + c-ares için belgelendirme dosyaları + + +