mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add shuffle-db, an iPod shuffle database builder written in python.
This commit is contained in:
parent
af1d88f66a
commit
071e0dd097
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182520
@ -416,6 +416,7 @@
|
||||
SUBDIR += shared-mime-info
|
||||
SUBDIR += shc
|
||||
SUBDIR += shuffle
|
||||
SUBDIR += shuffle-db
|
||||
SUBDIR += since
|
||||
SUBDIR += skyutils
|
||||
SUBDIR += sloccount
|
||||
|
27
misc/shuffle-db/Makefile
Normal file
27
misc/shuffle-db/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: shuffle-db
|
||||
# Date created: 16 Jan 2007
|
||||
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= shuffle-db
|
||||
DISTVERSION= 1.0-rc1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= rebuild_db-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= An iPod shuffle database builder
|
||||
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/rebuild_db
|
||||
PLIST_FILES= bin/rebuild_db.py
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/shuffle-db/distinfo
Normal file
3
misc/shuffle-db/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rebuild_db-1.0-rc1.tar.gz) = edd5f0423348068329cb5877eba406b7
|
||||
SHA256 (rebuild_db-1.0-rc1.tar.gz) = acfed7e89ba9a7c08c56d37a166e089269b75a4fdd2f4a571ae4c3c31d9d9ca5
|
||||
SIZE (rebuild_db-1.0-rc1.tar.gz) = 30826
|
10
misc/shuffle-db/pkg-descr
Normal file
10
misc/shuffle-db/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This little program enables iPod shuffle users to get rid of iTunes or other
|
||||
complicated playlist management tools. Due to the simple structure of the
|
||||
shuffle, it is possible to use the player almost like any other USB flash MP3
|
||||
player: You simply copy MP3 files onto it. You only need to run the Datab ase
|
||||
Builder program after you added or removed files from the iPod.
|
||||
|
||||
WWW: http://shuffle-db.sourceforge.net/
|
||||
|
||||
- ehaupt
|
||||
ehaupt@FreeBSD.org
|
Loading…
Reference in New Issue
Block a user