Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9e1ff1db8bf5864c057ed8c5f59ce2817bc2b0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9e1ff1db8bf5864c057ed8c5f59ce2817bc2b0d)
  • Date: Wed, 23 Jul 2008 14:29:06 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
doc/fbreader/DEPENDS | 1 +
doc/fbreader/DETAILS | 4 ++--
doc/fbreader/HISTORY | 3 +++
libs/liblinebreak/BUILD | 1 +
libs/liblinebreak/DETAILS | 19 +++++++++++++++++++
libs/liblinebreak/HISTORY | 2 ++
libs/liblinebreak/INSTALL | 2 ++
libs/liblinebreak/PRE_BUILD | 4 ++++
9 files changed, 37 insertions(+), 2 deletions(-)

New commits:
commit a9e1ff1db8bf5864c057ed8c5f59ce2817bc2b0d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

fbreader: version 0.8.17

commit 43054c636dce05ce7e6db0ec65434c93a604ddc1
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

liblinebreak: new spell, utf8 linebreaks

diff --git a/ChangeLog b/ChangeLog
index fc41449..5e2dc80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-23 Arjan Bouter <abouter AT sourcemage.org>
+ * libs/liblinebreak: new spell, lib for utf8 linebreaks
+
2008-07-23 Thomas Orgis <sobukus AT sourcemage.org>
* audio-drivers/libffado: new driver for FireWire audio

diff --git a/doc/fbreader/DEPENDS b/doc/fbreader/DEPENDS
index c4ae5b1..bd59576 100755
--- a/doc/fbreader/DEPENDS
+++ b/doc/fbreader/DEPENDS
@@ -1,5 +1,6 @@
depends expat &&
depends enca &&
+depends liblinebreak &&
if [ "$UI" = "qt" ]; then
depends qt-x11
fi &&
diff --git a/doc/fbreader/DETAILS b/doc/fbreader/DETAILS
index e55bf82..64c195e 100755
--- a/doc/fbreader/DETAILS
+++ b/doc/fbreader/DETAILS
@@ -1,9 +1,9 @@
SPELL=fbreader
- VERSION=0.8.9
+ VERSION=0.8.17
SOURCE=$SPELL-sources-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fbreader.org/$SOURCE
-
SOURCE_HASH=sha512:cbd311dac47e214a569da266673062690630a2059dc9f47ce2f274d175fb55f4c6904ed12682aea9b72e6fd48b5b1bb554d7abee63b1e75ebc12b1e0b33a1ba6
+
SOURCE_HASH=sha512:a81742c32ff490d45cf7f400db8c7f70a2b54d3853d48afcb1837fd884f96274de2c064729eca23d4107c896c5963ebe05d78c453ca9459c15d768bdc8cdcc88
WEB_SITE=http://www.fbreader.org/
ENTERED=20060615
LICENSE[0]=GPL
diff --git a/doc/fbreader/HISTORY b/doc/fbreader/HISTORY
index eab0bc7..693ca88 100644
--- a/doc/fbreader/HISTORY
+++ b/doc/fbreader/HISTORY
@@ -1,3 +1,6 @@
+2008-07-13 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.8.17
+
2007-12-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.9, new WEB_SITE and SOURCE_URL[0]
* PRE_BUILD: updated
diff --git a/libs/liblinebreak/BUILD b/libs/liblinebreak/BUILD
new file mode 100755
index 0000000..32b13aa
--- /dev/null
+++ b/libs/liblinebreak/BUILD
@@ -0,0 +1 @@
+CFG=release make
diff --git a/libs/liblinebreak/DETAILS b/libs/liblinebreak/DETAILS
new file mode 100755
index 0000000..13b1a70
--- /dev/null
+++ b/libs/liblinebreak/DETAILS
@@ -0,0 +1,19 @@
+ 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:0b37fec95ef4f28232f36d8771af240c7aa4eadaaed0c2dea6d21124c0525c339c3bbab542687744e7d62b7bfca9b48fa07f3436dfee36f4fee8a65047cc1d2
+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:
+ 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
+EOF
diff --git a/libs/liblinebreak/HISTORY b/libs/liblinebreak/HISTORY
new file mode 100644
index 0000000..624e5df
--- /dev/null
+++ b/libs/liblinebreak/HISTORY
@@ -0,0 +1,2 @@
+2008-07-23 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD,DETAILS,PRE_BUILD,HISTORY,INSTALL: created spell
diff --git a/libs/liblinebreak/INSTALL b/libs/liblinebreak/INSTALL
new file mode 100755
index 0000000..ad04503
--- /dev/null
+++ b/libs/liblinebreak/INSTALL
@@ -0,0 +1,2 @@
+install linebreak.h $INSTALL_ROOT/usr/include/ &&
+install ReleaseDir/liblinebreak.a $INSTALL_ROOT/usr/lib/
diff --git a/libs/liblinebreak/PRE_BUILD b/libs/liblinebreak/PRE_BUILD
new file mode 100755
index 0000000..38d2371
--- /dev/null
+++ b/libs/liblinebreak/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+verify_source $SOURCE2 &&
+zcat $SOURCE_CACHE/$SOURCE2 | patch -p1



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9e1ff1db8bf5864c057ed8c5f59ce2817bc2b0d), Arjan Bouter, 07/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page