1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

New port: devel/libosmo-abis

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

PR:		191878
Submitted by:	Nikola Kolev <koue@chaosophia.net>
This commit is contained in:
Kurt Jaeger 2014-08-11 18:22:49 +00:00
parent 9fc27559c6
commit 49171edd5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364634
5 changed files with 63 additions and 0 deletions

View File

@ -1105,6 +1105,7 @@
SUBDIR += libopkele
SUBDIR += liborcus
SUBDIR += libosinfo
SUBDIR += libosmo-abis
SUBDIR += libosmo-sccp
SUBDIR += libosmocore
SUBDIR += libowfat

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= libosmo-abis
PORTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
MAINTAINER= koue@chaosophia.net
COMMENT= Shared code regarding the A-bis interface between BTS and BSC
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore \
libortp.so:${PORTSDIR}/net/ortp
USES= gmake libtool pkgconfig
USE_AUTOTOOLS= aclocal autoconf automake libtoolize autoheader
AUTOMAKE_ARGS= --gnu --add-missing --copy
post-patch:
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmoabis.so.3
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmotrau.so.0
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libosmo-abis-0.2.0.tar.gz) = 2f641539a392487571943322bba4e30a1953b736fa2cc4a96fc5ac46dd877bb3
SIZE (libosmo-abis-0.2.0.tar.gz) = 75256

View File

@ -0,0 +1,5 @@
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

View File

@ -0,0 +1,23 @@
include/osmocom/abis/ipa.h
include/osmocom/abis/trau_frame.h
include/osmocom/abis/ipa_proxy.h
include/osmocom/abis/ipaccess.h
include/osmocom/abis/abis.h
include/osmocom/abis/subchan_demux.h
include/osmocom/abis/e1_input.h
include/osmocom/abis/lapd.h
include/osmocom/abis/lapd_pcap.h
include/osmocom/trau/osmo_ortp.h
lib/libosmoabis.so.3.0.0
lib/libosmoabis.so.3
lib/libosmoabis.so
lib/libosmotrau.so.0.0.0
lib/libosmotrau.so.0
lib/libosmotrau.so
lib/libosmoabis.a
lib/libosmotrau.a
libdata/pkgconfig/libosmoabis.pc
libdata/pkgconfig/libosmotrau.pc
@dirrm include/osmocom/abis
@dirrm include/osmocom/trau
@dirrmtry include/osmocom