add openslp in main

This commit is contained in:
Ertuğrul Erata
2016-04-01 19:10:43 +03:00
parent 1ead06e429
commit bb7be7d040
9 changed files with 309 additions and 2 deletions
+81
View File
@@ -16344,6 +16344,87 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>openslp</Name>
<Homepage>http://www.openslp.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>service</IsA>
<PartOf>network.analyzer</PartOf>
<Summary xml:lang="en">An open-source implementation of Service Location Protocol</Summary>
<Summary xml:lang="tr">Servis Yer Protokolünün (Service Location Protocol - SLP) bir açık kaynak uyarlaması</Summary>
<Description xml:lang="fr">Le Service Location Protocol (Protocole de Localisation de Service) est un protocole standard de recherche de l&apos;IETF fournissant un framework (cadre de développement) pour permettre aux application résau de découvrir l&apos;existence, la localisation et la configuration de services réseaux au sein des réseaux d&apos;entreprises.</Description>
<Description xml:lang="en">Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.</Description>
<Description xml:lang="tr">SLP (Service Location Protocol Hizmet Yer Protokolu), ağlara bağlı hizmetlerin bulunabilmesi için gereken altyapıyı sağlar.</Description>
<Description xml:lang="es">Service Location Protocol es un protocolo según estándar IETF, que provee un framework que permite a aplicaciones descubrir la existencia, locación y configuración de servicios de red en redes empresariales.</Description>
<Archive type="targz" sha1sum="e4630bfb986cdffab6bb829b37e9340c9152d838">mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>doxygen</Dependency>
</BuildDependencies>
<SourceURI>network/analyzer/openslp/pspec.xml</SourceURI>
</Source>
<Package>
<Name>openslp</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/slp.conf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/IntroductionToSLP</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/UsersGuide</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/faq*</Path>
<Path fileType="data">/var/log</Path>
</Files>
</Package>
<Package>
<Name>openslp-server</Name>
<Summary xml:lang="en">OpenSLP server daemon</Summary>
<Summary xml:lang="tr">OpenSLP hizmet sunucusu</Summary>
<Description xml:lang="en">openslp-server contains ths OpenSLP server daemon to dynamically register services.</Description>
<Description xml:lang="tr">openslp-server, dinamik hizmet kaydı için gerekli OpenSLP sunucusunu içerir.</Description>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency release="1">openslp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/slp.reg</Path>
<Path fileType="config">/etc/slp.spi</Path>
<Path fileType="executable">/usr/sbin/slpd</Path>
</Files>
</Package>
<Package>
<Name>openslp-devel</Name>
<Summary xml:lang="en">Development files for openslp</Summary>
<Summary xml:lang="tr">openslp için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">openslp</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/ProgrammersGuide</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-02-01</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>rrdtool</Name>