diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-14 16:25:13 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-14 16:25:13 +0000 |
commit | 5b3ed27552f7c761a4be4a031123cb9d693ad2d4 (patch) | |
tree | 833a9b1a2a254af81b97960677060d6f7d38116d /audio/umodplayer | |
parent | 30a2ddae5bc580f028e9e3bf9158090dca8e9969 (diff) | |
download | ports-5b3ed27552f7c761a4be4a031123cb9d693ad2d4.tar.gz ports-5b3ed27552f7c761a4be4a031123cb9d693ad2d4.zip |
Notes
Diffstat (limited to 'audio/umodplayer')
-rw-r--r-- | audio/umodplayer/Makefile | 31 | ||||
-rw-r--r-- | audio/umodplayer/distinfo | 3 | ||||
-rw-r--r-- | audio/umodplayer/pkg-descr | 21 |
3 files changed, 55 insertions, 0 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile new file mode 100644 index 000000000000..31aa3595ff66 --- /dev/null +++ b/audio/umodplayer/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: umodplayer +# Date created: 14 September 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $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 <bsd.port.mk> diff --git a/audio/umodplayer/distinfo b/audio/umodplayer/distinfo new file mode 100644 index 000000000000..5d88a55fd6ca --- /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 000000000000..3413e28b5eba --- /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/ |