New commits:
commit baa481a9af78631cb521731312890d9da5364ceb
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
liblinebreak: update long description and HISTORY
commit d0bb8e5ab7d46ffaafb95e8a9ba83902869d4bb5
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
liblinebreak: updated to 2.1
diff --git a/libs/liblinebreak/BUILD b/libs/liblinebreak/BUILD
deleted file mode 100755
index 32b13aa..0000000
--- a/libs/liblinebreak/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-CFG=release make
diff --git a/libs/liblinebreak/DETAILS b/libs/liblinebreak/DETAILS
index ca12357..2e75c29 100755
--- a/libs/liblinebreak/DETAILS
+++ b/libs/liblinebreak/DETAILS
@@ -1,20 +1,15 @@
SPELL=liblinebreak
- VERSION=0.9.6-6
- MAINVERSION=0.9.6
- SOURCE=${SPELL}_${MAINVERSION}.orig.tar.gz
- SOURCE2=${SPELL}_${VERSION}.diff.gz
-
SOURCE_HASH=sha512:dfe4abdfadd8a4bb3b25713e1204956a76a3dc78d0cabdfb5c2c7ce62357ab6c4f5aefad68a93c8423143726ffe8f4071e4d9374681717910cebb4228b3700a2
-
SOURCE2_HASH=sha512:0b37fec95ef4f28232f36d8771af240c7aa4eadaaed0c2dea6d21124c0525c339c3bbab542687744e7d62b7bfca9b48fa07f3436dfee36f4fee8a65047cc1d20
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
-
SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/libl/liblinebreak/$SOURCE
-
SOURCE2_URL[0]=ftp://ftp.debian.org/debian/pool/main/libl/liblinebreak/$SOURCE2
-
WEB_SITE=http://vimgadgets.cvs.sourceforge.net:/vimgadgets/common/tools/linebreak:
+ VERSION=2.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://sourceforge.net/projects/vimgadgets/files/$SPELL/$VERSION/$SOURCE/download
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=ZLIB
+ WEB_SITE=http://vimgadgets.sourceforge.net/liblinebreak/
ENTERED=20080713
-
LICENSE[0]=http://vimgadgets.cvs.sourceforge.net/vimgadgets/common/tools/linebreak/LICENCE?revision=1.1&view=markup
SHORT="UTF-8 line breaking"
cat << EOF
-liblinebreak is, an implementation of the line breaking algorithm as
-described in
-Unicode 5.0.0 Standard Annex 14, Revision 19, available at
-http://www.unicode.org/reports/tr14/tr14-19.html
+Liblinebreak is an implementation of the line breaking algorithm as
described
+in Unicode 6.0.0 Standard Annex 14, Revision 26. It breaks lines that
contain
+Unicode characters. It is designed to be used in a generic text renderer.
EOF
diff --git a/libs/liblinebreak/HISTORY b/libs/liblinebreak/HISTORY
index bda60df..b66aa6a 100644
--- a/libs/liblinebreak/HISTORY
+++ b/libs/liblinebreak/HISTORY
@@ -1,3 +1,10 @@
+2011-11-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.1, source_url, license, website,
+ long description
+ * PRE_BUILD: removed no longer needed
+ * BUILD: removed no longer needed
+ * INSTALL: removed no longer needed
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)