diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + perl-text-charwidth + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + Text::CharWidth - Get number of occupied columns of a string on terminal + 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. + + https://solus-project.com/sources/README.Solus + + + perl-text-charwidth + Text::CharWidth - Get number of occupied columns of a string on terminal + 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. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/Text/CharWidth.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Text/CharWidth/.packlist + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Text/CharWidth/CharWidth.so + /usr/share/man + + + + + 2017-05-29 + 0.04 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file