summaryrefslogtreecommitdiff
path: root/devel/ossp-xds
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-xds')
-rw-r--r--devel/ossp-xds/Makefile27
-rw-r--r--devel/ossp-xds/distinfo2
-rw-r--r--devel/ossp-xds/files/patch-xds.c11
-rw-r--r--devel/ossp-xds/pkg-descr8
-rw-r--r--devel/ossp-xds/pkg-plist8
5 files changed, 0 insertions, 56 deletions
diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile
deleted file mode 100644
index 6a003c374e30..000000000000
--- a/devel/ossp-xds/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= xds
-PORTVERSION= 0.9.3
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= OSSP/lib/${PORTNAME}
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Generic and extensible framework for serialization
-WWW= http://www.ossp.org/pkg/lib/xds/
-
-DEPRECATED= Abandoned upstream, last release in 2005
-EXPIRATION_DATE=2025-07-31
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= libtool
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-USE_LDCONFIG= yes
-TEST_TARGET= check # XXX: 20 of 26 tests fail
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
-
-.include <bsd.port.mk>
diff --git a/devel/ossp-xds/distinfo b/devel/ossp-xds/distinfo
deleted file mode 100644
index 4b6a5a53768f..000000000000
--- a/devel/ossp-xds/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xds-0.9.3.tar.gz) = e21b441ea4fa8a568dbb5c22149313041d052c4591de81cba2147fdb9b9eebc8
-SIZE (xds-0.9.3.tar.gz) = 350700
diff --git a/devel/ossp-xds/files/patch-xds.c b/devel/ossp-xds/files/patch-xds.c
deleted file mode 100644
index 5f8eb7ab3925..000000000000
--- a/devel/ossp-xds/files/patch-xds.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- xds.c.orig 2005-06-02 18:50:56 UTC
-+++ xds.c
-@@ -383,7 +383,7 @@ int xds_vencode(xds_t *xds, const char *
-
- /* Execute the engine. */
- used_buffer_size = 0;
-- args_backup = args;
-+ va_copy(args_backup, args);
- rc = (*xds->engines[pos].engine)(
- xds, xds->engines[pos].context,
- xds->buffer + xds->buffer_len,
diff --git a/devel/ossp-xds/pkg-descr b/devel/ossp-xds/pkg-descr
deleted file mode 100644
index e4ef2e2d772a..000000000000
--- a/devel/ossp-xds/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The OSSP xds library is generic and extensible encoding and decoding
-framework for the serialization of arbitrary ISO C data types. OSSP
-xds consists of three components: the generic encoding and decoding
-framework, a set of shipped engines to encode and decode values in
-certain existing formats (Sun RPC/XDR and XDS/XML are currently
-provided), and a run-time context, which is used to manage buffers,
-registered engines, etc. The library is designed to allow fully
-recursive and efficient encoding/decoding of arbitrary nested data.
diff --git a/devel/ossp-xds/pkg-plist b/devel/ossp-xds/pkg-plist
deleted file mode 100644
index cd2e1ad2ad51..000000000000
--- a/devel/ossp-xds/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/xds-config
-include/xds.h
-lib/libxds.a
-lib/libxds.so
-lib/libxds.so.9
-lib/libxds.so.9.0.23
-share/man/man1/xds-config.1.gz
-share/man/man3/xds.3.gz