diff options
Diffstat (limited to 'devel/ossp-ex')
-rw-r--r-- | devel/ossp-ex/Makefile | 26 | ||||
-rw-r--r-- | devel/ossp-ex/distinfo | 2 | ||||
-rw-r--r-- | devel/ossp-ex/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ossp-ex/pkg-plist | 7 |
4 files changed, 0 insertions, 39 deletions
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile deleted file mode 100644 index aac911cc9572..000000000000 --- a/devel/ossp-ex/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= ex -PORTVERSION= 1.0.6 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= OSSP/lib/${PORTNAME} -PKGNAMEPREFIX= ossp- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Small exception handling library for use in C -WWW= http://www.ossp.org/pkg/lib/ex/ - -DEPRECATED= Abandoned upstream, last release in 2007 -EXPIRATION_DATE=2025-07-31 - -USES= libtool -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_LDCONFIG= yes - -check: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libex.so - -.include <bsd.port.mk> diff --git a/devel/ossp-ex/distinfo b/devel/ossp-ex/distinfo deleted file mode 100644 index 850236db8557..000000000000 --- a/devel/ossp-ex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ex-1.0.6.tar.gz) = 12939f204cad448754aec45c1e828fbed5cf2aac9f03cd8c6cba3249c99f6907 -SIZE (ex-1.0.6.tar.gz) = 329591 diff --git a/devel/ossp-ex/pkg-descr b/devel/ossp-ex/pkg-descr deleted file mode 100644 index 149df5c12ddb..000000000000 --- a/devel/ossp-ex/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/devel/ossp-ex/pkg-plist b/devel/ossp-ex/pkg-plist deleted file mode 100644 index c43e5cad3ba0..000000000000 --- a/devel/ossp-ex/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/ex-config -include/ex.h -lib/libex.a -lib/libex.so -lib/libex.so.10 -lib/libex.so.10.0.26 -share/man/man3/ex.3.gz |