1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove both audio/mpt and audio/songprint: Obsolete, they have not

been developed since 2000
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-08-15 03:43:08 +00:00
parent d5b15ce850
commit a52a12d4e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116234
11 changed files with 2 additions and 160 deletions

2
MOVED
View File

@ -1226,3 +1226,5 @@ audio/p5-Net-DAAP-Client-Auth||2004-08-09|Obsoleted
x11-servers/XFree86-4-Server-snap|x11-servers/XFree86-4-Server|2004-08-09|Obsoleted by XFree86-4-Server update
net/ntp-devel||2004-08-10|Cleanup, NTP development branch has been dormant for a long while.
shells/bash3|shells/bash|2004-08-11|move latest stable version to unnumbered directory
audio/songpring||2004-08-15|Obsolete, it has not been developed since 2000
audio/mpt||2004-08-15|Obsolete, it has not been developed since 2000

View File

@ -237,7 +237,6 @@
SUBDIR += mpiosh
SUBDIR += mpmf20
SUBDIR += mppdec
SUBDIR += mpt
SUBDIR += mt-daapd
SUBDIR += muine
SUBDIR += muse
@ -342,7 +341,6 @@
SUBDIR += snd
SUBDIR += snowstar
SUBDIR += solfege
SUBDIR += songprint
SUBDIR += sonice
SUBDIR += sound-juicer
SUBDIR += soundgrab

View File

@ -1,36 +0,0 @@
# New ports collection makefile for: Mike's Playlist Thingie
# Date created: Sat Dec 8 22:27:55 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mpt
PORTVERSION= 0.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= freetantrum
MAINTAINER= ports@FreeBSD.org
COMMENT= Mike's Playlist Thingie is a fingerprinting based playlist generator
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
songprint.1:${PORTSDIR}/audio/songprint
USE_GNOME= glib12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOC_FILES= AUTHORS COPYING README config.txt
do-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
@${INSTALL_PROGRAM} ${WRKSRC}/mpt ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (mpt-0.0.tar.gz) = 1d8b34e99eacfe9a7de7ecfb7756339b
SIZE (mpt-0.0.tar.gz) = 43138

View File

@ -1,16 +0,0 @@
[ adapted from developer's website ]
Mike's Playlist Thingie (working title)
You know what is bad about playlists? You set them all up, and
everything seems great, but then you go and get a couple hundred
new mp3s. Now you have to go update all your playlists. If you've
got 10 playlists and 100 new songs, that's 1000 decisions you have
to make. Yuck.
With MPT, playlists are no longer just static catalogs, pointing
to songs on your hard drive. They're more like radio stations, where
each one has a set of rules that define, in general, what kind of
music should be played. Like procmail for music.
WWW: http://sourceforge.net/projects/freetantrum/

View File

@ -1,6 +0,0 @@
bin/mpt
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/config.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -1,61 +0,0 @@
# New ports collection makefile for: Freetantrum SongPrint
# Date created: Sat Dec 8 22:27:55 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= songprint
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= freetantrum
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for acoustic fingerprinting of music from Freetantrum (TM)
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
USE_GNOME= glib12
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
# turn off mp3 codec in reference code
.ifdef(WITHOUT_MP3)
CONFIGURE_ARGS+= --disable-mp3
.endif
# turn off OggVorbis codec in reference code
.ifdef(WITHOUT_OGG)
CONFIGURE_ARGS+= --disable-oggvorbis
.endif
# turn off wave codec in reference code
.ifdef(WITHOUT_WAV)
CONFIGURE_ARGS+= --disable-wav
.endif
DOC_FILES= AUTHORS COPYING NEWS README
pre-everything::
.ifndef(WITHOUT_MP3)
@${ECHO_MSG} "You can disable MP3 audio file support by defining WITHOUT_MP3."
.endif
.ifndef(WITHOUT_OGG)
@${ECHO_MSG} "You can disable OGG audio file support by defining WITHOUT_OGG."
.endif
.ifndef(WITHOUT_WAV)
@${ECHO_MSG} "You can disable WAV audio file support by defining WITHOUT_WAV."
.endif
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (songprint-1.2.tar.gz) = 1455710f6e25cedb5e719ed90aeedde0
SIZE (songprint-1.2.tar.gz) = 520476

View File

@ -1,11 +0,0 @@
--- src/sp_identify.c.orig Sun Dec 9 00:35:01 2001
+++ src/sp_identify.c Sun Dec 9 00:35:22 2001
@@ -26,6 +26,8 @@
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/time.h>
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif

View File

@ -1,9 +0,0 @@
This is the songprint library from Freetantrum (TM), a library for
acoustic fingerprinting of music and queries using eTantrum's song
identification service.
Please, visit http://www.freetantrum.org, or join the mailing list
at http://lists.sourceforge.net/mailman/listinfo/freetantrum-devel.
to both help and participate in Freetantrum development.
WWW: http://sourceforge.net/projects/freetantrum/

View File

@ -1,15 +0,0 @@
include/songprint.h
include/songprintfile.h
lib/libsongprint.a
lib/libsongprint.la
lib/libsongprint.so
lib/libsongprint.so.1
lib/libsongprintfile.a
lib/libsongprintfile.la
lib/libsongprintfile.so
lib/libsongprintfile.so.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%