Commit a9d27d45 authored by Rene Ladan's avatar Rene Ladan
Browse files

*/*: Remove expired ports:

2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream
2021-06-23 net/openggsn: Uses EOL Python 2.7 via devel/libosmocore
2021-06-23 devel/libosmo-abis: Uses EOL Python 2.7 via devel/libosmocore
parent 619332f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16429,3 +16429,6 @@ lang/spidermonkey185||2021-06-26|Has expired: Uses Python 2.7 which is EOLed ups
www/aws||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/gnatpython
www/aws-demos||2021-06-26|Has expired: Uses EOL Python 2.7 via www/aws
devel/gnatpython||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream
devel/libosmocore||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream
net/openggsn||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore
devel/libosmo-abis||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore
+0 −2
Original line number Diff line number Diff line
@@ -1276,8 +1276,6 @@
    SUBDIR += libopkele
    SUBDIR += liborcus
    SUBDIR += libosinfo
    SUBDIR += libosmo-abis
    SUBDIR += libosmocore
    SUBDIR += libowfat
    SUBDIR += libpafe
    SUBDIR += libpafe-ruby

devel/libosmo-abis/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
PORTNAME=	libosmo-abis
PORTVERSION=	0.7.0
CATEGORIES=	devel
MASTER_SITES=	http://git.osmocom.org/libosmo-abis/snapshot/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Shared code regarding the A-bis interface between BTS and BSC

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Uses EOL Python 2.7 via devel/libosmocore
EXPIRATION_DATE=2021-06-23

LIB_DEPENDS=	libosmocore.so:devel/libosmocore \
		libtalloc.so:devel/talloc \
		libortp.so:net/ortp

USES=		autoreconf gmake libtool pathfix pkgconfig
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

post-patch:
	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version

.include <bsd.port.mk>

devel/libosmo-abis/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1570136275
SHA256 (libosmo-abis-0.7.0.tar.gz) = d869a1cfb3afdb3d5786ba0708bdb166ab85621bab653aee138d0bd7b34c40f6
SIZE (libosmo-abis-0.7.0.tar.gz) = 90549

devel/libosmo-abis/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
This is a library containing common/shared code regarding the A-bis
interface between BTS and BSC. It implements drivers for mISDN and DAHDI
based E1 cards, as well as some A-bis/IP dialects.

WWW: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
Loading