1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Libre is a portable and generic library for real-time communications

with async IO support and a complete SIP stack with support for SDP,
RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.

Features:

- SIP Stack (RFC 3261)
- SDP
- RTP and RTCP
- DNS-Client
- STUN/TURN/ICE
- BFCP
- Jitter-buffer
- Async I/O (poll, epoll, select)
- UDP/TCP/TLS transport

WWW: http://www.creytiv.com/re.html
This commit is contained in:
Chris Rees 2012-09-01 11:38:01 +00:00
parent 3b1d3c9f1e
commit 9225b2fce9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303468
5 changed files with 88 additions and 0 deletions

View File

@ -626,6 +626,7 @@
SUBDIR += raproxy
SUBDIR += raul
SUBDIR += rawrec
SUBDIR += re
SUBDIR += rebot3
SUBDIR += resid
SUBDIR += rexima

23
audio/re/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= re
PORTVERSION= 0.4.0
CATEGORIES= audio devel
MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Library for real-time comms with async IO support
USE_LDCONFIG= yes
USE_GMAKE= yes
PORTDATA= re.mk
do-install:
${MKDIR} ${PREFIX}/include/${PORTNAME} ${DATADIR}
(cd ${WRKSRC}/include && \
${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME})
${INSTALL_DATA} ${WRKSRC}/mk/${PORTNAME}.mk ${DATADIR}
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${PREFIX}/lib
.include <bsd.port.mk>

2
audio/re/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (re-0.4.0.tar.gz) = 1057da19d56dd44ca8d36202aeb5801f611bc9840840e19f55c4f17388de0683
SIZE (re-0.4.0.tar.gz) = 252293

17
audio/re/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
Libre is a portable and generic library for real-time communications
with async IO support and a complete SIP stack with support for SDP,
RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.
Features:
- SIP Stack (RFC 3261)
- SDP
- RTP and RTCP
- DNS-Client
- STUN/TURN/ICE
- BFCP
- Jitter-buffer
- Async I/O (poll, epoll, select)
- UDP/TCP/TLS transport
WWW: http://www.creytiv.com/re.html

45
audio/re/pkg-plist Normal file
View File

@ -0,0 +1,45 @@
include/re/re_net.h
include/re/re_list.h
include/re/re_hash.h
include/re/re_stun.h
include/re/re_tls.h
include/re/re_lock.h
include/re/re_base64.h
include/re/re_bfcp.h
include/re/re_sip.h
include/re/re_dbg.h
include/re/re_sys.h
include/re/re_tmr.h
include/re/re_types.h
include/re/re_mbuf.h
include/re/re_mem.h
include/re/re_mqueue.h
include/re/re_crc32.h
include/re/re_main.h
include/re/re_uri.h
include/re/re_jbuf.h
include/re/re_sipevent.h
include/re/re_telev.h
include/re/re_httpauth.h
include/re/re_dns.h
include/re/re_ice.h
include/re/re_sdp.h
include/re/re.h
include/re/re_conf.h
include/re/re_rtp.h
include/re/re_md5.h
include/re/re_fmt.h
include/re/re_turn.h
include/re/re_sipreg.h
include/re/re_natbd.h
include/re/re_bitv.h
include/re/re_sa.h
include/re/re_sha.h
include/re/re_mod.h
include/re/re_sipsess.h
include/re/re_hmac.h
include/re/re_tcp.h
include/re/re_udp.h
lib/libre.so
lib/libre.a
@dirrm include/re