[csw-devel] SF.net SVN: gar:[18986] csw/mgar/pkg/cpan
guillomovitch at users.sourceforge.net
guillomovitch at users.sourceforge.net
Fri Aug 17 13:41:20 CEST 2012
Revision: 18986
http://gar.svn.sourceforge.net/gar/?rev=18986&view=rev
Author: guillomovitch
Date: 2012-08-17 11:41:20 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
cpan/HTTP-Daemon: initial import
Added Paths:
-----------
csw/mgar/pkg/cpan/HTTP-Daemon/
csw/mgar/pkg/cpan/HTTP-Daemon/branches/
csw/mgar/pkg/cpan/HTTP-Daemon/tags/
csw/mgar/pkg/cpan/HTTP-Daemon/trunk/
csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile
csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums
csw/mgar/pkg/cpan/HTTP-Daemon/trunk/files/
Property changes on: csw/mgar/pkg/cpan/HTTP-Daemon/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile 2012-08-17 11:41:20 UTC (rev 18986)
@@ -0,0 +1,23 @@
+NAME = HTTP-Daemon
+VERSION = 6.01
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = GAAS
+
+DESCRIPTION = A simple http server class
+define BLURB
+ Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
+ socket for incoming requests. The HTTP::Daemon is a subclass of
+ IO::Socket::INET, so you can perform socket operations directly on it too.
+endef
+
+LICENSE_TEXT = This module is licensed under the perl license
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+PACKAGES = CSWpm-http-daemon
+ARCHALL = 1
+RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes
+RUNTIME_DEP_PKGS += CSWpm-http-date
+RUNTIME_DEP_PKGS += CSWpm-http-message
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums 2012-08-17 11:41:20 UTC (rev 18986)
@@ -0,0 +1 @@
+ed0ae02d25d7f1e89456d4d69732adc2 HTTP-Daemon-6.01.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