diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-05-03 22:48:41 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-05-03 22:48:41 +0000 |
commit | 119f62ab62c57c0b5e64ae5fd8eaa66d376c18d3 (patch) | |
tree | e2339f8a755218bf8e957f64b86b49762adb458b /net/libsrtp | |
parent | 7e64e635377b970d4ff16087b22f28290fa8828b (diff) |
Notes
Diffstat (limited to 'net/libsrtp')
-rw-r--r-- | net/libsrtp/Makefile | 24 | ||||
-rw-r--r-- | net/libsrtp/distinfo | 2 | ||||
-rw-r--r-- | net/libsrtp/pkg-descr | 4 | ||||
-rw-r--r-- | net/libsrtp/pkg-plist | 36 |
4 files changed, 66 insertions, 0 deletions
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile new file mode 100644 index 000000000000..f6518b2345c9 --- /dev/null +++ b/net/libsrtp/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libsrtp +# Date created: 2 May 2011 +# Whom: Alexander Brovikov <alexander@brovikov.ru> +# +# $FreeBSD$ +# + +PORTNAME= libsrtp +PORTVERSION= 1.4.4 +CATEGORIES= net +MASTER_SITES= SF/${ORIGNAME}/${ORIGNAME}/${PORTVERSION} +DISTNAME= ${ORIGNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= alexander@brovikov.ru +COMMENT= A library implementing Secure RTP + +WRKSRC= ${WRKDIR}/${ORIGNAME} +ORIGNAME= srtp + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net/libsrtp/distinfo b/net/libsrtp/distinfo new file mode 100644 index 000000000000..6770168773d9 --- /dev/null +++ b/net/libsrtp/distinfo @@ -0,0 +1,2 @@ +SHA256 (srtp-1.4.4.tgz) = d9c2cbb1c95172ed2dc963eff0d6ce1072326dc81cb1dd38414e9f0e430af314 +SIZE (srtp-1.4.4.tgz) = 502890 diff --git a/net/libsrtp/pkg-descr b/net/libsrtp/pkg-descr new file mode 100644 index 000000000000..bd8c5f68a330 --- /dev/null +++ b/net/libsrtp/pkg-descr @@ -0,0 +1,4 @@ +libsrtp is a library implementing Secure RTP. +RTP is used for Voice over IP (VoIP) as well as audio and video streaming; + +WWW: http://sourceforge.net/projects/srtp/ diff --git a/net/libsrtp/pkg-plist b/net/libsrtp/pkg-plist new file mode 100644 index 000000000000..be8bf4e9b13d --- /dev/null +++ b/net/libsrtp/pkg-plist @@ -0,0 +1,36 @@ +lib/libsrtp.a +include/srtp/aes.h +include/srtp/aes_cbc.h +include/srtp/aes_icm.h +include/srtp/alloc.h +include/srtp/auth.h +include/srtp/cipher.h +include/srtp/config.h +include/srtp/crypto.h +include/srtp/crypto_kernel.h +include/srtp/crypto_math.h +include/srtp/crypto_types.h +include/srtp/cryptoalg.h +include/srtp/datatypes.h +include/srtp/err.h +include/srtp/getopt_s.h +include/srtp/gf2_8.h +include/srtp/hmac.h +include/srtp/integers.h +include/srtp/kernel_compat.h +include/srtp/key.h +include/srtp/null_auth.h +include/srtp/null_cipher.h +include/srtp/prng.h +include/srtp/rand_source.h +include/srtp/rdb.h +include/srtp/rdbx.h +include/srtp/rtp.h +include/srtp/rtp_priv.h +include/srtp/sha1.h +include/srtp/srtp.h +include/srtp/srtp_priv.h +include/srtp/stat.h +include/srtp/ut_sim.h +include/srtp/xfm.h +@dirrm include/srtp |