[Lunar-commits] <moonbase> liblinebreak: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 24 12:56:33 CEST 2010
commit cd3e08b9db83b70da37a8e7b7d62eaefcf12280c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 24 06:56:33 2010 -0400
liblinebreak: Adding to moonbase.
---
libs/liblinebreak/DETAILS | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/libs/liblinebreak/DETAILS b/libs/liblinebreak/DETAILS
new file mode 100644
index 0000000..b80115f
--- /dev/null
+++ b/libs/liblinebreak/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=liblinebreak
+ VERSION=2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/vimgadgets/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:8b97931e4f4645da933091ac9d6a4d87fb9b7350
+ WEB_SITE=http://vimgadgets.sourceforge.net/liblinebreak/
+ ENTERED=20100624
+ UPDATED=20100624
+ SHORT="line breaking algorithm"
+
+cat << EOF
+Liblinebreak is an implementation of the line breaking algorithm as described in
+Unicode 5.2.0 Standard Annex 14, Revision 24. It breaks lines that contain
+Unicode characters. It is designed to be used in a generic text renderer.
+EOF
More information about the Lunar-commits
mailing list