[csw-devel] SF.net SVN: gar:[19033] csw/mgar/pkg/cpan

guillomovitch at users.sourceforge.net guillomovitch at users.sourceforge.net
Mon Aug 20 12:57:54 CEST 2012


Revision: 19033
          http://gar.svn.sourceforge.net/gar/?rev=19033&view=rev
Author:   guillomovitch
Date:     2012-08-20 10:57:53 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
cpan/Net-HTTP: initial import

Added Paths:
-----------
    csw/mgar/pkg/cpan/Net-HTTP/
    csw/mgar/pkg/cpan/Net-HTTP/branches/
    csw/mgar/pkg/cpan/Net-HTTP/tags/
    csw/mgar/pkg/cpan/Net-HTTP/trunk/
    csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile
    csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums
    csw/mgar/pkg/cpan/Net-HTTP/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Net-HTTP/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work



Added: csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile	2012-08-20 10:57:53 UTC (rev 19033)
@@ -0,0 +1,22 @@
+NAME = Net-HTTP
+VERSION = 6.03
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = GAAS
+
+DESCRIPTION = Low-level HTTP connection (client)
+define BLURB
+  The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP
+  class represents a connection to an HTTP server. The HTTP protocol is
+  described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
+endef
+
+LICENSE_TEXT = This module is licensed under the perl license
+
+PACKAGES = CSWpm-net-http
+CATALOGNAME = pm_net_http
+ARCHALL = 1
+RUNTIME_DEP_PKGS += CSWpm-compress-raw-zlib
+RUNTIME_DEP_PKGS += CSWpm-io-compress
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums	2012-08-20 10:57:53 UTC (rev 19033)
@@ -0,0 +1 @@
+86957940d96649ca782b686686b82e7b  Net-HTTP-6.03.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list