r1816 - packages/soap-lite/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sat Dec 31 13:22:54 UTC 2005


Author: ntyni-guest
Date: 2005-12-31 13:22:54 +0000 (Sat, 31 Dec 2005)
New Revision: 1816

Modified:
   packages/soap-lite/trunk/debian/changelog
   packages/soap-lite/trunk/debian/control
Log:
Remove the feature list from the package description.


Modified: packages/soap-lite/trunk/debian/changelog
===================================================================
--- packages/soap-lite/trunk/debian/changelog	2005-12-31 13:14:16 UTC (rev 1815)
+++ packages/soap-lite/trunk/debian/changelog	2005-12-31 13:22:54 UTC (rev 1816)
@@ -13,8 +13,10 @@
   * Add myself to Uploaders.
   * Move debhelper from Build-Depends-Indep to Build-Depends, as per policy.
   * Remove the execute bit from two MS-DOS batch files in examples.
+  * Remove the feature list from the package description, since it was 
+    still rendering incorrectly and was much too long in the first place.
 
- -- Niko Tyni <ntyni at iki.fi>  Sat, 31 Dec 2005 15:12:32 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 31 Dec 2005 15:16:09 +0200
 
 soap-lite (0.66-1) unstable; urgency=low
 

Modified: packages/soap-lite/trunk/debian/control
===================================================================
--- packages/soap-lite/trunk/debian/control	2005-12-31 13:14:16 UTC (rev 1815)
+++ packages/soap-lite/trunk/debian/control	2005-12-31 13:22:54 UTC (rev 1816)
@@ -24,53 +24,3 @@
  This version of SOAP::Lite supports a subset of the SOAP 1.1 specification
  and has initial support for SOAP 1.2 specification.
  See http://www.w3.org/TR/SOAP for details. 
- .
- FEATURES:
- .
- * Supports SOAP 1.1 spec. 
- * Interoperability tests with different implementations: Apache SOAP, 
- Frontier, Microsoft SOAP, Microsoft .NET, DevelopMentor, XMethods, 4s4c, 
- Phalanx, Kafka, SQLData, Lucin (in Java, Perl, C++, Python, VB, COM, XSLT).
- * Provides COM interface. Single dll (standalone [2.5MB] or minimal [32kB]). 
- Works on Windows 9x/Me/NT/2K. Doesn't require ROPE or MSXML. 
- Examples in VB, Excel/VBA, C#, ASP, JavaScript, PerlScript and Perl. 
- * Provides transparent compression support for HTTP transport.
- * Provides mod_soap module. Make SOAP server with a few lines in .htaccess 
- or .conf file. 
- * Includes XML::Parser::Lite (regexp-based XML parser) which runs instead 
- of XML::Parser where Perl 5.6 runs (even on WinCE) with some limitations. 
- * Includes XMLRPC::Lite, implementation of XML-RPC protocol on client and 
- server side. All transports and features of SOAP::Lite are available. 
- * Supports multipart/form-data MIME attachments. 
- * Supports circular linked lists and multiple references. 
- * Supports Map datatype (encoding of maps/hashes with arbitrary keys). 
- * Supports HTTPS protocol. 
- * Provides proxy support. 
- * Provides CGI/daemon/mod_perl/Apache::Registry server implementations. 
- * Provides TCP server implementation. 
- * Provides IO (STDIN/STDOUT/File) server implementation. 
- * Provides FTP client implementation. 
- * Supports single/multipart MIME attachment (parsing side only). 
- * Supports SMTP protocol. 
- * Provides POP3 server implementation. 
- * Supports M-POST and redirects in HTTP transport. 
- * Supports Basic/Digest server authentication. 
- * Works with CGI accelerators, like VelociGen and PerlEx. 
- * Supports UDDI interface on client side. See UDDI::Lite for details. 
- * Supports UDDI publishing API. Examples and documentation provided. 
- * Supports WSDL schema with stub and run-time access. 
- * Supports blessed object references. 
- * Supports arrays (both serialization and deserialization with autotyping). 
- * Supports custom serialization. 
- * Provides exception transport with custom exceptions 
- * Supports Base64 encoding. 
- * Supports XML entity encoding. 
- * Supports header attributes. 
- * Supports dynamic and static class/method binding. 
- * Supports objects-by-reference with simple garbage collection and activation. 
- * Provides shell for interactive SOAP sessions. 
- * Supports out parameters binding. 
- * Supports transparent SOAP calls with autodispatch feature. 
- * Provides easy services deployment. Put module in specified directory and 
- it'll be accessible. 
- * Has tests, examples and documentation to let you be up and running in no time




More information about the Pkg-perl-cvs-commits mailing list