Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (aaa2e28d98b3546f212e90573da6ae2c006a2ef2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (aaa2e28d98b3546f212e90573da6ae2c006a2ef2)
  • Date: Sat, 6 Oct 2007 21:42:37 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 5 +++++
libs/libwpd/DEPENDS | 1 +
libs/libwpd/DETAILS | 22 ++++++++++++++++++++++
libs/libwpd/HISTORY | 2 ++
libs/libwpd/libwpd-0.8.11.tar.gz.sig |binary
libs/libwpg/DEPENDS | 2 ++
libs/libwpg/DETAILS | 16 ++++++++++++++++
libs/libwpg/HISTORY | 2 ++
libs/libwpg/libwpg-0.1.0.tar.gz.sig |binary
libs/libwps/DEPENDS | 2 ++
libs/libwps/DETAILS | 18 ++++++++++++++++++
libs/libwps/HISTORY | 2 ++
libs/libwps/libwps-0.1.0.tar.bz2.sig |binary
13 files changed, 72 insertions(+)

New commits:
commit aaa2e28d98b3546f212e90573da6ae2c006a2ef2
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libwpg: new spell

commit e292065446e5260238706e8a340c457b30dd021f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libwpd: corrected keywords

commit c94a7c0454367c5c688f42d3db4c128a41abeaa1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libwps: new spell

commit 3b7bc0d272ae0df181f2df510a510037f0d2196f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libwpd: new spell

diff --git a/ChangeLog b/ChangeLog
index 971c601..6c312e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-06 Robin Cook <rcook AT wyrms.net>
+ * libs/libwpd new spell
+ * libs/libwps new spell
+ * libs/libwpg new spell
+
2007-10-05 Robin Cook <rcook AT wyrms.net>
* gnome2-apps/passepartout new spell

diff --git a/libs/libwpd/DEPENDS b/libs/libwpd/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/libs/libwpd/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/libwpd/DETAILS b/libs/libwpd/DETAILS
new file mode 100755
index 0000000..96bcf95
--- /dev/null
+++ b/libs/libwpd/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libwpd
+ VERSION=0.8.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://libwpd.sourceforge.net/index.html
+ ENTERED=20071006
+ KEYWORDS="libs wordperfect"
+ SHORT="Library for processing WordPerfect documents"
+cat << EOF
+libwpd is a C++ library designed to help process WordPerfect documents. It
is
+most commonly used to import WordPerfect documents into other word
processors
+(see below), but may be useful in other cases as well.
+
+libwpd exposes a simple callback-based API (similar to SAX), allowing it to
be
+easily plugged into any C or C++ application. It strictly depends only on an
+implementation of the STL, although by interfacing with a library which
+abstracts the Microsoft OLE format (such as libgsf), you gain the ability to
+import OLE-embedded WordPerfect documents.
+EOF
diff --git a/libs/libwpd/HISTORY b/libs/libwpd/HISTORY
new file mode 100644
index 0000000..f1f3cf6
--- /dev/null
+++ b/libs/libwpd/HISTORY
@@ -0,0 +1,2 @@
+2007-10-06 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, DEPENDS, HISTORY
diff --git a/libs/libwpd/libwpd-0.8.11.tar.gz.sig
b/libs/libwpd/libwpd-0.8.11.tar.gz.sig
new file mode 100644
index 0000000..5caf4fd
Binary files /dev/null and b/libs/libwpd/libwpd-0.8.11.tar.gz.sig differ
diff --git a/libs/libwpg/DEPENDS b/libs/libwpg/DEPENDS
new file mode 100755
index 0000000..8080a84
--- /dev/null
+++ b/libs/libwpg/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends libwpd
diff --git a/libs/libwpg/DETAILS b/libs/libwpg/DETAILS
new file mode 100755
index 0000000..e8815a5
--- /dev/null
+++ b/libs/libwpg/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libwpg
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://libwpg.sourceforge.net/
+ ENTERED=20071006
+ KEYWORDS="libs wordperfect"
+ SHORT="libraries and tools to work with graphics in WPG format"
+cat << EOF
+A collection of libraries and tools to work with graphics in WPG
(WordPerfect
+Graphics) format. WPG is the format used among others in Corel sofware, such
as
+WordPerfect(tm) and Presentations(tm).
+EOF
diff --git a/libs/libwpg/HISTORY b/libs/libwpg/HISTORY
new file mode 100644
index 0000000..f1f3cf6
--- /dev/null
+++ b/libs/libwpg/HISTORY
@@ -0,0 +1,2 @@
+2007-10-06 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, DEPENDS, HISTORY
diff --git a/libs/libwpg/libwpg-0.1.0.tar.gz.sig
b/libs/libwpg/libwpg-0.1.0.tar.gz.sig
new file mode 100644
index 0000000..2ef17ff
Binary files /dev/null and b/libs/libwpg/libwpg-0.1.0.tar.gz.sig differ
diff --git a/libs/libwps/DEPENDS b/libs/libwps/DEPENDS
new file mode 100755
index 0000000..8080a84
--- /dev/null
+++ b/libs/libwps/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends libwpd
diff --git a/libs/libwps/DETAILS b/libs/libwps/DETAILS
new file mode 100755
index 0000000..d448e99
--- /dev/null
+++ b/libs/libwps/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libwps
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://libwps.sourceforge.net/
+ ENTERED=20071006
+ KEYWORDS="libs ms-works"
+ SHORT="Library for importing MS Work word processor files"
+cat << EOF
+libwps is a library for importing the Microsoft Works word processor file
+format. As of December 2006, the project is new, but it imports Works format
+versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The scope of
this
+project is just a Works word processor import filter, so there are no plans
for
+supporting an export filter, spreadsheets, or databases.
+EOF
diff --git a/libs/libwps/HISTORY b/libs/libwps/HISTORY
new file mode 100644
index 0000000..ab78768
--- /dev/null
+++ b/libs/libwps/HISTORY
@@ -0,0 +1,2 @@
+2007-10-06 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, HISTORY
diff --git a/libs/libwps/libwps-0.1.0.tar.bz2.sig
b/libs/libwps/libwps-0.1.0.tar.bz2.sig
new file mode 100644
index 0000000..15aefd1
Binary files /dev/null and b/libs/libwps/libwps-0.1.0.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page