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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Mar 17 11:24:54 CET 2010


Revision: 9223
          http://gar.svn.sourceforge.net/gar/?rev=9223&view=rev
Author:   dmichelsen
Date:     2010-03-17 10:24:53 +0000 (Wed, 17 Mar 2010)

Log Message:
-----------
eet: Initial commit, dependencies still missing

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


Property changes on: csw/mgar/pkg/eet/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/eet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/eet/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/eet/trunk/Makefile	2010-03-17 10:24:53 UTC (rev 9223)
@@ -0,0 +1,26 @@
+GARNAME = eet
+GARVERSION = 1.2.3
+CATEGORIES = lib
+
+DESCRIPTION = Write an arbitary set of chunks of data to a file and optionally compress each chunk
+define BLURB
+  Eet is a tiny library designed to write an arbitary set of chunks of data to a
+  file and optionally compress each chunk (very much like a zip file) and allow fast
+  random-access reading of the file later on. It does not do zip as zip itself has more
+  complexity than we need, and it was much simpler to implement this once here.
+endef
+
+MASTER_SITES = http://download.enlightenment.org/releases/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+EXTRA_CPPFLAGS = -D__FUNCTION__=
+
+CPPFLAGS = abc
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/eet/trunk/checksums
===================================================================
--- csw/mgar/pkg/eet/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/eet/trunk/checksums	2010-03-17 10:24:53 UTC (rev 9223)
@@ -0,0 +1 @@
+dac2f538ae15196a0b0b4e5164669be8  eet-1.2.3.tar.bz2


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