diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-08-02 10:00:05 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-08-02 10:00:05 +0000 |
| commit | 04f21251747b42f1bed1c706e2e9b69483f4cb23 (patch) | |
| tree | 726b98eceb1e86eb851e242cfb8933e8fc909bc8 | |
| parent | 6abf92f21db43c131f1cb6a2aa0c8d7f83e58072 (diff) | |
devel/ossp-xds: Remove expired port
2025-07-31 devel/ossp-xds: Abandoned upstream, last release in 2005
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/ossp-xds/Makefile | 27 | ||||
| -rw-r--r-- | devel/ossp-xds/distinfo | 2 | ||||
| -rw-r--r-- | devel/ossp-xds/files/patch-xds.c | 11 | ||||
| -rw-r--r-- | devel/ossp-xds/pkg-descr | 8 | ||||
| -rw-r--r-- | devel/ossp-xds/pkg-plist | 8 |
7 files changed, 1 insertions, 57 deletions
@@ -4693,3 +4693,4 @@ textproc/xmlenc||2025-08-02|Has expired: Outdated and obsolete, last release in devel/make++||2025-08-02|Has expired: Abandonware, last release in 2017 devel/scandoc||2025-08-02|Has expired: Abandoned project, last release in in 2001 devel/silc-toolkit||2025-08-02|Has expired: Protocol that never got any traction, last release in 2014 +devel/ossp-xds||2025-08-02|Has expired: Abandoned upstream, last release in 2005 diff --git a/devel/Makefile b/devel/Makefile index ae25334baf20..4c2067c03a2c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1840,7 +1840,6 @@ SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var - SUBDIR += ossp-xds SUBDIR += outcome SUBDIR += p4 SUBDIR += p4.el 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 |
