From 255cf210cabe8dba56128adcea273007c96ddbe9 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 8 Mar 2005 23:15:23 +0000 Subject: AMR encoder/decoder from www.3gpp.org. Modified for use with Mbuni MMS Gateway (look at http://www.mbuni.org/userguide.shtml#install for more info). PR: ports/78541 Submitted by: Andrew Wingorodov --- audio/Makefile | 1 + audio/amrcoder/Makefile | 20 ++++++++++++++++++++ audio/amrcoder/distinfo | 2 ++ audio/amrcoder/pkg-descr | 9 +++++++++ audio/amrcoder/pkg-plist | 2 ++ 5 files changed, 34 insertions(+) create mode 100644 audio/amrcoder/Makefile create mode 100644 audio/amrcoder/distinfo create mode 100644 audio/amrcoder/pkg-descr create mode 100644 audio/amrcoder/pkg-plist (limited to 'audio') 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) +# +# $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 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 +(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 -- cgit v1.1