summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-08 23:15:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-08 23:15:23 +0000
commit12e0ba4a7535445368eaa64c53c16da90c93c95f (patch)
treed73329986b2ff88162708554a2f68e3f16c0961f /audio
parentFix directory traversal vulnerability. (diff)
AMR encoder/decoder from www.3gpp.org.
Modified for use with Mbuni MMS Gateway <www.mbuni.org> (look at http://www.mbuni.org/userguide.shtml#install for more info). PR: ports/78541 Submitted by: Andrew Wingorodov <andr@sms-tv.ru>
Notes
Notes: svn path=/head/; revision=130665
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/amrcoder/Makefile20
-rw-r--r--audio/amrcoder/distinfo2
-rw-r--r--audio/amrcoder/pkg-descr9
-rw-r--r--audio/amrcoder/pkg-plist2
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 2c18852bd0a6..26ac23d6227b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -17,6 +17,7 @@
SUBDIR += amarok
SUBDIR += amp
SUBDIR += ample
+ SUBDIR += amrcoder
SUBDIR += anthem
SUBDIR += arts
SUBDIR += artswrapper
diff --git a/audio/amrcoder/Makefile b/audio/amrcoder/Makefile
new file mode 100644
index 000000000000..95942b3857e0
--- /dev/null
+++ b/audio/amrcoder/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: amrcoder
+# Date created: 5 March 2005
+# Whom: Andrew Wingorodov (Wingborn) <programmer@coolsoft.ru>
+#
+# $FreeBSD$
+#
+#
+
+PORTNAME= amrcoder
+PORTVERSION= 1.0
+CATEGORIES= audio
+MASTER_SITES= http://coolsoft.ru/distfiles/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= programmer@coolsoft.ru
+COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
+
+MAN1= amrdecoder.1 amrencoder.1
+
+.include <bsd.port.mk>
diff --git a/audio/amrcoder/distinfo b/audio/amrcoder/distinfo
new file mode 100644
index 000000000000..e782c8a94117
--- /dev/null
+++ b/audio/amrcoder/distinfo
@@ -0,0 +1,2 @@
+MD5 (amrcoder-1.0.tgz) = e58f3438f71586f5dfa9259184e15eba
+SIZE (amrcoder-1.0.tgz) = 284527
diff --git a/audio/amrcoder/pkg-descr b/audio/amrcoder/pkg-descr
new file mode 100644
index 000000000000..43228a169e88
--- /dev/null
+++ b/audio/amrcoder/pkg-descr
@@ -0,0 +1,9 @@
+AMR encoder/decoder from www.3gpp.org.
+
+Modified for use with Mbuni MMS Gateway <www.mbuni.org>
+(look at http://www.mbuni.org/userguide.shtml#install for more info).
+
+WWW: http://coolsoft.ru/project/audio/amrcoder/
+
+- Andrew Wingorodov
+mail@andr.ru
diff --git a/audio/amrcoder/pkg-plist b/audio/amrcoder/pkg-plist
new file mode 100644
index 000000000000..0bce2050bedc
--- /dev/null
+++ b/audio/amrcoder/pkg-plist
@@ -0,0 +1,2 @@
+bin/amrencoder
+bin/amrdecoder