pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import segvcatch-0.9.0 as wip/segvcatch.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Mar 5 17:57:00 2016 +0100
Changeset:	490f5cb7e535f5c2b7c5e3f26a7550d950a0922b

Added Files:
	segvcatch/DESCR
	segvcatch/Makefile
	segvcatch/PLIST
	segvcatch/distinfo

Log Message:
Import segvcatch-0.9.0 as wip/segvcatch.

This is a crossplatform C++ library designed to convert a hardware exceptions,
such as segmentation fault, or floating point errors, into a software language
exceptions, which can be handled later with a try/catch construction.

Other words, it's a crossplatform structured exception handling (SEH).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=490f5cb7e535f5c2b7c5e3f26a7550d950a0922b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 segvcatch/DESCR    |  5 +++++
 segvcatch/Makefile | 15 +++++++++++++++
 segvcatch/PLIST    |  1 +
 segvcatch/distinfo |  6 ++++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/segvcatch/DESCR b/segvcatch/DESCR
new file mode 100644
index 0000000..0f4422b
--- /dev/null
+++ b/segvcatch/DESCR
@@ -0,0 +1,5 @@
+This is a crossplatform C++ library designed to convert a hardware exceptions,
+such as segmentation fault, or floating point errors, into a software language
+exceptions, which can be handled later with a try/catch construction.
+
+Other words, it's a crossplatform structured exception handling (SEH).
diff --git a/segvcatch/Makefile b/segvcatch/Makefile
new file mode 100644
index 0000000..10f94fb
--- /dev/null
+++ b/segvcatch/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	segvcatch-0.9.0
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Plaristote/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	${MASTER_SITE_GITHUB:=Plaristote/segvcatch/}
+COMMENT=	C++ library converting hardware exceptions into a software exceptions
+LICENSE=	gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/segvcatch/PLIST b/segvcatch/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/segvcatch/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/segvcatch/distinfo b/segvcatch/distinfo
new file mode 100644
index 0000000..d9cf47a
--- /dev/null
+++ b/segvcatch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (segvcatch-0.9.0.tar.gz) = 810dcd8e2836fa0ae95d7f222dedcb66e80a5d57
+RMD160 (segvcatch-0.9.0.tar.gz) = dbf00ff33c89f7810f1746aacb8ca79b021e4f07
+SHA512 (segvcatch-0.9.0.tar.gz) = 7df89523bfb9229753cfceda522e03f7c0cd1a3036a908974d8b9064cad87b8cb18a714ced5d83f6c8fd6aedb72a2e63b8410330d1630596d1594ff4ff0c009a
+Size (segvcatch-0.9.0.tar.gz) = 7754 bytes


Home | Main Index | Thread Index | Old Index