Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb7b1757e110521d586eff3a69ec5ffaad1da4d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb7b1757e110521d586eff3a69ec5ffaad1da4d6)
  • Date: Sun, 26 Dec 2021 22:07:53 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
libs/libmwaw/DEPENDS | 5 +++++
libs/libmwaw/DETAILS | 17 +++++++++++++++++
libs/libmwaw/HISTORY | 2 ++
libs/libstaroffice/DEPENDS | 7 +++++++
libs/libstaroffice/DETAILS | 15 +++++++++++++++
libs/libstaroffice/HISTORY | 2 ++
7 files changed, 50 insertions(+)

New commits:
commit eb7b1757e110521d586eff3a69ec5ffaad1da4d6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmwaw: new spell, Import library for legacy Mac documents

commit c4c356b97097df63607e1e92de92eeec023e7538
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libstaroffice: new spell, StarOffice import filter

diff --git a/ChangeLog b/ChangeLog
index 849cbf6..765253c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
* libs/libebook: new spell, Library for import of reflowable e-book
formats
* libs/libabw: new spell, AbiWord import library
+ * libs/libstaroffice: new spell, StarOffice import filter
+ * libs/libmwaw: new spell, Import library for legacy Mac documents

2021-12-25 Pavel Vinogradov <public AT sourcemage.org>
* ruby-raa/ruby-3.1: new spell, Ruby 3.1
diff --git a/libs/libmwaw/DEPENDS b/libs/libmwaw/DEPENDS
new file mode 100755
index 0000000..2678a48
--- /dev/null
+++ b/libs/libmwaw/DEPENDS
@@ -0,0 +1,5 @@
+depends boost &&
+depends librevenge &&
+optional_depends doxygen \
+ '' --without-docs \
+ 'to build documentation'
diff --git a/libs/libmwaw/DETAILS b/libs/libmwaw/DETAILS
new file mode 100755
index 0000000..7d232a6
--- /dev/null
+++ b/libs/libmwaw/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libmwaw
+ VERSION=0.3.21
+ SOURCE="$SPELL-$VERSION.tar.xz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:1b6aab4f3e76d1d7a3c15cc175642c62f826172c9fdef558617b87a98d056a05d817caaccdc199197670f84ada448b65cce61f5254ed8e1d7634a637d3367384
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://sourceforge.net/projects/libmwaw/";
+ LICENSE[0]="MPL-2.0 LGPL-2.1"
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="Import library for legacy Mac documents"
+cat << EOF
+libmwaw contains import filters for many old Macintosh text document formats
+(MacWrite, ClarisWorks, ...) and for some graphic, spreadsheet and
+presentation formats. It can handle with varying level of success about forty
+different formats (see the Wiki section for more details).
+EOF
diff --git a/libs/libmwaw/HISTORY b/libs/libmwaw/HISTORY
new file mode 100644
index 0000000..0aadf93
--- /dev/null
+++ b/libs/libmwaw/HISTORY
@@ -0,0 +1,2 @@
+2021-12-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/libs/libstaroffice/DEPENDS b/libs/libstaroffice/DEPENDS
new file mode 100755
index 0000000..f2a2107
--- /dev/null
+++ b/libs/libstaroffice/DEPENDS
@@ -0,0 +1,7 @@
+depends boost &&
+depends librevenge &&
+depends zlib &&
+optional_depends doxygen \
+ "" \
+ "--without-docs" \
+ "to build documentation"
diff --git a/libs/libstaroffice/DETAILS b/libs/libstaroffice/DETAILS
new file mode 100755
index 0000000..64ca745
--- /dev/null
+++ b/libs/libstaroffice/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libstaroffice
+ VERSION=0.0.7
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]=https://github.com/fosnola/$SPELL/releases/download/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:75cfbc40f0b338b09f68f95fc911143b93b7ba7945cb65baff84085eeeb507bb67f7ffc0d3dc922a02b7e8084c150eed33a6edf1712ca869599d61fa8bc60833
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/fosnola/libstaroffice";
+ LICENSE[0]="LGPL-2.1-or-later"
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="StarOffice import filter"
+cat << EOF
+The purpose of libstaroffice is to build a filter for old StarOffice's
+documents (.sdc, .sdw, ...) based on librevenge.
+EOF
diff --git a/libs/libstaroffice/HISTORY b/libs/libstaroffice/HISTORY
new file mode 100644
index 0000000..0aadf93
--- /dev/null
+++ b/libs/libstaroffice/HISTORY
@@ -0,0 +1,2 @@
+2021-12-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb7b1757e110521d586eff3a69ec5ffaad1da4d6), Ismael Luceno, 12/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page