Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b9c7f44297671502ec9374da8928c10889bebbd9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b9c7f44297671502ec9374da8928c10889bebbd9)
  • Date: Tue, 22 Jan 2019 08:13:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 7 ++
database/libzdb/DETAILS | 6 -
database/libzdb/HISTORY | 3
database/rlib/BUILD | 13 ----
database/rlib/CONFIGURE | 1
database/rlib/DEPENDS | 43 -------------
database/rlib/DETAILS | 19 -----
database/rlib/HISTORY | 130
----------------------------------------
doc/discount/BUILD | 6 +
doc/discount/DETAILS | 14 ++++
doc/discount/HISTORY | 4 +
kde5-apps/kookbook/CONFIGURE | 2
kde5-apps/kookbook/DEPENDS | 3
kde5-apps/kookbook/DETAILS | 17 +++++
kde5-apps/kookbook/HISTORY | 5 +
kde5-apps/kookbook/svuorela.gpg |binary
qt5/FUNCTIONS | 1
17 files changed, 64 insertions(+), 210 deletions(-)

New commits:
commit b9c7f44297671502ec9374da8928c10889bebbd9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kookbook-0.2.1

commit 0a94576921e25e5ae91691d02108b21fbcb84946
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ensure staging for qt5 builds

commit 389bbfe27df832c11e2db6a51fcf9b094b90668d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

discount-2.2.4

commit 6bfa2ff409d56db88e7fdef8daaec18a365d26d2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libzdb: => 3.1

commit f105e863712b5f5ac7686780b0c5a58834959342
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate database/rlib [replaced by obsolete]

diff --git a/ChangeLog b/ChangeLog
index f0d2484..6cca858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-01-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * doc/discount: added, C implentation of Markdown
+ * kde5-apps/kookbook: added, cookery recipe manager
+
+2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * database/rlib: spell deprecated [replaced by obsolete]
+
2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
* crypto/gnupg-2.1: spell deprecated [replaced by gnupg-2.2]

diff --git a/database/libzdb/DETAILS b/database/libzdb/DETAILS
index fb24e26..f162306 100755
--- a/database/libzdb/DETAILS
+++ b/database/libzdb/DETAILS
@@ -1,9 +1,9 @@
SPELL=libzdb
- VERSION=2.10.6
-
SOURCE_HASH=sha512:372554998d59ab261f790a2baad3de7a44b5a06a9eff4aa9ab95f4f36bfcec96602a273598138e5e7969e31270071823ff10aa52ae2ef32e06af1f9b85056340
+ VERSION=3.1
+
SOURCE_HASH=sha512:7cf24ccf0f0a938955d8b54af2c6eca8a8f700737beafde9e824129f324511e06adbc11a3fdbd6ad6d9b902fdae6f7caab4e5c1c594d2211be314e3a24c697f3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.tildeslash.com/libzdb
+ WEB_SITE=https://www.tildeslash.com/libzdb
SOURCE_URL[0]=$WEB_SITE/dist/$SOURCE
LICENSE[0]=GPL
ENTERED=20111029
diff --git a/database/libzdb/HISTORY b/database/libzdb/HISTORY
index 8c9a4eb..c6ccb90 100644
--- a/database/libzdb/HISTORY
+++ b/database/libzdb/HISTORY
@@ -1,3 +1,6 @@
+2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1
+
2015-12-25 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: openssl -> SSL

