From owner-freebsd-ports Wed Feb 23 20:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1328837BABF for ; Wed, 23 Feb 2000 20:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58002; Wed, 23 Feb 2000 20:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BEC737BA9D for ; Wed, 23 Feb 2000 20:03:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57316; Wed, 23 Feb 2000 20:03:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002240403.UAA57316@freefall.freebsd.org> Date: Wed, 23 Feb 2000 20:03:17 -0800 (PST) From: rbt@zort.on.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16949: New Port: audio/pimp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16949 >Category: ports >Synopsis: New Port: audio/pimp3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 20:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: 3.4-stable >Organization: Zort >Environment: >Description: Pimp3 is a port that should make random play much nicer when used with mpg123. BSD's dbm support seems to work in place of it's suggested gdbm. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pimp3 # pimp3/files # pimp3/files/md5 # pimp3/pkg # pimp3/pkg/COMMENT # pimp3/pkg/DESCR # pimp3/pkg/PLIST # pimp3/Makefile # echo c - pimp3 mkdir -p pimp3 > /dev/null 2>&1 echo c - pimp3/files mkdir -p pimp3/files > /dev/null 2>&1 echo x - pimp3/files/md5 sed 's/^X//' >pimp3/files/md5 << 'END-of-pimp3/files/md5' XMD5 (pimp3-0.5.3.tar.gz) = 22ca8e6e41bcda43757e1db4fcf6d169 END-of-pimp3/files/md5 echo c - pimp3/pkg mkdir -p pimp3/pkg > /dev/null 2>&1 echo x - pimp3/pkg/COMMENT sed 's/^X//' >pimp3/pkg/COMMENT << 'END-of-pimp3/pkg/COMMENT' XRate your mp3s for a randomized playlist you will actually like. END-of-pimp3/pkg/COMMENT echo x - pimp3/pkg/DESCR sed 's/^X//' >pimp3/pkg/DESCR << 'END-of-pimp3/pkg/DESCR' XThe python intelligent mp3 player can be used to make your mp3 listening Xexperience above what you currently recieve with random play. By using its Xability to track and rank mp3s based on listener approval or dissaproval Xit will tend to play the songs you like more than the ones you don't. X XFinally everything can be tossed into a bitbucket of a random playlist. X XWebsite: http://pimp3.sourceforge.net END-of-pimp3/pkg/DESCR echo x - pimp3/pkg/PLIST sed 's/^X//' >pimp3/pkg/PLIST << 'END-of-pimp3/pkg/PLIST' Xbin/database.py Xbin/pimp3.py Xbin/play.py Xbin/play.pyc Xbin/database.pyc END-of-pimp3/pkg/PLIST echo x - pimp3/Makefile sed 's/^X//' >pimp3/Makefile << 'END-of-pimp3/Makefile' X# New ports collection makefile for: nas (formerly netaudio) X# Version required: 0.5.3 X# Date created: 23 February 2000 X# Whom: rbt X# X# $FreeBSD$ X# X XDISTNAME= pimp3-0.5.3 XPKGNAME= pimp3-0.5 XCATEGORIES= audio XMASTER_SITES= http://pimp3.sourceforge.net/files/ X XMAINTAINER= rbt@zort.on.ca X XBUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python XRUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 X X XWRKSRC= ${WRKDIR}/pimp3 X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ X ${INSTALL_SCRIPT} ${WRKSRC}/*.pyc ${PREFIX}/bin/ X Xpost-install: X @${ECHO_MSG} X @${ECHO_MSG} "Take a look at the README to see how to install" X @${ECHO_MSG} "and configure an audio database, among other" X @${ECHO_MSG} "details that should be known." X @${ECHO_MSG} "" X @${ECHO_MSG} "Location: ${WRKDIR}/pimp3/README" X X.include END-of-pimp3/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message