Page MenuHomeSolus

D275.id561.diff
No OneTemporary

D275.id561.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,16 @@
+name : perl-text-charwidth
+version : 0.04
+release : 1
+source :
+ - https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.gz : abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8
+license : Artistic-1.0-Perl
+component : programming.perl
+summary : Text::CharWidth - Get number of occupied columns of a string on terminal
+description: |
+ This module supplies features similar as wcwidth(3) and wcswidth(3) in C language.Characters have its own width on terminal depending on locale. For example, ASCII characters occupy one colu mn per character, east Asian fullwidth characters (like Hiragana or Han Ideograph) occupy two columns per character, and combining characters (apperaring in ISO-8859-11 Thai, Unicode, and so on) occupy zero columns per character. mbwidth() gives the width of the first character of the given string and mbswidth() gives the width of the whole given string.
+setup : |
+ %perl_setup
+build : |
+ %perl_build
+install : |
+ %perl_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>perl-text-charwidth</Name>
+ <Packager>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Packager>
+ <License>Artistic-1.0-Perl</License>
+ <PartOf>programming.perl</PartOf>
+ <Summary xml:lang="en">Text::CharWidth - Get number of occupied columns of a string on terminal</Summary>
+ <Description xml:lang="en">This module supplies features similar as wcwidth(3) and wcswidth(3) in C language.Characters have its own width on terminal depending on locale. For example, ASCII characters occupy one colu mn per character, east Asian fullwidth characters (like Hiragana or Han Ideograph) occupy two columns per character, and combining characters (apperaring in ISO-8859-11 Thai, Unicode, and so on) occupy zero columns per character. mbwidth() gives the width of the first character of the given string and mbswidth() gives the width of the whole given string.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>perl-text-charwidth</Name>
+ <Summary xml:lang="en">Text::CharWidth - Get number of occupied columns of a string on terminal</Summary>
+ <Description xml:lang="en">This module supplies features similar as wcwidth(3) and wcswidth(3) in C language.Characters have its own width on terminal depending on locale. For example, ASCII characters occupy one colu mn per character, east Asian fullwidth characters (like Hiragana or Han Ideograph) occupy two columns per character, and combining characters (apperaring in ISO-8859-11 Thai, Unicode, and so on) occupy zero columns per character. mbwidth() gives the width of the first character of the given string and mbswidth() gives the width of the whole given string.
+</Description>
+ <PartOf>programming.perl</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/Text/CharWidth.pm</Path>
+ <Path fileType="library">/usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Text/CharWidth/.packlist</Path>
+ <Path fileType="library">/usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Text/CharWidth/CharWidth.so</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-05-29</Date>
+ <Version>0.04</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 16, 9:05 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5876243
Default Alt Text
D275.id561.diff (4 KB)

Event Timeline