[Midnightbsd-cvs] mports: mports/net: Add ilbc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Dec 28 16:52:17 EST 2007


Log Message:
-----------
Add ilbc

Modified Files:
--------------
    mports/net:
        Makefile (r1.46 -> r1.47)

Added Files:
-----------
    mports/net/ilbc:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -L net/Makefile -L net/Makefile -u -r1.46 -r1.47
--- net/Makefile
+++ net/Makefile
@@ -10,6 +10,7 @@
     SUBDIR += fping
     SUBDIR += freeradius
     SUBDIR += gnet2
+    SUBDIR += ilbc
     SUBDIR += kdenetwork3
     SUBDIR += libdnet
     SUBDIR += libnet
--- /dev/null
+++ net/ilbc/pkg-descr
@@ -0,0 +1,19 @@
+iLBC (internet Low Bitrate Codec)
+
+iLBC is a FREE speech codec suitable for robust voice communication
+over IP. The codec is designed for narrow band speech and results
+in a payload bit rate of 13.33 kbit/s with an encoding frame length
+of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec
+enables graceful speech quality degradation in the case of lost frames,
+which occurs in connection with lost or delayed IP packets.
+
+Features:
+
+ * Bitrate 13.33 kbps (399 bits, packetized in 50 bytes) for the frame
+   size of 30 ms and 15.2 kbps (303 bits, packetized in 38 bytes) for
+   the frame size of 20 ms
+ * Basic quality higher then G.729A, high robustness to packet loss
+ * Computational complexity in a range of G.729A
+ * Royalty Free Codec
+
+WWW:	http://www.ilbcfreeware.org/
--- /dev/null
+++ net/ilbc/pkg-plist
@@ -0,0 +1,8 @@
+include/ilbc/iLBC_decode.h
+include/ilbc/iLBC_encode.h
+include/ilbc/iLBC_define.h
+lib/libilbc.a
+lib/libilbc.la
+lib/libilbc.so
+lib/libilbc.so.0
+ at dirrm include/ilbc
--- /dev/null
+++ net/ilbc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	ilbc
+# Date created:				16 January 2006
+# Whom:					Alex Miller <asm at asm.kiev.ua>
+#
+# $MidnightBSD: mports/net/ilbc/Makefile,v 1.1 2007/12/28 21:52:15 laffer1 Exp $
+# $FreeBSD: ports/net/ilbc/Makefile,v 1.3 2007/02/01 02:41:50 kris Exp $
+#
+
+PORTNAME=	ilbc
+DISTVERSION=	rfc3951
+CATEGORIES=	net
+MASTER_SITES=	http://simon.morlat.free.fr/download/1.2.x/source/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Internet Low Bit Rate codec (RFC3951)
+LICENSE=	unknown
+
+USE_AUTOTOOLS=	libtool:15
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/ilbc/distinfo
@@ -0,0 +1,3 @@
+MD5 (ilbc-rfc3951.tar.gz) = c53bb4f1d7184789ab90d2d33571e78a
+SHA256 (ilbc-rfc3951.tar.gz) = 5aef41a94f1a752b07190b5d2880128af251d9559d28a004ebfff228695caa57
+SIZE (ilbc-rfc3951.tar.gz) = 330306


More information about the Midnightbsd-cvs mailing list