pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libsigsegv Initial import of libsigsegv-2.2 from...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdb887b30b82
branches: trunk
changeset: 509580:cdb887b30b82
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 11 22:00:01 2006 +0000
description:
Initial import of libsigsegv-2.2 from pkgsrc-wip, packaged by
Martijn van Buul.
GNU libsigsegv is a library for handling page faults in user mode. A page
fault occurs when a program tries to access a region of memory that is
currently unavailable. Catching and handling a page fault is a useful
technique for implementing:
* Pageable virtual memory
* Memory-mapped access to persistent databases
* Generational garbage collectors
* Stack overflow handlers
* Distributed shared memory
diffstat:
devel/libsigsegv/DESCR | 10 ++++++++++
devel/libsigsegv/Makefile | 17 +++++++++++++++++
devel/libsigsegv/PLIST | 3 +++
devel/libsigsegv/buildlink3.mk | 20 ++++++++++++++++++++
devel/libsigsegv/distinfo | 5 +++++
5 files changed, 55 insertions(+), 0 deletions(-)
diffs (75 lines):
diff -r 06a183c6eda7 -r cdb887b30b82 devel/libsigsegv/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsigsegv/DESCR Sat Mar 11 22:00:01 2006 +0000
@@ -0,0 +1,10 @@
+GNU libsigsegv is a library for handling page faults in user mode. A page
+fault occurs when a program tries to access a region of memory that is
+currently unavailable. Catching and handling a page fault is a useful
+technique for implementing:
+
+* Pageable virtual memory
+* Memory-mapped access to persistent databases
+* Generational garbage collectors
+* Stack overflow handlers
+* Distributed shared memory
diff -r 06a183c6eda7 -r cdb887b30b82 devel/libsigsegv/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsigsegv/Makefile Sat Mar 11 22:00:01 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
+#
+
+DISTNAME= libsigsegv-2.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
+
+MAINTAINER= martijn.van.buul%gmail.com@localhost
+HOMEPAGE= http://libsigsegv.sourceforge.net/
+COMMENT= Library for handling page faults in user mode
+
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"
diff -r 06a183c6eda7 -r cdb887b30b82 devel/libsigsegv/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsigsegv/PLIST Sat Mar 11 22:00:01 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
+include/sigsegv.h
+lib/libsigsegv.la
diff -r 06a183c6eda7 -r cdb887b30b82 devel/libsigsegv/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsigsegv/buildlink3.mk Sat Mar 11 22:00:01 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBSIGSEGV_BUILDLINK3_MK:= ${LIBSIGSEGV_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libsigsegv
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibsigsegv}
+BUILDLINK_PACKAGES+= libsigsegv
+
+.if !empty(LIBSIGSEGV_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libsigsegv+= libsigsegv>=2.2
+BUILDLINK_PKGSRCDIR.libsigsegv?= ../../wip/libsigsegv
+# only installs a static library
+BUILDLINK_DEPMETHOD.libsigsegv?= build
+.endif # LIBSIGSEGV_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 06a183c6eda7 -r cdb887b30b82 devel/libsigsegv/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsigsegv/distinfo Sat Mar 11 22:00:01 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
+
+SHA1 (libsigsegv-2.2.tar.gz) = 793bb8ddd8f14db54d4c6acae751eab571c8508c
+RMD160 (libsigsegv-2.2.tar.gz) = 778b9a76f6501fd6a45dec3e4cca1f6786d9de03
+Size (libsigsegv-2.2.tar.gz) = 361450 bytes
Home |
Main Index |
Thread Index |
Old Index