diff options
-rw-r--r-- | CVSROOT/modules | 2 | ||||
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/mpt/Makefile | 36 | ||||
-rw-r--r-- | audio/mpt/distinfo | 2 | ||||
-rw-r--r-- | audio/mpt/pkg-descr | 16 | ||||
-rw-r--r-- | audio/mpt/pkg-plist | 6 | ||||
-rw-r--r-- | audio/songprint/Makefile | 61 | ||||
-rw-r--r-- | audio/songprint/distinfo | 2 | ||||
-rw-r--r-- | audio/songprint/files/patch-src:sp_identify.c | 11 | ||||
-rw-r--r-- | audio/songprint/pkg-descr | 9 | ||||
-rw-r--r-- | audio/songprint/pkg-plist | 15 |
12 files changed, 2 insertions, 162 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 8785fd4a4014..497282c8e144 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -5572,7 +5572,6 @@ mpqc ports/science/mpqc mpqc-mpich ports/science/mpqc-mpich mprime ports/math/mprime mprof ports/devel/mprof -mpt ports/audio/mpt mreport ports/mail/mreport mrsidviewer ports/graphics/mrsidviewer mrt ports/net/mrt @@ -9716,7 +9715,6 @@ solfege ports/audio/solfege solidpop3d ports/mail/solidpop3d solitaire ports/math/solitaire soltaire ports/math/solitaire -songprint ports/audio/songprint sonice ports/audio/sonice sonytv ports/misc/sonytv sopwith ports/games/sopwith @@ -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 diff --git a/audio/Makefile b/audio/Makefile index 6864e07211ba..ae8ebaff2d86 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/mpt/Makefile b/audio/mpt/Makefile deleted file mode 100644 index c17d02108848..000000000000 --- a/audio/mpt/Makefile +++ /dev/null @@ -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> diff --git a/audio/mpt/distinfo b/audio/mpt/distinfo deleted file mode 100644 index 2509ad75b1f5..000000000000 --- a/audio/mpt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mpt-0.0.tar.gz) = 1d8b34e99eacfe9a7de7ecfb7756339b -SIZE (mpt-0.0.tar.gz) = 43138 diff --git a/audio/mpt/pkg-descr b/audio/mpt/pkg-descr deleted file mode 100644 index 9cf6b600a872..000000000000 --- a/audio/mpt/pkg-descr +++ /dev/null @@ -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/ diff --git a/audio/mpt/pkg-plist b/audio/mpt/pkg-plist deleted file mode 100644 index d4fd1314f65f..000000000000 --- a/audio/mpt/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/mpt -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/config.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/audio/songprint/Makefile b/audio/songprint/Makefile deleted file mode 100644 index c40eb7b3b8df..000000000000 --- a/audio/songprint/Makefile +++ /dev/null @@ -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> diff --git a/audio/songprint/distinfo b/audio/songprint/distinfo deleted file mode 100644 index d6ed6f79ff40..000000000000 --- a/audio/songprint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (songprint-1.2.tar.gz) = 1455710f6e25cedb5e719ed90aeedde0 -SIZE (songprint-1.2.tar.gz) = 520476 diff --git a/audio/songprint/files/patch-src:sp_identify.c b/audio/songprint/files/patch-src:sp_identify.c deleted file mode 100644 index 77d687204338..000000000000 --- a/audio/songprint/files/patch-src:sp_identify.c +++ /dev/null @@ -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 diff --git a/audio/songprint/pkg-descr b/audio/songprint/pkg-descr deleted file mode 100644 index 24b30c902b01..000000000000 --- a/audio/songprint/pkg-descr +++ /dev/null @@ -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/ diff --git a/audio/songprint/pkg-plist b/audio/songprint/pkg-plist deleted file mode 100644 index c1161af2fddc..000000000000 --- a/audio/songprint/pkg-plist +++ /dev/null @@ -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%% |