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:
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
|
@ -190,6 +190,7 @@
|
|||
SUBDIR += slideshow
|
||||
SUBDIR += smpeg
|
||||
SUBDIR += smpeg-xmms
|
||||
SUBDIR += snd-music-duplicates
|
||||
SUBDIR += spigot
|
||||
SUBDIR += streamanalyze
|
||||
SUBDIR += streamdvd
|
||||
|
|
38
multimedia/snd-music-duplicates/Makefile
Normal file
38
multimedia/snd-music-duplicates/Makefile
Normal 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>
|
3
multimedia/snd-music-duplicates/distinfo
Normal file
3
multimedia/snd-music-duplicates/distinfo
Normal 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
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"
|
8
multimedia/snd-music-duplicates/pkg-descr
Normal file
8
multimedia/snd-music-duplicates/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue