Skip to Content.
Sympa Menu

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

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 (7fff1938cfcc6412ac360693d5b24abdf944dc0c)
  • Date: Wed, 3 Dec 2008 09:08:40 -0600

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

ChangeLog | 4 ++++
http/cherokee/DETAILS | 4 ++--
http/cherokee/HISTORY | 3 +++
python-pypi/config/DEPENDS | 1 +
python-pypi/config/DETAILS | 15 +++++++++++++++
python-pypi/config/HISTORY | 4 ++++
python-pypi/pypdf/DEPENDS | 1 +
python-pypi/pypdf/DETAILS | 19 +++++++++++++++++++
python-pypi/pypdf/HISTORY | 4 ++++
9 files changed, 53 insertions(+), 2 deletions(-)

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

python-pypi/pypdf

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

python-pypi/config

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

"cherokee-0.11.2"

diff --git a/ChangeLog b/ChangeLog
index 4964756..5b87939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/config: new spell, configuration tool
+ * python-pypi/pypdf: pdf tools
+
2008-12-02 George Sherwood <gsherwood AT sourcemage.org>
* utils/mountmanger: new spell, qt4 mountmanger

diff --git a/http/cherokee/DETAILS b/http/cherokee/DETAILS
index fb2c880..b2da29b 100755
--- a/http/cherokee/DETAILS
+++ b/http/cherokee/DETAILS
@@ -1,7 +1,7 @@
SPELL=cherokee
if [[ $CHER_DEV == y ]];then
- VERSION=0.10.1
-
SOURCE_HASH=sha512:efe614da20a383ed5993f7ca203b03434f5daf984aab9ab0a6fd2fdb62afd5b494f7cae17d2661e0ee7ed204c3e9bd5dbada2da532b4eefff816ee18d8d26cf5
+ VERSION=0.11.2
+
SOURCE_HASH=sha512:bc5f992a565e4b39a35a8cae4891345520ad190941a2affcac0972b0401c7cd614d1052ece84da6deccf764e69ce6f9fe988de26ccc5f06fe10e71fe5d633f05
else
VERSION=0.10.1

SOURCE_HASH=sha512:efe614da20a383ed5993f7ca203b03434f5daf984aab9ab0a6fd2fdb62afd5b494f7cae17d2661e0ee7ed204c3e9bd5dbada2da532b4eefff816ee18d8d26cf5
diff --git a/http/cherokee/HISTORY b/http/cherokee/HISTORY
index b23407a..121ebdf 100644
--- a/http/cherokee/HISTORY
+++ b/http/cherokee/HISTORY
@@ -1,3 +1,6 @@
+2008-12-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.11.2 (devel)
+
2008-11-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.1 (both)

diff --git a/python-pypi/config/DEPENDS b/python-pypi/config/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/config/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/config/DETAILS b/python-pypi/config/DETAILS
new file mode 100755
index 0000000..ec56f4d
--- /dev/null
+++ b/python-pypi/config/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=config
+ VERSION=0.3.7
+
SOURCE_HASH=sha512:e1328f3b3a4e47560a981ced6fa3c86ed652ed92c25563a6f00c76c56487ebf94c1d46b02781b488f7d85b992dfa3865c0f025b490570ca2f40ccd6d0226cafa
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.red-dove.com/python_config.html
+ SOURCE_URL[0]=http://www.red-dove.com/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20081114
+ KEYWORDS="python"
+ SHORT="module for configuring Python programs"
+cat << EOF
+module for configuring Python programs which aims to offer more power and
flexibility than the
+existing ConfigParser module.
+EOF
diff --git a/python-pypi/config/HISTORY b/python-pypi/config/HISTORY
new file mode 100644
index 0000000..1ca9304
--- /dev/null
+++ b/python-pypi/config/HISTORY
@@ -0,0 +1,4 @@
+2008-11-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.7
+ spell created
+
diff --git a/python-pypi/pypdf/DEPENDS b/python-pypi/pypdf/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pypdf/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pypdf/DETAILS b/python-pypi/pypdf/DETAILS
new file mode 100755
index 0000000..f720983
--- /dev/null
+++ b/python-pypi/pypdf/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pypdf
+ SPELLX=pyPdf
+ VERSION=1.12
+
SOURCE_HASH=sha512:0e7ffcd4b97e2dded7523631899ff22bae8bab0f97d74d93c092884e3c2f289f2beb346836b705de24f34d9a75559cac419ed9b977546a2b706299e4d1cbc85b
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://pybrary.net/pyPdf
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20081201
+ 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.
+EOF
diff --git a/python-pypi/pypdf/HISTORY b/python-pypi/pypdf/HISTORY
new file mode 100644
index 0000000..1e2c42b
--- /dev/null
+++ b/python-pypi/pypdf/HISTORY
@@ -0,0 +1,4 @@
+2008-12-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12
+ spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page