po4a: new package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="po4a-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.system("export LC_ALL=en_US.UTF-8")
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
# def check():
|
||||
# perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README*", "COPYING")
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>po4a</Name>
|
||||
<Homepage>https://po4a.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Tools for helping translation of documentation</Summary>
|
||||
<Description>The po4a (PO for anything) eases documentation translations and their maintenance. It extracts the translatable material from the original document, and places it into a PO file that is adapted to the translation process.</Description>
|
||||
<Archive sha1sum="9ab2fc7377afb282f37aaa908ce0b8b60b5bb84c" type="targz">https://github.com/mquinson/po4a/releases/download/v0.74/po4a-0.74.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-sgmls</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>opensp-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>perl-YAML-Tiny</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Term-ReadKey</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-text-wrapi18n</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
<Dependency>perl-Unicode-String</Dependency>
|
||||
<Dependency>perl-unicode-linebreak</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>po4a</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>opensp</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>perl-sgmls</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>perl-YAML-Tiny</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Term-ReadKey</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-text-wrapi18n</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
<Dependency>perl-Unicode-String</Dependency>
|
||||
<Dependency>perl-unicode-linebreak</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-28</Date>
|
||||
<Version>0.74</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>po4a</Name>
|
||||
<Summary xml:lang="tr">Belgelerin çevirisine yardımcı araçlar</Summary>
|
||||
<Description xml:lang="tr">PO4A (her şey için PO), doküman çevirilerini ve bunların bakımını kolaylaştırır. Orijinal belgeden çevrilebilir materyali çıkarır ve çeviri sürecine uyarlanmış bir PO dosyasına yerleştirir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+90
-5
@@ -120995,7 +120995,7 @@ talking to the kernel.</Description>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pisi-software-center</Name>
|
||||
<Homepage>https://www.pisilinux.org</Homepage>
|
||||
<Homepage>https://gitlab.com/ayhanyalcinsoy/pisi-software-center</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -121011,7 +121011,7 @@ talking to the kernel.</Description>
|
||||
<Dependency versionFrom="1.93.0">rust</Dependency>
|
||||
<Dependency versionFrom="21.1.8">llvm-clang-devel</Dependency>
|
||||
<Dependency versionFrom="1.93.0">procps</Dependency>
|
||||
<Dependency versionFrom="1.93.0">gtk2-devel</Dependency>
|
||||
<Dependency versionFrom="1.93.0">gtk3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/pisilinux/pisi-software-center/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -121019,6 +121019,7 @@ talking to the kernel.</Description>
|
||||
<Name>pisi-software-center</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>pisi</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -165359,7 +165360,7 @@ talking to the kernel.</Description>
|
||||
<Summary xml:lang="tr">A library for manipulating block devices</Summary>
|
||||
<Description xml:lang="en">Blok cihazlarını değiştirmek için bir kütüphane</Description>
|
||||
<Description xml:lang="tr">Blok cihazlarını değiştirmek için bir kütüphane</Description>
|
||||
<Archive type="targz" sha1sum="1ba37c5e1f06119536a1eaeb7bb40599e52eae57" name="libblockdev-3.4.0.tar.gz">https://github.com/storaged-project/libblockdev/releases/download/3.4.0/libblockdev-3.4.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="c6218b5564e6109c2603d8bbed400e50799e66fe" name="libblockdev-3.5.0.tar.gz">https://github.com/storaged-project/libblockdev/releases/download/3.5.0/libblockdev-3.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>mdadm</Dependency>
|
||||
@@ -165419,7 +165420,7 @@ talking to the kernel.</Description>
|
||||
<Name>libblockdev-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libblockdev</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="22">libblockdev</Dependency>
|
||||
<Dependency release="23">libblockdev</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -165428,6 +165429,13 @@ talking to the kernel.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>3.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>3.4.0</Version>
|
||||
@@ -250714,7 +250722,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Summary xml:lang="tr">Dosya yedekleme ve eşleme uygulaması</Summary>
|
||||
<Description xml:lang="en">rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
|
||||
<Description xml:lang="tr">rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır.</Description>
|
||||
<Archive type="targz" sha1sum="19a6173f6242275478fc35804e87616ff82b5cff" name="rsync-3.4.1.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.4.1.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="e373a0542f8edf724435b5f9d0107c83605ce076" name="rsync-3.4.2.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -250752,6 +250760,13 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2026-04-28</Date>
|
||||
<Version>3.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2025-01-17</Date>
|
||||
<Version>3.4.1</Version>
|
||||
@@ -263910,6 +263925,76 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>po4a</Name>
|
||||
<Homepage>https://po4a.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2+</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary xml:lang="en">Tools for helping translation of documentation</Summary>
|
||||
<Summary xml:lang="tr">Belgelerin çevirisine yardımcı araçlar</Summary>
|
||||
<Description xml:lang="en">The po4a (PO for anything) eases documentation translations and their maintenance. It extracts the translatable material from the original document, and places it into a PO file that is adapted to the translation process.</Description>
|
||||
<Description xml:lang="tr">PO4A (her şey için PO), doküman çevirilerini ve bunların bakımını kolaylaştırır. Orijinal belgeden çevrilebilir materyali çıkarır ve çeviri sürecine uyarlanmış bir PO dosyasına yerleştirir.</Description>
|
||||
<Archive type="targz" sha1sum="9ab2fc7377afb282f37aaa908ce0b8b60b5bb84c" name="po4a-0.74.tar.gz">https://github.com/mquinson/po4a/releases/download/v0.74/po4a-0.74.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-sgmls</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>opensp-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>perl-YAML-Tiny</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Term-ReadKey</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-text-wrapi18n</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
<Dependency>perl-Unicode-String</Dependency>
|
||||
<Dependency>perl-unicode-linebreak</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>office/misc/po4a/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>po4a</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>opensp</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>perl-sgmls</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>perl-YAML-Tiny</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Term-ReadKey</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-text-wrapi18n</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
<Dependency>perl-Unicode-String</Dependency>
|
||||
<Dependency>perl-unicode-linebreak</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-28</Date>
|
||||
<Version>0.74</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>podofo</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
90c25479083bdee127becbe522d4f18c99e30dc8
|
||||
02aa236ed45a45ddfd9691e6b97aae8399589e01
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
62dd9db52a1677189abe149dab5e4b2a906513d2
|
||||
4c7d47ee1c6b39c23919c091291c31451d62ae13
|
||||
Reference in New Issue
Block a user