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
+18
View File
@@ -0,0 +1,18 @@
#!/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 get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir("/opt/weasis/weasis")
pisitools.dodir("/opt/weasis")
shelltools.system("cp -r ../weasis/* %s/opt/weasis/weasis" % get.installDIR())
shelltools.system("cp -r ../viewer-linux.sh %s/opt/weasis/" % get.installDIR())
pisitools.dosym("/opt/weasis/viewer-linux.sh", "/usr/bin/weasis")
+14
View File
@@ -0,0 +1,14 @@
[Desktop Entry]
Categories=viewer;
Comment=Weasis is a multipurpose standalone and web-based DICOM viewer
Comment[tr_TR]=Weasis çok maksatlı kendine özgü web tabanlı DICOM görüntüleyicidir.
Encoding=UTF-8
Exec=weasis
GenericName[tr_TR]=Weasis DICOM görüntüleyici
GenericName=Weasis DICOM viewer
Icon=weasis
Name[tr_TR]=Weasis
Name=Weasis
Terminal=false
Type=Application
Version=3.7.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>weasis</Name>
<Homepage>https://nroduit.github.io/en/</Homepage>
<Packager>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Packager>
<Summary>Weasis is a multipurpose standalone and web-based DICOM viewer</Summary>
<Summary xml:lang="tr">Weasis çok maksatlı web tabanlı DICOM görüntüleyici</Summary>
<Description>It is a very popular clinical viewer used in healthcare by hospitals, health networks, multicenter research trials, and patients.</Description>
<Description xml:lang="tr">Hastaneler, sağlık ağları, araştırma merkezleri ve hastalar tarafından kullanılan tanınmış bir klinik görüntüleyicidir.</Description>
<License>EPL-2.0</License>
<Icon>weasis</Icon>
<IsA>science:viewer</IsA>
<PartOf>science.misc</PartOf>
<Archive sha1sum="ded2b96a49898a3eae0bbcca78546c1fc4c97c83" type="zip">https://sourceforge.net/projects/dcm4che/files/Weasis/3.8.0/weasis-portable.zip/download</Archive>
</Source>
<Package>
<Name>weasis</Name>
<RuntimeDependencies>
<Dependency>jre8-openjdk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt/weasis</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/weasis.desktop">Weasis.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/weasis.png">Weasis.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2021-12-24</Date>
<Version>3.8.0</Version>
<Comment>First Release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>weasis</Name>
<Summary>Weasis is a multipurpose standalone and web-based DICOM viewer</Summary>
<Description>It is a very popular clinical viewer used in healthcare by hospitals, health networks, multicenter research trials, and patients.</Description>
</Source>
<Package>
<Name>mariadb-lib</Name>
<Summary>Weasis is a multipurpose standalone and web-based DICOM viewer</Summary>
<Summary xml:lang="tr">Weasis çok maksatlı web tabanlı DICOM görüntüleyici</Summary>
</Package>
</PISI>