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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 02:24:09 CET 2010


Revision: 11853
          http://gar.svn.sourceforge.net/gar/?rev=11853&view=rev
Author:   skayser
Date:     2010-12-09 01:24:09 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
webfs: initial commit, work in progress, feel free to take over

Added Paths:
-----------
    csw/mgar/pkg/webfs/
    csw/mgar/pkg/webfs/branches/
    csw/mgar/pkg/webfs/tags/
    csw/mgar/pkg/webfs/trunk/
    csw/mgar/pkg/webfs/trunk/Makefile
    csw/mgar/pkg/webfs/trunk/checksums
    csw/mgar/pkg/webfs/trunk/files/


Property changes on: csw/mgar/pkg/webfs/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/webfs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/webfs/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/webfs/trunk/Makefile	2010-12-09 01:24:09 UTC (rev 11853)
@@ -0,0 +1,23 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! build state unknown, work in progress, please verify
+#
+GARNAME = webfs
+GARVERSION = 1.21
+CATEGORIES = apps
+
+DESCRIPTION = Lightweight HTTP server for static content
+define BLURB
+  Long description
+endef
+
+VENDOR_URL   = http://linux.bytesex.org/misc/webfs.html
+MASTER_SITES = http://dl.bytesex.org/releases/webfs/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_SCRIPTS =
+
+include gar/category.mk
+
+PATH := $(prefix)/gnu:$(PATH)

Added: csw/mgar/pkg/webfs/trunk/checksums
===================================================================
--- csw/mgar/pkg/webfs/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/webfs/trunk/checksums	2010-12-09 01:24:09 UTC (rev 11853)
@@ -0,0 +1 @@
+6dc125fe160479404147e7bbfc781dbc  download/webfs-1.21.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