Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f698da27e4a2f64b2d656166ba9ec3922efe9449)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f698da27e4a2f64b2d656166ba9ec3922efe9449)
  • Date: Sat, 30 Sep 2006 08:36:33 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
python-devel/pyasn1/DETAILS | 31 +++++++++++++++++++++++++++++++
python-devel/pyasn1/HISTORY | 4 ++++
3 files changed, 38 insertions(+)

New commits:
commit f698da27e4a2f64b2d656166ba9ec3922efe9449
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

new spell, ASN.1 types and codecs in Python

diff --git a/ChangeLog b/ChangeLog
index a689857..185219c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-30 Alexander Tsamutali <astsmtl AT gmail.com>
+ * python-devel/pyasn1: new spell, ASN.1 types and codecs in Python
+
2006-09-29 Arjan Bouter <abouter AT sourcemage.org>
* http/apache22: new spell

diff --git a/python-devel/pyasn1/DETAILS b/python-devel/pyasn1/DETAILS
new file mode 100755
index 0000000..abd6dc3
--- /dev/null
+++ b/python-devel/pyasn1/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=pyasn1
+ VERSION=0.0.5a
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e85202bae72b4a7a114a9ba690c9b992f0249469e55553babed7f9ccbc97593c0b94861dabead96371f5d7151585e5c23a7de7b483b36a33304576de10e771f5
+ WEB_SITE=http://pyasn1.sourceforge.net/
+ ENTERED=20060930
+ LICENSE[0]=BSD
+ KEYWORDS="python devel"
+ SHORT="This is an implementation of ASN.1 types and codecs in
Python programming language."
+cat << EOF
+This is an implementation of ASN.1 types and codecs in Python programming
+language. It has been first written to support particular protocol (SNMP)
+but then generalized to be suitable for a wide range of protocols
+based on ASN.1 specification.
+
+FEATURES
+--------
+
+* Generic implementation of ASN.1 types (X.208)
+* Fully standard compliant BER/CER/DER codecs
+* 100% Python, works with Python 1.5 and later
+* MT-safe
+
+MISFEATURES
+-----------
+
+* No ASN.1 compiler (by-hand ASN.1 spec compilation into Python code
required)
+* Codecs are not restartable
+EOF
diff --git a/python-devel/pyasn1/HISTORY b/python-devel/pyasn1/HISTORY
new file mode 100644
index 0000000..094f8e7
--- /dev/null
+++ b/python-devel/pyasn1/HISTORY
@@ -0,0 +1,4 @@
+2006-09-30 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, HISTORY: Created this spell
+
+



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f698da27e4a2f64b2d656166ba9ec3922efe9449), Alexander Tsamutali, 09/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page