[Lunar-commits] r16854 - moonbase/trunk/devel/rexml
Dennis Veatch
stumbles at lunar-linux.org
Sat Oct 8 18:08:36 UTC 2005
Author: stumbles
Date: 2005-10-08 18:08:32 +0000 (Sat, 08 Oct 2005)
New Revision: 16854
Modified:
moonbase/trunk/devel/rexml/DETAILS
Log:
compiled with gcc-3.4.4 and glibc-2.3.5
Modified: moonbase/trunk/devel/rexml/DETAILS
===================================================================
--- moonbase/trunk/devel/rexml/DETAILS 2005-10-08 15:54:21 UTC (rev 16853)
+++ moonbase/trunk/devel/rexml/DETAILS 2005-10-08 18:08:32 UTC (rev 16854)
@@ -1,14 +1,18 @@
- MODULE=rexml
- VERSION=3.1.2
+ MODULE=rexml
+ VERSION=3.1.3
SOURCE=${MODULE}_${VERSION}.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
SOURCE_URL[0]=http://www.germane-software.com/archives/
- SOURCE_VFY=md5:943cac36f147c0d313cd466ce309832f
+ SOURCE_VFY=sha1:726fe5490433af2548a37577f6fa24b122052532
WEB_SITE=http://www.germane-software.org/software/rexml
SHORT="rexml is a XML parser for Ruby"
ENTERED=20020731
- UPDATED=20040815
+ UPDATED=20051008
cat << EOF
-REXML is an XML 1.0 compliant, reasonably fast, non-validating XML parser. It has an API that is designed to be intuitive, straightforward. and terse. REXML includes a tree model parser, a SAX2 streaming parser, and a pull parser. It also includes a full XPath implementation. All of REXML's parsers pass 100% of the Oasis XML non-validating tests.
+REXML is an XML 1.0 compliant, reasonably fast, non-validating XML parser. It
+has an API that is designed to be intuitive, straightforward. and terse. REXML
+includes a tree model parser, a SAX2 streaming parser, and a pull parser. It
+also includes a full XPath implementation. All of REXML's parsers pass 100% of
+the Oasis XML non-validating tests.
EOF
More information about the Lunar-commits
mailing list