Port for UCL common multimedia library, used by tools like sdr and rat.

Submitted by:	Garrett Wollman <wollman@lcs.mit.edu>
This commit is contained in:
Bill Fenner 2000-01-26 05:56:05 +00:00
parent 203c546fe7
commit 012e509234
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25080
5 changed files with 53 additions and 0 deletions

31
devel/uclmmbase/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: uclmmbase
# Version required: 1.0.9
# Date created: Thanksgiving Day, 1999
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
# $FreeBSD$
#
DISTNAME= common-1.0.9
PKGNAME= uclmmbase-1.0.9
CATEGORIES= devel
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
WRKSRC= ${WRKDIR}/common
HAS_CONFIGURE= yes
USE_GMAKE= yes
RESTRICTED= "Contains DES cryptography."
INSTALL_HDRS= base64.h config_win32.h config_unix.h crypt_random.h \
debug.h hmac.h mbus.h md5.h memory.h net_udp.h qfDES.h \
rtp.h util.h version.h
do-install:
cd ${WRKSRC}; \
${INSTALL} -c -o root -g wheel -m 444 libcommon.a \
${PREFIX}/lib/libuclmmbase.a; \
${MKDIR} ${PREFIX}/include/uclmmbase; \
${INSTALL_DATA} ${INSTALL_HDRS} ${PREFIX}/include/uclmmbase
.include <bsd.port.mk>

1
devel/uclmmbase/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (common-1.0.9.tar.gz) = dff003f6b8a2f1bcb91262e45358e4b4

View File

@ -0,0 +1 @@
Common subroutines for UCL mbone applications

View File

@ -0,0 +1,5 @@
The uclmmbase library (originally named libcommon, and renamed here
to avoid confusion) is used by the IP multicast tools developed by
University College, London. It contains IP multicast management,
real-time transport protocol, and cryptographic routines, as well as
some convenience functions and header files.

15
devel/uclmmbase/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
lib/libuclmmbase.a
include/uclmmbase/base64.h
include/uclmmbase/config_win32.h
include/uclmmbase/config_unix.h
include/uclmmbase/crypt_random.h
include/uclmmbase/debug.h
include/uclmmbase/hmac.h
include/uclmmbase/mbus.h
include/uclmmbase/md5.h
include/uclmmbase/memory.h
include/uclmmbase/net_udp.h
include/uclmmbase/qfDES.h
include/uclmmbase/rtp.h
include/uclmmbase/util.h
include/uclmmbase/version.h