freebsd-ports/misc/openr2/pkg-plist
Max Khon 26cf865282 New port: openr2
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the Zapata Telephony interface (or DAHDI). The MF R2 tones required for the
signaling are generated by code borrowed from the LGPL library SpanDSP
written by Steve Underwood, the user has the option to provide a MF interface
to use his own MF R2 tone generation and detection so the library will use
them when needed, that's why this library does not depend directly on spandsp,
libteletone or zaptel for tone generation and detection (depends on zaptel
for CAS bits and general media transmission though)

WWW:    http://libopenr2.org/
2012-06-27 17:13:55 +00:00

20 lines
708 B
Text

bin/r2dtmf_detect
bin/r2test
@unexec if cmp -s %D/etc/r2proto.conf %D/etc/r2proto.conf-dist; then rm -f %D/etc/r2proto.conf; fi
etc/r2proto.conf-dist
@exec if test ! -e %D/etc/r2proto.conf; then cp -p %D/etc/r2proto.conf-dist %D/etc/r2proto.conf; fi
@unexec if cmp -s %D/etc/r2test.conf %D/etc/r2test.conf-dist; then rm -f %D/etc/r2test.conf; fi
etc/r2test.conf-dist
@exec if test ! -e %D/etc/r2test.conf; then cp -p %D/etc/r2test.conf-dist %D/etc/r2test.conf; fi
@exec false
include/openr2.h
include/openr2/r2chan.h
include/openr2/r2context.h
include/openr2/r2log.h
include/openr2/r2proto.h
include/openr2/r2utils.h
lib/libopenr2.a
lib/libopenr2.la
lib/libopenr2.so
lib/libopenr2.so.4
@dirrm include/openr2