Skip to Content.
Sympa Menu

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

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 (a6364e0fb75893eaa503bfe94aed5dbcd425a3e8)
  • Date: Mon, 16 Dec 2013 14:13:03 -0600

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

database/virtuoso/DETAILS | 4 ++--
database/virtuoso/HISTORY | 3 +++
libs/pcre/DETAILS | 2 +-
libs/pcre/HISTORY | 3 +++
python-pypi/pyfpdf/HISTORY | 3 +++
python-pypi/pyfpdf/PRE_BUILD | 5 +++++
python-pypi/pypdf2/DETAILS | 24 ++++++++++++------------
python-pypi/pypdf2/HISTORY | 5 +++++
8 files changed, 34 insertions(+), 15 deletions(-)

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

pcre: => 8.34

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

pyfpdf - fix build with python3

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

pypdf2: => 1.19

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

virtuoso: => 6.1.8

diff --git a/database/virtuoso/DETAILS b/database/virtuoso/DETAILS
index adbf594..ad022cf 100755
--- a/database/virtuoso/DETAILS
+++ b/database/virtuoso/DETAILS
@@ -1,6 +1,6 @@
SPELL=virtuoso
- VERSION=6.1.7
-
SOURCE_HASH=sha512:51dcd299be5d43c0f7de27d1668de0a28cc656b531ea14b61762c5e735d3ae8ec623d616013a1f1cb82c4cd0ecc8e213aeca064e78d95f3e5b435109d9129645
+ VERSION=6.1.8
+
SOURCE_HASH=sha512:34812406eaa087fa200548c678de748a552a4189f6818df335d80e7680f0376c949cf1d0a2c4caddeafd0d79fac52d21b57b2150297368a7268fc3b83bc0af6b
SOURCE=$SPELL-opensource-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-$VERSION
WEB_SITE=http://virtuoso.openlinksw.com/wiki/main/Main/
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index 1537a87..8ba7cc0 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,3 +1,6 @@
+2013-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.1.8
+
2013-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.1.7

diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 11c8d5a..3f26497 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,5 +1,5 @@
SPELL=pcre
- VERSION=8.33
+ VERSION=8.34
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index e042a72..bdb43b8 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2013-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.34
+
2013-05-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.33

diff --git a/python-pypi/pyfpdf/HISTORY b/python-pypi/pyfpdf/HISTORY
index e009cfe..986ed84 100644
--- a/python-pypi/pyfpdf/HISTORY
+++ b/python-pypi/pyfpdf/HISTORY
@@ -1,3 +1,6 @@
+2013-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, foruse when building with python3
+
2013-04-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7
spell created
diff --git a/python-pypi/pyfpdf/PRE_BUILD b/python-pypi/pyfpdf/PRE_BUILD
new file mode 100755
index 0000000..4560881
--- /dev/null
+++ b/python-pypi/pyfpdf/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL python3;then
+ 2to3 -f all -w -o fpdf_py3k -n fpdf
+fi
diff --git a/python-pypi/pypdf2/DETAILS b/python-pypi/pypdf2/DETAILS
index fc1267d..3a8c2eb 100755
--- a/python-pypi/pypdf2/DETAILS
+++ b/python-pypi/pypdf2/DETAILS
@@ -1,20 +1,20 @@
SPELL=pypdf2
- SPELLX=knowah-PyPDF2
- VERSION=1.15
- VX=2857d48
-
SOURCE_HASH=sha512:d0baf0638d5624824254045c010d71ffe4b761bb95cd9a224a349d0a176d39df70ff298c87da55bb399ea7861444823a4d9280c96f533799c9741b22a6fff30e
- SOURCE=$SPELLX-$VX.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VX
+ SPELLX=PyPDF2
+ VERSION=1.19
+
SOURCE_HASH=sha512:d1c6746a90870ce0537af09f2a32bc5fd00b19f7c7d1c9e242248b00e767b031bcbacf31fe2b608f43730fb56a1c19d0cf7c7f99268a1ffe86475f913ebc8de9
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://pypi.python.org/pypi/PyPDF2
- SOURCE_URL[0]=http://github.com/knowah/PyPDF2/tarball/master
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/P/$SPELLX/$SOURCE
LICENSE[0]=BSD
ENTERED=20130508
KEYWORDS="python pdf"
SHORT="A Pure-Python library built as a PDF toolkit"
cat << EOF
-A Pure-Python library built as a PDF toolkit. It is capable of:
-extracting document information (title, author, ...),
-splitting documents page by page,merging documents page by page,
-cropping pages,merging multiple pages into a single page,
-encrypting and decrypting PDF files.
+PyPDF2 is a pure-python PDF library capable of
+splitting, merging together, cropping, and transforming
+the pages of PDF files. It can also add custom
+data, viewing options, and passwords to PDF files.
+It can retrieve text and metadata from PDFs as well
+as merge entire files together.
EOF
diff --git a/python-pypi/pypdf2/HISTORY b/python-pypi/pypdf2/HISTORY
index 16c338a..4feb2f5 100644
--- a/python-pypi/pypdf2/HISTORY
+++ b/python-pypi/pypdf2/HISTORY
@@ -1,3 +1,8 @@
+2013-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19
+ url - use pypi
+ update description
+
2013-05-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.15
spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a6364e0fb75893eaa503bfe94aed5dbcd425a3e8), Treeve Jelbert, 12/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page