OSSP ex is a small ISO-C++ style exception handling library for use in the

ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust. By Ralf Engelschall. His s***'s not ****ed
up.
This commit is contained in:
Alan Eldridge 2003-01-31 20:21:24 +00:00
parent 819c5fb11c
commit beb35905c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74374
7 changed files with 45 additions and 0 deletions

View File

@ -409,6 +409,7 @@
SUBDIR += oniguruma
SUBDIR += openzz
SUBDIR += orbitcpp
SUBDIR += ossp-ex
SUBDIR += ossp-mm
SUBDIR += p4.el
SUBDIR += p4db

27
devel/ossp-ex/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ossp-mm
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= ex
PORTVERSION= 1.0.2
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/ex/
PKGNAMEPREFIX= ossp-
MAINTAINER= alane@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
#EOF

1
devel/ossp-ex/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ex-1.0.2.tar.gz) = 5fa7e0f173fc51ca1cd2fae1df81c820

View File

@ -0,0 +1 @@
MAN3+= ex.3

View File

@ -0,0 +1 @@
OSSP ex is a small exception handling library for use in C

8
devel/ossp-ex/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
OSSP ex is a small ISO-C++ style exception handling library for use in the
ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust.
WWW: http://www.ossp.org/pkg/lib/ex/
-- AlanE@FreeBSD.org

6
devel/ossp-ex/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/ex-config
include/ex.h
lib/libex.a
lib/libex.la
lib/libex.so
lib/libex.so.10