From aa1d52749cc4337d23e83586713eb9425da06bbc Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 2 May 2005 04:40:45 +0000 Subject: - add twolame TwoLAME is an optimized MPEG Audio Layer 2 encoder It is based heavily on: - tooLAME by Michael Cheng - the ISO dist10 code - improvement to algorithms as part of the LAME project (lame.sf.net) WWW: http://twolame.sf.net/ --- audio/twolame/Makefile | 24 ++++++++++++++++++++++++ audio/twolame/distinfo | 2 ++ audio/twolame/pkg-descr | 8 ++++++++ audio/twolame/pkg-plist | 21 +++++++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 audio/twolame/Makefile create mode 100644 audio/twolame/distinfo create mode 100644 audio/twolame/pkg-descr create mode 100644 audio/twolame/pkg-plist (limited to 'audio/twolame') diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile new file mode 100644 index 000000000000..69f9e6a22b36 --- /dev/null +++ b/audio/twolame/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: twolame +# Date created: 2005-05-02 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= twolame +PORTVERSION= 0.3.3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ahze@FreeBSD.org +COMMENT= MPEG Audio Layer 2 encoder + +LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile + +USE_LIBTOOL_VER=15 +USE_GNOME= gnomehack gnometarget +INSTALLS_SHLIB= yes +MAN1= twolame.1 + +.include diff --git a/audio/twolame/distinfo b/audio/twolame/distinfo new file mode 100644 index 000000000000..45b298f77092 --- /dev/null +++ b/audio/twolame/distinfo @@ -0,0 +1,2 @@ +MD5 (twolame-0.3.3.tar.gz) = 5d9a829c68e7785db0d1554a0cfd6c87 +SIZE (twolame-0.3.3.tar.gz) = 442286 diff --git a/audio/twolame/pkg-descr b/audio/twolame/pkg-descr new file mode 100644 index 000000000000..9bbbad10fec9 --- /dev/null +++ b/audio/twolame/pkg-descr @@ -0,0 +1,8 @@ +TwoLAME is an optimized MPEG Audio Layer 2 encoder + +It is based heavily on: +- tooLAME by Michael Cheng +- the ISO dist10 code +- improvement to algorithms as part of the LAME project (lame.sf.net) + +WWW: http://twolame.sf.net/ diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist new file mode 100644 index 000000000000..172903669b81 --- /dev/null +++ b/audio/twolame/pkg-plist @@ -0,0 +1,21 @@ +bin/twolame +include/twolame.h +lib/libtwolame.a +lib/libtwolame.so +lib/libtwolame.so.0 +libdata/pkgconfig/twolame.pc +%%DOCSDIR%%/html/api.html +%%DOCSDIR%%/html/authors.html +%%DOCSDIR%%/html/doxygen.css +%%DOCSDIR%%/html/doxygen.png +%%DOCSDIR%%/html/index.html +%%DOCSDIR%%/html/news.html +%%DOCSDIR%%/html/psycho.html +%%DOCSDIR%%/html/readme.html +%%DOCSDIR%%/html/todo.html +%%DOCSDIR%%/html/twolame_8h-source.html +%%DOCSDIR%%/html/twolame_8h.html +%%DOCSDIR%%/html/vbr.html +@dirrm %%DOCSDIR%%/html +@dirrm %%DOCSDIR%% +@dirrm libdata/pkgconfig -- cgit v1.2.3