aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-04-03 17:36:28 +0800
committerrene <rene@FreeBSD.org>2018-04-03 17:36:28 +0800
commit32a1e539dd3d0bab32819400f8e16333ab96492e (patch)
treedf7cf56aa1c6c6aad8c88ec79f8d84805fdf17a4 /audio
parent28fb91b899087d09dc89c1d4d39d2bbc7a6a31f8 (diff)
downloadfreebsd-ports-gnome-32a1e539dd3d0bab32819400f8e16333ab96492e.tar.gz
freebsd-ports-gnome-32a1e539dd3d0bab32819400f8e16333ab96492e.tar.zst
freebsd-ports-gnome-32a1e539dd3d0bab32819400f8e16333ab96492e.zip
Remove expired ports:
2018-03-31 math/abacus: Unmaintained and has a broken shared library 2018-03-31 audio/muse: Unmaintained upstream, crashes at runtime 2018-03-31 net/paris-traceroute: Legacy paris-traceroute is not supported anymore. Use net/scamper instead 2018-04-01 net-im/cjc: Depends on expired net-im/py-xmpp 2018-02-28 net-im/py-pyxmpp: Obsoleted in favor of PyXMPP2
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/muse/Makefile52
-rw-r--r--audio/muse/distinfo2
-rw-r--r--audio/muse/files/patch-Makefile.in11
-rw-r--r--audio/muse/files/patch-configure58
-rw-r--r--audio/muse/files/patch-src_Makefile.in10
-rw-r--r--audio/muse/files/patch-src_httpstream.cpp22
-rw-r--r--audio/muse/files/patch-src_jmixer.cpp40
-rw-r--r--audio/muse/files/patch-src_libmpeg_mpegtoraw.cc22
-rw-r--r--audio/muse/files/patch-src_linklist.h11
-rw-r--r--audio/muse/files/patch-src_outchannels.cpp15
-rw-r--r--audio/muse/files/patch-src_pipe.cpp14
-rw-r--r--audio/muse/files/patch-src_shout_sock.c14
-rw-r--r--audio/muse/pkg-descr8
-rw-r--r--audio/muse/pkg-plist4
15 files changed, 0 insertions, 284 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 77c3493c6ba8..95f523b8f522 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -552,7 +552,6 @@
SUBDIR += msilbc
SUBDIR += mumble
SUBDIR += murmur
- SUBDIR += muse
SUBDIR += musepack
SUBDIR += musescore
SUBDIR += musicbox-tag-editor
diff --git a/audio/muse/Makefile b/audio/muse/Makefile
deleted file mode 100644
index 563783d5a8a6..000000000000
--- a/audio/muse/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= MuSE
-PORTVERSION= 0.9.2
-PORTREVISION= 16
-CATEGORIES= audio
-MASTER_SITES= https://files.dyne.org/muse/sources/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multiple Streaming Engine
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Unmaintained upstream, crashes at runtime
-EXPIRATION_DATE= 2018-03-31
-
-LIB_DEPENDS= libogg.so:audio/libogg \
- libvorbis.so:audio/libvorbis
-
-OPTIONS_DEFINE= X11 LAME SNDFILE DOCS
-OPTIONS_DEFAULT=X11
-
-USES= gettext gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath
-
-CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_SYS_UIO_H
-LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lintl
-
-PORTDOCS= AUTHORS ChangeLog NEWS KNOWN-BUGS README TODO USAGE
-
-LAME_LIB_DEPENDS= libmp3lame.so:audio/lame
-LAME_CONFIGURE_ENV= ac_cv_header_lame_lame_h=no
-SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
-X11_USE= GNOME=gtk20
-X11_CONFIGURE_OFF= --without-x --with-rubik
-
-post-patch:
- @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' \
- ${WRKSRC}/src/portaudio/pa_unix_oss.c
-
-post-patch-SNDFILE-off:
- @${REINPLACE_CMD} -e '/sndfile >=/s|$$PKG_CONFIG|${FALSE}|' \
- ${WRKSRC}/configure
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/audio/muse/distinfo b/audio/muse/distinfo
deleted file mode 100644
index 7b7ebb6ae68a..000000000000
--- a/audio/muse/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (MuSE-0.9.2.tar.gz) = 270f95b3a4f9d11bea04d5db4b3868aee1fa78177da0b5d9a74f26c4cfa5e197
-SIZE (MuSE-0.9.2.tar.gz) = 1420411
diff --git a/audio/muse/files/patch-Makefile.in b/audio/muse/files/patch-Makefile.in
deleted file mode 100644
index 06a19bf2a07b..000000000000
--- a/audio/muse/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2005-12-27 13:09:38 UTC
-+++ Makefile.in
-@@ -690,7 +690,7 @@ info: info-recursive
-
- info-am:
-
--install-data-am: install-docsDATA install-man
-+install-data-am: install-man
-
- install-exec-am:
-
diff --git a/audio/muse/files/patch-configure b/audio/muse/files/patch-configure
deleted file mode 100644
index 51c9ada0c7bd..000000000000
--- a/audio/muse/files/patch-configure
+++ /dev/null
@@ -1,58 +0,0 @@
---- configure.orig 2005-12-27 13:03:15 UTC
-+++ configure
-@@ -1894,7 +1894,7 @@ uversion=`uname -r | sed -e 's/-.*$//g;s
- echo "$as_me:$LINENO: checking for which platform we are compiling" >&5
- echo $ECHO_N "checking for which platform we are compiling... $ECHO_C" >&6
- case $uname in
-- Linux)
-+ Linux|FreeBSD)
- echo "$as_me:$LINENO: result: Linux" >&5
- echo "${ECHO_T}Linux" >&6
-
-@@ -2613,16 +2613,12 @@ if test "$ac_test_CFLAGS" = set; then
- CFLAGS=$ac_save_CFLAGS
- elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
-- CFLAGS="-g -O2"
-+ CFLAGS="-g ${CFLAGS}"
- else
-- CFLAGS="-g"
-+ CFLAGS="-g ${CFLAGS}"
- fi
- else
-- if test "$GCC" = yes; then
-- CFLAGS="-O2"
-- else
-- CFLAGS=
-- fi
-+ CFLAGS="${CFLAGS}"
- fi
- echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
- echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-@@ -3738,7 +3734,7 @@ fi
- #AM_DEFINE_UNQUOTED(HOST_CPU, "${host_cpu}")
-
- #CFLAGS="-O4 -D_REENTRANT -fomit-frame-pointer -march=${host_cpu} -ffast-math -malign-double -funroll-loops -pipe"
--CFLAGS="-pipe -D_REENTRANT"
-+#CFLAGS="-pipe -D_REENTRANT"
-
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
-@@ -14588,7 +14584,7 @@ if test "${ac_cv_c99_lrint+set}" = set;
- else
-
- lrint_save_CFLAGS=$CFLAGS
--CFLAGS="-O2 -lm"
-+CFLAGS="${CFLAGS} -lm"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -14665,7 +14661,7 @@ if test "${ac_cv_c99_lrintf+set}" = set;
- else
-
- lrintf_save_CFLAGS=$CFLAGS
--CFLAGS="-O2 -lm"
-+CFLAGS="${CFLAGS} -lm"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
diff --git a/audio/muse/files/patch-src_Makefile.in b/audio/muse/files/patch-src_Makefile.in
deleted file mode 100644
index 8f04dfe2616b..000000000000
--- a/audio/muse/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig 2005-12-27 13:09:36 UTC
-+++ src/Makefile.in
-@@ -268,7 +268,6 @@ muse_LDADD = \
- $(top_srcdir)/src/libmpeg/libmpeg.a \
- $(top_srcdir)/src/shout/libshout.a \
- $(top_srcdir)/src/portaudio/libportaudio.a \
-- -lpthread \
- @M_LIBS@ \
- @LAME_LIBS@ \
- @OGG_LIBS@ \
diff --git a/audio/muse/files/patch-src_httpstream.cpp b/audio/muse/files/patch-src_httpstream.cpp
deleted file mode 100644
index 216e106d0b41..000000000000
--- a/audio/muse/files/patch-src_httpstream.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/httpstream.cpp.orig 2005-12-27 14:26:06 UTC
-+++ src/httpstream.cpp
-@@ -356,6 +356,7 @@ http_open( const char *url )
- {
- int sock = INVALID_SOCKET;
- FILE *fd = NULL;
-+ const char *hp = NULL;
- char *host=NULL, *file=NULL, *p;
- int port = 0;
-
-@@ -363,9 +364,8 @@ http_open( const char *url )
- file = (char*)calloc( 1, strlen(url)+1 );
- if (!host || !file) goto out;
-
-- p = strstr(url, HTTP_PREFIX); if (!p) goto out;
-- p += 7;
-- strcpy(host, p);
-+ hp = strstr(url, HTTP_PREFIX); if (!hp) goto out;
-+ strcpy(host, hp + 7);
-
- p = strchr(host, '/');
- if (p) {
diff --git a/audio/muse/files/patch-src_jmixer.cpp b/audio/muse/files/patch-src_jmixer.cpp
deleted file mode 100644
index a0d82346df2f..000000000000
--- a/audio/muse/files/patch-src_jmixer.cpp
+++ /dev/null
@@ -1,40 +0,0 @@
---- src/jmixer.cpp.orig 2004-12-16 11:04:31 UTC
-+++ src/jmixer.cpp
-@@ -20,18 +20,19 @@
- */
-
- #include <iostream>
--#include <math.h>
--#include <stdio.h>
--#include <stdlib.h>
-+#include <cmath>
-+#include <cstdio>
-+#include <cstdlib>
- #include <unistd.h>
- #include <dirent.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
--#include <errno.h>
-+#include <sys/param.h>
-+#include <cerrno>
- #include <fcntl.h>
-
--#include <string.h>
--#include <signal.h>
-+#include <cstring>
-+#include <csignal>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <termios.h>
-@@ -640,7 +641,11 @@ bool Stream_mixer::set_playmode(int ch,
- /* this is the function selecting files for the scandir
- on freebsd systems you should change the following line to:
- int selector(struct dirent *dir) { */
-+#if defined(__FreeBSD__) && __FreeBSD_version < 800501
-+int selector(struct dirent *dir) {
-+#else
- int selector(const struct dirent *dir) {
-+#endif
- if( strncasecmp(dir->d_name+strlen(dir->d_name)-4,".mp3",4)==0
- #ifdef HAVE_VORBIS
- || strncasecmp(dir->d_name+strlen(dir->d_name)-4,".ogg",4)==0
diff --git a/audio/muse/files/patch-src_libmpeg_mpegtoraw.cc b/audio/muse/files/patch-src_libmpeg_mpegtoraw.cc
deleted file mode 100644
index 5c388cf890ee..000000000000
--- a/audio/muse/files/patch-src_libmpeg_mpegtoraw.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/libmpeg/mpegtoraw.cc.orig 2003-12-08 12:20:37 UTC
-+++ src/libmpeg/mpegtoraw.cc
-@@ -9,8 +9,8 @@
- #include <pthread.h>
- #endif
-
--#include <math.h>
--#include <stdlib.h>
-+#include <cmath>
-+#include <cstdlib>
- #include <unistd.h>
-
- #include "mpegsound.h"
-@@ -419,7 +419,7 @@ bool Mpegtoraw::loadheader(void)
- return true;
- }
-
--#include <iostream.h>
-+#include <iostream>
- // Convert mpeg to raw
- bool Mpegtoraw::run(int frames) {
- clearrawdata();
diff --git a/audio/muse/files/patch-src_linklist.h b/audio/muse/files/patch-src_linklist.h
deleted file mode 100644
index 2bdc384be731..000000000000
--- a/audio/muse/files/patch-src_linklist.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/linklist.h.orig 2004-02-13 16:58:16 UTC
-+++ src/linklist.h
-@@ -44,7 +44,7 @@ class Linklist {
- bool movedown(int pos);
- bool moveto(int num, int pos);
- Entry *pick(int pos);
-- Entry *Linklist::selected();
-+ Entry *selected();
-
- Entry *operator[](int pos) { return pick(pos); };
-
diff --git a/audio/muse/files/patch-src_outchannels.cpp b/audio/muse/files/patch-src_outchannels.cpp
deleted file mode 100644
index ed61b09da1b4..000000000000
--- a/audio/muse/files/patch-src_outchannels.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/outchannels.cpp.orig 2004-12-15 18:18:06 UTC
-+++ src/outchannels.cpp
-@@ -24,11 +24,11 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>
diff --git a/audio/muse/files/patch-src_pipe.cpp b/audio/muse/files/patch-src_pipe.cpp
deleted file mode 100644
index d6dc5f97af0c..000000000000
--- a/audio/muse/files/patch-src_pipe.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/pipe.cpp.orig 2005-12-24 15:19:31 UTC
-+++ src/pipe.cpp
-@@ -25,9 +25,9 @@ Boston, MA 02111-1307, USA.
- */
-
- #include <iostream>
--#include <stdlib.h>
-+#include <cstdlib>
- #include <math.h>
--#include <errno.h>
-+#include <cerrno>
-
- #include <audioproc.h>
- #include <pipe.h>
diff --git a/audio/muse/files/patch-src_shout_sock.c b/audio/muse/files/patch-src_shout_sock.c
deleted file mode 100644
index 3d8a57773d94..000000000000
--- a/audio/muse/files/patch-src_shout_sock.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/shout/sock.c.orig 2004-03-29 16:04:27 UTC
-+++ src/shout/sock.c
-@@ -336,7 +336,11 @@ int sock_write_fmt(sock_t sock, const ch
- int rc = SOCK_ERROR;
- va_list ap_retry;
-
-+#if (defined(__FreeBSD__) && __FreeBSD__ < 5)
-+ ap_retry = ap;
-+#else
- va_copy (ap_retry, ap);
-+#endif
-
- len = vsnprintf (buff, sizeof (buffer), fmt, ap);
-
diff --git a/audio/muse/pkg-descr b/audio/muse/pkg-descr
deleted file mode 100644
index f923827a89a3..000000000000
--- a/audio/muse/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-MuSE is an application for the mixing, encoding, and network streaming of
-sound. MuSE can simultaneously mix up to 6 encoded audio bitstreams (from
-files or network) plus a sound card input signal. The resulting stream can
-be played locally on the sound card and/or encoded as an mp3 bitstream sent
-to a broadcast server. MuSE offers an intuitive interface to be operated
-realtime and can run in "slick" mode from command line.
-
-WWW: http://muse.dyne.org/
diff --git a/audio/muse/pkg-plist b/audio/muse/pkg-plist
deleted file mode 100644
index c10a40de9ad0..000000000000
--- a/audio/muse/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/muse
-man/man1/muse.1.gz
-share/locale/es/LC_MESSAGES/muse.mo
-share/locale/it/LC_MESSAGES/muse.mo