From 968fdc4f0f0dcffbc46abf2c9dbb341610dd7441 Mon Sep 17 00:00:00 2001 From: sat Date: Thu, 14 Sep 2006 16:25:13 +0000 Subject: Add port audio/umodplayer: UModPlayer or Universal Module Player is a audio module "tool-chain", providing you functions to work with modules like playing, exporting, getting information, and more. * You can play the supported formats and seek to any order in the song. You have pause, timer, display, and other standard features. * You can view the pattern notes while playing. * Playlist support: you can create playlists, delete or move individual items in a playlist, import a playlist from the current directory contents, save a playlist and load a saved playlist... * You can specify any of the ModPlug options: noise reduction, megabass, surround, reverb sound options specifying the grade and the delay of most of the options. * You can export the audio data of a module to any of the supported formats * You can read and export to a file the song builtin message, the song instrument names and the song sample names. * Each user of your UNIX box can save all the sound options. * And much more! WWW: http://umodplayer.sourceforge.net/ --- audio/Makefile | 1 + audio/umodplayer/Makefile | 31 +++++++++++++++++++++++++++++++ audio/umodplayer/distinfo | 3 +++ audio/umodplayer/pkg-descr | 21 +++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 audio/umodplayer/Makefile create mode 100644 audio/umodplayer/distinfo create mode 100644 audio/umodplayer/pkg-descr (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index cd5cacdb529..c6acacb6123 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -584,6 +584,7 @@ SUBDIR += twolame SUBDIR += ufmcontrol-i18n SUBDIR += umix + SUBDIR += umodplayer SUBDIR += voipong SUBDIR += volumecontrol.app SUBDIR += vorbis-tools diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile new file mode 100644 index 00000000000..31aa3595ff6 --- /dev/null +++ b/audio/umodplayer/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: umodplayer +# Date created: 14 September 2006 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= umodplayer +PORTVERSION= 0.b4 +DISTVERSION= B4 +CATEGORIES= audio +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Console module player + +LIB_DEPENDS= modplug.0:${PORTSDIR}/audio/libmodplug \ + ao.3:${PORTSDIR}/audio/libao +BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff + +GNU_CONFIGURE= yes +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/' ${WRKSRC}/${MAKEFILE}.in + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include diff --git a/audio/umodplayer/distinfo b/audio/umodplayer/distinfo new file mode 100644 index 00000000000..5d88a55fd6c --- /dev/null +++ b/audio/umodplayer/distinfo @@ -0,0 +1,3 @@ +MD5 (umodplayer_B4.tar.gz) = 5ca29b0ff7b9f7ad418a2d691cf03489 +SHA256 (umodplayer_B4.tar.gz) = 4f4d4a6c090ea477cc11059e6fafb013da631035d60935c3363943ed4951135b +SIZE (umodplayer_B4.tar.gz) = 30544 diff --git a/audio/umodplayer/pkg-descr b/audio/umodplayer/pkg-descr new file mode 100644 index 00000000000..3413e28b5eb --- /dev/null +++ b/audio/umodplayer/pkg-descr @@ -0,0 +1,21 @@ +UModPlayer or Universal Module Player is a audio module "tool-chain", +providing you functions to work with modules like playing, exporting, +getting information, and more. + + * You can play the supported formats and seek to any order in the + song. You have pause, timer, display, and other standard features. + * You can view the pattern notes while playing. + * Playlist support: you can create playlists, delete or move + individual items in a playlist, import a playlist from the current + directory contents, save a playlist and load a saved playlist... + * You can specify any of the ModPlug options: noise reduction, + megabass, surround, reverb sound options specifying the grade and + the delay of most of the options. + * You can export the audio data of a module to any of the supported + formats + * You can read and export to a file the song builtin message, the + song instrument names and the song sample names. + * Each user of your UNIX box can save all the sound options. + * And much more! + +WWW: http://umodplayer.sourceforge.net/ -- cgit