aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-08-15 03:43:08 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-08-15 03:43:08 +0000
commita52a12d4e31b80d555addf84c5838bb82d521253 (patch)
treee3937c4af3e02c0b0dedc63027d8bd61d564c686 /audio
parentd5b15ce8506cc6a4c98296a3cbe0d2ae56c3fff5 (diff)
downloadports-a52a12d4e31b80d555addf84c5838bb82d521253.tar.gz
ports-a52a12d4e31b80d555addf84c5838bb82d521253.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/mpt/Makefile36
-rw-r--r--audio/mpt/distinfo2
-rw-r--r--audio/mpt/pkg-descr16
-rw-r--r--audio/mpt/pkg-plist6
-rw-r--r--audio/songprint/Makefile61
-rw-r--r--audio/songprint/distinfo2
-rw-r--r--audio/songprint/files/patch-src:sp_identify.c11
-rw-r--r--audio/songprint/pkg-descr9
-rw-r--r--audio/songprint/pkg-plist15
10 files changed, 0 insertions, 160 deletions
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%%