Add pimp3, a python script that's supposed to make random play much nicer
when using mpg123. PR: 16949 Submitted by: Rod Taylor <rbt@zort.on.ca>
This commit is contained in:
parent
fcf450ecde
commit
851df9f93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29427
@ -61,6 +61,7 @@
|
||||
SUBDIR += napster
|
||||
SUBDIR += nas
|
||||
SUBDIR += nspmod
|
||||
SUBDIR += pimp3
|
||||
SUBDIR += play
|
||||
SUBDIR += playmidi
|
||||
SUBDIR += pysol-sound-server
|
||||
|
35
audio/pimp3/Makefile
Normal file
35
audio/pimp3/Makefile
Normal file
@ -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>
|
1
audio/pimp3/distinfo
Normal file
1
audio/pimp3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pimp3-0.5.7.tar.gz) = ed76d7323d5685fa23b8aadea824ea8f
|
1
audio/pimp3/pkg-comment
Normal file
1
audio/pimp3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Rate your mp3s for a randomized playlist you will actually like
|
8
audio/pimp3/pkg-descr
Normal file
8
audio/pimp3/pkg-descr
Normal file
@ -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
|
5
audio/pimp3/pkg-plist
Normal file
5
audio/pimp3/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/database.py
|
||||
bin/pimp3.py
|
||||
bin/play.py
|
||||
bin/play.pyc
|
||||
bin/database.pyc
|
Loading…
Reference in New Issue
Block a user