[Lunar-commits] r18608 - in moonbase/trunk: devel/fpconst web/PyDS web/SOAPpy
Dennis Veatch
stumbles at lunar-linux.org
Thu Feb 9 17:27:29 UTC 2006
Author: stumbles
Date: 2006-02-09 17:27:25 +0000 (Thu, 09 Feb 2006)
New Revision: 18608
Modified:
moonbase/trunk/devel/fpconst/DETAILS
moonbase/trunk/web/PyDS/DETAILS
moonbase/trunk/web/SOAPpy/DETAILS
Log:
Hee, all that to get PyDS to go. Bug fixes, website and url corrections,
changed md5 to sha1.
Modified: moonbase/trunk/devel/fpconst/DETAILS
===================================================================
--- moonbase/trunk/devel/fpconst/DETAILS 2006-02-09 16:15:00 UTC (rev 18607)
+++ moonbase/trunk/devel/fpconst/DETAILS 2006-02-09 17:27:25 UTC (rev 18608)
@@ -1,13 +1,14 @@
MODULE=fpconst
- VERSION=0.6.0
+ VERSION=0.7.2
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=http://www.analytics.washington.edu/Zope/projects/fpconst/$MODULE-$VERSION.tar.gz
- WEB_SITE=http://www.analytics.washington.edu/Zope/projects/fpconst/
- ENTERED=20031127
- UPDATED=20031127
- SHORT="Implements constants and functions for working with IEEE754 double-precision special values."
+ SOURCE_URL[0]=http://research.warnes.net/\~warnes/$MODULE/
+ SOURCE_VFY=sha1:99b2351cdfb28fabbe7d8cc5699238f6e47eff02
+ WEB_SITE=http://research.warnes.net/projects/RStatServer/fpconst/index_html/
+ ENTERED=20031127
+ UPDATED=20060209
+ SHORT="Implements constants and functions for working with IEEE754 double-precision special values."
cat << EOF
- This python module implements constants and functions for working with
+This python module implements constants and functions for working with
IEEE754 double-precision special values. It provides constants for
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity
(-Inf), as well as functions to test for these values.
Modified: moonbase/trunk/web/PyDS/DETAILS
===================================================================
--- moonbase/trunk/web/PyDS/DETAILS 2006-02-09 16:15:00 UTC (rev 18607)
+++ moonbase/trunk/web/PyDS/DETAILS 2006-02-09 17:27:25 UTC (rev 18608)
@@ -1,17 +1,15 @@
MODULE=PyDS
- VERSION=0.7.2
+ VERSION=0.7.3
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=http://simon.bofh.ms/~gb/$MODULE-$VERSION.tar.gz
- SOURCE_VFY=md5:59c005fec34ed2b1d0f9de3ba0ceb133
- WEB_SITE=http://pyds.muensterland.org
- ENTERED=20030402
- UPDATED=20040510
- SHORT="The Python Desktop Server is several things."
+ SOURCE_URL[0]=http://simon.bofh.ms/~gb/
+ SOURCE_VFY=sha1:70cc2ae0162d8e6b3cf6b03755ecac4b21e31473
+ WEB_SITE=http://pyds.muensterland.org
+ ENTERED=20030402
+ UPDATED=20060209
+ SHORT="The Python Desktop Server is several things."
cat << EOF
The Python Desktop Server very similar in function to Radio Userland.
-That said, if you don't know Radio Userland, you are non wiser.
-Both have a web interface to configure and use it.
-A Weblog construction kit
-A News-Aggregator application.
-AND MORE!
+That said, if you don't know Radio Userland, you are non wiser. Both
+have a web interface to configure and use it. A Weblog construction kit
+A News-Aggregator application. AND MORE!
EOF
Modified: moonbase/trunk/web/SOAPpy/DETAILS
===================================================================
--- moonbase/trunk/web/SOAPpy/DETAILS 2006-02-09 16:15:00 UTC (rev 18607)
+++ moonbase/trunk/web/SOAPpy/DETAILS 2006-02-09 17:27:25 UTC (rev 18608)
@@ -1,20 +1,22 @@
MODULE=SOAPpy
- VERSION=0.11.1
+ VERSION=0.11.6
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=$SFORGE_URL/pywebsvcs/$MODULE-$VERSION.tar.gz
- WEB_SITE=http://pywebsvcs.sourceforge.net/
- ENTERED=20031020
- UPDATED=20040222
- SHORT="A SOAP implementation for Python"
+ SOURCE_URL[0]=$SFORGE_URL/pywebsvcs/
+ SOURCE_VFY=sha1:59c91688f23de3b738bf504351bca89aab5cc203
+ WEB_SITE=http://pywebsvcs.sourceforge.net/
+ ENTERED=20031020
+ UPDATED=20060209
+ SHORT="A SOAP implementation for Python"
cat << EOF
A SOAP implementation for Python
-SOAP is a lightweight protocol for exchange of information in a
-decentralized, distributed environment. It is an XML based protocol that
-consists of three parts: an envelope that defines a framework for
-describing what is in a message and how to process it, a set of encoding
-rules for expressing instances of application-defined datatypes, and a
-convention for representing remote procedure calls and responses. SOAP
-can potentially be used in combination with a variety of other
-protocols; however, the only bindings defined in this document describe
-how to use SOAP in combination with HTTP and HTTP Extension Framework.
+
+SOAP is a lightweight protocol for exchange of information in a decentralized,
+distributed environment. It is an XML based protocol that consists of three
+parts: an envelope that defines a framework for describing what is in a message
+and how to process it, a set of encoding rules for expressing instances of
+application-defined datatypes, and a convention for representing remote
+procedure calls and responses. SOAP can potentially be used in combination
+with a variety of other protocols; however, the only bindings defined in this
+document describe how to use SOAP in combination with HTTP and HTTP Extension
+Framework.
EOF
More information about the Lunar-commits
mailing list