[csw-devel] SF.net SVN: gar:[11245] csw/mgar/pkg/lighttpd/trunk

driodeiros at users.sourceforge.net driodeiros at users.sourceforge.net
Mon Oct 11 14:14:10 CEST 2010


Revision: 11245
          http://gar.svn.sourceforge.net/gar/?rev=11245&view=rev
Author:   driodeiros
Date:     2010-10-11 12:14:10 +0000 (Mon, 11 Oct 2010)

Log Message:
-----------

  Adding Makefile to build lighttpd with gar. 
  Still issues when building.

Modified Paths:
--------------
    csw/mgar/pkg/lighttpd/trunk/Makefile
    csw/mgar/pkg/lighttpd/trunk/checksums

Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile	2010-10-11 09:57:42 UTC (rev 11244)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile	2010-10-11 12:14:10 UTC (rev 11245)
@@ -1,23 +1,20 @@
-# $Id$
 GARNAME = lighttpd
-GARVERSION = 1.0
-CATEGORIES = category
+GARVERSION = 1.4.28
+CATEGORIES = devel
 
-DESCRIPTION = Brief description
+DESCRIPTION = lighttpd - Security, speed, compliance, and flexibility http server
 define BLURB
-  Long description
+  Security, speed, compliance, and flexibility -- all of these describe lighttpd
+  (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is
+  designed and optimized for high performance environments. With a small memory
+  footprint compared to other web-servers, effective management of the cpu-load,
+  and advanced feature set (FastCGI, SCGI, Auth, Output-Compression,
+  URL-Rewriting and many more) lighttpd is the perfect solution for every server
+  that is suffering load problems. And best of all it's Open Source licensed
+  under the revised BSD license. 
 endef
 
-MASTER_SITES = 
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+MASTER_SITES = http://download.lighttpd.net/lighttpd/releases-1.4.x/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
 
-# File name regex to get notifications about upstream software releases
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
-CONFIGURE_ARGS = $(DIRPATHS)
-
 include gar/category.mk

Modified: csw/mgar/pkg/lighttpd/trunk/checksums
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/checksums	2010-10-11 09:57:42 UTC (rev 11244)
+++ csw/mgar/pkg/lighttpd/trunk/checksums	2010-10-11 12:14:10 UTC (rev 11245)
@@ -0,0 +1 @@
+202d36efc6324adb95a3600d2826ec6a  lighttpd-1.4.28.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