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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Sep 9 16:45:01 CEST 2009


Revision: 6244
          http://gar.svn.sourceforge.net/gar/?rev=6244&view=rev
Author:   dmichelsen
Date:     2009-09-09 14:45:00 +0000 (Wed, 09 Sep 2009)

Log Message:
-----------
libmm: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libmm/
    csw/mgar/pkg/libmm/branches/
    csw/mgar/pkg/libmm/tags/
    csw/mgar/pkg/libmm/trunk/
    csw/mgar/pkg/libmm/trunk/Makefile
    csw/mgar/pkg/libmm/trunk/checksums
    csw/mgar/pkg/libmm/trunk/files/
    csw/mgar/pkg/libmm/trunk/files/0001-libtool-cflags.diff


Property changes on: csw/mgar/pkg/libmm/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/libmm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmm/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmm/trunk/Makefile	2009-09-09 14:45:00 UTC (rev 6244)
@@ -0,0 +1,34 @@
+GARNAME = libmm
+GARVERSION = 1.4.2
+CATEGORIES = lib
+
+DESCRIPTION = Shared Memory Allocation abstraction library
+define BLURB
+  OSSP mm is a 2-layer abstraction library which simplifies the usage
+  of shared memory between forked (and this way strongly related) processes
+  under Unix platforms. On the first layer it hides all platform dependent
+  implementation details (allocation and locking) when dealing with shared
+  memory segments and on the second layer it provides a high-level
+  malloc(3)-style API for a convenient and well known way to work with data
+  structures inside those shared memory segments.
+endef
+
+MASTER_SITES = ftp://ftp.ossp.org/pkg/lib/mm/
+DISTFILES  = mm-$(GARVERSION).tar.gz
+PATCHFILES = 0001-libtool-cflags.diff
+
+# We define upstream file regex so we can be notifed of new upstream software release
+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 = 
+
+SPKG_SOURCEURL = http://www.ossp.org/pkg/lib/mm/
+
+DISTNAME = mm-$(GARVERSION)
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/libmm/trunk/checksums
===================================================================
--- csw/mgar/pkg/libmm/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libmm/trunk/checksums	2009-09-09 14:45:00 UTC (rev 6244)
@@ -0,0 +1,2 @@
+54493069b25bc79b8f40ed5c5632b2fa  download/0001-libtool-cflags.diff
+bdb34c6c14071364c8f69062d2e8c82b  download/mm-1.4.2.tar.gz

Added: csw/mgar/pkg/libmm/trunk/files/0001-libtool-cflags.diff
===================================================================
--- csw/mgar/pkg/libmm/trunk/files/0001-libtool-cflags.diff	                        (rev 0)
+++ csw/mgar/pkg/libmm/trunk/files/0001-libtool-cflags.diff	2009-09-09 14:45:00 UTC (rev 6244)
@@ -0,0 +1,20 @@
+diff -Naur mm-1.4.2.orig/Makefile.in mm-1.4.2.patched/Makefile.in
+--- mm-1.4.2.orig/Makefile.in	2006-08-10 21:05:55.000000000 +0200
++++ mm-1.4.2.patched/Makefile.in	2009-09-09 16:25:45.161331795 +0200
+@@ -75,14 +75,14 @@
+ all: $(LIBS) $(MANS) $(TSTS)
+ 
+ libmm.la: $(OBJS)
+-	$(LIBTOOL) --quiet --mode=link $(CC) -o $@ $(OBJS) \
++	$(LIBTOOL) --quiet --mode=link $(CC) $(CFLAGS) -o $@ $(OBJS) \
+ 	    -rpath $(libdir) -version-info `$(SHTOOL) version -l c -d libtool mm_vers.c`
+ 
+ mm_alloc.c mm_core.c mm_global.c: mm.h mm_vers.c
+ mm.h: config.h
+ 
+ mm_test: mm_test.lo libmm.la
+-	$(LIBTOOL) --quiet --mode=link $(CC) -o $@ mm_test.lo libmm.la
++	$(LIBTOOL) --quiet --mode=link $(CC) $(CFLAGS) -o $@ mm_test.lo libmm.la
+ 
+ mm.3: mm.pod
+ 	V1=`$(SHTOOL) version -l c -d short mm_vers.c`; \


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