Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 18:22:50 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364634 - in head/devel: . libosmo-abis
Message-ID:  <53e909fb.2df2.41a7c037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Aug 11 18:22:49 2014
New Revision: 364634
URL: http://svnweb.freebsd.org/changeset/ports/364634
QAT: https://qat.redports.org/buildarchive/r364634/

Log:
  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>

Added:
  head/devel/libosmo-abis/
  head/devel/libosmo-abis/Makefile   (contents, props changed)
  head/devel/libosmo-abis/distinfo   (contents, props changed)
  head/devel/libosmo-abis/pkg-descr   (contents, props changed)
  head/devel/libosmo-abis/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 11 18:14:07 2014	(r364633)
+++ head/devel/Makefile	Mon Aug 11 18:22:49 2014	(r364634)
@@ -1105,6 +1105,7 @@
     SUBDIR += libopkele
     SUBDIR += liborcus
     SUBDIR += libosinfo
+    SUBDIR += libosmo-abis
     SUBDIR += libosmo-sccp
     SUBDIR += libosmocore
     SUBDIR += libowfat

Added: head/devel/libosmo-abis/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosmo-abis/Makefile	Mon Aug 11 18:22:49 2014	(r364634)
@@ -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>

Added: head/devel/libosmo-abis/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosmo-abis/distinfo	Mon Aug 11 18:22:49 2014	(r364634)
@@ -0,0 +1,2 @@
+SHA256 (libosmo-abis-0.2.0.tar.gz) = 2f641539a392487571943322bba4e30a1953b736fa2cc4a96fc5ac46dd877bb3
+SIZE (libosmo-abis-0.2.0.tar.gz) = 75256

Added: head/devel/libosmo-abis/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosmo-abis/pkg-descr	Mon Aug 11 18:22:49 2014	(r364634)
@@ -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

Added: head/devel/libosmo-abis/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosmo-abis/pkg-plist	Mon Aug 11 18:22:49 2014	(r364634)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e909fb.2df2.41a7c037>