add some new perl packages

This commit is contained in:
suvari
2026-04-27 17:15:36 +03:00
parent bdc9e526ab
commit 914799b383
17 changed files with 574 additions and 71 deletions
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-text-wrapi18n</Name>
<Homepage>https://search.cpan.org/dist/Text-WrapI18N/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL, PerlArtistic</License>
<IsA>library</IsA>
<Summary>Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words</Summary>
<Description>This is a module which intends to substitute Text::Wrap, which supports internationalized texts including:
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
- fullwidth characters like east Asian characters which appear in
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
- combining characters like diacritical marks which appear in UTF-8,
ISO-8859-11 (aka TIS-620), and so on, and
- languages which don't use whitespaces between words, like Chinese
and Japanese.</Description>
<Archive sha1sum="f397756b8d0a090fdecbf9c854922c0d9825f284" type="targz">https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-text-charwidth</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-text-wrapi18n</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-text-charwidth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/perl5</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-04-27</Date>
<Version>0.06</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>