diff --git a/database/rlib/BUILD b/database/rlib/BUILD
deleted file mode 100755
index 67d8d72..0000000
--- a/database/rlib/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-OPTS="$OPTS $RL_UTF8" &&
-if spell_ok python; then
- OPTS="--with-pythonver=`installed_version python|cut -c-3` $OPTS"
-fi &&
-
-if spell_ok perl; then
- local PP
- PP=`installed_version perl`
- OPTS="--with-perl-module=/usr/lib/perl5/site_perl/${PP}/*-linux-* $OPTS"
- OPTS="--with-perl-include=/usr/lib/perl5/${PP}/*-linux-*/CORE $OPTS"
-fi &&
-
-default_build
diff --git a/database/rlib/CONFIGURE b/database/rlib/CONFIGURE
deleted file mode 100755
index cd41a2f..0000000
--- a/database/rlib/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_option RL_UTF8 "enable UTF-8 support?" y "--enable-utf8" ""
diff --git a/database/rlib/DEPENDS b/database/rlib/DEPENDS
deleted file mode 100755
index f42474f..0000000
--- a/database/rlib/DEPENDS
+++ /dev/null
@@ -1,43 +0,0 @@
-depends glib2 &&
-depends libxml2 &&
-
-optional_depends gd \
- "" \
- "--disable-gd" \
- "for dynamic graphs" &&
-
-optional_depends JAVA \
- '' \
- '--with-java=no' \
- 'Java front end' \
- 'z-rejected' &&
-
-optional_depends perl \
- "" \
- "" \
- "Perl front end" &&
-
-optional_depends python \
- "" \
- "--disable-python" \
- "Python frontend" &&
-
-optional_depends PHP \
- "" \
- "--disable-php" \
- "php frontend" &&
-
-optional_depends ODBC-MGR \
- "" \
- "--disable-odbc" \
- "ODBC database access" &&
-
-optional_depends MYSQL \
- "" \
- "--disable-mysql" \
- "mysql database support" &&
-
-optional_depends postgresql \
- "" \
- "--disable-postgres" \
- "postgresql database support"
diff --git a/database/rlib/DETAILS b/database/rlib/DETAILS
deleted file mode 100755
index 61342c8..0000000
--- a/database/rlib/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=rlib
- VERSION=1.3.8
-
SOURCE_HASH=sha512:d8ffec3c39f88e5c258107855f578dc4276529ede0aad25042ccd8ee298235792686eb403ede3dbd38dcfc14455f7bdd74c6274c4c052337674862505a215f08
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://rlib.sicompos.com/
-SOURCE_URL[0]=http://www.sicompos.com/~bdoan/$SOURCE
-# SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/rlib/$SOURCE
-# SOURCE_URL[1]=$WEB_SITE/$SOURCE
- LICENSE=GPL
- DOCS="README NEWS ChangeLog HACKING"
- ENTERED=20031203
- KEYWORDS="xml database report"
-SHORT="XML Based reporting engine"
-cat << EOF
-RLIB is a report generator. By providing queries and XML Report definition
-files(headers, footers, breaks, columns, variables, expressions,
presentation
-information) it produces reports.
-EOF
diff --git a/database/rlib/HISTORY b/database/rlib/HISTORY
deleted file mode 100644
index 73d1a5a..0000000
--- a/database/rlib/HISTORY
+++ /dev/null
@@ -1,130 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
- * DEPENDS: updated mysql dependency to MYSQL provider
-
-2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: update sha5sum for latest test tarball
-
-2007-01-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.8
- prerelease
-
-2006-08-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.7
- offical release, from sourceforge
-
-2006-07-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.7
- prerelease
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.6
- * DEPENDS: add glib2, gd
- * CONFIGURE: add
- * BUILD: utf-8 support
-
-2005-10-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: new version, official release form sourceforge
-
-2005-08-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: new md5sum, as tarball was updated
-
-2005-07-30 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added grimoire dependency on z-rejected (Bug #9281)
-
-2005-07-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.5
-
-2005-05-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.3
-
-2005-03-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: officila release, change url and md5
-
-2005-03-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: update MD5, new test version
-
-2005-03-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.2
- * DEPENDS: remove cpdflib
-
-2005-02-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.1
-
-2004-12-16 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Python renamed to python
- Removed TABs
- Formatted to Guru Handbook
- * BUILD: Python renamed to python
- Use spell_ok instead of spell_installed
-
-2004-11-17 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.0
-
-2004-09-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.1
- * BUILD: disable temporary fixes
-
-2004-07-21 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: temporary patch to avoid link problems
- attempt fix perl detection - not yet sucessful
- * CONFLICTS: deleted, no longer needed
- * DEPENDS: clibpdf is now optional
-
-2004-07-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.0
-
-2004-07-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.10
- change SOURCE_URL
-
-2004-07-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: official release now on Sourceforge,
- different MD5
-
-2004-06-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.9
- BUILD_API=2
- change SOURCE_URL
- * BUILD: strip
-
-2004-05-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.8
- revert to normal url
- * CONFLICTS: make dispel automatic
- * BUILD: remove -Werror flag from configure.in and redo autoconf
-
-2004-05-03 Seth Woolley <seth AT tautology.org>
- * DETAILS: to fix md5 for SOURCE.
-
-2004-03-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.8.test4
- * CONFLICTS: added, otherwise it links to existing rlib library,
- rather than newly created one
- * BUILD DEPENDS: change perl and Python handling
-
-2004-03-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.8.test3
-
-2004-01-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.8
- new URL
-
-2004-01-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.7
-
-2003-12-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.6
- * BUILD: remove patches
- * DEPENDS: determine actual version of Python
-
-2003-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.5
- * BUILD, DEPENDS: added
- spell created
-
diff --git a/doc/discount/BUILD b/doc/discount/BUILD
new file mode 100755
index 0000000..a1aa228
--- /dev/null
+++ b/doc/discount/BUILD
@@ -0,0 +1,6 @@
+OPTS+="--prefix=${INSTALL_ROOT}/usr"
+OPTS+=" --shared --pkg-config --cxx-binding"
+# ./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+./configure.sh $OPTS &&
+make
+
diff --git a/doc/discount/DETAILS b/doc/discount/DETAILS
new file mode 100755
index 0000000..fae7806
--- /dev/null
+++ b/doc/discount/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=discount
+ VERSION=2.2.4
+
SOURCE_HASH=sha512:0650e0ce3f6948e3a30fdaa1a810e895f64621c55df46c7a5ed8755e65c1b718b7a1d1a1bfe0a87a3a59fbb13fca8907718f1aa095125a4b6e152602b8e490cf
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.pell.portland.or.us/~orc/Code/discount
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20190121
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+a C implementation of John Gruber\’s Markdown text to html language
+EOF
diff --git a/doc/discount/HISTORY b/doc/discount/HISTORY
new file mode 100644
index 0000000..2a269fe
--- /dev/null
+++ b/doc/discount/HISTORY
@@ -0,0 +1,4 @@
+2019-01-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.4
+ spell created
+
diff --git a/kde5-apps/kookbook/CONFIGURE b/kde5-apps/kookbook/CONFIGURE
new file mode 100755
index 0000000..76365f7
--- /dev/null
+++ b/kde5-apps/kookbook/CONFIGURE
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/kde5-apps/kookbook/DEPENDS b/kde5-apps/kookbook/DEPENDS
new file mode 100755
index 0000000..a6cfc8b
--- /dev/null
+++ b/kde5-apps/kookbook/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/KDE_DEPENDS &&
+depends qtdeclarative &&
+depends discount
diff --git a/kde5-apps/kookbook/DETAILS b/kde5-apps/kookbook/DETAILS
new file mode 100755
index 0000000..5972c9b
--- /dev/null
+++ b/kde5-apps/kookbook/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kookbook
+ VERSION=0.2.1
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/unstable/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=svuorela.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://quickgit.kde.org/?p=kookbook.git
+ LICENSE[0]=GPL
+ ENTERED=20190121
+ KEYWORDS=""
+ SHORT="cookery recipe manager"
+cat << EOF
+cookery recipe manager
+EOF
diff --git a/kde5-apps/kookbook/HISTORY b/kde5-apps/kookbook/HISTORY
new file mode 100644
index 0000000..5d6163c
--- /dev/null
+++ b/kde5-apps/kookbook/HISTORY
@@ -0,0 +1,5 @@
+2019-01-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.1
+ * DETAILS: add gpg checking
+ spell created
+
diff --git a/kde5-apps/kookbook/svuorela.gpg b/kde5-apps/kookbook/svuorela.gpg
new file mode 100644
index 0000000..29725cf
Binary files /dev/null and b/kde5-apps/kookbook/svuorela.gpg differ
diff --git a/qt5/FUNCTIONS b/qt5/FUNCTIONS
index b06ce82..52ec5a9 100755
--- a/qt5/FUNCTIONS
+++ b/qt5/FUNCTIONS
@@ -1,4 +1,3 @@
- STAGED_INSTALL=off
default_build() {
qt5_build
}



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b9c7f44297671502ec9374da8928c10889bebbd9), Treeve Jelbert, 01/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page