Commit 9e50646e authored by Rene Ladan's avatar Rene Ladan
Browse files

net-mgmt/arts++: Remove expired port

2026-06-30 net-mgmt/arts++: deprecated by upstream, broken
parent 775e1166
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5471,3 +5471,4 @@ editors/notepadnext-devel|editors/notepadnext|2026-06-30|Has expired: editors/no
archivers/zipmix|archivers/archmerge|2026-06-30|Has expired: No longer supported upstream. Replaced by archivers/archmerge
net/frr8-pythontools||2026-06-30|Has expired: No longer maintained
net/frr8||2026-06-30|Has expired: No longer maintained
net-mgmt/arts++||2026-06-30|Has expired: deprecated by upstream, broken
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
    SUBDIR += argus-clients
    SUBDIR += arpscan
    SUBDIR += arpwatch
    SUBDIR += arts++
    SUBDIR += bandwhich
    SUBDIR += bandwidthd
    SUBDIR += bgpq3

net-mgmt/arts++/Makefile

deleted100644 → 0
+0 −47
Original line number Diff line number Diff line
PORTNAME=	arts++
PORTVERSION=	1.1.a13
PORTREVISION=	3
PORTEPOCH=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	https://distrib-coffee.ipsl.jussieu.fr/pub/linux/momonga/3/SOURCES/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Network data storage and analysis library from CAIDA
WWW=		https://catalog.caida.org/software/arts

LICENSE=	LGPL21

BROKEN=		/usr/include/c++/v1/__type_traits/is_trivially_relocatable.h:37:83: error: '__trivially_relocatable' is a private member of 'std::pair<unsigned int, unsigned int>'
DEPRECATED=	deprecated by upstream, broken
EXPIRATION_DATE=	2026-06-30

USES=		gmake libtool
USE_CXXSTD=	c++98
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--enable-shared
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e 's/make_pair/std::make_pair/' \
		${WRKSRC}/classes/include/Ipv4PrefixPatricia.hh.in
	@${REINPLACE_CMD} -e 's|@mandir@|$${DESTDIR}@mandir@|g'  \
		-e 's|@bindir@|$${DESTDIR}@bindir@|g'  \
		${WRKSRC}/apps/*/Makefile.in
	@${REINPLACE_CMD} -e 's|@libdir@|$${DESTDIR}@libdir@|g'  \
		-e 's|@includedir@|$${DESTDIR}@includedir@|g'  \
		${WRKSRC}/classes/*/Makefile.in

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libArts.so

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
.for f in ChangeLog INSTALL WishList
	@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
	@${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}/html

.include <bsd.port.mk>

net-mgmt/arts++/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (arts++-1.1.a13.tar.gz) = a743296cc934f3ad883c3fab1bf5c9bd35eb747b777b5fedb44af5cc291053a7
SIZE (arts++-1.1.a13.tar.gz) = 524413

net-mgmt/arts++/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
arts++ is a support package for CAIDA's cflowd and skitter.

It provides a C++ class library and simple applications for handling
data produced by cflowd and skitter.

See:	http://www.caida.org/tools/measurement/cflowd/
	http://www.caida.org/tools/measurement/skitter/
Loading