diff options
author | sat <sat@FreeBSD.org> | 2006-09-15 00:25:13 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-15 00:25:13 +0800 |
commit | 968fdc4f0f0dcffbc46abf2c9dbb341610dd7441 (patch) | |
tree | 6efb3251381b40f0d05c0ceef82d671d4f045157 /audio/umodplayer | |
parent | 0d59dc749c132393e38777c9684ab593345274a3 (diff) | |
download | freebsd-ports-gnome-968fdc4f0f0dcffbc46abf2c9dbb341610dd7441.tar.gz freebsd-ports-gnome-968fdc4f0f0dcffbc46abf2c9dbb341610dd7441.tar.zst freebsd-ports-gnome-968fdc4f0f0dcffbc46abf2c9dbb341610dd7441.zip |
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/
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/ |