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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Feb 17 11:00:50 CET 2010


Revision: 8614
          http://gar.svn.sourceforge.net/gar/?rev=8614&view=rev
Author:   dmichelsen
Date:     2010-02-17 10:00:50 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
libsigsegv: Initial commit

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


Property changes on: csw/mgar/pkg/libsigsegv/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/libsigsegv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsigsegv/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libsigsegv/trunk/Makefile	2010-02-17 10:00:50 UTC (rev 8614)
@@ -0,0 +1,25 @@
+GARNAME = libsigsegv
+GARVERSION = 2.8
+CATEGORIES = lib
+
+DESCRIPTION = A library for catching and handling segmentation faults
+define BLURB
+  This is a library for handling page faults in user mode. A page fault occurs
+  when a program tries to access to a region of memory that is currently not available.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.gnu.org/software/libsigsegv/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared --disable-static
+
+TEST_TARGET = check
+
+include gar/category.mk

Added: csw/mgar/pkg/libsigsegv/trunk/checksums
===================================================================
--- csw/mgar/pkg/libsigsegv/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libsigsegv/trunk/checksums	2010-02-17 10:00:50 UTC (rev 8614)
@@ -0,0 +1 @@
+ebe554e26870d8bc200ef3e3539ffd7c  libsigsegv-2.8.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