svn commit: r362032 - in head/net: . openggsn

Kurt Jaeger pi at FreeBSD.org
Wed Jul 16 05:56:40 UTC 2014


Author: pi
Date: Wed Jul 16 05:56:38 2014
New Revision: 362032
URL: http://svnweb.freebsd.org/changeset/ports/362032
QAT: https://qat.redports.org/buildarchive/r362032/

Log:
  New port: net/openggsn
  
  OpenGGSN is an implementation of the Gateway GPRS Support Node element
  in the GPRS core network.
  OpenGGSN was developed in 2002 to 2004 by Mondru AB and was abandoned
  for some years before adopted by the Osmocom project.
  
  WWW: http://openbsc.osmocom.org/trac/wiki/OpenGGSN
  
  PR:		191876
  Submitted by:	koue at chaosophia.net (maintainer)

Added:
  head/net/openggsn/
  head/net/openggsn/Makefile   (contents, props changed)
  head/net/openggsn/distinfo   (contents, props changed)
  head/net/openggsn/pkg-descr   (contents, props changed)
  head/net/openggsn/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jul 16 05:55:14 2014	(r362031)
+++ head/net/Makefile	Wed Jul 16 05:56:38 2014	(r362032)
@@ -451,6 +451,7 @@
     SUBDIR += openam
     SUBDIR += openbgpd
     SUBDIR += opendpi
+    SUBDIR += openggsn
     SUBDIR += openh323
     SUBDIR += openldap24-client
     SUBDIR += openldap24-sasl-client

Added: head/net/openggsn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/openggsn/Makefile	Wed Jul 16 05:56:38 2014	(r362032)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	openggsn
+PORTVERSION=	0.91
+CATEGORIES=	net
+MASTER_SITES=	http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
+		http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
+
+MAINTAINER=	koue at chaosophia.net
+COMMENT=	Implementation of the Gateway GPRS Support Node element
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gmake libtool
+
+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/libgtp.so.0
+
+.include <bsd.port.mk>

Added: head/net/openggsn/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/openggsn/distinfo	Wed Jul 16 05:56:38 2014	(r362032)
@@ -0,0 +1,2 @@
+SHA256 (openggsn-0.91.tar.gz) = a4b11714069af4211daf7297480562ed9aae7a65647c02d52a3c3c6a1ae64d81
+SIZE (openggsn-0.91.tar.gz) = 145300

Added: head/net/openggsn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/openggsn/pkg-descr	Wed Jul 16 05:56:38 2014	(r362032)
@@ -0,0 +1,6 @@
+OpenGGSN is an implementation of the Gateway GPRS Support Node element 
+in the GPRS core network.
+OpenGGSN was developed in 2002 to 2004 by Mondru AB and was abandoned 
+for some years before adopted by the Osmocom project. 
+
+WWW: http://openbsc.osmocom.org/trac/wiki/OpenGGSN 

Added: head/net/openggsn/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/openggsn/pkg-plist	Wed Jul 16 05:56:38 2014	(r362032)
@@ -0,0 +1,10 @@
+bin/ggsn
+bin/sgsnemu
+include/gtp.h
+include/pdp.h
+lib/libgtp.a
+lib/libgtp.so
+lib/libgtp.so.0
+lib/libgtp.so.0.0.0
+man/man8/ggsn.8.gz
+man/man8/sgsnemu.8.gz


More information about the svn-ports-all mailing list