Initial import of siproxd-0.5.11
Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections work via an masquerading firewall (NAT). It allows SIP software clients (like kphone, linphone) or SIP hardware clients (Voice over IP phones which are SIP-compatible, such as those from Cisco, Grandstream or Snom) to work behind an IP masquerading firewall or NAT router. from markus@
This commit is contained in:
parent
a1e5e32966
commit
569b7d561e
36
telephony/siproxd/Makefile
Normal file
36
telephony/siproxd/Makefile
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2005/06/29 21:15:24 sturm Exp $
|
||||||
|
|
||||||
|
COMMENT= "proxy/masquerading daemon for the SIP protocol"
|
||||||
|
|
||||||
|
DISTNAME= siproxd-0.5.11
|
||||||
|
CATEGORIES= telephony net
|
||||||
|
|
||||||
|
HOMEPAGE= http://siproxd.sourceforge.net/
|
||||||
|
|
||||||
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
||||||
|
|
||||||
|
# GPL
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
WANTLIB= c pthread
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=siproxd/}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE=gnu
|
||||||
|
|
||||||
|
LIB_DEPENDS= osip2,osipparser2::telephony/libosip2
|
||||||
|
|
||||||
|
DOCDIR= ${PREFIX}/share/doc/siproxd
|
||||||
|
EXDIR= ${PREFIX}/share/examples/siproxd
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||||
|
${INSTALL_DATA} ${WRKDIST}/doc/FAQ ${DOCDIR}
|
||||||
|
${INSTALL_DATA} ${WRKDIST}/doc/KNOWN_BUGS ${DOCDIR}
|
||||||
|
${INSTALL_DATA_DIR} ${EXDIR}
|
||||||
|
${INSTALL_DATA} ${WRKDIST}/doc/siproxd.conf.example ${EXDIR}
|
||||||
|
${INSTALL_DATA} ${WRKDIST}/doc/siproxd_passwd.cfg ${EXDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
4
telephony/siproxd/distinfo
Normal file
4
telephony/siproxd/distinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD5 (siproxd-0.5.11.tar.gz) = a614f60683f9ea9423573bc5d646c525
|
||||||
|
RMD160 (siproxd-0.5.11.tar.gz) = ef9fc14421c64d42a131a53627391b2fab934465
|
||||||
|
SHA1 (siproxd-0.5.11.tar.gz) = b1fb295cd8194d743f98dd3c5c5976ed6bcd96ab
|
||||||
|
SIZE (siproxd-0.5.11.tar.gz) = 216684
|
12
telephony/siproxd/patches/patch-src_Makefile_in
Normal file
12
telephony/siproxd/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2005/06/29 21:15:24 sturm Exp $
|
||||||
|
--- src/Makefile.in.orig Wed Jun 29 22:55:19 2005
|
||||||
|
+++ src/Makefile.in Wed Jun 29 22:59:37 2005
|
||||||
|
@@ -501,7 +501,7 @@ uninstall-am: uninstall-info-am uninstal
|
||||||
|
# count BUILDs - each time increment by one and define the
|
||||||
|
# C macro BUILDNO. bind it to a file everybody includes (log.h)
|
||||||
|
#
|
||||||
|
-log.h: increment_build
|
||||||
|
+log.h:
|
||||||
|
|
||||||
|
increment_build:
|
||||||
|
@echo "incrementing BUILD number"
|
8
telephony/siproxd/pkg/DESCR
Normal file
8
telephony/siproxd/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Siproxd is a proxy/masquerading daemon for the SIP protocol. It
|
||||||
|
handles registrations of SIP clients on a private IP network and
|
||||||
|
performs rewriting of the SIP message bodies to make SIP connections
|
||||||
|
work via an masquerading firewall (NAT). It allows SIP software
|
||||||
|
clients (like kphone, linphone) or SIP hardware clients (Voice over
|
||||||
|
IP phones which are SIP-compatible, such as those from Cisco,
|
||||||
|
Grandstream or Snom) to work behind an IP masquerading firewall or
|
||||||
|
NAT router.
|
8
telephony/siproxd/pkg/PLIST
Normal file
8
telephony/siproxd/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/06/29 21:15:24 sturm Exp $
|
||||||
|
sbin/siproxd
|
||||||
|
share/doc/siproxd/
|
||||||
|
share/doc/siproxd/FAQ
|
||||||
|
share/doc/siproxd/KNOWN_BUGS
|
||||||
|
share/examples/siproxd/
|
||||||
|
share/examples/siproxd/siproxd.conf.example
|
||||||
|
share/examples/siproxd/siproxd_passwd.cfg
|
Loading…
Reference in New Issue
Block a user