mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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@chaosophia.net (maintainer)
This commit is contained in:
parent
4a57b32379
commit
7b57200a3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362032
@ -451,6 +451,7 @@
|
||||
SUBDIR += openam
|
||||
SUBDIR += openbgpd
|
||||
SUBDIR += opendpi
|
||||
SUBDIR += openggsn
|
||||
SUBDIR += openh323
|
||||
SUBDIR += openldap24-client
|
||||
SUBDIR += openldap24-sasl-client
|
||||
|
28
net/openggsn/Makefile
Normal file
28
net/openggsn/Makefile
Normal file
@ -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@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>
|
2
net/openggsn/distinfo
Normal file
2
net/openggsn/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (openggsn-0.91.tar.gz) = a4b11714069af4211daf7297480562ed9aae7a65647c02d52a3c3c6a1ae64d81
|
||||
SIZE (openggsn-0.91.tar.gz) = 145300
|
6
net/openggsn/pkg-descr
Normal file
6
net/openggsn/pkg-descr
Normal file
@ -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
|
10
net/openggsn/pkg-plist
Normal file
10
net/openggsn/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user