Merge pull request #7978 from blue-devil/master

version bumps and new releases
This commit is contained in:
2020-02-25 06:08:22 +02:00
committed by GitHub
20 changed files with 433 additions and 64 deletions
+15 -5
View File
@@ -5,28 +5,38 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# fix unittest error
pisitools.dosed("tests/unittests/torture_misc.c", "cmocka_unit_test\(torture_path_expand_tilde_unix\),", "")
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DUNIT_TESTING=ON \
-DWITH_GSSAPI=OFF", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
#cmaketools.make("doc")
autotools.make("docs")
def check():
shelltools.cd("build")
autotools.make("test")
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.doman("doc/man/*/*")
pisitools.dohtml("doc/*")
pisitools.dohtml("doc/html/*")
shelltools.cd("..")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "README")
pisitools.dodoc("COPYING", "README*")
+15 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libssh</Name>
@@ -8,25 +8,28 @@
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>network.misc</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
<Description>libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).</Description>
<Archive sha1sum="31167827e6d86fcee77323e744e51dfc19739ad6" type="tarxz">https://www.libssh.org/files/0.8/libssh-0.8.4.tar.xz</Archive>
<Archive sha1sum="24bb9d6f53691236f34cc8e6fec86dd659aef757" type="tarxz">https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<!--Dependency>graphviz</Dependency-->
<Dependency>cmocka-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
<!--Dependency>graphviz</Dependency-->
</BuildDependencies>
</Source>
<Package>
<Name>libssh</Name>
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -56,6 +59,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-02-24</Date>
<Version>0.9.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-10-17</Date>
<Version>0.8.4</Version>
+8 -1
View File
@@ -9,5 +9,12 @@
<Package>
<Name>libssh-devel</Name>
<Summary xml:lang="tr">libssh için geliştirme dosyaları</Summary>
<Description xml:lang="tr">libssh-devel, libssh için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>
<Package>
<Name>libssh-docs</Name>
<Summary xml:lang="tr">libssh için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">libssh-docs, libssh için belgelendirme dosyalarını içerir.</Description>
</Package>
</PISI>
+174 -31
View File
@@ -50007,6 +50007,59 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cmocka</Name>
<Homepage>https://cmocka.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<PartOf>programming.tool</PartOf>
<Summary xml:lang="en">Full unit testing framework for C with support for mock objects.</Summary>
<Summary xml:lang="tr">Sahte nesneler ile deskteklenmiş C için tam birim test çatısı</Summary>
<Description xml:lang="en">cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.</Description>
<Description xml:lang="tr">cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar.</Description>
<Archive type="targz" sha1sum="80ffe8dc4e060342d971a617484f869dc3cd396e" name="cmocka-cmocka-1.1.5.tar.gz">https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>programming/tool/cmocka/pspec.xml</SourceURI>
</Source>
<Package>
<Name>cmocka</Name>
<Summary xml:lang="en">Full unit testing framework for C with support for mock objects.</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cmocka-devel</Name>
<Summary xml:lang="en">Development files for cmocka</Summary>
<Summary xml:lang="tr">cmocka için geliştirme dosyaları</Summary>
<Description xml:lang="tr">libssh-cmocka, cmocka için geliştirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="1">cmocka</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>1.1.5</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cppunit</Name>
@@ -50724,6 +50777,45 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>github-cli</Name>
<Homepage>https://github.com/cli/cli</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<PartOf>programming.scm</PartOf>
<Summary xml:lang="en">The GitHub CLI</Summary>
<Summary xml:lang="tr">Github komut satırı arayüzü.</Summary>
<Description xml:lang="en">gh is GitHub on the command line, and it&apos;s now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.</Description>
<Description xml:lang="tr">gh, resmi Github komut satırı arayüzüdür.</Description>
<Archive type="targz" sha1sum="a649a97e57cab30c9a577fd1af43c435e8742bbd" name="v0.5.7.tar.gz">https://github.com/cli/cli/archive/v0.5.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
</BuildDependencies>
<SourceURI>programming/scm/github-cli/pspec.xml</SourceURI>
</Source>
<Package>
<Name>github-cli</Name>
<Summary xml:lang="en">The GitHub CLI</Summary>
<Files>
<Path fileType="executable">/usr/bin/gh</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>0.5.7</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>php</Name>
@@ -55306,8 +55398,8 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Google&apos;dan Go programlama dili için araçlar ve derleyici</Summary>
<Description xml:lang="en">Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Description xml:lang="tr">Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir.</Description>
<Archive type="targz" sha1sum="d716c7a54f212fe6642d3fb58369eeffcded0402" name="go1.11.9.tar.gz">https://github.com/golang/go/archive/go1.11.9.tar.gz</Archive>
<Archive type="tarbz2" sha1sum="ed23e5951771f03d71dffdbd222617dd451fa511" target="go-go1.11.9" name="go-linux-amd64-bootstrap-1.8.tbz">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz</Archive>
<Archive type="targz" sha1sum="3dac63fc6c457ffe905aaeb7ccf3db348aa2c98c" name="go1.13.8.tar.gz">https://github.com/golang/go/archive/go1.13.8.tar.gz</Archive>
<Archive type="tarbz2" sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" target="go-go1.13.8" name="go-linux-amd64-bootstrap-1.13.6.tbz">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>
<SourceURI>programming/language/go/pspec.xml</SourceURI>
</Source>
<Package>
@@ -55316,16 +55408,20 @@ to create header files and sources from protocol files.</Description>
<Dependency>git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share/</Path>
<Path fileType="config">/etc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/profile.d/go.sh" permission="0644" owner="root">go.sh</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="11">
<Date>2020-02-24</Date>
<Version>1.13.8</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2019-04-14</Date>
<Version>1.11.9</Version>
@@ -59250,8 +59346,8 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<Summary xml:lang="tr">Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı</Summary>
<Description xml:lang="en">python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you&apos;re done!</Description>
<Description xml:lang="tr">python-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.</Description>
<Archive type="targz" sha1sum="4f1e658219e4a81859bb92074788a96b9813ca63" name="v4.42.1.tar.gz">https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz</Archive>
<Description xml:lang="tr">python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.</Description>
<Archive type="targz" sha1sum="3657c0804e93a82f8cc7b35ce7864ad84b174cbe" name="v4.43.0.tar.gz">https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -59261,9 +59357,6 @@ to create header files and sources from protocol files.</Description>
<Package>
<Name>python-tqdm</Name>
<Summary xml:lang="en">A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<RuntimeDependencies>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/tqdm-py2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -59271,6 +59364,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-02-21</Date>
<Version>4.43.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-05</Date>
<Version>4.42.1</Version>
@@ -70996,7 +71096,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Python için döküman üreticisi. HTML, Latex gibi çıktılar üretebiliyor</Summary>
<Description xml:lang="en">It&apos;s a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
<Description xml:lang="tr">Özellikle python için hazırlanan dökümanları yorumlamak için kullanılan yaygın bir döoküman üreticisi. Başta HTML olmak üzere Latex ile birlikte PDF, Ps gibi doküman çıktıları üretebiliyor.</Description>
<Archive type="targz" sha1sum="a6a0f279ba944320711d18846660e73add9bcbd4" name="v2.4.2.tar.gz">https://github.com/sphinx-doc/sphinx/archive/v2.4.2.tar.gz</Archive>
<Archive type="targz" sha1sum="244f618051a005be219574b9d356f00623ae2018" name="v2.4.3.tar.gz">https://github.com/sphinx-doc/sphinx/archive/v2.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -71039,13 +71139,20 @@ to create header files and sources from protocol files.</Description>
<Name>python3-sphinx-docs</Name>
<Summary xml:lang="en">Documentation files for python3-sphinx</Summary>
<RuntimeDependencies>
<Dependency release="5">python3-sphinx</Dependency>
<Dependency release="6">python3-sphinx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-02-24</Date>
<Version>2.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-21</Date>
<Version>2.4.2</Version>
@@ -74353,7 +74460,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı</Summary>
<Description xml:lang="en">python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you&apos;re done!</Description>
<Description xml:lang="tr">python3-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.</Description>
<Archive type="targz" sha1sum="4f1e658219e4a81859bb92074788a96b9813ca63" name="v4.42.1.tar.gz">https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz</Archive>
<Archive type="targz" sha1sum="3657c0804e93a82f8cc7b35ce7864ad84b174cbe" name="v4.43.0.tar.gz">https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -74364,7 +74471,6 @@ to create header files and sources from protocol files.</Description>
<Name>python3-tqdm</Name>
<Summary xml:lang="en">A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -74374,6 +74480,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-02-21</Date>
<Version>4.43.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-05</Date>
<Version>4.42.1</Version>
@@ -208214,7 +208327,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<PartOf>network.misc</PartOf>
<Summary xml:lang="en">Multipurpose relay</Summary>
<Description xml:lang="en">Multipurpose relay</Description>
<Archive type="targz" sha1sum="28eca1f8efeadde3f96c1ac89e553c28d736d41d" name="socat-1.7.3.2.tar.gz">http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz</Archive>
<Archive type="tarbz2" sha1sum="fe26a674d4fd0207b3b3e48352592fdd07233415" name="socat-1.7.3.4.tar.bz2">http://www.dest-unreach.org/socat/download/socat-1.7.3.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -208233,6 +208346,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-02-23</Date>
<Version>1.7.3.4</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-08-15</Date>
<Version>1.7.3.2</Version>
@@ -209306,10 +209426,11 @@ functionality to build high-performing, platform-independent programs.</Descript
<Summary xml:lang="tr">SSH bağlantılarının kontrol edilebilmesini sağlayan C kitaplığı</Summary>
<Description xml:lang="en">libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).</Description>
<Description xml:lang="tr">libssh, yazılımlarında SSH kullanmak isteyen programcılar için tasarlanmış bir C kitaplığıdır. SSH istemcisi programcı tarafından tam olarak kontrol edilebilir, uzaktan yazılım çalıştırma, tünel yaratma, dosya transferi ve uzak dosya erişimi işlemleri yapılabilir. Tüm bunlar için openssl paketinde bulunan lıbcrypto&apos;nun sistemde bulunması yeterlidir.</Description>
<Archive type="tarxz" sha1sum="31167827e6d86fcee77323e744e51dfc19739ad6" name="libssh-0.8.4.tar.xz">https://www.libssh.org/files/0.8/libssh-0.8.4.tar.xz</Archive>
<Archive type="tarxz" sha1sum="24bb9d6f53691236f34cc8e6fec86dd659aef757" name="libssh-0.9.3.tar.xz">https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>cmocka-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -209317,9 +209438,10 @@ functionality to build high-performing, platform-independent programs.</Descript
</Source>
<Package>
<Name>libssh</Name>
<Summary xml:lang="en">Full C library functions for manipulating a client-side SSH connection</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -209330,8 +209452,9 @@ functionality to build high-performing, platform-independent programs.</Descript
<Name>libssh-devel</Name>
<Summary xml:lang="en">Development files for libssh</Summary>
<Summary xml:lang="tr">libssh için geliştirme dosyaları</Summary>
<Description xml:lang="tr">libssh-devel, libssh için geliştirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="5">libssh</Dependency>
<Dependency release="6">libssh</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -209341,12 +209464,21 @@ functionality to build high-performing, platform-independent programs.</Descript
<Package>
<Name>libssh-docs</Name>
<Summary xml:lang="en">Development documentation for libssh</Summary>
<Summary xml:lang="tr">libssh için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">libssh-docs, libssh için belgelendirme dosyalarını içerir.</Description>
<Files>
<Path fileType="doc">/usr/share/doc/libssh/html</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-02-24</Date>
<Version>0.9.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-10-17</Date>
<Version>0.8.4</Version>
@@ -231132,7 +231264,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Güçlü bir sanallaştırma programı</Summary>
<Description xml:lang="en">VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
<Description xml:lang="tr">VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır.</Description>
<Archive type="tarbz2" sha1sum="b6adcf53a0b569961aa096d726e005e9f5570671" name="VirtualBox-6.1.2.tar.bz2">http://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="86ed2cc24834048612b63eeedf7c6bed3c219bf2" name="VirtualBox-6.1.4.tar.bz2">http://download.virtualbox.org/virtualbox/6.1.4/VirtualBox-6.1.4.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="dkms.conf" permission="0644" owner="root">dkms.conf</AdditionalFile>
<AdditionalFile target="dkms-guest.conf" permission="0644" owner="root">dkms-guest.conf</AdditionalFile>
@@ -231186,9 +231318,8 @@ complete albums that you have purchased from Amazon.</Description>
<Patch level="1">python.patch</Patch>
<Patch level="1">008-no-vboxvideo.patch</Patch>
<Patch level="1">012-vboxsf-automount.patch</Patch>
<Patch level="1">001_virtualbox-5.0.16-mesa-check.patch</Patch>
<Patch level="1">009-virtualbox-5.1.0-add_missing_gl_header.patch</Patch>
<Patch level="1">013-Makefile.patch</Patch>
<Patch level="1">VirtualBox-6.1.2-disable-update.patch</Patch>
</Patches>
<SourceURI>hardware/virtualization/virtualbox/pspec.xml</SourceURI>
</Source>
@@ -231220,8 +231351,8 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>device-mapper</Dependency>
<Dependency>qt5-x11extras</Dependency>
<AnyDependency>
<Dependency version="6.1.2">module-virtualbox</Dependency>
<Dependency version="6.1.2">virtualbox-dkms</Dependency>
<Dependency version="6.1.4">module-virtualbox</Dependency>
<Dependency version="6.1.4">virtualbox-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
<Files>
@@ -231261,8 +231392,8 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>xorg-server</Dependency>
<Dependency>libXcomposite</Dependency>
<AnyDependency>
<Dependency version="6.1.2">module-virtualbox-guest</Dependency>
<Dependency version="6.1.2">virtualbox-guest-dkms</Dependency>
<Dependency version="6.1.4">module-virtualbox-guest</Dependency>
<Dependency version="6.1.4">virtualbox-guest-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
<Files>
@@ -231310,6 +231441,13 @@ complete albums that you have purchased from Amazon.</Description>
</Conflicts>
</Package>
<History>
<Update release="32">
<Date>2020-02-22</Date>
<Version>6.1.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-01-26</Date>
<Version>6.1.2</Version>
@@ -233885,7 +234023,7 @@ complete albums that you have purchased from Amazon.</Description>
<Description xml:lang="en">Scanner Access Now Easy (SANE) is a universal scanner interface. The SANE application programming interface provides standardized access to any raster image scanner hardware.</Description>
<Description xml:lang="tr">SANE ve uygulama programlama arayüzü (API) ile herhangi bir görüntü tarayıcı donanımına standartlaştırlmış erişim sağlar.</Description>
<Icon>sane</Icon>
<Archive type="targz" sha1sum="579ec4d6279c7f0f02014358a7e74056672a1e43" name="sane-backends-1.0.27.tar.gz">https://sources.archlinux.org/other/sane/sane-backends-1.0.27.tar.gz</Archive>
<Archive type="targz" sha1sum="78195c0deeda3bcb62559b345f062d46e70efbd6" name="sane-backends-1.0.29.tar.gz">https://gitlab.com/sane-project/backends/uploads/54f858b20a364fc35d820df935a86478/sane-backends-1.0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>libieee1284-devel</Dependency>
<Dependency>libusb-compat-devel</Dependency>
@@ -233902,9 +234040,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>net-snmp-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">sane-backends-1.0.20-open-macro.patch</Patch>
<Patch level="1">sane-backends-1.0.23-sane-config-multilib.patch</Patch>
<Patch level="1">sane-backends-1.0.23-soname.patch</Patch>
<Patch level="1">sane-backends-1.0.23-udev.patch</Patch>
<Patch level="1">archlinux/network.patch</Patch>
</Patches>
@@ -233954,7 +234090,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">Development files for sane-backends</Summary>
<Summary xml:lang="tr">sane-backends için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="5">sane-backends</Dependency>
<Dependency release="6">sane-backends</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -233970,6 +234106,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-02-23</Date>
<Version>1.0.29</Version>
<Comment>Version bump</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-03</Date>
<Version>1.0.27</Version>
+1 -1
View File
@@ -1 +1 @@
ce2f544bd31857e63b9e92d3d3e77a5694c5631a
866307c0f7308a1ca62a20bd92bf965170862ec6
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
59beb2a8f0d15f68363c389cf3441bcda2c7baa4
b7737aa31562cbf8abab914a5a5704fd23c02029
+6 -6
View File
@@ -4,9 +4,9 @@
# 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 pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
NoStrip = ["/"]
@@ -15,12 +15,12 @@ def build():
shelltools.export("go_platform","linux-amd64")
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
shelltools.export("GOROOT", "%s/go-go1.11.9" % get.workDIR()) #0
shelltools.export("GOROOT", "%s/go-go1.13.8" % get.workDIR()) #0
shelltools.export("GOBIN", "$GOROOT/bin") #1
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.11.9/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.13.8/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOOS","linux")
shelltools.export("GOARCH","amd64")
@@ -31,7 +31,7 @@ def build():
def install():
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
shelltools.cd("%s/go-go1.11.9" % get.workDIR())
shelltools.cd("%s/go-go1.13.8" % get.workDIR())
pisitools.dodir("/usr/lib/go")
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
@@ -45,7 +45,7 @@ def install():
shelltools.system("cp -r misc %s/usr/lib/go" % get.installDIR())
pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
#pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
# remove testdata, which hit cave fix-linkage
pisitools.remove("/usr/lib/go/src/debug/elf/testdata/gcc-386-freebsd-exec")
@@ -55,4 +55,4 @@ def install():
pisitools.removeDir("/usr/lib/go/pkg/linux_amd64")
pisitools.dodoc("VERSION", "LICENSE", "PATENTS", "README*", "AUTHORS", "CONTRIBUTORS")
pisitools.dodoc("LICENSE", "PATENTS", "README*")
+14 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>go</Name>
@@ -12,8 +12,8 @@
<IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="d716c7a54f212fe6642d3fb58369eeffcded0402" type="targz">https://github.com/golang/go/archive/go1.11.9.tar.gz</Archive>
<Archive sha1sum="ed23e5951771f03d71dffdbd222617dd451fa511" type="tarbz2" target="go-go1.11.9">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz</Archive>
<Archive sha1sum="3dac63fc6c457ffe905aaeb7ccf3db348aa2c98c" type="targz">https://github.com/golang/go/archive/go1.13.8.tar.gz</Archive>
<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.13.8">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>
</Source>
<Package>
<Name>golang</Name>
@@ -21,17 +21,26 @@
<Dependency>git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share/</Path>
<Path fileType="config">/etc</Path>
</Files>
<!--
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/profile.d/go.sh">go.sh</AdditionalFile>
</AdditionalFiles>
-->
</Package>
<History>
<Update release="11">
<Date>2020-02-24</Date>
<Version>1.13.8</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2019-04-14</Date>
<Version>1.11.9</Version>
@@ -103,4 +112,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+1 -1
View File
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Google'dan Go programlama dili için araçlar ve derleyici</Summary>
<Description xml:lang="tr">Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir.</Description>
</Source>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<Description>python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!</Description>
<Archive sha1sum="4f1e658219e4a81859bb92074788a96b9813ca63" type="targz">https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz</Archive>
<Archive sha1sum="3657c0804e93a82f8cc7b35ce7864ad84b174cbe" type="targz">https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -23,9 +23,6 @@
<Package>
<Name>python-tqdm</Name>
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<RuntimeDependencies>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/tqdm-py2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -34,6 +31,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-21</Date>
<Version>4.43.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-05</Date>
<Version>4.42.1</Version>
@@ -3,6 +3,6 @@
<Source>
<Name>python-tqdm</Name>
<Summary xml:lang="tr">Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı</Summary>
<Description xml:lang="tr">python-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.</Description>
<Description xml:lang="tr">python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.</Description>
</Source>
</PISI>
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
<Description>It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
<Archive sha1sum="a6a0f279ba944320711d18846660e73add9bcbd4" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.2.tar.gz</Archive>
<Archive sha1sum="244f618051a005be219574b9d356f00623ae2018" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-02-24</Date>
<Version>2.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-21</Date>
<Version>2.4.2</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<Description>python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!</Description>
<Archive sha1sum="4f1e658219e4a81859bb92074788a96b9813ca63" type="targz">https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz</Archive>
<Archive sha1sum="3657c0804e93a82f8cc7b35ce7864ad84b174cbe" type="targz">https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -24,7 +24,6 @@
<Name>python3-tqdm</Name>
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -35,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-21</Date>
<Version>4.43.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-05</Date>
<Version>4.42.1</Version>
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.system("go build \
-trimpath \
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v0.5.7 -X github.com/cli/cli/command.BuildDate=2020-02-24' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():
shelltools.cd("../cli-0.5.7")
pisitools.insinto("/usr/bin", "bin/gh")
pisitools.dodoc("LICENSE", "README*")
+40
View File
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>github-cli</Name>
<Homepage>https://github.com/cli/cli</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.scm</PartOf>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>The GitHub CLI</Summary>
<Description>gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.</Description>
<Archive sha1sum="a649a97e57cab30c9a577fd1af43c435e8742bbd" type="targz">https://github.com/cli/cli/archive/v0.5.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>github-cli</Name>
<Summary>The GitHub CLI</Summary>
<Files>
<Path fileType="executable">/usr/bin/gh</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>0.5.7</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>github-cli</Name>
<Summary xml:lang="tr">Github komut satırı arayüzü.</Summary>
<Description xml:lang="tr">gh, resmi Github komut satırı arayüzüdür.</Description>
</Source>
</PISI>
+38
View File
@@ -0,0 +1,38 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DUNIT_TESTING=ON", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
shelltools.cd("../doc")
shelltools.system("doxygen mainpage.dox")
def check():
shelltools.cd("build")
autotools.make("test")
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dohtml("../doc/html/*")
shelltools.cd("..")
pisitools.dodoc("COPYING", "README*")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cmocka</Name>
<Homepage>https://cmocka.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.tool</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Full unit testing framework for C with support for mock objects.</Summary>
<Description>cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.</Description>
<Archive sha1sum="80ffe8dc4e060342d971a617484f869dc3cd396e" type="targz">https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cmocka</Name>
<Summary>Full unit testing framework for C with support for mock objects.</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cmocka-devel</Name>
<Summary>Development files for cmocka</Summary>
<RuntimeDependencies>
<Dependency release="current">cmocka</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>1.1.5</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cmocka</Name>
<Summary xml:lang="tr">Sahte nesneler ile deskteklenmiş C için tam birim test çatısı</Summary>
<Description xml:lang="tr">cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar.</Description>
</Source>
<Package>
<Name>cmocka-devel</Name>
<Summary xml:lang="tr">cmocka için geliştirme dosyaları</Summary>
<Description xml:lang="tr">libssh-cmocka, cmocka için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>