Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9745e54f81ae19c8bfad8e61a99f771b69c466a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9745e54f81ae19c8bfad8e61a99f771b69c466a4)
  • Date: Thu, 30 Jun 2011 10:15:53 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/pyascii85/DEPENDS | 1 +
python-pypi/pyascii85/DETAILS | 16 ++++++++++++++++
python-pypi/pyascii85/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 9745e54f81ae19c8bfad8e61a99f771b69c466a4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyascii85: new spell, Base85 binary-to-text encoding in Python

diff --git a/ChangeLog b/ChangeLog
index ab23aec..4a1e726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pyascii85: new spell, Base85 binary-to-text encoding in
+ Python
+
2011-06-26 Ladislav Hagara <hgr AT vabo.cz>
* net/2ping: new spell, bi-directional ping utility

diff --git a/python-pypi/pyascii85/DEPENDS b/python-pypi/pyascii85/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pyascii85/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pyascii85/DETAILS b/python-pypi/pyascii85/DETAILS
new file mode 100755
index 0000000..a85ce9d
--- /dev/null
+++ b/python-pypi/pyascii85/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pyascii85
+ VERSION=0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:9ca1c91cd45e1857f6cc3af05d09cea6d721ec215578d90cf31b168e8b9f7490f0b14867259175cc676b294c9e1cb52538d9608089bad1dfc55a003ef46374ac
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://sourceforge.net/projects/pyascii85/
+ ENTERED=20110630
+ KEYWORDS="python devel"
+ SHORT="Base85 binary-to-text encoding in Python"
+cat << EOF
+pyascii85 is a Python extension written in C, that provides Ascii85 data
+encodings, also known as Base85. It can encode and decode files or text
buffers,
+and is useful for encoding data to be used within PostScript and PDF files,
such
+as raw RGB images.
+EOF
diff --git a/python-pypi/pyascii85/HISTORY b/python-pypi/pyascii85/HISTORY
new file mode 100644
index 0000000..8f7a2ce
--- /dev/null
+++ b/python-pypi/pyascii85/HISTORY
@@ -0,0 +1,2 @@
+2011-06-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9745e54f81ae19c8bfad8e61a99f771b69c466a4), Vlad Glagolev, 06/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page