diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:40:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:40:09 +0000 |
commit | 851df9f93ed3aacb94524851b5e77aa8f8689980 (patch) | |
tree | f1cf7a70409b25c7eff96de1d57a711d2f79ffad /audio/pimp3 | |
parent | fcf450ecde11b26823b3d20019994727d408981f (diff) | |
download | ports-851df9f93ed3aacb94524851b5e77aa8f8689980.tar.gz ports-851df9f93ed3aacb94524851b5e77aa8f8689980.zip |
Notes
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 35 | ||||
-rw-r--r-- | audio/pimp3/distinfo | 1 | ||||
-rw-r--r-- | audio/pimp3/pkg-comment | 1 | ||||
-rw-r--r-- | audio/pimp3/pkg-descr | 8 | ||||
-rw-r--r-- | audio/pimp3/pkg-plist | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile new file mode 100644 index 000000000000..974220df5680 --- /dev/null +++ b/audio/pimp3/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: pimp +# Date created: 23 February 2000 +# Whom: rbt +# +# $FreeBSD$ +# + +PORTNAME= pimp3 +PORTVERSION= 0.5.7 +CATEGORIES= audio +MASTER_SITES= http://pimp3.sourceforge.net/files/ + +MAINTAINER= rbt@zort.on.ca + +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + +WRKSRC= ${WRKDIR}/pimp3 + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/*.pyc ${PREFIX}/bin/ + +post-install: + @${ECHO_MSG} + @${ECHO_MSG} "Take a look at the README to see how to install" + @${ECHO_MSG} "and configure an audio database, among other" + @${ECHO_MSG} "details that should be known." + @${ECHO_MSG} "" + @${ECHO_MSG} "Location: ${WRKDIR}/pimp3/README" + @${ECHO_MSG} + +.include <bsd.port.mk> diff --git a/audio/pimp3/distinfo b/audio/pimp3/distinfo new file mode 100644 index 000000000000..0efa67e58cf1 --- /dev/null +++ b/audio/pimp3/distinfo @@ -0,0 +1 @@ +MD5 (pimp3-0.5.7.tar.gz) = ed76d7323d5685fa23b8aadea824ea8f diff --git a/audio/pimp3/pkg-comment b/audio/pimp3/pkg-comment new file mode 100644 index 000000000000..b7ec4374c38e --- /dev/null +++ b/audio/pimp3/pkg-comment @@ -0,0 +1 @@ +Rate your mp3s for a randomized playlist you will actually like diff --git a/audio/pimp3/pkg-descr b/audio/pimp3/pkg-descr new file mode 100644 index 000000000000..54f83d2c383a --- /dev/null +++ b/audio/pimp3/pkg-descr @@ -0,0 +1,8 @@ +The python intelligent mp3 player can be used to make your mp3 listening +experience above what you currently recieve with random play. By using its +ability to track and rank mp3s based on listener approval or dissaproval +it will tend to play the songs you like more than the ones you don't. + +Finally everything can be tossed into a bitbucket of a random playlist. + +WWW: http://pimp3.sourceforge.net diff --git a/audio/pimp3/pkg-plist b/audio/pimp3/pkg-plist new file mode 100644 index 000000000000..2e3e80621fab --- /dev/null +++ b/audio/pimp3/pkg-plist @@ -0,0 +1,5 @@ +bin/database.py +bin/pimp3.py +bin/play.py +bin/play.pyc +bin/database.pyc |