Add snd-music-duplicates 1.9.8, locate and remove duplicated music

files.

PR:		ports/102247
Submitted by:	Simon Olofsson <simon at olofsson.de>
This commit is contained in:
Rong-En Fan 2006-08-22 09:21:04 +00:00
parent 008bee4237
commit 695a4b55a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171173
5 changed files with 55 additions and 0 deletions

View file

@ -190,6 +190,7 @@
SUBDIR += slideshow SUBDIR += slideshow
SUBDIR += smpeg SUBDIR += smpeg
SUBDIR += smpeg-xmms SUBDIR += smpeg-xmms
SUBDIR += snd-music-duplicates
SUBDIR += spigot SUBDIR += spigot
SUBDIR += streamanalyze SUBDIR += streamanalyze
SUBDIR += streamdvd SUBDIR += streamdvd

View file

@ -0,0 +1,38 @@
# New ports collection makefile for: snd-music-duplicates
# Date created: 2006-08-18
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= snd-music-duplicates
PORTVERSION= 1.9.8
CATEGORIES= multimedia java
MASTER_SITES= http://www.pekarna.si/ \
http://olofsson.de/mirror/distfiles/
DISTNAME= seek_and_destroy_music_duplicates
MAINTAINER= simon@olofsson.de
COMMENT= Locate and remove duplicated music files
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= JARNAME=${PORTNAME}.jar
PLIST_FILES= %%DATADIR%%/${PORTNAME}.jar \
bin/${PORTNAME}
PLIST_DIRS= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/files/srdmusicduplicates-all.jar \
${DATADIR}/${PORTNAME}.jar
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (seek_and_destroy_music_duplicates.zip) = cb356ea942a1736d0806cd66d5b64e86
SHA256 (seek_and_destroy_music_duplicates.zip) = e1703c82093ac1dd67927cadf4725c2fb6170140944b96c944a9a8571a33b280
SIZE (seek_and_destroy_music_duplicates.zip) = 2378276

View file

@ -0,0 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"

View file

@ -0,0 +1,8 @@
Seek & Destroy Music Duplicates is a tool for locating and removing
duplicated music files. It does not crash on corrupted files and
normally suggests the best song from amongst the duplicates. It uses
an incremental scanning strategy and uses relatively few system
resources. MP3, Ogg, WMA, and AAC formats are supported.
Author: Igor Tavcar <igor_tavcar@t-2.net>
WWW: http://www.pekarna.si/