r1777 - packages/soap-lite/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Wed Dec 28 12:57:21 UTC 2005


Author: eloy
Date: 2005-12-28 12:57:21 +0000 (Wed, 28 Dec 2005)
New Revision: 1777

Modified:
   packages/soap-lite/trunk/debian/changelog
   packages/soap-lite/trunk/debian/control
Log:
eloy: dependiencies updated


Modified: packages/soap-lite/trunk/debian/changelog
===================================================================
--- packages/soap-lite/trunk/debian/changelog	2005-12-28 07:21:45 UTC (rev 1776)
+++ packages/soap-lite/trunk/debian/changelog	2005-12-28 12:57:21 UTC (rev 1777)
@@ -1,6 +1,6 @@
 soap-lite (0.66-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release (closes: #344737)
   * Build-Depends-Indep updated
   * Standards-Version bumped to 3.6.2
 

Modified: packages/soap-lite/trunk/debian/control
===================================================================
--- packages/soap-lite/trunk/debian/control	2005-12-28 07:21:45 UTC (rev 1776)
+++ packages/soap-lite/trunk/debian/control	2005-12-28 12:57:21 UTC (rev 1777)
@@ -1,7 +1,7 @@
 Source: soap-lite
 Section: perl
 Priority: optional
-Build-Depends-Indep: perl, debhelper (>= 4.0.2) 
+Build-Depends-Indep: perl, debhelper (>= 4.0.2), libwww-perl, libcrypt-ssleay-perl, liburi-perl, libmime-lite-perl, libfcgi-perl, libmime-perl, libnet-jabber-perl, libio-socket-ssl-perl, libcompress-zlib-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ezra Pagel <ezra at cpan.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.6.2
@@ -25,50 +25,50 @@
  .
  FEATURES
  .
- o Supports SOAP 1.1 spec. 
- o 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). 
- o 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. 
- o Provides transparent compression support for HTTP transport. 
- o Provides mod_soap module. Make SOAP server with a few lines in .htaccess 
-   or .conf file. 
- o 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. 
- o Includes XMLRPC::Lite, implementation of XML-RPC protocol on client and 
-   server side. All transports and features of SOAP::Lite are available. 
- o Supports multipart/form-data MIME attachments. 
- o Supports circular linked lists and multiple references. 
- o Supports Map datatype (encoding of maps/hashes with arbitrary keys). 
- o Supports HTTPS protocol. 
- o Provides proxy support. 
- o Provides CGI/daemon/mod_perl/Apache::Registry server implementations. 
- o Provides TCP server implementation. 
- o Provides IO (STDIN/STDOUT/File) server implementation. 
- o Provides FTP client implementation. 
- o Supports single/multipart MIME attachment (parsing side only). 
- o Supports SMTP protocol. 
- o Provides POP3 server implementation. 
- o Supports M-POST and redirects in HTTP transport. 
- o Supports Basic/Digest server authentication. 
- o Works with CGI accelerators, like VelociGen and PerlEx. 
- o Supports UDDI interface on client side. See UDDI::Lite for details. 
- o Supports UDDI publishing API. Examples and documentation provided. 
- o Supports WSDL schema with stub and run-time access. 
- o Supports blessed object references. 
- o Supports arrays (both serialization and deserialization with autotyping). 
- o Supports custom serialization. 
- o Provides exception transport with custom exceptions 
- o Supports Base64 encoding. 
- o Supports XML entity encoding. 
- o Supports header attributes. 
- o Supports dynamic and static class/method binding. 
- o Supports objects-by-reference with simple garbage collection and activation. 
- o Provides shell for interactive SOAP sessions. 
- o Supports out parameters binding. 
- o Supports transparent SOAP calls with autodispatch feature. 
- o Provides easy services deployment. Put module in specified directory and 
-   it'll be accessible. 
- o Has tests, examples and documentation to let you be up and running in no time
+  - 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