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:
parent
df8f3a35a6
commit
a2211b901f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110197
@ -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
19
devel/libsigsegv/Makefile
Normal 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>
|
2
devel/libsigsegv/distinfo
Normal file
2
devel/libsigsegv/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libsigsegv-2.1.tar.gz) = 6d75ca3fede5fbfd72a78bc918d9e174
|
||||
SIZE (libsigsegv-2.1.tar.gz) = 286220
|
11
devel/libsigsegv/pkg-descr
Normal file
11
devel/libsigsegv/pkg-descr
Normal 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/
|
3
devel/libsigsegv/pkg-plist
Normal file
3
devel/libsigsegv/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
include/sigsegv.h
|
||||
lib/libsigsegv.a
|
||||
lib/libsigsegv.la
|
Loading…
x
Reference in New Issue
Block a user