summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-08 23:15:23 +0000
committerpav <pav@FreeBSD.org>2005-03-08 23:15:23 +0000
commit255cf210cabe8dba56128adcea273007c96ddbe9 (patch)
treea11f06489e1f4c18a09d6ddf08b826d037dd7bc8 /audio
parent02f47c4abc7b2ccd4a87eb763d53ddfb4a7e1216 (diff)
downloadFreeBSD-ports-255cf210cabe8dba56128adcea273007c96ddbe9.zip
FreeBSD-ports-255cf210cabe8dba56128adcea273007c96ddbe9.tar.gz
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>
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 2c18852..26ac23d 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 0000000..95942b3
--- /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 0000000..e782c8a
--- /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 0000000..43228a1
--- /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 0000000..0bce205
--- /dev/null
+++ b/audio/amrcoder/pkg-plist
@@ -0,0 +1,2 @@
+bin/amrencoder
+bin/amrdecoder
OpenPOWER on IntegriCloud