1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Add libsigsegv, a SIGSEGV handling library for user mode.

This commit is contained in:
Hye-Shik Chang 2004-05-28 14:37:36 +00:00
parent df8f3a35a6
commit a2211b901f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110197
5 changed files with 36 additions and 0 deletions

View File

@ -425,6 +425,7 @@
SUBDIR += libsigc++
SUBDIR += libsigc++12
SUBDIR += libsigcx
SUBDIR += libsigsegv
SUBDIR += libslang
SUBDIR += libsoup
SUBDIR += libstatgrab

19
devel/libsigsegv/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: libsigsegv
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= libsigsegv
PORTVERSION= 2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libsigsegv
MAINTAINER= perky@FreeBSD.org
COMMENT= Handling page faults in user mode
GNU_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (libsigsegv-2.1.tar.gz) = 6d75ca3fede5fbfd72a78bc918d9e174
SIZE (libsigsegv-2.1.tar.gz) = 286220

View File

@ -0,0 +1,11 @@
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. 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,
WWW: http://libsigsegv.sourceforge.net/

View File

@ -0,0 +1,3 @@
include/sigsegv.h
lib/libsigsegv.a
lib/libsigsegv.la