diff options
author | Martin Rodriguez <slackmart@gmail.com> | 2015-01-01 08:31:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-01 08:31:55 +0700 |
commit | 884015d064e1887122600233ea947f2446b887b7 (patch) | |
tree | b611f0348bd41f8fda7b0a1e80bf4d963c7faaaf /libraries/libunibreak/slack-desc | |
parent | e6d00ce2c799e8d304ef7be35f0249c457e8cc48 (diff) | |
download | slackbuilds-884015d064e1887122600233ea947f2446b887b7.tar.gz |
libraries/libunibreak: Added (a line breaking library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libunibreak/slack-desc')
-rw-r--r-- | libraries/libunibreak/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libunibreak/slack-desc b/libraries/libunibreak/slack-desc new file mode 100644 index 0000000000..d523745afe --- /dev/null +++ b/libraries/libunibreak/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler---------------------------------------------------| +libunibreak: libunibreak (a line breaking library) +libunibreak: +libunibreak: Libunibreak is an implementation of the line breaking and word +libunibreak: breaking algorithms as described in Unicode Standard Annex 14 and +libunibreak: Unicode Standard Annex 29. +libunibreak: +libunibreak: It is designed to be used in a generic text renderer. FBReader is +libunibreak: one real-world example, and the Enlightenment Foundation Libraries +libunibreak: are another. +libunibreak: +libunibreak: http://vimgadgets.sourceforge.net/libunibreak/ |