adding wip/siproxd
This commit is contained in:
parent
4387f8b443
commit
4dba113668
4 changed files with 35 additions and 0 deletions
4
siproxd/DESCR
Normal file
4
siproxd/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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 a masquerading
|
||||
firewall (NAT).
|
23
siproxd/Makefile
Normal file
23
siproxd/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/04/16 22:53:42 gschwarz Exp $
|
||||
|
||||
DISTNAME= siproxd-16Apr2005
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://home.tiscalinet.ch/ries/siproxd/
|
||||
|
||||
MAINTAINER= schwarz@NetBSD.org
|
||||
HOMEPAGE= http://siproxd.sourceforge.net/
|
||||
COMMENT= a SIP ALG
|
||||
|
||||
WRKSRC= ${WRKDIR}/siproxd-0.5.11
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GNU_TOOLS+= make
|
||||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= --with-libosip-prefix=${BUILDLINK_PREFIX.libosip2}
|
||||
|
||||
PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:S|^${PREFIX}/||}
|
||||
|
||||
INSTALLATION_DIRS= sbin ${PKG_SYSCONFDIR:S|^${PREFIX}/||}
|
||||
|
||||
.include "../../devel/libosip/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
siproxd/PLIST
Normal file
3
siproxd/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${PKG_SYSCONFDIR}/siproxd.conf.example
|
||||
${PKG_SYSCONFDIR}/siproxd_passwd.cfg
|
||||
sbin/siproxd
|
5
siproxd/distinfo
Normal file
5
siproxd/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/04/16 22:53:42 gschwarz Exp $
|
||||
|
||||
SHA1 (siproxd-16Apr2005.tar.gz) = 9297ef4c9c9818422603148c0bffe4d89cfb9a47
|
||||
RMD160 (siproxd-16Apr2005.tar.gz) = 0bf370d3c5294d2f68376803e1748cc2aad0cb55
|
||||
Size (siproxd-16Apr2005.tar.gz) = 215561 bytes
|
Loading…
Reference in a new issue