new packages: proxychains-ng, argon2

This commit is contained in:
suvari
2022-06-21 16:38:20 +03:00
parent 99a51b7c00
commit 65de225ce5
19 changed files with 333824 additions and 333475 deletions
@@ -13,7 +13,7 @@
<Icon>dolphin</Icon>
<IsA>app:gui</IsA>
<Summary>Root actions servicemenu for Dolphin</Summary>
<Description>kde-servicemenu-rootactions is an addon for KDE4 that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager.</Description>
<Description>kde-servicemenu-rootactions is an addon for KDE that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager.</Description>
<Archive sha1sum="8f3f8b7842a96a7a1f53354733feee9c492f5008" type="targz">https://sourceforge.net/projects/pisilinux/files/source/rootactions_servicemenu_2.9.1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1">fix-translations.patch</Patch> -->
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.kde.graphics</PartOf>
<Summary>KDE4 thumbnailer library</Summary>
<Summary>KDE thumbnailer library</Summary>
<Description>kdegraphics-thumbnailers contains thumbnail-related libraries.</Description>
<Archive sha1sum="f4bbcda54ce433ecd4d622b68a1cb4a252768164" type="tarxz">mirrors://kde/stable/release-service/22.04.1/src/kdegraphics-thumbnailers-22.04.1.tar.xz</Archive>
<BuildDependencies>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>kdegraphics-thumbnailers</Name>
<Summary xml:lang="tr">KDE4 önizleme kitaplıkları</Summary>
<Summary xml:lang="tr">KDE önizleme kitaplıkları</Summary>
<Description xml:lang="tr">kdegraphics-thumbnailers, önizleme kitaplıklarını içerir.</Description>
</Source>
</PISI>
</PISI>
+1 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.kde.multimedia</PartOf>
<Summary>A video editing GUI for KDE4 using the MLT video framework</Summary>
<Summary>A video editing GUI for KDE using the MLT video framework</Summary>
<Description>kdenlive provides dual video monitors, a multi-track timeline and clip list. Other features include customizable layout support, basic effects and transitions.</Description>
<Archive sha1sum="4312beedaeb939f951f258163c89e77faf87a8bd" type="tarxz">mirrors://kde/stable/release-service/22.04.1/src/kdenlive-22.04.1.tar.xz</Archive>
<BuildDependencies>
+1 -1
View File
@@ -10,7 +10,7 @@
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Cross platform multimedia API for KDE4 using QT5</Summary>
<Summary>The multimedia framework by KDE</Summary>
<Description>Phonon was created as a solution to several problems with multimedia commonly faced by Unix desktops, especially KDE 3's outdated multimedia framework aRts. Phonon itself is not a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends.</Description>
<Archive sha1sum="a6ce97a1a228140a596c4dc1b7d430199fa69388" type="tarxz">https://download.kde.org/stable/phonon/4.11.1/phonon-4.11.1.tar.xz</Archive>
<BuildDependencies>
@@ -1,13 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>phonon</Name>
<Summary xml:lang="tr">KDE4 için platform bağımsız çokluortam kitaplığı</Summary>
<Name>qt5-phonon</Name>
<Summary xml:lang="tr">KDE için platform bağımsız çokluortam kitaplığı</Summary>
<Description xml:lang="tr">Phonon, Unix masaüstlerinde özellikle de KDE3'ün eski çokluortam çatısı aRts'tan kaynaklanan bir çok problemi çözmek için üretilmiştir. Phonon kendi başına bir çokluortam çatısı değildir, Xine veya GStreamer gibi varolan çatıları arka uç olarak kullanırak bir arayüz görevi görür.</Description>
</Source>
<Package>
<Name>phonon-devel</Name>
<Name>qt5-phonon-devel</Name>
<Summary xml:lang="tr">phonon için geliştirme dosyaları</Summary>
</Package>
</PISI>
+1 -1
View File
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>cantata</Name>
<Summary xml:lang="en">Qt4 / KDE4 Music Player Client</Summary>
<Summary xml:lang="en">Qt / KDE Music Player Client</Summary>
<Description xml:lang="en">Cantata is a graphical client for MPD</Description>
</Source>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>kaffeine</Name>
<Summary xml:lang="tr">KDE4 için Kaffeine Ortam Oynatıcı</Summary>
<Description xml:lang="tr">KDE4 için harika bir video oynatıcı</Description>
<Summary xml:lang="tr">KDE için Kaffeine Ortam Oynatıcı</Summary>
<Description xml:lang="tr">KDE için harika bir video oynatıcı</Description>
</Source>
</PISI>
+24
View File
@@ -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.makedirs("proxychains-ng-4.16")
autotools.configure("--prefix=/usr --sysconfdir=/etc")
def build():
#shelltools.makedirs("proxychains-ng-4.16")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("ln -s /usr/bin/proxychains4 proxychains")
pisitools.dodoc("COPYING", "README")
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>proxychains-ng</Name>
<Homepage>https://github.com/rofl0r/proxychains-ng</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>app:console</IsA>
<Summary>A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies</Summary>
<Description>proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project.</Description>
<Archive sha1sum="234f883437241dcaf9a66f77d0d0f6d561b20472" type="tarxz">https://github.com/rofl0r/proxychains-ng/releases/download/v4.16/proxychains-ng-4.16.tar.xz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<!-- <Dependency>man-pages</Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>proxychains-ng</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-21</Date>
<Version>4.16</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>proxychains-ng</Name>
<Summary xml:lang="tr">Varolan dinamik olarak bağlı programların TCP trafiğini bir veya daha fazla SOCKS veya HTTP proxy'si aracılığıyla yeniden yönlendirmeye izin veren bir kanca ön yükleyicisi</Summary>
<Description xml:lang="tr">proxychains ng (yeni nesil) - dinamik olarak bağlantılı programlardaki çağrıları yuvalara bağlayan ve bir veya daha fazla Socks/http proxy'si aracılığıyla yeniden yönlendiren bir ön yükleyici. Terkedilmiş proxychains projesinin devamı.</Description>
</Source>
</PISI>
+333644 -333460
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
7e283d6ef6511c22d917d5279de9172e585bbda7
fefd48aaa94dec010d5d72641ff30cc53786676d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
fa7333fc732c1d6ec39a409470cbcde014eaa0f5
7d4bedbdd30efa28d4dd74871cd3c8e76c710d38
+25
View File
@@ -0,0 +1,25 @@
#!/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
#WorkDir = "argon2"
def build():
#shelltools.export("OS_CFLAGS", get.CFLAGS())
#shelltools.export("OS_LDFLAGS", get.LDFLAGS())
#shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS())
shelltools.makedirs("phc-winner-argon2-20190702")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s LIBDIR=%s/usr/lib" % (get.installDIR(), get.installDIR()))
pisitools.dodoc("LICENSE", "README.md")
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>argon2</Name>
<Homepage>http://argon2.sf.net/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<License>custom:CC0</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>The password hash Argon2, winner of PHC </Summary>
<Description>Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.</Description>
<Archive sha1sum="4b1de90ec1ccfb6e91001e849f2cbe0222cc8b4c" type="targz">https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>argon2</Name>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2*</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>argon2-devel</Name>
<Summary>argon2 development headers</Summary>
<RuntimeDependencies>
<Dependency release="current">argon2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-21</Date>
<Version>20190702</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>argon2</Name>
<Summary xml:lang="tr">PHC'nin kazandırdığı Argon2 parolası</Summary>
<Description xml:lang="tr">Argon2, sabit bellek işlevlerinin tasarımındaki son durumu özetleyen ve kimlik bilgileri depolama, anahtar türetme veya diğer uygulamalar için parolaları toplamak için kullanılabilen bir parola karma işlevidir.</Description>
</Source>
</PISI>
+1 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Icon>yakuake</Icon>
<IsA>app:gui</IsA>
<Summary>Very powerful Quake style Konsole for KDE4</Summary>
<Summary>Very powerful Quake style Konsole for KDE</Summary>
<Description>The name comes from Yet Another Kuake (thus YaKuake). Its behaviour is similar to the console of the Quake game.</Description>
<Archive sha1sum="e80f9fd67870816875e04e250a741264c5c695f9" type="tarxz">mirrors://kde/stable/yakuake/3.0.5/src/yakuake-3.0.5.tar.xz</Archive>
<BuildDependencies>