Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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 pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("COPYING.txt", "NEWS", "README")
+40
View File
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>bzr</Name>
<Homepage>http://bazaar.canonical.com/en/</Homepage>
<Packager>
<Name>Sami Babat</Name>
<Email>sami.babat@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>Bazaar is a version control system that helps you track project history over time and to collaborate easily with others</Summary>
<Description>Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs.</Description>
<Archive sha1sum="872f6088f8b07558519dbbc88fffa05e37602f52" type="targz">https://launchpad.net/bzr/2.7/2.7.0/+download/bzr-2.7.0.tar.gz</Archive>
</Source>
<Package>
<Name>bzr</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-08-03</Date>
<Version>2.7.0</Version>
<Comment>First release</Comment>
<Name>Sami Babat</Name>
<Email>sami.babat@gmail.com</Email>
</Update>
</History>
</PISI>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>bzr</Name>
<Summary xml:lang="tr">Dağıtık ve İstemci-sunucu revizyon kontrol sistemi</Summary>
<Description xml:lang="tr">Dağıtık ve İstemci-sunucu revizyon kontrol sistemi Projelerinizi yönetebileceğiniz bir havuz sistemi.</Description>
<Summary xml:lang="en">Distributed and Client–server revision control system</Summary>
<Description xml:lang="en">Bazaar can be used by a single developer working on multiple branches of local content, or by teams collaborating across a network</Description>
</Source>
</PISI>