diff options
Diffstat (limited to 'audio')
207 files changed, 0 insertions, 9023 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile deleted file mode 100644 index 89105ce3b957..000000000000 --- a/audio/amarok-kde4/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: amarok -# Date created: Tue Feb 24 02:21:14 CET 2004 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= amarok -PORTVERSION= 0.9 -PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= markus@FreeBSD.org -COMMENT= Media player for KDE - -LIB_DEPENDS= artsgui:${PORTSDIR}/multimedia/kdemultimedia3 - -.if defined(WITH_GSTREAMER) -LIB_DEPENDS+= gstplay-0.8.1:${PORTSDIR}/multimedia/gstreamer-plugins -.else -CONFIGURE_ARGS= --without-gstreamer -.endif - -.if defined(WITHOUT_OPENGL) -CONFIGURE_ARGS+=--without-opengl -.endif - -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -pre-everything:: -.if !defined(WITH_GSTREAMER) - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_GSTREAMER to enable experimental GStreamer support' -.endif -.if !defined(WITHOUT_OPENGL) - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITHOUT_OPENGL to disable OpenGL support' -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo deleted file mode 100644 index 18d57e5ff99e..000000000000 --- a/audio/amarok-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (amarok-0.9.tar.bz2) = e1c2726330df56b8cf9e1ee58d50d975 -SIZE (amarok-0.9.tar.bz2) = 780381 diff --git a/audio/amarok-kde4/files/patch-loader.cpp b/audio/amarok-kde4/files/patch-loader.cpp deleted file mode 100644 index de86b33651aa..000000000000 --- a/audio/amarok-kde4/files/patch-loader.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- amarok/amarok/loader/loader.cpp.orig Fri Mar 5 22:15:11 2004 -+++ amarok/amarok/loader/loader.cpp Tue Mar 16 21:48:30 2004 -@@ -156,10 +156,11 @@ - path += "/.kde/share/apps/amarok/.loader_socket"; - ::strcpy( &local.sun_path[0], path ); - -- int len = ::strlen( local.sun_path ) + sizeof( local.sun_family ); -+ int len = sizeof( local ); - - if ( ::connect( fd, (struct sockaddr*) &local, len ) == -1 ) { - // qDebug( "[Loader::tryConnect()] connect() failed" ); -+ ::close ( fd ); - return -1; - } - diff --git a/audio/amarok-kde4/files/patch-playerapp.cpp b/audio/amarok-kde4/files/patch-playerapp.cpp deleted file mode 100644 index 09bbb3135cc7..000000000000 --- a/audio/amarok-kde4/files/patch-playerapp.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- amarok/amarok/playerapp.cpp.orig Fri Mar 5 22:15:10 2004 -+++ amarok/amarok/playerapp.cpp Tue Mar 16 21:51:00 2004 -@@ -298,14 +298,18 @@ - ::strcpy( &local.sun_path[0], path ); - ::unlink( path ); - -- int len = ::strlen( local.sun_path ) + sizeof( local.sun_family ); -+ int len = sizeof( local ); - - if ( ::bind( m_sockfd, (struct sockaddr*) &local, len ) == -1 ) { - kdWarning() << k_funcinfo << " bind() error\n"; -+ ::close ( m_sockfd ); -+ m_sockfd = -1; - return; - } - if ( ::listen( m_sockfd, 1 ) == -1 ) { - kdWarning() << k_funcinfo << " listen() error\n"; -+ ::close ( m_sockfd ); -+ m_sockfd = -1; - return; - } - diff --git a/audio/amarok-kde4/files/patch-playlistloader.h b/audio/amarok-kde4/files/patch-playlistloader.h deleted file mode 100644 index 83e21dda4f0d..000000000000 --- a/audio/amarok-kde4/files/patch-playlistloader.h +++ /dev/null @@ -1,12 +0,0 @@ ---- amarok/amarok/playlistloader.h.orig Fri Mar 5 22:15:11 2004 -+++ amarok/amarok/playlistloader.h Mon Mar 8 15:36:51 2004 -@@ -120,6 +120,9 @@ - private: - PlaylistLoader *m_thread; - }; -+ -+ friend class MakeItemEvent; -+ friend class DownloadPlaylistEvent; - }; - - #endif diff --git a/audio/amarok-kde4/pkg-descr b/audio/amarok-kde4/pkg-descr deleted file mode 100644 index 955067542d7f..000000000000 --- a/audio/amarok-kde4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -amaroK is a media player for KDE. It uses the multimedia -framework-independent frontend to play audio files, and -features a fresh and efficient approach to playlist handling. -Emphasis is on the quick and easy user interface, allowing -for fast access to the media library. - -WWW: http://amarok.sourceforge.net/ diff --git a/audio/amarok-kde4/pkg-plist b/audio/amarok-kde4/pkg-plist deleted file mode 100644 index a150f485de09..000000000000 --- a/audio/amarok-kde4/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/amarok -bin/amarokapp -lib/libamarokarts.la -lib/libamarokarts.so -lib/mcop/Amarok/RawScope.mcopclass -lib/mcop/Amarok/Synth_STEREO_XFADE.mcopclass -lib/mcop/amarokarts.mcopclass -lib/mcop/amarokarts.mcoptype -share/applications/kde/amarok.desktop -share/apps/amarok/amarokui.rc -share/apps/amarok/data/ball.png -share/apps/amarok/data/dot.png -share/apps/amarok/data/grid.png -share/apps/amarok/data/metasound.xml -share/apps/amarok/data/startupTip.txt -share/apps/amarok/data/wirl1.png -share/apps/amarok/data/wirl2.png -share/apps/amarok/images/b_next.png -share/apps/amarok/images/b_next_down.png -share/apps/amarok/images/b_pause.png -share/apps/amarok/images/b_pause_down.png -share/apps/amarok/images/b_play.png -share/apps/amarok/images/b_play_down.png -share/apps/amarok/images/b_prev.png -share/apps/amarok/images/b_prev_down.png -share/apps/amarok/images/b_stop.png -share/apps/amarok/images/b_stop_down.png -share/apps/amarok/images/bucky.png -share/apps/amarok/images/description.png -share/apps/amarok/images/ensure_visible.png -share/apps/amarok/images/eq_active2.png -share/apps/amarok/images/eq_inactive2.png -share/apps/amarok/images/logo_splash.png -share/apps/amarok/images/logo_web.png -share/apps/amarok/images/pl_active2.png -share/apps/amarok/images/pl_inactive2.png -share/apps/amarok/images/time_minus.png -share/apps/amarok/images/time_plus.png -share/apps/amarok/images/vol_speaker.png -share/config.kcfg/amarok.kcfg -share/config/amarokrc -share/doc/HTML/en/amarok/common -share/doc/HTML/en/amarok/index.cache.bz2 -share/doc/HTML/en/amarok/index.docbook -share/doc/HTML/en/amarok/logo.png -share/doc/HTML/en/amarok/player_window.png -share/doc/HTML/en/amarok/playlist_window.png -share/icons/crystalsvg/16x16/apps/amarok.png -share/icons/crystalsvg/22x22/apps/amarok.png -share/icons/crystalsvg/32x32/apps/amarok.png -share/icons/crystalsvg/48x48/apps/amarok.png -share/icons/crystalsvg/64x64/apps/amarok.png -@unexec rmdir %D/share/icons/crystalsvg/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/en/amarok -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@unexec rmdir %D/share/config.kcfg 2>/dev/null || true -@unexec rmdir %D/share/config 2>/dev/null || true -@dirrm share/apps/amarok/images -@dirrm share/apps/amarok/data -@dirrm share/apps/amarok -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true -@dirrm lib/mcop/Amarok -@unexec rmdir %D/lib/mcop 2>/dev/null || true diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile deleted file mode 100644 index b7167e530637..000000000000 --- a/audio/ccaudio2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ccaudio -# Date created: 26 July 2000 -# Whom: David Sugar <dyfet@gnu.org> -# -# $FreeBSD$ -# - -PORTNAME= ccaudio -PORTVERSION= 1.1.1 -PORTREVISION= 0 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= ccaudio/:gnu \ - bayonne/:sf -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ class framework for manipulating audio files - -LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp - -USE_GNOME= gnometarget -GNU_CONFIGURE= yes -INSTALL_TARGET= install man -INSTALLS_SHLIB= yes - -MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \ - AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \ - LinearSample.3cc - -.include <bsd.port.mk> diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo deleted file mode 100644 index 5f87d4edbe3d..000000000000 --- a/audio/ccaudio2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ccaudio-1.1.1.tar.gz) = 946f04524af6050b104bf40895291921 -SIZE (ccaudio-1.1.1.tar.gz) = 340256 diff --git a/audio/ccaudio2/files/patch-config:ltmain.sh b/audio/ccaudio2/files/patch-config:ltmain.sh deleted file mode 100644 index 2aeb7ae8998b..000000000000 --- a/audio/ccaudio2/files/patch-config:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- config/ltmain.sh.orig Fri Feb 20 17:25:13 2004 -+++ config/ltmain.sh Fri Feb 20 17:25:25 2004 -@@ -5428,10 +5428,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp deleted file mode 100644 index 48d1c35a3e3e..000000000000 --- a/audio/ccaudio2/files/patch-src:dtmf.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 -+++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 -@@ -27,9 +27,9 @@ - // - - #include <math.h> --#include <stdint.h> - #include <string.h> - #include <stdio.h> -+#include <stdlib.h> - #include <time.h> - #include <fcntl.h> - #include "audio.h" diff --git a/audio/ccaudio2/pkg-descr b/audio/ccaudio2/pkg-descr deleted file mode 100644 index 0dab234f6115..000000000000 --- a/audio/ccaudio2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ccaudio offers a portable framework for developing applications which -access audio files. This library is optimized for DSP frame presentation -and for merging audio from multiple sources. Support is provided for many -common and popular sound file formats such as .au, .wav/RIFF, etc. - -- David Sugar -dyfet@gnu.org diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist deleted file mode 100644 index b1365fa20227..000000000000 --- a/audio/ccaudio2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/cc++2/cc++/audio.h -lib/libccaudio1.a -lib/libccaudio1.so -lib/libccaudio1-1.1.so -lib/libccaudio1-1.1.so.0 -lib/ccaudio1/g.711 -@dirrm lib/ccaudio1 diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile deleted file mode 100644 index 8afae41a8949..000000000000 --- a/audio/easytag-devel/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: easytag -# Date created: May 17, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= easytag -PORTVERSION= 0.30d -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= easytag-${PORTVERSION:S/d$//} - -PATCHFILES= patch_easytag_030_030a.diff patch_easytag_030a_030b.diff \ - patch_easytag_030b_030c.diff patch_easytag_030c_030d.diff -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} -PATCH_SITE_SUBDIR= ${PORTNAME} -PATCH_DIST_STRIP= -p1 - -MAINTAINER= roddie@krweb.net -COMMENT= Tag editor for MP3 and OGG files - -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ - FLAC.5:${PORTSDIR}/audio/flac - -MAN1= easytag.1 - -USE_BZIP2= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo deleted file mode 100644 index 1ba865ef159f..000000000000 --- a/audio/easytag-devel/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (easytag-0.30.tar.bz2) = 9f0dfde219c0422676f21afc49cc44bf -SIZE (easytag-0.30.tar.bz2) = 1094337 -MD5 (patch_easytag_030_030a.diff) = 210c0e49ad524181420a481b214a5917 -SIZE (patch_easytag_030_030a.diff) = 4382 -MD5 (patch_easytag_030a_030b.diff) = d38d94d319471c8b051f76df71de66e9 -SIZE (patch_easytag_030a_030b.diff) = 9160 -MD5 (patch_easytag_030b_030c.diff) = f48e07056ebd5d4b7b960d8f787c4f12 -SIZE (patch_easytag_030b_030c.diff) = 6036 -MD5 (patch_easytag_030c_030d.diff) = f6219b66a073743429e8385af8bb56ac -SIZE (patch_easytag_030c_030d.diff) = 4673 diff --git a/audio/easytag-devel/files/patch-Makefile.in b/audio/easytag-devel/files/patch-Makefile.in deleted file mode 100644 index 82fc3fadbc17..000000000000 --- a/audio/easytag-devel/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sun Feb 8 13:00:52 2004 -+++ Makefile.in Sun Feb 8 13:00:58 2004 -@@ -518,7 +518,6 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive \ - uninstall-textDATA - --dnl gnome_menudir=$(shell gnome-config --datadir)/gnome/apps/Multimedia - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/audio/easytag-devel/files/patch-src_cddb.c b/audio/easytag-devel/files/patch-src_cddb.c deleted file mode 100644 index 006a9b2a38f0..000000000000 --- a/audio/easytag-devel/files/patch-src_cddb.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/cddb.c.orig Wed Jan 1 22:29:03 2003 -+++ src/cddb.c Wed Jan 1 22:29:17 2003 -@@ -29,6 +29,7 @@ - #include <sys/socket.h> - #include <netdb.h> - #include <errno.h> -+#include <netinet/in.h> - - #include "cddb.h" - #include "easytag.h" diff --git a/audio/easytag-devel/pkg-descr b/audio/easytag-devel/pkg-descr deleted file mode 100644 index d6b8601ca9ec..000000000000 --- a/audio/easytag-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg -Vorbis, MusePack and Monkey's Audio files. - -Features: - -- Auto tagging: parse filename and directory to complete automatically the -fields (using masks), -- Ability to rename files from the tag (using masks) or by loading a text -file, -- Process selected files of the selected directory, -- Ability to browse subdirectories, -- Recursion for tagging, removing, renaming, saving..., -- Can set a field (artist, title,...) to all other files, -- Read file header informations (bitrate, time, ...) and display them, -- Auto completion of the date if a partial is entered, -- Undo and redo last changes, -- Ability to process fields of tag and file name (convert letters into -uppercase, downcase, ...), -- CDDB support (from http protocol), -- A playlist generator window, -- French, German, Russian, Dutch, Hungarian, Swedish, Italian, Japanese, -Ukrainian, Czech, Spanish, Polish and Romanian translation languages, - -WWW: http://easytag.sourceforge.net diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist deleted file mode 100644 index 36370f7bda57..000000000000 --- a/audio/easytag-devel/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/easytag -share/easytag/ChangeLog -share/easytag/EasyTAG_logo.xpm -share/gnome/apps/Multimedia/easytag.desktop -share/locale/cs/LC_MESSAGES/easytag.mo -share/locale/de/LC_MESSAGES/easytag.mo -share/locale/es/LC_MESSAGES/easytag.mo -share/locale/fr/LC_MESSAGES/easytag.mo -share/locale/hu/LC_MESSAGES/easytag.mo -share/locale/it/LC_MESSAGES/easytag.mo -share/locale/ja/LC_MESSAGES/easytag.mo -share/locale/nl/LC_MESSAGES/easytag.mo -share/locale/pl/LC_MESSAGES/easytag.mo -share/locale/ro/LC_MESSAGES/easytag.mo -share/locale/ru/LC_MESSAGES/easytag.mo -share/locale/sv/LC_MESSAGES/easytag.mo -share/locale/uk/LC_MESSAGES/easytag.mo -share/pixmaps/EasyTAG.xpm -@unexec rmdir %D/share/gnome/apps/Multimedia 2>/dev/null || true -@unexec rmdir %D/share/gnome/apps 2>/dev/null || true -@unexec rmdir %D/share/gnome 2>/dev/null || true -@dirrm share/easytag diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile deleted file mode 100644 index 9ed64bec9da4..000000000000 --- a/audio/gmpc/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: traymp -# Date created: Oct 09 2003 -# Whom: Mark Reidel <ports@mark.reidel.info> -# -# $FreeBSD$ -# - -PORTNAME= traymp -PORTVERSION= 0.12 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= musicpd - -MAINTAINER= ports@mark.reidel.info -COMMENT= Tray-aware GTK2 client for musicpd - -GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk20 libglade2 -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - -CFLAGS+= -I${PREFIX}/include - -.include <bsd.port.pre.mk> - -.ifdef(WITH_XOSD) -CONFIGURE_ARGS+=--enable-xosd -LIB_DEPENDS+=xosd.4:${PORTSDIR}/misc/xosd -.endif - -pre-everything:: -.ifndef(WITH_XOSD) - @${ECHO} "You can build ${PKGNAME} with the following option:" - @${ECHO} - @${ECHO} "WITH_XOSD Make use of on-screen-display" - @${ECHO} - @sleep 3 -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/audio/gmpc/distinfo b/audio/gmpc/distinfo deleted file mode 100644 index d0c239fe01d1..000000000000 --- a/audio/gmpc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (traymp-0.12.tar.gz) = 460ab9e72ff6ca522caa9a2c9e31a39b -SIZE (traymp-0.12.tar.gz) = 78528 diff --git a/audio/gmpc/files/patch-src-playlist.c b/audio/gmpc/files/patch-src-playlist.c deleted file mode 100644 index 337af4f3c112..000000000000 --- a/audio/gmpc/files/patch-src-playlist.c +++ /dev/null @@ -1,115 +0,0 @@ ---- src/playlist.c.orig Thu Aug 28 17:46:31 2003 -+++ src/playlist.c Mon Nov 17 19:08:53 2003 -@@ -41,9 +41,9 @@ - void switch_advanced() - { - int height; -+ GtkRequisition requisition; - gtk_window_get_size(GTK_WINDOW(glade_xml_get_widget(xml, "playlist_win")), NULL, &height); - -- GtkRequisition requisition; - gtk_widget_get_child_requisition - (glade_xml_get_widget(xml, "vbox1"), - &requisition); -@@ -368,10 +368,12 @@ - { - GtkTreeIter iter; - GtkTreeModel *model = GTK_TREE_MODEL(playlists); -+ GtkWidget *entry; -+ const gchar *buf; - if(!insetting.update_timeout) return; - insetting.update_timeout = FALSE; -- GtkWidget *entry = glade_xml_get_widget(xml, "playlist_name"); -- const gchar *buf = gtk_entry_get_text(GTK_ENTRY(entry)); -+ entry = glade_xml_get_widget(xml, "playlist_name"); -+ buf = gtk_entry_get_text(GTK_ENTRY(entry)); - if(strlen(buf) == 0) return; - if(gtk_tree_model_get_iter_first(model, &iter)) - { -@@ -413,12 +415,14 @@ - /** remove's the selected playlist */ - void delete_playlist() - { -- if(!insetting.update_timeout) return; -- insetting.update_timeout = FALSE; - GtkTreeSelection *selection; - GtkTreeIter iter; -- GtkWidget *tree = glade_xml_get_widget(xml, "tree_playlists"); -- GtkTreeModel *model = GTK_TREE_MODEL(playlists); -+ GtkWidget *tree; -+ GtkTreeModel *model; -+ if(!insetting.update_timeout) return; -+ insetting.update_timeout = FALSE; -+ tree = glade_xml_get_widget(xml, "tree_playlists"); -+ model = GTK_TREE_MODEL(playlists); - selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree)); - if(gtk_tree_selection_get_selected(selection, &model, &iter)) - { -@@ -474,12 +478,14 @@ - void search_songs() - { - mpd_InfoEntity *entity; -- gtk_list_store_clear(searchlist); - GtkWidget *entry; -- GtkWidget *progress = start_progress("Loading search results"); -+ GtkWidget *progress; - int i=0, option =0; -+ const gchar *entryb; -+ gtk_list_store_clear(searchlist); -+ progress = start_progress("Loading search results"); - entry = glade_xml_get_widget(xml, "search_entry"); -- const gchar *entryb = gtk_entry_get_text(GTK_ENTRY(entry)); -+ entryb = gtk_entry_get_text(GTK_ENTRY(entry)); - if(gtk_option_menu_get_history(GTK_OPTION_MENU(glade_xml_get_widget(xml, "search_type_selector"))) == 0) option = MPD_TABLE_ARTIST; - else if (gtk_option_menu_get_history(GTK_OPTION_MENU(glade_xml_get_widget(xml, "search_type_selector"))) == 1) option = MPD_TABLE_ALBUM; - else if (gtk_option_menu_get_history(GTK_OPTION_MENU(glade_xml_get_widget(xml, "search_type_selector"))) == 2) option = MPD_TABLE_TITLE; -@@ -491,8 +497,9 @@ - while((entity = mpd_getNextInfoEntity(connection))) - { - GtkTreeIter iter; -+ char *buf; - check_error(); -- char *buf = g_path_get_basename(entity->info.song->file); -+ buf = g_path_get_basename(entity->info.song->file); - if(!(i % 50)) - { - gtk_progress_bar_pulse(GTK_PROGRESS_BAR(progress)); -@@ -640,12 +647,15 @@ - void load_albums() - { - char *buf, *artist; -- gtk_list_store_clear(id3_album); - GtkTreeIter iter; -- GtkTreeModel *model = GTK_TREE_MODEL(id3_artist); -- GtkTreeSelection *selection = gtk_tree_view_get_selection((GtkTreeView *)glade_xml_get_widget(xml, "tree_artist")); -- GtkWidget *progress = start_progress("Loading albums"); -+ GtkTreeModel *model; -+ GtkTreeSelection *selection; -+ GtkWidget *progress; - int i =0; -+ gtk_list_store_clear(id3_album); -+ model = GTK_TREE_MODEL(id3_artist); -+ selection = gtk_tree_view_get_selection((GtkTreeView *)glade_xml_get_widget(xml, "tree_artist")); -+ progress = start_progress("Loading albums"); - if(!gtk_tree_selection_get_selected(selection, &model, &iter)) return; - else gtk_tree_model_get(model , &iter, 0,&artist,-1); - if(!strcmp(artist, "All")) mpd_sendListCommand(connection, MPD_TABLE_ALBUM, NULL); -@@ -1092,11 +1102,14 @@ - mpd_InfoEntity *entity; - gchar *entryb,*buf = NULL; - GPatternSpec *spec; -- gtk_list_store_clear(curlist); -- GtkWidget *progress= start_progress("Loading songs in current playlist"); -- int option = gtk_option_menu_get_history(GTK_OPTION_MENU(glade_xml_get_widget(xml, "optionmenufilter"))); -- GtkWidget *entry = glade_xml_get_widget(xml, "entryfilter"); -+ GtkWidget *progress; -+ int option; -+ GtkWidget *entry; - int i=0, rate = 50; -+ gtk_list_store_clear(curlist); -+ progress= start_progress("Loading songs in current playlist"); -+ option = gtk_option_menu_get_history(GTK_OPTION_MENU(glade_xml_get_widget(xml, "optionmenufilter"))); -+ entry = glade_xml_get_widget(xml, "entryfilter"); - /* if there is a playlistlength set the update rate to every 2.5 % */ - if(status->playlistLength != -1) rate = (int)(status->playlistLength/40 + 1); - /* this is needed to get the right number of songs in the playlist */ diff --git a/audio/gmpc/files/patch-src-tray.c b/audio/gmpc/files/patch-src-tray.c deleted file mode 100644 index 0ccbc74b9f91..000000000000 --- a/audio/gmpc/files/patch-src-tray.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/tray.c.orig Mon Nov 17 16:44:33 2003 -+++ src/tray.c Mon Nov 17 16:44:51 2003 -@@ -117,9 +117,9 @@ - /* handle the click event on the tray icon */ - - int tray_clicked(GtkWidget *image, GdkEventButton *event){ -+ char *buf; - if(!insetting.update_timeout) return 1; - insetting.update_timeout = FALSE; -- char *buf; - if(tray_icon == NULL) return 1; - insetting.update_timeout = TRUE; /* where done.. no need to wait */ - check_error(); diff --git a/audio/gmpc/pkg-descr b/audio/gmpc/pkg-descr deleted file mode 100644 index 632b7f76aefa..000000000000 --- a/audio/gmpc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -A tray-aware GTK2-client for MPD, the Music Player Daemon. -Traymp connects to a MPD running on a machine via a network. -Read more about MPD on http://www.musicpd.org - -You have to install musicpd somewhere in your network to -make use of this program. - -WWW: http://www.musicpd.org diff --git a/audio/gmpc/pkg-message b/audio/gmpc/pkg-message deleted file mode 100644 index 4b0e1c40e126..000000000000 --- a/audio/gmpc/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************ - -The traymp package has been successfully installed. - -In order to connect to the MPD server, you need to set -MPD_HOST and MPD_PORT in your environment according to -where musicpd runs. - -************************************************************ - diff --git a/audio/gmpc/pkg-plist b/audio/gmpc/pkg-plist deleted file mode 100644 index ecf9b5755039..000000000000 --- a/audio/gmpc/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/traymp -share/pixmaps/traymp/tray.png -share/pixmaps/traymp/tray-play.png -share/pixmaps/traymp/media-play.png -share/pixmaps/traymp/media-pause.png -share/pixmaps/traymp/media-next.png -share/pixmaps/traymp/media-prev.png -share/pixmaps/traymp/media-stop.png -share/pixmaps/traymp/tray-pause.png -share/traymp/playlist.glade -@dirrm share/pixmaps/traymp -@dirrm share/pixmaps -@dirrm share/traymp diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile deleted file mode 100644 index 7bb0197155ca..000000000000 --- a/audio/gnome-audio/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomeaudio2 -# Date created: 10 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomeaudio -PORTVERSION= 2.0.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-audio/2.0 -PKGNAMESUFFIX= 2 -DISTNAME= gnome-audio-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound files for use with GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -NO_BUILD= yes -USE_GNOME= gnomehack gnomeprefix gnomehier -WRKSRC= ${WRKDIR}/${DISTNAME}/sounds - -.include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo deleted file mode 100644 index f7849f80ad5b..000000000000 --- a/audio/gnome-audio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f -SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319 diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile deleted file mode 100644 index f5556e24f16d..000000000000 --- a/audio/gnome-audio/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Feb 15 14:40:33 2001 -+++ Makefile Mon Feb 26 19:24:22 2001 -@@ -1,3 +1 @@ --prefix=$(shell gnome-config --prefix) -- - LN_S=ln -sf -@@ -14,4 +12,4 @@ - for I in *.wav */*.wav ; do \ -- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ -- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ -+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ - done -@@ -19,3 +17,3 @@ - install-default-links: -- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav -- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav -+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav -+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr deleted file mode 100644 index 02b911e2de13..000000000000 --- a/audio/gnome-audio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module holds sound files for use with GNOME 2. diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist deleted file mode 100644 index 93609a8dc24a..000000000000 --- a/audio/gnome-audio/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -share/gnome/sounds/card_shuffle.wav -share/gnome/sounds/email.wav -share/gnome/sounds/error.wav -share/gnome/sounds/generic.wav -share/gnome/sounds/gtk-events/activate.wav -share/gnome/sounds/gtk-events/clicked.wav -share/gnome/sounds/gtk-events/toggled.wav -share/gnome/sounds/info.wav -share/gnome/sounds/login.wav -share/gnome/sounds/logout.wav -share/gnome/sounds/panel/slide.wav -share/gnome/sounds/phone.wav -share/gnome/sounds/question.wav -share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup3.wav -share/gnome/sounds/warning.wav -@dirrm share/gnome/sounds/gtk-events -@dirrm share/gnome/sounds/panel diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index 1f020597f3ae..000000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomemedia2 -PORTVERSION= 2.6.1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/2.6 -DISTNAME= gnome-media-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -RUN_DEPENDS= sox:${PORTSDIR}/audio/sox - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier gnomedesktop \ - gail gstreamerplugins -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in -.if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index 99685733fd65..000000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-media-2.6.1.tar.bz2) = 2003e36259c057236afb60dd1293377f -SIZE (gnome2/gnome-media-2.6.1.tar.bz2) = 2966568 diff --git a/audio/gnome-media/files/patch-configure b/audio/gnome-media/files/patch-configure deleted file mode 100644 index 2c6ea537ce3a..000000000000 --- a/audio/gnome-media/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Dec 31 00:49:17 2003 -+++ configure Wed Dec 31 00:49:57 2003 -@@ -23190,7 +23190,7 @@ - *FreeBSD*) - CDROM_HOST=freebsd - CDROM_HOST_FREEBSD=true -- default_cd_device="/dev/acd0c" -+ default_cd_device="/dev/%%CDROM%%" - ;; - *Linux*) - CDROM_HOST=linux diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b22584992ac..000000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index fb9ed33d5582..000000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,615 +0,0 @@ -bin/cddb-slave2-properties -bin/gnome-audio-profiles-properties -bin/gnome-cd -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -bin/vumeter -etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/cdlossless/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/cdlossy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/voice/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/global/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/cdlossless/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/cdlossy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/voice/%gconf.xml -etc/gconf/schemas/CDDB-Slave2.schemas -etc/gconf/schemas/gnome-audio-profiles.schemas -etc/gconf/schemas/gnome-cd.schemas -etc/gconf/schemas/gnome-sound-recorder.schemas -include/cddb-slave2/cddb-slave-client.h -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libcddb-slave2.a -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server -libdata/pkgconfig/gnome-media-profiles.pc -libexec/CDDBSlave2 -libexec/cddb-track-editor -share/gnome/applications/gnome-cd.desktop -share/gnome/applications/gnome-sound-recorder.desktop -share/gnome/applications/gnome-volume-control.desktop -share/gnome/applications/gstreamer-properties.desktop -share/gnome/applications/reclevel.desktop -share/gnome/applications/vumeter.desktop -share/gnome/control-center-2.0/capplets/cddb-slave.desktop -share/gnome/gnome-media/glade/gnome-audio-profiles.glade2 -share/gnome/gnome-media/pixmaps/mixer.png -share/gnome/gnome-media/pixmaps/phone.png -share/gnome/gnome-media/pixmaps/tone.png -share/gnome/gnome-media/pixmaps/video.png -share/gnome/gnome-sound-recorder/ui/gsr.xml -share/gnome/gstreamer-properties/glade/gstreamer-properties.glade -share/gnome/gstreamer-properties/icons/gstreamer-properties.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/C/figures/cdplayer_window.png -share/gnome/help/gnome-cd/C/figures/eject_button.png -share/gnome/help/gnome-cd/C/figures/forward_button.png -share/gnome/help/gnome-cd/C/figures/next_button.png -share/gnome/help/gnome-cd/C/figures/pause_button.png -share/gnome/help/gnome-cd/C/figures/play_button.png -share/gnome/help/gnome-cd/C/figures/preferences_button.png -share/gnome/help/gnome-cd/C/figures/previous_button.png -share/gnome/help/gnome-cd/C/figures/rewind_button.png -share/gnome/help/gnome-cd/C/figures/stop_button.png -share/gnome/help/gnome-cd/C/gnome-cd.xml -share/gnome/help/gnome-cd/C/legal.xml -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/de/figures/cdplayer_window.png -share/gnome/help/gnome-cd/de/figures/eject_button.png -share/gnome/help/gnome-cd/de/figures/forward_button.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/de/figures/gnome-cd.png -share/gnome/help/gnome-cd/de/figures/next_button.png -share/gnome/help/gnome-cd/de/figures/pause_button.png -share/gnome/help/gnome-cd/de/figures/play_button.png -share/gnome/help/gnome-cd/de/figures/preferences_button.png -share/gnome/help/gnome-cd/de/figures/previous_button.png -share/gnome/help/gnome-cd/de/figures/rewind_button.png -share/gnome/help/gnome-cd/de/figures/stop_button.png -share/gnome/help/gnome-cd/de/gnome-cd.xml -share/gnome/help/gnome-cd/de/legal.xml -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/es/figures/cdplayer_window.png -share/gnome/help/gnome-cd/es/figures/eject_button.png -share/gnome/help/gnome-cd/es/figures/forward_button.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/es/figures/gnome-cd.png -share/gnome/help/gnome-cd/es/figures/next_button.png -share/gnome/help/gnome-cd/es/figures/pause_button.png -share/gnome/help/gnome-cd/es/figures/play_button.png -share/gnome/help/gnome-cd/es/figures/preferences_button.png -share/gnome/help/gnome-cd/es/figures/previous_button.png -share/gnome/help/gnome-cd/es/figures/rewind_button.png -share/gnome/help/gnome-cd/es/figures/stop_button.png -share/gnome/help/gnome-cd/es/gnome-cd.xml -share/gnome/help/gnome-cd/es/legal.xml -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png -share/gnome/help/gnome-cd/fr/figures/eject_button.png -share/gnome/help/gnome-cd/fr/figures/forward_button.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd.png -share/gnome/help/gnome-cd/fr/figures/next_button.png -share/gnome/help/gnome-cd/fr/figures/pause_button.png -share/gnome/help/gnome-cd/fr/figures/play_button.png -share/gnome/help/gnome-cd/fr/figures/preferences_button.png -share/gnome/help/gnome-cd/fr/figures/previous_button.png -share/gnome/help/gnome-cd/fr/figures/rewind_button.png -share/gnome/help/gnome-cd/fr/figures/stop_button.png -share/gnome/help/gnome-cd/fr/gnome-cd.xml -share/gnome/help/gnome-cd/fr/legal.xml -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/it/figures/cdplayer_window.png -share/gnome/help/gnome-cd/it/figures/eject_button.png -share/gnome/help/gnome-cd/it/figures/forward_button.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/it/figures/gnome-cd.png -share/gnome/help/gnome-cd/it/figures/next_button.png -share/gnome/help/gnome-cd/it/figures/pause_button.png -share/gnome/help/gnome-cd/it/figures/play_button.png -share/gnome/help/gnome-cd/it/figures/preferences_button.png -share/gnome/help/gnome-cd/it/figures/previous_button.png -share/gnome/help/gnome-cd/it/figures/rewind_button.png -share/gnome/help/gnome-cd/it/figures/stop_button.png -share/gnome/help/gnome-cd/it/gnome-cd.xml -share/gnome/help/gnome-cd/it/legal.xml -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ja/figures/eject_button.png -share/gnome/help/gnome-cd/ja/figures/forward_button.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd.png -share/gnome/help/gnome-cd/ja/figures/next_button.png -share/gnome/help/gnome-cd/ja/figures/pause_button.png -share/gnome/help/gnome-cd/ja/figures/play_button.png -share/gnome/help/gnome-cd/ja/figures/preferences_button.png -share/gnome/help/gnome-cd/ja/figures/previous_button.png -share/gnome/help/gnome-cd/ja/figures/rewind_button.png -share/gnome/help/gnome-cd/ja/figures/stop_button.png -share/gnome/help/gnome-cd/ja/gnome-cd.xml -share/gnome/help/gnome-cd/ja/legal.xml -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ko/figures/eject_button.png -share/gnome/help/gnome-cd/ko/figures/forward_button.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd.png -share/gnome/help/gnome-cd/ko/figures/next_button.png -share/gnome/help/gnome-cd/ko/figures/pause_button.png -share/gnome/help/gnome-cd/ko/figures/play_button.png -share/gnome/help/gnome-cd/ko/figures/preferences_button.png -share/gnome/help/gnome-cd/ko/figures/previous_button.png -share/gnome/help/gnome-cd/ko/figures/rewind_button.png -share/gnome/help/gnome-cd/ko/figures/stop_button.png -share/gnome/help/gnome-cd/ko/gnome-cd.xml -share/gnome/help/gnome-cd/ko/legal.xml -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png -share/gnome/help/gnome-cd/sv/figures/eject_button.png -share/gnome/help/gnome-cd/sv/figures/forward_button.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd.png -share/gnome/help/gnome-cd/sv/figures/next_button.png -share/gnome/help/gnome-cd/sv/figures/pause_button.png -share/gnome/help/gnome-cd/sv/figures/play_button.png -share/gnome/help/gnome-cd/sv/figures/preferences_button.png -share/gnome/help/gnome-cd/sv/figures/previous_button.png -share/gnome/help/gnome-cd/sv/figures/rewind_button.png -share/gnome/help/gnome-cd/sv/figures/stop_button.png -share/gnome/help/gnome-cd/sv/gnome-cd.xml -share/gnome/help/gnome-cd/sv/legal.xml -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png -share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_CN/figures/next_button.png -share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png -share/gnome/help/gnome-cd/zh_CN/figures/play_button.png -share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png -share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png -share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml -share/gnome/help/gnome-cd/zh_CN/legal.xml -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png -share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_TW/figures/next_button.png -share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png -share/gnome/help/gnome-cd/zh_TW/figures/play_button.png -share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png -share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png -share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml -share/gnome/help/gnome-cd/zh_TW/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/C/figures/gmix.png -share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/grecord/de/figures/grecord-prefs-path.png -share/gnome/help/grecord/de/figures/grecord-prefs-play.png -share/gnome/help/grecord/de/figures/grecord-prefs-rec.png -share/gnome/help/grecord/de/figures/grecord-prefs-sound.png -share/gnome/help/grecord/de/figures/grecord-prefs-ui.png -share/gnome/help/grecord/de/figures/grecord.png -share/gnome/help/grecord/de/figures/grecord_window.png -share/gnome/help/grecord/de/grecord.xml -share/gnome/help/grecord/de/legal.xml -share/gnome/help/grecord/es/figures/grecord-prefs-path.png -share/gnome/help/grecord/es/figures/grecord-prefs-play.png -share/gnome/help/grecord/es/figures/grecord-prefs-rec.png -share/gnome/help/grecord/es/figures/grecord-prefs-sound.png -share/gnome/help/grecord/es/figures/grecord-prefs-ui.png -share/gnome/help/grecord/es/figures/grecord.png -share/gnome/help/grecord/es/figures/grecord_window.png -share/gnome/help/grecord/es/grecord.xml -share/gnome/help/grecord/es/legal.xml -share/gnome/help/grecord/fr/figures/grecord-prefs-path.png -share/gnome/help/grecord/fr/figures/grecord-prefs-play.png -share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png -share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png -share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png -share/gnome/help/grecord/fr/figures/grecord.png -share/gnome/help/grecord/fr/figures/grecord_window.png -share/gnome/help/grecord/fr/grecord.xml -share/gnome/help/grecord/fr/legal.xml -share/gnome/help/grecord/it/figures/grecord-prefs-path.png -share/gnome/help/grecord/it/figures/grecord-prefs-play.png -share/gnome/help/grecord/it/figures/grecord-prefs-rec.png -share/gnome/help/grecord/it/figures/grecord-prefs-sound.png -share/gnome/help/grecord/it/figures/grecord-prefs-ui.png -share/gnome/help/grecord/it/figures/grecord.png -share/gnome/help/grecord/it/figures/grecord_window.png -share/gnome/help/grecord/it/grecord.xml -share/gnome/help/grecord/it/legal.xml -share/gnome/help/grecord/ja/figures/grecord-prefs-path.png -share/gnome/help/grecord/ja/figures/grecord-prefs-play.png -share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ja/figures/grecord.png -share/gnome/help/grecord/ja/figures/grecord_window.png -share/gnome/help/grecord/ja/grecord.xml -share/gnome/help/grecord/ja/legal.xml -share/gnome/help/grecord/ko/figures/grecord-prefs-path.png -share/gnome/help/grecord/ko/figures/grecord-prefs-play.png -share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ko/figures/grecord.png -share/gnome/help/grecord/ko/figures/grecord_window.png -share/gnome/help/grecord/ko/grecord.xml -share/gnome/help/grecord/ko/legal.xml -share/gnome/help/grecord/sv/figures/grecord-prefs-path.png -share/gnome/help/grecord/sv/figures/grecord-prefs-play.png -share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png -share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png -share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png -share/gnome/help/grecord/sv/figures/grecord.png -share/gnome/help/grecord/sv/figures/grecord_window.png -share/gnome/help/grecord/sv/grecord.xml -share/gnome/help/grecord/sv/legal.xml -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_CN/figures/grecord.png -share/gnome/help/grecord/zh_CN/figures/grecord_window.png -share/gnome/help/grecord/zh_CN/grecord.xml -share/gnome/help/grecord/zh_CN/legal.xml -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_TW/figures/grecord.png -share/gnome/help/grecord/zh_TW/figures/grecord_window.png -share/gnome/help/grecord/zh_TW/grecord.xml -share/gnome/help/grecord/zh_TW/legal.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/idl/GNOME_Media_CDDBSlave2.idl -share/gnome/omf/gnome-media/gnome-cd-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gnome-volume-control-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/grecord-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-media/gstreamer-properties-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gstreamer-properties-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-cd.png -share/gnome/pixmaps/gnome-cd/cd.png -share/gnome/pixmaps/gnome-cd/disc.png -share/gnome/pixmaps/gnome-cd/media-eject.png -share/gnome/pixmaps/gnome-cd/media-ffwd.png -share/gnome/pixmaps/gnome-cd/media-next.png -share/gnome/pixmaps/gnome-cd/media-pause.png -share/gnome/pixmaps/gnome-cd/media-play.png -share/gnome/pixmaps/gnome-cd/media-prev.png -share/gnome/pixmaps/gnome-cd/media-record.png -share/gnome/pixmaps/gnome-cd/media-rewind.png -share/gnome/pixmaps/gnome-cd/media-stop.png -share/gnome/pixmaps/gnome-cd/once.png -share/gnome/pixmaps/gnome-cd/repeat.png -share/gnome/pixmaps/gnome-cd/themes/None/None.theme -share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom.png -share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png -share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png -share/gnome/pixmaps/gnome-cd/themes/None/media-next.png -share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png -share/gnome/pixmaps/gnome-cd/themes/None/media-play.png -share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png -share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png -share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/None/middle.png -share/gnome/pixmaps/gnome-cd/themes/None/top-left.png -share/gnome/pixmaps/gnome-cd/themes/None/top-right.png -share/gnome/pixmaps/gnome-cd/themes/None/top.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom.png -share/gnome/pixmaps/gnome-cd/themes/media/media.theme -share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/media/middle.png -share/gnome/pixmaps/gnome-cd/themes/media/top-left.png -share/gnome/pixmaps/gnome-cd/themes/media/top-right.png -share/gnome/pixmaps/gnome-cd/themes/media/top.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png -share/gnome/pixmaps/gnome-cd/track.png -share/gnome/pixmaps/gnome-grecord.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-record.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png -share/gnome/pixmaps/gnome-mixer.png -share/gnome/pixmaps/gnome-reclevel.png -share/gnome/pixmaps/gnome-vumeter.png -share/gnome/pixmaps/gstreamer-properties.png -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/no/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -@dirrm share/gnome/pixmaps/gnome-media/gnome-sound-recorder -@dirrm share/gnome/pixmaps/gnome-media -@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/media -@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/None -@dirrm share/gnome/pixmaps/gnome-cd/themes -@dirrm share/gnome/pixmaps/gnome-cd -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/grecord/zh_TW/figures -@dirrm share/gnome/help/grecord/zh_TW -@dirrm share/gnome/help/grecord/zh_CN/figures -@dirrm share/gnome/help/grecord/zh_CN -@dirrm share/gnome/help/grecord/sv/figures -@dirrm share/gnome/help/grecord/sv -@dirrm share/gnome/help/grecord/ko/figures -@dirrm share/gnome/help/grecord/ko -@dirrm share/gnome/help/grecord/ja/figures -@dirrm share/gnome/help/grecord/ja -@dirrm share/gnome/help/grecord/it/figures -@dirrm share/gnome/help/grecord/it -@dirrm share/gnome/help/grecord/fr/figures -@dirrm share/gnome/help/grecord/fr -@dirrm share/gnome/help/grecord/es/figures -@dirrm share/gnome/help/grecord/es -@dirrm share/gnome/help/grecord/de/figures -@dirrm share/gnome/help/grecord/de -@dirrm share/gnome/help/grecord -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-cd/zh_TW/figures -@dirrm share/gnome/help/gnome-cd/zh_TW -@dirrm share/gnome/help/gnome-cd/zh_CN/figures -@dirrm share/gnome/help/gnome-cd/zh_CN -@dirrm share/gnome/help/gnome-cd/sv/figures -@dirrm share/gnome/help/gnome-cd/sv -@dirrm share/gnome/help/gnome-cd/ko/figures -@dirrm share/gnome/help/gnome-cd/ko -@dirrm share/gnome/help/gnome-cd/ja/figures -@dirrm share/gnome/help/gnome-cd/ja -@dirrm share/gnome/help/gnome-cd/it/figures -@dirrm share/gnome/help/gnome-cd/it -@dirrm share/gnome/help/gnome-cd/fr/figures -@dirrm share/gnome/help/gnome-cd/fr -@dirrm share/gnome/help/gnome-cd/es/figures -@dirrm share/gnome/help/gnome-cd/es -@dirrm share/gnome/help/gnome-cd/de/figures -@dirrm share/gnome/help/gnome-cd/de -@dirrm share/gnome/help/gnome-cd/C/figures -@dirrm share/gnome/help/gnome-cd/C -@dirrm share/gnome/help/gnome-cd -@dirrm share/gnome/gstreamer-properties/icons -@dirrm share/gnome/gstreamer-properties/glade -@dirrm share/gnome/gstreamer-properties -@dirrm share/gnome/gnome-sound-recorder/ui -@dirrm share/gnome/gnome-sound-recorder -@dirrm share/gnome/gnome-media/pixmaps -@dirrm share/gnome/gnome-media/glade -@dirrm share/gnome/gnome-media -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrm include/cddb-slave2 -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/voice -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/cdlossy -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles/cdlossless -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio/profiles -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio/global -@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/audio -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/voice -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/cdlossy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles/cdlossless -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2 -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd -@dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gstreamer-properties-C.omf 2>/dev/null || /usr/bin/true diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile deleted file mode 100644 index 4dbb4f395996..000000000000 --- a/audio/gqmpeg-devel/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: gqmpeg -# Date Created: 28 Oct 1998 -# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gqmpeg -PORTVERSION= 0.19.0 -PORTREVISION= 1 -CATEGORIES+= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER?= lyngbol@wheel.dk -COMMENT?= Another gtk-based MP3 frontend - -.if defined(WITH_MPG321) -RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 -.else -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -.endif - -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GNOME= gdkpixbuf -WANT_GNOME= yes -USE_LIBTOOL_VER= 13 -USE_AUTOCONF_VER= 213 - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - -MAN1= gqmpeg.1 - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomelibs -PKGNAMESUFFIX= -gnome -CONFIGURE_ENV+= USE_GNOME="yes" -PLIST_SUB+= DATADIR="share/gnome" -.else -CONFIGURE_ENV+= USE_GNOME="" -PLIST_SUB+= DATADIR="share" -.endif - -.if !defined(WITH_MPG321) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to use mpg321 instead of mpg123," - @${ECHO_MSG} "hit Ctrl-C right now and execute \"make WITH_MPG321=yes\"" - @${ECHO_MSG} -.endif - -.if defined(WITH_MPG321) -post-patch: - @${REINPLACE_CMD} -E -e \ - 's/^(#define MPG123_BINARY "mpg)123"/\1321"/' \ - ${WRKSRC}/src/io_mpg123.c -.endif - -.include <bsd.port.post.mk> diff --git a/audio/gqmpeg-devel/distinfo b/audio/gqmpeg-devel/distinfo deleted file mode 100644 index f13856b3b793..000000000000 --- a/audio/gqmpeg-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gqmpeg-0.19.0.tar.gz) = c0c4568bd85d679a9dc7f7a01b0269b3 -SIZE (gqmpeg-0.19.0.tar.gz) = 961647 diff --git a/audio/gqmpeg-devel/files/patch-aclocal.m4 b/audio/gqmpeg-devel/files/patch-aclocal.m4 deleted file mode 100644 index d9d89fd88eee..000000000000 --- a/audio/gqmpeg-devel/files/patch-aclocal.m4 +++ /dev/null @@ -1,46 +0,0 @@ - -$FreeBSD$ - ---- aclocal.m4.orig Wed Jul 17 20:48:30 2002 -+++ aclocal.m4 Thu Jul 18 16:38:49 2002 -@@ -545,7 +545,7 @@ - rm -f conf.gdk_pixbuftest - ]) - --# gettext.m4 serial 13 (gettext-0.11.1) -+# gettext.m4 serial 14 (gettext-0.11.2) - dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. - dnl This file is free software, distributed under the terms of the GNU - dnl General Public License. As a special exception to the GNU General -@@ -689,14 +689,13 @@ - dnl Now see whether libintl exists and does not depend on libiconv. - AC_TRY_LINK([#include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" - #endif - const char *_nl_expand_alias ();], - [bindtextdomain ("", ""); --return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], -+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - gt_cv_func_gnugettext_libintl=yes, - gt_cv_func_gnugettext_libintl=no) - dnl Now see whether libintl exists and depends on libiconv. -@@ -704,14 +703,13 @@ - LIBS="$LIBS $LIBICONV" - AC_TRY_LINK([#include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" - #endif - const char *_nl_expand_alias ();], - [bindtextdomain ("", ""); --return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], -+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - [LIBINTL="$LIBINTL $LIBICONV" - LTLIBINTL="$LTLIBINTL $LTLIBICONV" - gt_cv_func_gnugettext_libintl=yes diff --git a/audio/gqmpeg-devel/files/patch-ad b/audio/gqmpeg-devel/files/patch-ad deleted file mode 100644 index eb000e4032b0..000000000000 --- a/audio/gqmpeg-devel/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Jan 20 09:20:14 2002 -+++ Makefile.in Sun Jan 20 09:20:32 2002 -@@ -118,7 +118,7 @@ - skindir = $(prefix)/share/gqmpeg/skins - skin_DATA = SKIN-SPECS README - --@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia -+@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/apps/Multimedia - @HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop - - @HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps diff --git a/audio/gqmpeg-devel/files/patch-configure.in b/audio/gqmpeg-devel/files/patch-configure.in deleted file mode 100644 index 01a241386c93..000000000000 --- a/audio/gqmpeg-devel/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Fri Nov 9 14:42:36 2001 -+++ configure.in Sun Nov 11 22:13:39 2001 -@@ -83,7 +83,7 @@ - dnl CHECK_GNOME - AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) - AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no) -- if test "$GNOME_CONFIG" = no; then -+ if test "$GNOME_CONFIG" = no -o "$USE_GNOME" != yes; then - AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed) - else - AC_MSG_RESULT(will install a GNOME icon and menu entry) diff --git a/audio/gqmpeg-devel/files/patch-po_Makefile.in.in b/audio/gqmpeg-devel/files/patch-po_Makefile.in.in deleted file mode 100644 index 577f1df01e30..000000000000 --- a/audio/gqmpeg-devel/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in.orig Wed Jul 24 16:24:35 2002 -+++ po/Makefile.in.in Wed Jul 24 16:25:07 2002 -@@ -21,7 +21,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/audio/gqmpeg-devel/pkg-descr b/audio/gqmpeg-devel/pkg-descr deleted file mode 100644 index 77929c15c436..000000000000 --- a/audio/gqmpeg-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A GTK-based mp3 front-end. Uses mpg123 for decoding and supports -winamp themes. - -WWW: http://gqmpeg.sourceforge.net/ - --Vanilla -vanilla@FreeBSD.ORG diff --git a/audio/gqmpeg-devel/pkg-plist b/audio/gqmpeg-devel/pkg-plist deleted file mode 100644 index 91bfcf96c42c..000000000000 --- a/audio/gqmpeg-devel/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/gqmpeg -bin/gqmpeg-shoutcast-plugin.sh -%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop -%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png -share/gqmpeg/skins/README -share/gqmpeg/skins/SKIN-SPECS -share/gqmpeg/skins/mrclean/blue-handle-24.png -share/gqmpeg/skins/mrclean/blue2-about.png -share/gqmpeg/skins/mrclean/blue2-round-shadowed.png -share/gqmpeg/skins/mrclean/blue2-soft-round-7.png -share/gqmpeg/skins/mrclean/blue2-soft-round-logo.png -share/gqmpeg/skins/mrclean/btn-expand-toggle-20-h.png -share/gqmpeg/skins/mrclean/btn-rect-clr-32-eject.png -share/gqmpeg/skins/mrclean/btn-rect-clr-32-stop.png -share/gqmpeg/skins/mrclean/btn-rect-clr-32r-pause.png -share/gqmpeg/skins/mrclean/btn-rect-clr-32r-play.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-16-left.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-16-plus.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-16-right.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-01.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-02.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-03.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-04.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-05.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-06.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-07.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-08.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-09.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-10.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-dn.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-eye.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-left.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-list.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-max.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-min.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-right.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-toggle.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-up.png -share/gqmpeg/skins/mrclean/btn-rnd-clr-26-x.png -share/gqmpeg/skins/mrclean/bubble-fly.png -share/gqmpeg/skins/mrclean/bubble-slider-16-h.png -share/gqmpeg/skins/mrclean/bubble-slider-16-v.png -share/gqmpeg/skins/mrclean/dial-ball2.png -share/gqmpeg/skins/mrclean/dial-clip2.png -share/gqmpeg/skins/mrclean/dial-eye.png -share/gqmpeg/skins/mrclean/digit-digital-15-aa.png -share/gqmpeg/skins/mrclean/digit-digital-24-aa.png -share/gqmpeg/skins/mrclean/focus-rect-border-1.png -share/gqmpeg/skins/mrclean/focus-rect-border-7b.png -share/gqmpeg/skins/mrclean/item-ab-static.png -share/gqmpeg/skins/mrclean/item-clear-load-aa.png -share/gqmpeg/skins/mrclean/item-colon-15.png -share/gqmpeg/skins/mrclean/item-colon-24.png -share/gqmpeg/skins/mrclean/item-pda-minus.png -share/gqmpeg/skins/mrclean/item-pda-random-static.png -share/gqmpeg/skins/mrclean/item-pda-repeat-static.png -share/gqmpeg/skins/mrclean/item-repeat1-static.png -share/gqmpeg/skins/mrclean/item-volume-static.png -share/gqmpeg/skins/mrclean/list-clear-back.png -share/gqmpeg/skins/mrclean/list-clear-flags.png -share/gqmpeg/skins/mrclean/list-clear.png -share/gqmpeg/skins/mrclean/list-menu-flags.png -share/gqmpeg/skins/mrclean/list-row-clear.png -share/gqmpeg/skins/mrclean/skindata -share/gqmpeg/skins/mrclean/skindata_about -share/gqmpeg/skins/mrclean/skindata_compact -share/gqmpeg/skins/mrclean/skindata_extra -share/gqmpeg/skins/mrclean/skindata_flyby -share/gqmpeg/skins/mrclean/skindata_menu -share/gqmpeg/skins/mrclean/skindata_playlist -share/gqmpeg/skins/mrclean/skindata_submenu -share/locale/cs/LC_MESSAGES/gqmpeg.mo -share/locale/de/LC_MESSAGES/gqmpeg.mo -share/locale/fi/LC_MESSAGES/gqmpeg.mo -share/locale/fr/LC_MESSAGES/gqmpeg.mo -share/locale/ja/LC_MESSAGES/gqmpeg.mo -share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo -share/locale/zh_TW/LC_MESSAGES/gqmpeg.mo -@dirrm share/gqmpeg/skins/mrclean -@dirrm share/gqmpeg/skins -@dirrm share/gqmpeg diff --git a/audio/liba52-devel/Makefile b/audio/liba52-devel/Makefile deleted file mode 100644 index 2bf124e8cb99..000000000000 --- a/audio/liba52-devel/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: liba52 -# Date created: Tue Oct 16 10:43:56 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liba52 -PORTVERSION= 0.7.4 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://liba52.sourceforge.net/files/ -DISTNAME= a52dec-${PORTVERSION:S/.b/b/} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3 - -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-oss --enable-shared -USE_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes - -.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft -RUN_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft - -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-djbfft -.endif - -MAN1= a52dec.1 extract_a52.1 - -HEADER_FILES= liba52/a52_internal.h - -pre-everything:: -.ifndef(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} ">>>" - @${ECHO_MSG} ">>> You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS." - @${ECHO_MSG} ">>> For example, 'make WITH_OPTIMIZED_CFLAGS=yes'" - @${ECHO_MSG} ">>>" -.endif -.ifndef(WITHOUT_DJBFFT) - @${ECHO_MSG} '>>>' - @${ECHO_MSG} '>>> You can disable djbfft optimized FFT routines by defining WITHOUT_DJBFFT.' - @${ECHO_MSG} ">>> For example, 'make WITHOUT_DJBFFT=yes'" - @${ECHO_MSG} '>>>' -.endif - -post-patch: -.ifndef(WITH_OPTIMIZED_CFLAGS) - @${REINPLACE_CMD} -E -e 's!-O3!${CFLAGS}!' -e 's!-mcpu=[^"]+"!"!' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif -.ifndef(WITHOUT_DJBFFT) - @${REINPLACE_CMD} -E -e 's|(fftc4.h)|djbfft/\1|' ${WRKSRC}/liba52/imdct.c -.endif - -post-configure: - @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/liba52.txt ${DOCSDIR} -.endif -.for file in ${HEADER_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/a52dec -.endfor - -.include <bsd.port.mk> diff --git a/audio/liba52-devel/distinfo b/audio/liba52-devel/distinfo deleted file mode 100644 index 1df915b44fa8..000000000000 --- a/audio/liba52-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (a52dec-0.7.4.tar.gz) = caa9f5bc44232dc8aeea773fea56be80 -SIZE (a52dec-0.7.4.tar.gz) = 241507 diff --git a/audio/liba52-devel/pkg-descr b/audio/liba52-devel/pkg-descr deleted file mode 100644 index 10e66340e5da..000000000000 --- a/audio/liba52-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ from developer's site ] -It is a free library for decoding ATSC A/52 streams, aka AC-3. The -A/52 standard is used in a variety of applications, e.g., digital -television and DVD. The main goals in liba52 development are: - -Portability - most of the code is written in C, and when we use -platform-specific optimizations we always have a generic C routine -to fall back on. - -Reuseability - we do not want liba52 to include any project-specific -code, but it should still include enough features to be used by -very diverse projects. - -Precision - We are trying to implement all of the A/52 standard, -and to have a very precise output by doing all the calculations in -floating point. We have a test suite that detects any deviation in -the output when compared to previous versions. We do not have access -to official A/52 test vectors though, so we have to use our judgement -to ensure that such deviations are only introduced when we fix bugs! - -Speed - liba52 is really fast, on any modern PC it should take only -a few percent of CPU time. - -WWW: http://liba52.sourceforge.net/ diff --git a/audio/liba52-devel/pkg-plist b/audio/liba52-devel/pkg-plist deleted file mode 100644 index c03996cc1c6f..000000000000 --- a/audio/liba52-devel/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/a52dec -bin/extract_a52 -include/a52dec/a52.h -include/a52dec/a52_internal.h -include/a52dec/attributes.h -include/a52dec/audio_out.h -include/a52dec/mm_accel.h -lib/liba52.so.0 -lib/liba52.so -lib/liba52.la -lib/liba52.a -%%PORTDOCS%%%%DOCSDIR%%/liba52.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/a52dec diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile deleted file mode 100644 index 99584a09343c..000000000000 --- a/audio/libmusicbrainz3/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz3/distinfo b/audio/libmusicbrainz3/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz3/files/patch-examples_getalbum.c b/audio/libmusicbrainz3/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz3/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz3/files/patch-ltmain.sh b/audio/libmusicbrainz3/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz3/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz3/pkg-descr b/audio/libmusicbrainz3/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz3/pkg-plist b/audio/libmusicbrainz3/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz3/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile deleted file mode 100644 index 99584a09343c..000000000000 --- a/audio/libmusicbrainz4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz4/distinfo b/audio/libmusicbrainz4/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz4/files/patch-examples_getalbum.c b/audio/libmusicbrainz4/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz4/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz4/files/patch-ltmain.sh b/audio/libmusicbrainz4/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz4/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz4/pkg-descr b/audio/libmusicbrainz4/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz4/pkg-plist b/audio/libmusicbrainz4/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz4/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile deleted file mode 100644 index 99584a09343c..000000000000 --- a/audio/libmusicbrainz5/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz5/distinfo b/audio/libmusicbrainz5/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz5/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz5/files/patch-examples_getalbum.c b/audio/libmusicbrainz5/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz5/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz5/files/patch-ltmain.sh b/audio/libmusicbrainz5/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz5/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz5/pkg-descr b/audio/libmusicbrainz5/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz5/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz5/pkg-plist b/audio/libmusicbrainz5/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz5/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/linux-f10-arts/Makefile b/audio/linux-f10-arts/Makefile deleted file mode 100644 index cdb3df6b47be..000000000000 --- a/audio/linux-f10-arts/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -PORTVERSION= 1.0.3 -PORTREVISION= 2 -CATEGORIES= audio kde linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= bms@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/var/lib/rpm/packages.rpm:${PORTSDIR}/emulators/linux_base-8 - -PREFIX?= ${LINUXBASE} -NO_MTREE= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.mk> diff --git a/audio/linux-f10-arts/distinfo.i386 b/audio/linux-f10-arts/distinfo.i386 deleted file mode 100644 index 1534672dfef0..000000000000 --- a/audio/linux-f10-arts/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/arts-1.0.3-1.i386.rpm) = aec8597590890d348a1cad80d91885e9 -SIZE (rpm/arts-1.0.3-1.i386.rpm) = 1190339 diff --git a/audio/linux-f10-arts/pkg-descr b/audio/linux-f10-arts/pkg-descr deleted file mode 100644 index 4a0a599f0e89..000000000000 --- a/audio/linux-f10-arts/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Red Hat Linux 8.0 shipping version of the arts library. - -The principle of arts is to create/process sound using small modules which do -certain tasks. These may be create a waveform (oscillators), play samples, -filter data, add signals, perform effects like delay/flanger/chorus, or -output the data to the soundcard. - -By connecting all those small modules together, you can perform complex -tasks like simulating a mixer, generating an instrument or things like -playing a wave file with some effects. - -WWW: http://www.kde.org/ diff --git a/audio/linux-f10-arts/pkg-plist.i386 b/audio/linux-f10-arts/pkg-plist.i386 deleted file mode 100644 index 33655a2cc0a5..000000000000 --- a/audio/linux-f10-arts/pkg-plist.i386 +++ /dev/null @@ -1,92 +0,0 @@ -usr/bin/artscat -usr/bin/artsd -usr/bin/artsdsp -usr/bin/artsplay -usr/bin/artsrec -usr/bin/artsshell -usr/bin/artswrapper -usr/lib/libartsc.la -usr/lib/libartsc.so -usr/lib/libartsc.so.0 -usr/lib/libartsc.so.0.0.0 -usr/lib/libartscbackend.la -usr/lib/libartscbackend.so -usr/lib/libartscbackend.so.0 -usr/lib/libartscbackend.so.0.0.0 -usr/lib/libartsdsp.la -usr/lib/libartsdsp.so -usr/lib/libartsdsp.so.0 -usr/lib/libartsdsp.so.0.0.0 -usr/lib/libartsdsp_st.la -usr/lib/libartsdsp_st.so -usr/lib/libartsdsp_st.so.0 -usr/lib/libartsdsp_st.so.0.0.0 -usr/lib/libartsflow.la -usr/lib/libartsflow.so -usr/lib/libartsflow.so.1 -usr/lib/libartsflow.so.1.0.0 -usr/lib/libartsflow_idl.la -usr/lib/libartsflow_idl.so -usr/lib/libartsflow_idl.so.1 -usr/lib/libartsflow_idl.so.1.0.0 -usr/lib/libartswavplayobject.la -usr/lib/libartswavplayobject.so -usr/lib/libartswavplayobject.so.0 -usr/lib/libartswavplayobject.so.0.0.0 -usr/lib/libgmcop.la -usr/lib/libgmcop.so -usr/lib/libgmcop.so.1 -usr/lib/libgmcop.so.1.0.0 -usr/lib/libkmedia2.la -usr/lib/libkmedia2.so -usr/lib/libkmedia2.so.1 -usr/lib/libkmedia2.so.1.0.0 -usr/lib/libkmedia2_idl.la -usr/lib/libkmedia2_idl.so -usr/lib/libkmedia2_idl.so.1 -usr/lib/libkmedia2_idl.so.1.0.0 -usr/lib/libmcop.la -usr/lib/libmcop.so -usr/lib/libmcop.so.1 -usr/lib/libmcop.so.1.0.0 -usr/lib/libmcop_mt.la -usr/lib/libmcop_mt.so -usr/lib/libmcop_mt.so.1 -usr/lib/libmcop_mt.so.1.0.0 -usr/lib/libqtmcop.la -usr/lib/libqtmcop.so -usr/lib/libqtmcop.so.1 -usr/lib/libqtmcop.so.1.0.0 -usr/lib/libsoundserver_idl.la -usr/lib/libsoundserver_idl.so -usr/lib/libsoundserver_idl.so.1 -usr/lib/libsoundserver_idl.so.1.0.0 -usr/lib/libx11globalcomm.la -usr/lib/libx11globalcomm.so -usr/lib/libx11globalcomm.so.1 -usr/lib/libx11globalcomm.so.1.0.0 -usr/lib/mcop/Arts/FileInputStream.mcopclass -usr/lib/mcop/Arts/Synth_ADD.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass -usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass -usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass -usr/lib/mcop/Arts/Synth_MUL.mcopclass -usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass -usr/lib/mcop/Arts/Synth_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass -usr/lib/mcop/Arts/Synth_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass -usr/lib/mcop/Arts/WavPlayObject.mcopclass -usr/lib/mcop/Arts/X11GlobalComm.mcopclass -@dirrm usr/lib/mcop/Arts -usr/lib/mcop/artsflow.mcopclass -usr/lib/mcop/artsflow.mcoptype -usr/lib/mcop/kmedia2.mcopclass -usr/lib/mcop/kmedia2.mcoptype -usr/lib/mcop/soundserver.mcopclass -usr/lib/mcop/soundserver.mcoptype -usr/lib/mcop/x11globalcomm.mcopclass -usr/lib/mcop/x11globalcomm.mcoptype -@dirrm usr/lib/mcop diff --git a/audio/linux-f10-esound/Makefile b/audio/linux-f10-esound/Makefile deleted file mode 100644 index 31a5e5d2705b..000000000000 --- a/audio/linux-f10-esound/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: linux-esound -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= esound -CATEGORIES= audio linux -PORTVERSION= 0.2.22 -PORTREVISION= 2 - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" - diff --git a/audio/linux-f10-esound/distinfo.alpha b/audio/linux-f10-esound/distinfo.alpha deleted file mode 100644 index a3bda61a9bfd..000000000000 --- a/audio/linux-f10-esound/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.alpha.rpm) = 94411e58472dbb01383a8c7784b9b4bd -SIZE (rpm/esound-0.2.22-1.alpha.rpm) = 129522 diff --git a/audio/linux-f10-esound/distinfo.i386 b/audio/linux-f10-esound/distinfo.i386 deleted file mode 100644 index 1c94076baffe..000000000000 --- a/audio/linux-f10-esound/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.i386.rpm) = c8395daab28f33d7a59ed18e484fbcc9 -SIZE (rpm/esound-0.2.22-1.i386.rpm) = 119299 diff --git a/audio/linux-f10-esound/pkg-descr b/audio/linux-f10-esound/pkg-descr deleted file mode 100644 index c8b9af439bfb..000000000000 --- a/audio/linux-f10-esound/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for esound rpm. diff --git a/audio/linux-f10-esound/pkg-plist.alpha b/audio/linux-f10-esound/pkg-plist.alpha deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f10-esound/pkg-plist.alpha +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f10-esound/pkg-plist.i386 b/audio/linux-f10-esound/pkg-plist.i386 deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f10-esound/pkg-plist.i386 +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f10-libaudiofile/Makefile b/audio/linux-f10-libaudiofile/Makefile deleted file mode 100644 index a55b0995605b..000000000000 --- a/audio/linux-f10-libaudiofile/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.1.11 -PORTREVISION= 3 -CATEGORIES= audio linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of audiofile - -RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f10-libaudiofile/distinfo.alpha b/audio/linux-f10-libaudiofile/distinfo.alpha deleted file mode 100644 index f9522b40aba4..000000000000 --- a/audio/linux-f10-libaudiofile/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.alpha.rpm) = 852a9656ac61aec99c7a7936b0249a9d -SIZE (rpm/audiofile-0.1.11-1.alpha.rpm) = 166874 diff --git a/audio/linux-f10-libaudiofile/distinfo.i386 b/audio/linux-f10-libaudiofile/distinfo.i386 deleted file mode 100644 index 3a83924b1682..000000000000 --- a/audio/linux-f10-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.i386.rpm) = fb589f91458fd3d2b343bbed19919fd3 -SIZE (rpm/audiofile-0.1.11-1.i386.rpm) = 104687 diff --git a/audio/linux-f10-libaudiofile/pkg-descr b/audio/linux-f10-libaudiofile/pkg-descr deleted file mode 100644 index 984b57f9b57a..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for audiofile rpm. diff --git a/audio/linux-f10-libaudiofile/pkg-plist.alpha b/audio/linux-f10-libaudiofile/pkg-plist.alpha deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-plist.alpha +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f10-libaudiofile/pkg-plist.i386 b/audio/linux-f10-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-plist.i386 +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f8-arts/Makefile b/audio/linux-f8-arts/Makefile deleted file mode 100644 index cdb3df6b47be..000000000000 --- a/audio/linux-f8-arts/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -PORTVERSION= 1.0.3 -PORTREVISION= 2 -CATEGORIES= audio kde linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= bms@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/var/lib/rpm/packages.rpm:${PORTSDIR}/emulators/linux_base-8 - -PREFIX?= ${LINUXBASE} -NO_MTREE= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.mk> diff --git a/audio/linux-f8-arts/distinfo.i386 b/audio/linux-f8-arts/distinfo.i386 deleted file mode 100644 index 1534672dfef0..000000000000 --- a/audio/linux-f8-arts/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/arts-1.0.3-1.i386.rpm) = aec8597590890d348a1cad80d91885e9 -SIZE (rpm/arts-1.0.3-1.i386.rpm) = 1190339 diff --git a/audio/linux-f8-arts/pkg-descr b/audio/linux-f8-arts/pkg-descr deleted file mode 100644 index 4a0a599f0e89..000000000000 --- a/audio/linux-f8-arts/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Red Hat Linux 8.0 shipping version of the arts library. - -The principle of arts is to create/process sound using small modules which do -certain tasks. These may be create a waveform (oscillators), play samples, -filter data, add signals, perform effects like delay/flanger/chorus, or -output the data to the soundcard. - -By connecting all those small modules together, you can perform complex -tasks like simulating a mixer, generating an instrument or things like -playing a wave file with some effects. - -WWW: http://www.kde.org/ diff --git a/audio/linux-f8-arts/pkg-plist.i386 b/audio/linux-f8-arts/pkg-plist.i386 deleted file mode 100644 index 33655a2cc0a5..000000000000 --- a/audio/linux-f8-arts/pkg-plist.i386 +++ /dev/null @@ -1,92 +0,0 @@ -usr/bin/artscat -usr/bin/artsd -usr/bin/artsdsp -usr/bin/artsplay -usr/bin/artsrec -usr/bin/artsshell -usr/bin/artswrapper -usr/lib/libartsc.la -usr/lib/libartsc.so -usr/lib/libartsc.so.0 -usr/lib/libartsc.so.0.0.0 -usr/lib/libartscbackend.la -usr/lib/libartscbackend.so -usr/lib/libartscbackend.so.0 -usr/lib/libartscbackend.so.0.0.0 -usr/lib/libartsdsp.la -usr/lib/libartsdsp.so -usr/lib/libartsdsp.so.0 -usr/lib/libartsdsp.so.0.0.0 -usr/lib/libartsdsp_st.la -usr/lib/libartsdsp_st.so -usr/lib/libartsdsp_st.so.0 -usr/lib/libartsdsp_st.so.0.0.0 -usr/lib/libartsflow.la -usr/lib/libartsflow.so -usr/lib/libartsflow.so.1 -usr/lib/libartsflow.so.1.0.0 -usr/lib/libartsflow_idl.la -usr/lib/libartsflow_idl.so -usr/lib/libartsflow_idl.so.1 -usr/lib/libartsflow_idl.so.1.0.0 -usr/lib/libartswavplayobject.la -usr/lib/libartswavplayobject.so -usr/lib/libartswavplayobject.so.0 -usr/lib/libartswavplayobject.so.0.0.0 -usr/lib/libgmcop.la -usr/lib/libgmcop.so -usr/lib/libgmcop.so.1 -usr/lib/libgmcop.so.1.0.0 -usr/lib/libkmedia2.la -usr/lib/libkmedia2.so -usr/lib/libkmedia2.so.1 -usr/lib/libkmedia2.so.1.0.0 -usr/lib/libkmedia2_idl.la -usr/lib/libkmedia2_idl.so -usr/lib/libkmedia2_idl.so.1 -usr/lib/libkmedia2_idl.so.1.0.0 -usr/lib/libmcop.la -usr/lib/libmcop.so -usr/lib/libmcop.so.1 -usr/lib/libmcop.so.1.0.0 -usr/lib/libmcop_mt.la -usr/lib/libmcop_mt.so -usr/lib/libmcop_mt.so.1 -usr/lib/libmcop_mt.so.1.0.0 -usr/lib/libqtmcop.la -usr/lib/libqtmcop.so -usr/lib/libqtmcop.so.1 -usr/lib/libqtmcop.so.1.0.0 -usr/lib/libsoundserver_idl.la -usr/lib/libsoundserver_idl.so -usr/lib/libsoundserver_idl.so.1 -usr/lib/libsoundserver_idl.so.1.0.0 -usr/lib/libx11globalcomm.la -usr/lib/libx11globalcomm.so -usr/lib/libx11globalcomm.so.1 -usr/lib/libx11globalcomm.so.1.0.0 -usr/lib/mcop/Arts/FileInputStream.mcopclass -usr/lib/mcop/Arts/Synth_ADD.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass -usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass -usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass -usr/lib/mcop/Arts/Synth_MUL.mcopclass -usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass -usr/lib/mcop/Arts/Synth_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass -usr/lib/mcop/Arts/Synth_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass -usr/lib/mcop/Arts/WavPlayObject.mcopclass -usr/lib/mcop/Arts/X11GlobalComm.mcopclass -@dirrm usr/lib/mcop/Arts -usr/lib/mcop/artsflow.mcopclass -usr/lib/mcop/artsflow.mcoptype -usr/lib/mcop/kmedia2.mcopclass -usr/lib/mcop/kmedia2.mcoptype -usr/lib/mcop/soundserver.mcopclass -usr/lib/mcop/soundserver.mcoptype -usr/lib/mcop/x11globalcomm.mcopclass -usr/lib/mcop/x11globalcomm.mcoptype -@dirrm usr/lib/mcop diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile deleted file mode 100644 index 31a5e5d2705b..000000000000 --- a/audio/linux-f8-esound/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: linux-esound -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= esound -CATEGORIES= audio linux -PORTVERSION= 0.2.22 -PORTREVISION= 2 - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" - diff --git a/audio/linux-f8-esound/distinfo.alpha b/audio/linux-f8-esound/distinfo.alpha deleted file mode 100644 index a3bda61a9bfd..000000000000 --- a/audio/linux-f8-esound/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.alpha.rpm) = 94411e58472dbb01383a8c7784b9b4bd -SIZE (rpm/esound-0.2.22-1.alpha.rpm) = 129522 diff --git a/audio/linux-f8-esound/distinfo.i386 b/audio/linux-f8-esound/distinfo.i386 deleted file mode 100644 index 1c94076baffe..000000000000 --- a/audio/linux-f8-esound/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.i386.rpm) = c8395daab28f33d7a59ed18e484fbcc9 -SIZE (rpm/esound-0.2.22-1.i386.rpm) = 119299 diff --git a/audio/linux-f8-esound/pkg-descr b/audio/linux-f8-esound/pkg-descr deleted file mode 100644 index c8b9af439bfb..000000000000 --- a/audio/linux-f8-esound/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for esound rpm. diff --git a/audio/linux-f8-esound/pkg-plist.alpha b/audio/linux-f8-esound/pkg-plist.alpha deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f8-esound/pkg-plist.alpha +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f8-esound/pkg-plist.i386 b/audio/linux-f8-esound/pkg-plist.i386 deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f8-esound/pkg-plist.i386 +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f8-libaudiofile/Makefile b/audio/linux-f8-libaudiofile/Makefile deleted file mode 100644 index a55b0995605b..000000000000 --- a/audio/linux-f8-libaudiofile/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.1.11 -PORTREVISION= 3 -CATEGORIES= audio linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of audiofile - -RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f8-libaudiofile/distinfo.alpha b/audio/linux-f8-libaudiofile/distinfo.alpha deleted file mode 100644 index f9522b40aba4..000000000000 --- a/audio/linux-f8-libaudiofile/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.alpha.rpm) = 852a9656ac61aec99c7a7936b0249a9d -SIZE (rpm/audiofile-0.1.11-1.alpha.rpm) = 166874 diff --git a/audio/linux-f8-libaudiofile/distinfo.i386 b/audio/linux-f8-libaudiofile/distinfo.i386 deleted file mode 100644 index 3a83924b1682..000000000000 --- a/audio/linux-f8-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.i386.rpm) = fb589f91458fd3d2b343bbed19919fd3 -SIZE (rpm/audiofile-0.1.11-1.i386.rpm) = 104687 diff --git a/audio/linux-f8-libaudiofile/pkg-descr b/audio/linux-f8-libaudiofile/pkg-descr deleted file mode 100644 index 984b57f9b57a..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for audiofile rpm. diff --git a/audio/linux-f8-libaudiofile/pkg-plist.alpha b/audio/linux-f8-libaudiofile/pkg-plist.alpha deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-plist.alpha +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f8-libaudiofile/pkg-plist.i386 b/audio/linux-f8-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-plist.i386 +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile deleted file mode 100644 index dc8d98499335..000000000000 --- a/audio/portaudio2/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: portaudio -# Date created: 18 May 2003 -# Whom: michaelnottebrock@gmx.net and lioux@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= portaudio -PORTVERSION= 18.1 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://www.portaudio.com/archives/ -DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} - -MAINTAINER= lofi@freebsd.org -COMMENT= Portable cross-platform Audio API - -USE_REINPLACE= yes -USE_ZIP= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes - -PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} -SHLIB_VERSION= 0 - -pre-everything:: -.if !defined(WITH_PATESTS) - @${ECHO_MSG} - @${ECHO_MSG} "You can additionally build portaudio's testsuite by defining WITH_PATESTS." - @${ECHO_MSG} -PLIST_SUB+= WITH_PATESTS="@comment " -.else -PLIST_SUB+= WITH_PATESTS="" -.endif - -pre-patch: -# replace \r\n with \n - @${FIND} ${WRKSRC} -type f \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|
||' -post-patch: -# replace obsolete headers, and fix up thread library - @${FIND} ${WRKSRC} -type f \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|malloc.h|stdlib.h|' \ - -e 's|machine\/soundcard.h|sys\/soundcard.h|' \ - -e 's|-lpthread|${PTHREAD_LIBS}|' -pre-configure: -# Make configure executable - @${CHMOD} +x ${WRKSRC}/configure - -.if !defined(WITH_PATESTS) -post-configure: - @${REINPLACE_CMD} -e 's|tests$$||' ${WRKSRC}/Makefile -.endif - -post-install: -.if defined(WITH_PATESTS) - @${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin -.endif - @${LN} -sf libportaudio.so \ - ${PREFIX}/lib/libportaudio.so.${SHLIB_VERSION} - -.include <bsd.port.mk> diff --git a/audio/portaudio2/distinfo b/audio/portaudio2/distinfo deleted file mode 100644 index 125eda08d366..000000000000 --- a/audio/portaudio2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (portaudio_v18_1.zip) = ce66a732d263fde2b5ad2262ef37a691 -SIZE (portaudio_v18_1.zip) = 550130 diff --git a/audio/portaudio2/files/patch-Makefile.in b/audio/portaudio2/files/patch-Makefile.in deleted file mode 100644 index b0d24b715502..000000000000 --- a/audio/portaudio2/files/patch-Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.in.orig Mon Mar 15 15:51:08 2004 -+++ Makefile.in Mon Mar 15 15:51:59 2004 -@@ -15,6 +15,7 @@ - DLL_LIBS = @DLL_LIBS@ - - OTHER_OBJS = @OTHER_OBJS@ -+OTHER_SHOBJS = @OTHER_SHOBJS@ - - PALIB = libportaudio.a - PADLL = @PADLL@ -@@ -25,6 +26,10 @@ - pa_common/pa_convert.o \ - pa_common/pa_lib.o - -+COMMON_SHOBJS = \ -+ pa_common/pa_convert.So \ -+ pa_common/pa_lib.So -+ - TESTS = \ - bin/patest_buffer \ - bin/patest_clip \ -@@ -50,8 +55,15 @@ - bin/patest_underflow \ - bin/patest_wire - -+.SUFFIXES: .o .So -+ -+.c.So: -+ $(CC) $(CFLAGS) -fPIC -o $*.So -c $? -+ - OBJS = $(COMMON_OBJS) $(OTHER_OBJS) - -+SHOBJS = $(COMMON_SHOBJS) $(OTHER_SHOBJS) -+ - all: lib/$(PALIB) lib/$(PADLLV) tests - - tests: bin/ $(TESTS) -@@ -60,8 +72,8 @@ - $(AR) ruv lib/$(PALIB) $(OBJS) - $(RANLIB) lib/$(PALIB) - --lib/$(PADLLV): lib/ $(OBJS) Makefile $(PAINC) -- $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(OBJS) $(DLL_LIBS) -+lib/$(PADLLV): lib/ $(SHOBJS) Makefile $(PAINC) -+ $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(SHOBJS) $(DLL_LIBS) - - $(TESTS): bin/%: lib/$(PALIB) Makefile $(PAINC) pa_tests/%.c - $(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS) diff --git a/audio/portaudio2/files/patch-configure b/audio/portaudio2/files/patch-configure deleted file mode 100644 index 25233c71a03e..000000000000 --- a/audio/portaudio2/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Mon Mar 15 15:52:38 2004 -+++ configure Mon Mar 15 15:53:00 2004 -@@ -1972,6 +1972,7 @@ - fi - - OTHER_OBJS="pa_unix_oss/pa_unix_oss.o pa_unix_oss/pa_unix.o"; -+ OTHER_SHOBJS="pa_unix_oss/pa_unix_oss.So pa_unix_oss/pa_unix.So"; - LIBS="-lm -lpthread"; - PADLL="libportaudio.so"; - SHARED_FLAGS="-shared"; -@@ -2404,6 +2405,7 @@ - s,@INSTALL_DATA@,$INSTALL_DATA,;t t - s,@AR@,$AR,;t t - s,@OTHER_OBJS@,$OTHER_OBJS,;t t -+s,@OTHER_SHOBJS@,$OTHER_SHOBJS,;t t - s,@PADLL@,$PADLL,;t t - s,@SHARED_FLAGS@,$SHARED_FLAGS,;t t - s,@DLL_LIBS@,$DLL_LIBS,;t t diff --git a/audio/portaudio2/files/patch-pa_tests::patest_record.c b/audio/portaudio2/files/patch-pa_tests::patest_record.c deleted file mode 100644 index e24e9f28ed52..000000000000 --- a/audio/portaudio2/files/patch-pa_tests::patest_record.c +++ /dev/null @@ -1,14 +0,0 @@ ---- pa_tests/patest_record.c.orig Sun Dec 7 14:48:31 2003 -+++ pa_tests/patest_record.c Sun Dec 7 14:48:53 2003 -@@ -138,10 +138,10 @@ - SAMPLE *wptr = (SAMPLE*)outputBuffer; - unsigned int i; - int finished; -+ int framesToPlay, samplesToPlay, samplesPerBuffer; - unsigned int framesLeft = data->maxFrameIndex - data->frameIndex; - (void) inputBuffer; /* Prevent unused variable warnings. */ - (void) outTime; -- int framesToPlay, samplesToPlay, samplesPerBuffer; - - if( framesLeft < framesPerBuffer ) - { diff --git a/audio/portaudio2/files/patch-pa_tests::patest_wire.c b/audio/portaudio2/files/patch-pa_tests::patest_wire.c deleted file mode 100644 index 0f158d80fb41..000000000000 --- a/audio/portaudio2/files/patch-pa_tests::patest_wire.c +++ /dev/null @@ -1,13 +0,0 @@ ---- pa_tests/patest_wire.c.orig Sun Dec 7 14:49:15 2003 -+++ pa_tests/patest_wire.c Sun Dec 7 14:49:52 2003 -@@ -74,9 +74,9 @@ - SAMPLE *out = (SAMPLE*)outputBuffer; - SAMPLE *in = (SAMPLE*)inputBuffer; - unsigned int i; -- (void) outTime; - int samplesPerFrame; - int numSamples; -+ (void) outTime; - - samplesPerFrame = (int) userData; - numSamples = framesPerBuffer * samplesPerFrame; diff --git a/audio/portaudio2/pkg-descr b/audio/portaudio2/pkg-descr deleted file mode 100644 index 99c36c3bd475..000000000000 --- a/audio/portaudio2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -PortAudio is a free, cross platform, open-source, audio I/O library. -It lets you write simple audio programs in 'C' that will compile -and run on many platforms including Windows, Macintosh (8,9,X), -Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the -exchange of audio synthesis software between developers on different -platforms, and was recently selected as the audio component of a -larger PortMusic project that includes MIDI and sound file support. - -WWW: http://www.portaudio.com/ - -michaelnottebrock@gmx.net diff --git a/audio/portaudio2/pkg-plist b/audio/portaudio2/pkg-plist deleted file mode 100644 index 0b42b5cf9c38..000000000000 --- a/audio/portaudio2/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -%%WITH_PATESTS%%bin/patest_buffer -%%WITH_PATESTS%%bin/patest_clip -%%WITH_PATESTS%%bin/patest_dither -%%WITH_PATESTS%%bin/patest_hang -%%WITH_PATESTS%%bin/patest_latency -%%WITH_PATESTS%%bin/patest_leftright -%%WITH_PATESTS%%bin/patest_longsine -%%WITH_PATESTS%%bin/patest_many -%%WITH_PATESTS%%bin/patest_maxsines -%%WITH_PATESTS%%bin/patest_multi_sine -%%WITH_PATESTS%%bin/patest_pink -%%WITH_PATESTS%%bin/patest_record -%%WITH_PATESTS%%bin/patest_ringmix -%%WITH_PATESTS%%bin/patest_saw -%%WITH_PATESTS%%bin/patest_sine -%%WITH_PATESTS%%bin/patest_sine8 -%%WITH_PATESTS%%bin/patest_sine_formats -%%WITH_PATESTS%%bin/patest_sine_time -%%WITH_PATESTS%%bin/patest_stop -%%WITH_PATESTS%%bin/patest_sync -%%WITH_PATESTS%%bin/patest_toomanysines -%%WITH_PATESTS%%bin/patest_underflow -%%WITH_PATESTS%%bin/patest_wire -include/portaudio.h -lib/libportaudio.a -lib/libportaudio.so -lib/libportaudio.so.0.0.18 -lib/libportaudio.so.%%SHLIB_VERSION%% diff --git a/audio/rat/Makefile b/audio/rat/Makefile deleted file mode 100644 index 8481e1c1916d..000000000000 --- a/audio/rat/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 3 July 1999 -# Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 4.2.25 -PORTREVISION= 1 -CATEGORIES= mbone audio ipv6 tk83 -MASTER_SITES= \ - http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ - http://www.icir.org/hodson/ucl-mirror/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -TCLTK_VERSION= 8.3 -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 - -USE_AUTOCONF_VER= 213 -USE_GMAKE= yes -MAN1= rat.1 -MANCOMPRESSED= no - -RAT_BUILD_DIRS= common rat -RAT= ${PORTNAME}-${PORTVERSION} -RAT_SCRIPT= ${PORTNAME} -PLIST_SUB= PORTVERSION=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 -ENABLE_IPv6= --enable-ipv6 -.endif - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-media ${PREFIX}/bin/${RAT}-media - ${INSTALL_SCRIPT} ${WRKSRC}/rat/${RAT_SCRIPT} ${PREFIX}/bin/${RAT_SCRIPT} - ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 - ${MKDIR} ${LOCALBASE}/etc/sdr/plugins - ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.${RAT} ${LOCALBASE}/etc/sdr/plugins - -do-build: - cd ${WRKSRC}/common/src && ${GMAKE} - cd ${WRKSRC}/rat && ${GMAKE} - -run-autotools: - @${DO_NADA} - -do-configure: - cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} - cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION} - -.include <bsd.port.post.mk> diff --git a/audio/rat/distinfo b/audio/rat/distinfo deleted file mode 100644 index 6175d10a2a7b..000000000000 --- a/audio/rat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rat-4.2.25.tar.gz) = d959a507b27573f80511fd6739b33514 -SIZE (rat-4.2.25.tar.gz) = 726326 diff --git a/audio/rat/files/patch-ac b/audio/rat/files/patch-ac deleted file mode 100644 index f2ed68da4800..000000000000 --- a/audio/rat/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003 -+++ common/src/net_udp.c Sat Jan 11 19:51:27 2003 -@@ -43,8 +43,10 @@ - #include "config_win32.h" - #include "debug.h" - #include "memory.h" -+#ifndef __FreeBSD__ - #include "inet_pton.h" - #include "inet_ntop.h" -+#endif - #include "vsnprintf.h" - #include "net_udp.h" - diff --git a/audio/rat/pkg-descr b/audio/rat/pkg-descr deleted file mode 100644 index 22763c1892ae..000000000000 --- a/audio/rat/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ diff --git a/audio/rat/pkg-plist b/audio/rat/pkg-plist deleted file mode 100644 index b925d308e8c6..000000000000 --- a/audio/rat/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/rat-%%PORTVERSION%% -bin/rat-%%PORTVERSION%%-ui -bin/rat-%%PORTVERSION%%-media -bin/rat -etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-%%PORTVERSION%% -@dirrm etc/sdr/plugins -@dirrm etc/sdr diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile deleted file mode 100644 index dcde95806395..000000000000 --- a/audio/rat30/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 6 June 2001 -# Whom: anton -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 3.0.35 -PORTREVISION= 1 -CATEGORIES= mbone audio -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ - -MAINTAINER= anton@chelcom.ru -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/rat-3.0 - -USE_GMAKE= yes -MAN1= rat.1 -MANCOMPRESSED= no -PLIST_FILES= bin/rat30 - -LATEST_LINK= rat30 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -do-build: - (cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rat ${PREFIX}/bin/rat30 - ${INSTALL_MAN} ${WRKSRC}/man/man1/rat.1 ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/audio/rat30/distinfo b/audio/rat30/distinfo deleted file mode 100644 index 0e981cc025bc..000000000000 --- a/audio/rat30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rat-3.0.35.tar.gz) = fff6e4a4c9617c5b7ea80f63fda96a9a -SIZE (rat-3.0.35.tar.gz) = 185374 diff --git a/audio/rat30/files/patch-Makefile b/audio/rat30/files/patch-Makefile deleted file mode 100644 index 1141401cb3de..000000000000 --- a/audio/rat30/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Tue Sep 14 03:39:00 1999 -+++ Makefile Sun Oct 20 14:06:27 2002 -@@ -10,8 +10,8 @@ - # -DDEBUG_RTP -DREPEAT - - DEFS += -D$(OSTYPE) -D$(OSTYPE)_$(OSMVER) --CC = gcc --CFLAGS = -Wall -Werror -Wno-implicit-int $(INCS) $(DEFS) -g -O -fsigned-char -+CC ?= cc -+CFLAGS += -Wall -Wno-implicit-int $(INCS) $(DEFS) -g -fsigned-char - LDFLAGS= - LDLIBS= $(LDLIBS) -lm - RANLIB = ranlib -@@ -82,6 +82,7 @@ - $(BINDIR)/rat-$(OSTYPE)-$(OSVERS): $(OBJS) $(GSMOBJS) $(CRYPTOBJS) $(RATOBJS) - rm -f $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) - $(CC) $(RATOBJS) $(OBJS) $(GSMOBJS) $(CRYPTOBJS) $(LDLIBS) $(LDFLAGS) -o $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) -+ cp $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) bin/rat - - $(OBJDIR)/%.o: $(SRCDIR)/%.c - $(CC) $(CFLAGS) $(GSMFLAGS) $(CRYPTFLAGS) -c $(SRCDIR)/$*.c -o $(OBJDIR)/$*.o diff --git a/audio/rat30/files/patch-Makefile_FreeBSD_4 b/audio/rat30/files/patch-Makefile_FreeBSD_4 deleted file mode 100644 index 36c4e87a95d7..000000000000 --- a/audio/rat30/files/patch-Makefile_FreeBSD_4 +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile_FreeBSD_4.org Mon May 7 13:07:46 2001 -+++ Makefile_FreeBSD_4 Mon May 7 13:03:51 2001 -@@ -0,0 +1,6 @@ -+TCL_INC = /usr/local/include/tcl8.2 -+TK_INC = /usr/local/include/tk8.2 -+INCS = -I/usr/X11R6/include \ -+ -I$(TCL_INC)/generic -I$(TK_INC)/generic -+LDLIBS = -L/usr/local/lib \ -+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm diff --git a/audio/rat30/files/patch-Makefile_FreeBSD_5 b/audio/rat30/files/patch-Makefile_FreeBSD_5 deleted file mode 100644 index 5b74e91d7d6c..000000000000 --- a/audio/rat30/files/patch-Makefile_FreeBSD_5 +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile_FreeBSD_5.orig Sun Oct 20 14:03:11 2002 -+++ Makefile_FreeBSD_5 Sun Oct 20 14:03:06 2002 -@@ -0,0 +1,6 @@ -+TCL_INC = /usr/local/include/tcl8.2 -+TK_INC = /usr/local/include/tk8.2 -+INCS = -I/usr/X11R6/include \ -+ -I$(TCL_INC)/generic -I$(TK_INC)/generic -+LDLIBS = -L/usr/local/lib \ -+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm diff --git a/audio/rat30/files/patch-aa b/audio/rat30/files/patch-aa deleted file mode 100644 index 5eb716af785e..000000000000 --- a/audio/rat30/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- ./src/auddev_freebsd.c.orig Sun Oct 20 14:05:07 2002 -+++ ./src/auddev_freebsd.c Sun Oct 20 14:05:16 2002 -@@ -45,7 +45,7 @@ - #include "bat_include.h" - #ifdef FreeBSD - --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - - int can_read = FALSE; - int can_write = FALSE; -@@ -204,18 +204,10 @@ - if (audio_fd <= 0) { - return; - } -- switch (iport) { -- case AUDIO_MICROPHONE : if (ioctl(audio_fd, MIXER_WRITE(SOUND_MIXER_MIC), &volume) == -1) { -- perror("Setting gain"); -- } -- return; -- case AUDIO_LINE_IN : if (ioctl(audio_fd, MIXER_WRITE(SOUND_MIXER_LINE), &volume) == -1) { -- perror("Setting gain"); -- } -- return; -+ if (ioctl(audio_fd, SOUND_MIXER_WRITE_RECLEV, &volume) == -1) { -+ perror("Setting gain"); - } -- printf("ERROR: Unknown iport in audio_set_gain!\n"); -- abort(); -+ return; - } - - int -@@ -226,17 +218,8 @@ - if (audio_fd <= 0) { - return (0); - } -- switch (iport) { -- case AUDIO_MICROPHONE : if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_MIC), &volume) == -1) { -- perror("Getting gain"); -- } -- break; -- case AUDIO_LINE_IN : if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_LINE), &volume) == -1) { -- perror("Getting gain"); -- } -- break; -- default : printf("ERROR: Unknown iport in audio_set_gain!\n"); -- abort(); -+ if (ioctl(audio_fd, SOUND_MIXER_READ_RECLEV, &volume) == -1) { -+ perror("Setting gain"); - } - return device_to_bat(volume & 0xff); - } -@@ -263,7 +246,7 @@ - if (audio_fd <= 0) { - return (0); - } -- if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_VOLUME), &volume) == -1) { -+ if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_PCM), &volume) == -1) { - perror("Getting volume"); - } - return device_to_bat(volume & 0x000000ff); /* Extract left channel volume */ diff --git a/audio/rat30/files/patch-ab b/audio/rat30/files/patch-ab deleted file mode 100644 index 6be58d321a47..000000000000 --- a/audio/rat30/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config.h.orig Sun Oct 20 14:05:43 2002 -+++ src/config.h Sun Oct 20 14:05:49 2002 -@@ -47,7 +47,7 @@ - #define OSNAME "FreeBSD" - #include <unistd.h> - #include <stdlib.h> --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #define DIFF_BYTE_ORDER 1 - #define AUDIO_SPEAKER 0 - #define AUDIO_HEADPHONE 1 diff --git a/audio/rat30/pkg-descr b/audio/rat30/pkg-descr deleted file mode 100644 index 988875e9800a..000000000000 --- a/audio/rat30/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -This is a stable branch version. Works with half-duplex casrd as well. -This is required mbone/relate. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -This is a stable branch version. Works with half-duplex casrd as well. -This is required mbone/relate. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index e5abed943edd..000000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.8.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@freebsd.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - FLAC.5:${PORTSDIR}/audio/flac \ - mad.2:${PORTSDIR}/audio/libmad \ - id3tag.2:${PORTSDIR}/audio/libid3tag - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack lthack gnomeprefix libgnomeui -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -OPTIONS= XINE "Use xine backend instead of GStreamer" off \ - MONKEYMEDIA "Use MonkeyMedia metadata reader" off \ - IPOD "Enable iPod support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_XINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --with-player=xine -WITH_MONKEYMEDIA= yes -.else -CONFIGURE_ARGS+= --with-player=gstreamer -USE_GNOME+= gstreamerplugins -.endif - -.ifdef (WITH_MONKEYMEDIA) -CONFIGURE_ARGS+= --with-metadata=monkeymedia -.else -CONFIGURE_ARGS+= --with-metadata=gstreamer -USE_GNOME+= gstreamerplugins -.endif - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -pre-everything:: -.if !defined(WITH_XINE) - @${ECHO_MSG} - @${ECHO_MSG} "You must have gstreamer-plugins built with MAD support!" - @${ECHO_MSG} -.endif -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index bbd30cb6ddd9..000000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/rhythmbox-0.8.0.tar.bz2) = e8572dbd8e33024ea5d8beb4dec314c6 -SIZE (gnome2/rhythmbox-0.8.0.tar.bz2) = 1776804 diff --git a/audio/rhythmbox-devel/files/patch-corba_Makefile.in b/audio/rhythmbox-devel/files/patch-corba_Makefile.in deleted file mode 100644 index 723285dfa01b..000000000000 --- a/audio/rhythmbox-devel/files/patch-corba_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- corba/Makefile.in.orig Wed Aug 27 04:19:40 2003 -+++ corba/Makefile.in Wed Aug 27 04:19:56 2003 -@@ -237,7 +237,7 @@ - - noinst_HEADERS = Rhythmbox.h - --idldir = $(prefix)/share/idl -+idldir = $(datadir)/idl - idl_DATA = Rhythmbox.idl - - CLEAN_FILES = $(rhythmbox_interface_idl_sources) diff --git a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c b/audio/rhythmbox-devel/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74cc1..000000000000 --- a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox-devel/pkg-descr b/audio/rhythmbox-devel/pkg-descr deleted file mode 100644 index 39e0558c2ab3..000000000000 --- a/audio/rhythmbox-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://web.rhythmbox.org/ diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist deleted file mode 100644 index f77fdfa52e41..000000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/rhythmbox -etc/gconf/gconf.xml.defaults/apps/rhythmbox/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/iradio/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/library/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/load_failure_dialog/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/rhythmbox/ui/library/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/iradio/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/library/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/load_failure_dialog/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/ui/library/%gconf.xml -etc/gconf/schemas/rhythmbox.schemas -lib/bonobo/librb-nautilus-context-menu.so -libdata/bonobo/servers/GNOME_Rhythmbox.server -libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server -libdata/pkgconfig/rhythmbox.pc -share/gnome/application-registry/rhythmbox.applications -share/gnome/applications/rhythmbox.desktop -share/gnome/gnome-2.0/ui/rhythmbox-ui.xml -share/gnome/help/rhythmbox/C/authors.xml -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-adv.png -share/gnome/help/rhythmbox/C/figures/rb-asst-finish.png -share/gnome/help/rhythmbox/C/figures/rb-asst-library.png -share/gnome/help/rhythmbox/C/figures/rb-asst-start.png -share/gnome/help/rhythmbox/C/figures/rb-basic.png -share/gnome/help/rhythmbox/C/figures/rb-browser.png -share/gnome/help/rhythmbox/C/figures/rb-context-menu.png -share/gnome/help/rhythmbox/C/figures/rb-empty.png -share/gnome/help/rhythmbox/C/figures/rb-full-play.png -share/gnome/help/rhythmbox/C/figures/rb-group-create.png -share/gnome/help/rhythmbox/C/figures/rb-group.png -share/gnome/help/rhythmbox/C/figures/rb-imported.png -share/gnome/help/rhythmbox/C/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/C/figures/rb-iradio.png -share/gnome/help/rhythmbox/C/figures/rb-nextprev.png -share/gnome/help/rhythmbox/C/figures/rb-nobrowse-play.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area.png -share/gnome/help/rhythmbox/C/figures/rb-player.png -share/gnome/help/rhythmbox/C/figures/rb-prefs.png -share/gnome/help/rhythmbox/C/figures/rb-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-search.png -share/gnome/help/rhythmbox/C/figures/rb-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-sidebar.png -share/gnome/help/rhythmbox/C/figures/rb-stats.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-editor.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-volume-mute.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-group.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-tray-icon.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/quick-reference.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/C/user-guide.xml -share/gnome/idl/Rhythmbox.idl -share/gnome/mime-info/rhythmbox.keys -share/gnome/omf/rhythmbox/rhythmbox-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/rhythmbox.png -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/rhythmbox-album.png -share/gnome/rhythmbox/art/rhythmbox-audiocd.png -share/gnome/rhythmbox/art/rhythmbox-automatic-playlist.png -share/gnome/rhythmbox/art/rhythmbox-dnd.png -share/gnome/rhythmbox/art/rhythmbox-ipod.png -share/gnome/rhythmbox/art/rhythmbox-iradio.png -share/gnome/rhythmbox/art/rhythmbox-library.png -share/gnome/rhythmbox/art/rhythmbox-next.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-pause.png -share/gnome/rhythmbox/art/rhythmbox-paused.png -share/gnome/rhythmbox/art/rhythmbox-play.png -share/gnome/rhythmbox/art/rhythmbox-playing.png -share/gnome/rhythmbox/art/rhythmbox-playlist-menu.png -share/gnome/rhythmbox/art/rhythmbox-playlist.png -share/gnome/rhythmbox/art/rhythmbox-previous.png -share/gnome/rhythmbox/art/rhythmbox-repeat.png -share/gnome/rhythmbox/art/rhythmbox-rewind.png -share/gnome/rhythmbox/art/rhythmbox-set-star.png -share/gnome/rhythmbox/art/rhythmbox-shuffle.png -share/gnome/rhythmbox/art/rhythmbox-stop.png -share/gnome/rhythmbox/art/rhythmbox-tray-icon.png -share/gnome/rhythmbox/art/rhythmbox-unset-star.png -share/gnome/rhythmbox/art/rhythmbox-visuals.png -share/gnome/rhythmbox/art/rhythmbox-volume-max.png -share/gnome/rhythmbox/art/rhythmbox-volume-medium.png -share/gnome/rhythmbox/art/rhythmbox-volume-min.png -share/gnome/rhythmbox/art/rhythmbox-volume-mute.png -share/gnome/rhythmbox/art/rhythmbox-volume-zero.png -share/gnome/rhythmbox/glade/create-playlist.glade -share/gnome/rhythmbox/glade/druid.glade -share/gnome/rhythmbox/glade/general-prefs.glade -share/gnome/rhythmbox/glade/library-prefs.glade -share/gnome/rhythmbox/glade/load-failure.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade -share/gnome/rhythmbox/glade/station-properties.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/iradio-initial.pls -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/no/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/ui/library -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/load_failure_dialog -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/library -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state/iradio -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox/state -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/rhythmbox -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/ui/library -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/load_failure_dialog -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/library -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/state/iradio -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox/state -@dirrm etc/gconf/gconf.xml.defaults/apps/rhythmbox -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true diff --git a/audio/rubygem-mp3info/Makefile b/audio/rubygem-mp3info/Makefile deleted file mode 100644 index 56290aca8c23..000000000000 --- a/audio/rubygem-mp3info/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: Ruby/mp3info -# Date created: 24 March 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.2.1 -CATEGORIES= audio ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/91/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to information on mp3 files - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -DOCS= doc -#EXAMPLES= test.rb - -post-install: -.if !defined(NOPORTDOCS) -# ${MKDIR} ${RUBY_MODEXAMPLESDIR} -#.for f in ${EXAMPLES} -# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -#.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/rubygem-mp3info/distinfo b/audio/rubygem-mp3info/distinfo deleted file mode 100644 index 3378e807f313..000000000000 --- a/audio/rubygem-mp3info/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-mp3info-0.2.1.tar.gz) = 7f0bd73d9df8be0d978f0b0fea21b51f -SIZE (ruby/ruby-mp3info-0.2.1.tar.gz) = 183698 diff --git a/audio/rubygem-mp3info/pkg-descr b/audio/rubygem-mp3info/pkg-descr deleted file mode 100644 index 722ef1710de7..000000000000 --- a/audio/rubygem-mp3info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library gives you access to low level informations on mp3 files -(bitrate, length, samplerate, etc...). It can read, write, remove -id3v1 tag and read id3v2. It is written in pure ruby. - -Author: Guillaume Pierronnet <moumar@netcourrier.com> -WWW: http://rubyforge.org/projects/ruby-mp3info diff --git a/audio/rubygem-mp3info/pkg-plist b/audio/rubygem-mp3info/pkg-plist deleted file mode 100644 index fe565a27d7f5..000000000000 --- a/audio/rubygem-mp3info/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%RUBY_SITELIBDIR%%/mp3info.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/blank.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000003.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000004.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000005.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000006.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000007.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000008.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000009.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000010.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3InfoError.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lib/mp3info_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile deleted file mode 100644 index 56290aca8c23..000000000000 --- a/audio/rubygem-ruby-mp3info/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: Ruby/mp3info -# Date created: 24 March 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.2.1 -CATEGORIES= audio ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/91/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to information on mp3 files - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -DOCS= doc -#EXAMPLES= test.rb - -post-install: -.if !defined(NOPORTDOCS) -# ${MKDIR} ${RUBY_MODEXAMPLESDIR} -#.for f in ${EXAMPLES} -# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -#.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/rubygem-ruby-mp3info/distinfo b/audio/rubygem-ruby-mp3info/distinfo deleted file mode 100644 index 3378e807f313..000000000000 --- a/audio/rubygem-ruby-mp3info/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-mp3info-0.2.1.tar.gz) = 7f0bd73d9df8be0d978f0b0fea21b51f -SIZE (ruby/ruby-mp3info-0.2.1.tar.gz) = 183698 diff --git a/audio/rubygem-ruby-mp3info/pkg-descr b/audio/rubygem-ruby-mp3info/pkg-descr deleted file mode 100644 index 722ef1710de7..000000000000 --- a/audio/rubygem-ruby-mp3info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library gives you access to low level informations on mp3 files -(bitrate, length, samplerate, etc...). It can read, write, remove -id3v1 tag and read id3v2. It is written in pure ruby. - -Author: Guillaume Pierronnet <moumar@netcourrier.com> -WWW: http://rubyforge.org/projects/ruby-mp3info diff --git a/audio/rubygem-ruby-mp3info/pkg-plist b/audio/rubygem-ruby-mp3info/pkg-plist deleted file mode 100644 index fe565a27d7f5..000000000000 --- a/audio/rubygem-ruby-mp3info/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%RUBY_SITELIBDIR%%/mp3info.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/blank.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000003.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000004.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000005.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000006.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000007.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000008.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000009.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000010.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3InfoError.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lib/mp3info_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/audio/slimserver/files/slimserver.sh.in b/audio/slimserver/files/slimserver.sh.in deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/slimserver/files/slimserver.sh.in +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile deleted file mode 100644 index 2948101a21c2..000000000000 --- a/audio/speak_freely/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: speak_freely -# Date created: 18 Apr 1996 -# Whom: Mister X (to make portlint happy ;) -# -# $FreeBSD$ -# - -PORTNAME= speak_freely -PORTVERSION= 7.6a -CATEGORIES= mbone audio security -MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/download/7.6/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Voice communication over data networks - -LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm - -UTILS= sfspeaker sfmike sflwl sflaunch -DEMNS= sfecho sflwld sfreflect -DDEMNS= sfvod -SFLIB= ${PREFIX}/lib/speak_freely -MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/} - -MAKE_ENV= "OPTFLAGS=${CFLAGS}" - -do-install: - if [ ! -d ${SFLIB} ]; then \ - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${SFLIB}; \ - fi - cd ${WRKSRC}; \ - $(INSTALL_DATA) busy.au ring.au ${SFLIB} - cd ${WRKSRC}; \ - for p in ${UTILS}; do \ - $(INSTALL_PROGRAM) $$p ${PREFIX}/bin; \ - $(INSTALL_MAN) $$p.1 ${PREFIX}/man/man1; \ - done; - cd ${WRKSRC}; \ - for p in ${DEMNS}; do \ - $(INSTALL_PROGRAM) $$p ${PREFIX}/sbin; \ - $(INSTALL_MAN) $$p.1 ${PREFIX}/man/man1; \ - done; - cd ${WRKSRC}; \ - for p in ${DDEMNS}; do \ - $(INSTALL_SCRIPT) $$p ${PREFIX}/sbin; \ - $(INSTALL_MAN) $$p.1 ${PREFIX}/man/man1; \ - done; - -.include <bsd.port.mk> diff --git a/audio/speak_freely/distinfo b/audio/speak_freely/distinfo deleted file mode 100644 index 53da7f9aba62..000000000000 --- a/audio/speak_freely/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (speak_freely-7.6a.tar.gz) = 0c35c891d24f8df7f2bdedc3b91ab161 -SIZE (speak_freely-7.6a.tar.gz) = 787915 diff --git a/audio/speak_freely/files/patch-aa b/audio/speak_freely/files/patch-aa deleted file mode 100644 index 679a2c41f257..000000000000 --- a/audio/speak_freely/files/patch-aa +++ /dev/null @@ -1,93 +0,0 @@ ---- Makefile.orig Sun Jun 8 22:21:55 2003 -+++ Makefile Sun Jun 8 22:33:37 2003 -@@ -6,7 +6,7 @@ - #DEBUG = -O - #DEBUG = -g -DHEXDUMP - #DEBUG = -g -DHEXDUMP -DNOCRYPTO --DEBUG = -O3 -DHEXDUMP -+#DEBUG = -O3 -DHEXDUMP - - # Installation - -@@ -50,13 +50,13 @@ - # of the available flags which follows these declarations. - # - #CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN --CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -DHAVE_DEV_RANDOM --CC = gcc -Wall # for GNU's gcc compiler -+#CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -DHAVE_DEV_RANDOM -+#CC = gcc -Wall # for GNU's gcc compiler - # CELPFLAGS below are tweaked for GCC 2.96 on Intel Pentium. - # Comment out if you are using a compiler which doesn't - # understand these options. --CELPFLAGS = -fomit-frame-pointer -ffast-math -funroll-loops --LFLAGS = -lncurses -lm -+#CELPFLAGS = -fomit-frame-pointer -ffast-math -funroll-loops -+#LFLAGS = -lncurses -lm - - - # If you want to use ALSA instead of OSS, uncomment the following -@@ -269,8 +269,8 @@ - # Depending on how your driver handles non-blocking I/O, - # you may also have to add -DAUDIO_BLOCKING to the - # CCFLAGS line. --#CCFLAGS = -DM_LITTLE_ENDIAN --#LFLAGS = -lcurses -ltermcap -lcompat -lm -+CCFLAGS = -DM_LITTLE_ENDIAN -DAUDIO_BLOCKING -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -+LFLAGS = -lcurses -ltermcap -lcompat -lm - - # Hewlett-Packard - # (courtesy of Marc Kilian) -@@ -318,7 +318,7 @@ - - # Compiler flags - --CFLAGS = $(DEBUG) $(PKOPTS) -Iadpcm -Iaes -Icelp -Ilpc -Igsm/inc -Ilpc10 -Imd5 -Ides -Iidea -Ilibdes -Iblowfish $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN) -+CFLAGS = $(OPTFLAGS) $(DEBUG) $(PKOPTS) -Iadpcm -Iaes -Icelp -Ilpc -I$(LOCALBASE)/include -Igsm/inc -Ilpc10 -Imd5 -Ides -Iidea -Ilibdes -Iblowfish $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN) - - BINARIES = sfspeaker sfmike sflaunch sflwld sflwl sfecho sfreflect - -@@ -333,12 +333,12 @@ - SPKROBJS = speaker.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o tempfile.o ulaw.o usleep.o vatpkt.o vox.o audio_hp.o audio_sgi.o audio_alsa.o common.o - - sfspeaker: $(SPKROBJS) adpcmlib.o aeslib.o celplib.o libblowfish.o lpclib.o lpc10lib.o gsmlib.o deslib.o md5lib.o idealib.o libdes.o xdsub.o -- $(CC) $(SPKROBJS) adpcm/adpcm-u.o aes/aes.a blowfish/libblowfish.a celp/celp.o des/des.a md5/md5.o idea/idea.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o xdsub.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfspeaker -+ $(CC) $(SPKROBJS) adpcm/adpcm-u.o aes/aes.a blowfish/libblowfish.a celp/celp.o des/des.a -lmd idea/idea.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o xdsub.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfspeaker - - MIKEOBJS = mike.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o tempfile.o ulaw.o usleep.o vatpkt.o xdsub.o audio_hp.o audio_sgi.o audio_alsa.o - - sfmike: $(MIKEOBJS) adpcmlib.o aeslib.o celplib.o libblowfish.o lpclib.o lpc10lib.o gsmlib.o deslib.o md5lib.o idealib.o libdes.o -- $(CC) $(MIKEOBJS) adpcm/adpcm-u.o aes/aes.a celp/celp.o des/des.a md5/md5.o idea/idea.a -lm blowfish/libblowfish.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfmike -+ $(CC) $(MIKEOBJS) adpcm/adpcm-u.o aes/aes.a celp/celp.o des/des.a -lmd idea/idea.a -lm blowfish/libblowfish.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfmike - - LAUNCHOBJS = launch.o soundbyte.o usleep.o g711.o - -@@ -358,12 +358,12 @@ - ECHOOBJS = echo.o codecs.o g711.o rtpacket.o ulaw.o xdsub.o - - sfecho: $(ECHOOBJS) md5lib.o -- $(CC) $(ECHOOBJS) md5/md5.o adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfecho -+ $(CC) $(ECHOOBJS) -lmd adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfecho - - REFLECTOBJS = reflect.o codecs.o html.o g711.o rtpacket.o ulaw.o xdsub.o - - sfreflect: $(REFLECTOBJS) md5lib.o -- $(CC) $(REFLECTOBJS) md5/md5.o adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfreflect -+ $(CC) $(REFLECTOBJS) -lmd adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfreflect - - # Configure the voice on demand server for the platform's - # location of Perl and network constant definitions. -@@ -412,11 +412,11 @@ - echo "BLOWFISH" >libblowfish.o - - libdes.o: -- ( echo "Building LIBDES library."; cd libdes ; make -f Makefile.sf CC="$(CC) $(CCFLAGS) $(DEBUG)" ) -+ ( echo "Building LIBDES library."; cd libdes ; make -f Makefile.sf CC="$(CC) $(OPTFLAGS) $(CCFLAGS) $(DEBUG)" ) - echo "LIBDES" >libdes.o - - lpclib.o: -- ( echo "Building LPC library."; cd lpc ; make CC="$(CC) $(CCFLAGS) $(DEBUG)" ) -+ ( echo "Building LPC library."; cd lpc ; make CC="$(CC) $(OPTFLAGS) $(CCFLAGS) $(DEBUG)" ) - echo "LPC" >lpclib.o - - lpc10lib.o: diff --git a/audio/speak_freely/files/patch-ac b/audio/speak_freely/files/patch-ac deleted file mode 100644 index e9d8a5977a47..000000000000 --- a/audio/speak_freely/files/patch-ac +++ /dev/null @@ -1,69 +0,0 @@ ---- mike.c.orig Mon Aug 19 17:20:52 2002 -+++ mike.c Thu Dec 12 02:46:38 2002 -@@ -130,8 +130,8 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 --#include <termio.h> --static struct termio old_term_params; -+#include <termios.h> -+static struct termios old_term_params; - #endif /* UNIX5 */ - - /* Set raw mode on terminal file. Basically, get the terminal into a -@@ -150,16 +150,16 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 -- struct termio term_params; -+ struct termios term_params; - -- ioctl(fileno(stdin), TCGETA, &old_term_params); -+ tcgetattr(fileno(stdin), &old_term_params); - term_params = old_term_params; - term_params.c_iflag &= ~(ICRNL|IXON|IXOFF); /* no cr translation */ - term_params.c_iflag &= ~(ISTRIP); /* no stripping of high order bit */ - term_params.c_oflag &= ~(OPOST); /* no output processing */ - term_params.c_lflag &= ~(ISIG|ICANON|ECHO); /* raw mode */ - term_params.c_cc[4] = 1; /* satisfy read after 1 char */ -- ioctl(fileno(stdin), TCSETAF, &term_params); -+ tcsetattr(fileno(stdin), TCSAFLUSH, &term_params); - #endif /* UNIX5 */ - /*printf("\n(raw)\n");*/ - } -@@ -178,7 +178,7 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 -- ioctl(fileno(stdin), TCSETAF, &old_term_params); -+ tcsetattr(fileno(stdin), TCSAFLUSH, &old_term_params); - #endif /* UNIX5 */ - /*printf("\n(cooked)\n");*/ - } -@@ -1135,7 +1135,7 @@ - /* SENDFILE -- Send a file or, if the file name is NULL or a - single period, send real-time sound input. */ - --static int sendfile(char *f) -+static int sfsendfile(char *f) - { - soundbuf netbuf; - #define buf netbuf.buffer.buffer_val -@@ -2306,7 +2306,7 @@ - return 1; - } - } else { -- int ok = sendfile(op); -+ int ok = sfsendfile(op); - if (ok != 0) - return ok; - sentfile++; -@@ -2318,7 +2318,7 @@ - usage(); - } else { - if (sentfile == 0) { -- return sendfile(NULL); -+ return sfsendfile(NULL); - } - } - diff --git a/audio/speak_freely/files/patch-ad b/audio/speak_freely/files/patch-ad deleted file mode 100644 index b0ebafecdf39..000000000000 --- a/audio/speak_freely/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- adpcm/Makefile.orig Sat Oct 13 15:00:05 2001 -+++ adpcm/Makefile Thu Dec 12 02:47:59 2002 -@@ -2,7 +2,7 @@ - # Makefile for adpcm and test programs - # ------------------- - --CFLAGS = -I.. -+CFLAGS += -I.. - - all: adpcm-u.o - diff --git a/audio/speak_freely/files/patch-ae b/audio/speak_freely/files/patch-ae deleted file mode 100644 index 6a3b0db9c2e1..000000000000 --- a/audio/speak_freely/files/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- soundbyte.c.orig Fri Feb 28 23:18:38 2003 -+++ soundbyte.c Wed Jun 25 19:42:45 2003 -@@ -13,7 +13,9 @@ - #ifdef Solaris - #include <sys/filio.h> - #else -+#ifndef __FreeBSD__ - #include <sys/dir.h> -+#endif - #include <sys/file.h> - #endif - -@@ -32,7 +34,7 @@ - #ifdef LINUX - #include <linux/soundcard.h> - #else /*!LINUX */ --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #endif /* LINUX */ - #endif /* sun */ - diff --git a/audio/speak_freely/files/patch-af b/audio/speak_freely/files/patch-af deleted file mode 100644 index 8f99c43f7cd2..000000000000 --- a/audio/speak_freely/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- blowfish/Makefile.orig Wed Jan 5 20:12:14 2000 -+++ blowfish/Makefile Wed Jan 5 20:15:02 2000 -@@ -18,7 +18,7 @@ - - MAKE=make -f Makefile - CC=cc --CFLAG= -O -+CFLAG= $(OPTFLAGS) - - #CC=gcc - #CFLAG= -O4 -funroll-loops -fomit-frame-pointer diff --git a/audio/speak_freely/files/patch-ag b/audio/speak_freely/files/patch-ag deleted file mode 100644 index 8de3e742784f..000000000000 --- a/audio/speak_freely/files/patch-ag +++ /dev/null @@ -1,8 +0,0 @@ ---- des/Makefile.orig Wed Jan 5 20:20:30 2000 -+++ des/Makefile Wed Jan 5 20:20:44 2000 -@@ -1,4 +1,4 @@ --CFLAGS=-O -+CFLAGS=$(OPTFLAGS) - - all: des.a - diff --git a/audio/speak_freely/pkg-descr b/audio/speak_freely/pkg-descr deleted file mode 100644 index 1361a82873e2..000000000000 --- a/audio/speak_freely/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ - Speak Freely allows users of a variety of Unix and Unix- - like workstations equipped with audio hardware connected - by a network to converse, using the audio input and output - facilities of the workstation to digitise and later recon- - struct the sound and the network to relay sound packets. - Optional compression is provided, allowing conversations - over relatively low-bandwidth Internet links as well as - local area networks. - -WWW: http://www.speakfreely.org/ - http://www.fourmilab.ch/speakfree/unix/index.html diff --git a/audio/speak_freely/pkg-plist b/audio/speak_freely/pkg-plist deleted file mode 100644 index 39a54f5325c1..000000000000 --- a/audio/speak_freely/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/sfspeaker -bin/sfmike -bin/sflwl -bin/sflaunch -sbin/sfecho -sbin/sflwld -sbin/sfreflect -sbin/sfvod -lib/speak_freely/ring.au -lib/speak_freely/busy.au -@dirrm lib/speak_freely diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile deleted file mode 100644 index 894b40650b4d..000000000000 --- a/audio/speex-devel/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: Speex -# Date created: Jul 30, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= speex -PORTVERSION= 1.0.3 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= audio -MASTER_SITES= http://www.speex.org/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} - -MAINTAINER= jre@vineyard.net -COMMENT= An open-source patent-free voice codec - -LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg - -USE_GETOPT_LONG= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes - -MAN1= speexdec.1 speexenc.1 - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|doc win32|win32|g ; \ - s|^mandir =.*$$|mandir = @mandir@|g' - @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ - s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo deleted file mode 100644 index 9e707216e396..000000000000 --- a/audio/speex-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (speex-1.0.3.tar.gz) = 9b16492ae39afbf72d8bb46b2f258476 -SIZE (speex-1.0.3.tar.gz) = 398002 diff --git a/audio/speex-devel/files/patch-configure b/audio/speex-devel/files/patch-configure deleted file mode 100644 index 868364574624..000000000000 --- a/audio/speex-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Jul 29 11:40:32 2002 -+++ configure Wed Jul 31 03:49:39 2002 -@@ -5287,6 +5287,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/speex-devel/files/patch-libspeex::stack_alloc.h b/audio/speex-devel/files/patch-libspeex::stack_alloc.h deleted file mode 100644 index 25883aab513f..000000000000 --- a/audio/speex-devel/files/patch-libspeex::stack_alloc.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libspeex/stack_alloc.h.orig Wed Jun 11 17:10:53 2003 -+++ libspeex/stack_alloc.h Wed Jun 11 17:11:12 2003 -@@ -48,7 +48,7 @@ - #else - - /*Aligns the stack to a 'size' boundary */ --#define ALIGN(stack, size) ((stack) += ((size) - (int)(stack)) & ((size) - 1)) -+#define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) - - /* Allocates 'size' elements of type 'type' on the stack */ - #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type)))) diff --git a/audio/speex-devel/files/patch-src::speexdec.c b/audio/speex-devel/files/patch-src::speexdec.c deleted file mode 100644 index 96a7c2c22841..000000000000 --- a/audio/speex-devel/files/patch-src::speexdec.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/speexdec.c.orig Sun Jun 1 14:58:51 2003 -+++ src/speexdec.c Wed Jun 11 02:07:49 2003 -@@ -72,6 +72,14 @@ - ((buf[base+1]<<8)&0xff00)| \ - (buf[base]&0xff)) - -+#if !defined(AFMT_S16_NE) -+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN) -+#define AFMT_S16_NE AFMT_S16_BE -+#else -+#define AFMT_S16_NE AFMT_S16_LE -+#endif -+#endif -+ - static void print_comments(char *comments, int length) - { - char *c=comments; diff --git a/audio/speex-devel/pkg-descr b/audio/speex-devel/pkg-descr deleted file mode 100644 index deda059aaa99..000000000000 --- a/audio/speex-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Speex is a patent-free, Open Source/Free Software voice codec. -Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to -compress voice at bitrates in the 2-45 kbps range. Possible -applications include VoIP, internet audio streaming, archiving of -speech data (e.g. voice mail), and audio books. In some sense, it is -meant to be complementary to the Ogg Vorbis codec. - -WWW: http://www.speex.org/ diff --git a/audio/speex-devel/pkg-plist b/audio/speex-devel/pkg-plist deleted file mode 100644 index 32b38b470ecd..000000000000 --- a/audio/speex-devel/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -@comment $FreeBSD$ -bin/speexdec -bin/speexenc -include/speex.h -include/speex_bits.h -include/speex_callbacks.h -include/speex_header.h -include/speex_stereo.h -lib/libspeex.a -lib/libspeex.so -lib/libspeex.so.2 diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile deleted file mode 100644 index 695e3b5c40b4..000000000000 --- a/audio/squeezeboxserver/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# Ports collection makefile for: slimserver -# Date created: Wed Apr 14, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= slimserver -PORTVERSION= 5.1.1 -CATEGORIES= audio -MASTER_SITES= http://www.slimdevices.com/downloads/SlimServer_v${PORTVERSION}/ -DISTNAME= SlimServer_v${PORTVERSION} - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Slim Devices audio streaming server - -RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder \ - ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502110 -RUN_DEPENDS+= ${LOCALBASE}/bin/pgrep:${PORTSDIR}/sysutils/pkill -.endif - -NO_BUILD= yes -USE_RC_SUBR= yes -DOCFILES= Changelog.html Installation.txt -EXCEPTFILES= ${DOCFILES} \ - Changes \ - MANIFEST \ - Makefile.PL \ - README \ - test_tone.wav \ - .exists -EXCEPTDIRS= Bin \ - CPAN/arch \ - CPAN/Audio/Wav \ - CPAN/Class \ - CPAN/File \ - CPAN/HTTP \ - CPAN/IO \ - CPAN/LWP \ - CPAN/MIME \ - CPAN/MP3 \ - CPAN/Net \ - CPAN/URI - -CPIOARGS= --quiet -pdum -R -PLIST_SUB= SLIMDIR=${SLIMDIR} - -SED_SCRIPT+= -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ - -e 's,%%SLIMDIR%%,${SLIMDIR},g' - -pre-fetch: -.if !defined(SLIMDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define SLIMDIR to override default of 'slimdir'." - @${ECHO_MSG} "" -.endif - -post-patch: - @${SED} ${SED_SCRIPT} <${FILESDIR}/slimserver.sh >${WRKDIR}/slimserver.sh - -SLIMDIR?= slimserver - -pre-install: - @${SH} ${.CURDIR}/pkg-install ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${SLIMDIR} - @cd ${WRKSRC} && \ - ${FIND} . -name \*.orig ${EXCEPTFILES:S/^/-o -name /} \ - ${EXCEPTDIRS:S/$/\*/:S/^/-o -path .\//} -o -print | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${PREFIX}/${SLIMDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/slimserver.sh ${PREFIX}/etc/rc.d/ -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR} -.endif - -post-install: - @${SH} ${.CURDIR}/pkg-install ${PKGNAME} POST-INSTALL - -######################################################################## -# The following targets are for the port maintainer. Use are your own # -# risk, no user-serviceable parts inside. # -######################################################################## -# Assuming the port is installed cleanly (i.e. it's unconfigured) -# build a pkg-plist file. -build-plist: - ${ECHO} "etc/rc.d/slimserver.sh" > pkg-plist - ${FIND} ${DOCSDIR} -type f | \ - ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ - ${SORT} >> pkg-plist - ${FIND} ${PREFIX}/${SLIMDIR}/* -type f | \ - ${SED} -e 's|${PREFIX}/${SLIMDIR}|%%SLIMDIR%%|' | \ - ${SORT} >> pkg-plist - ${FIND} ${PREFIX}/${SLIMDIR} -type d | \ - ${SED} -e 's|${PREFIX}/${SLIMDIR}|@dirrm %%SLIMDIR%%|' | \ - ${SORT} -r >> pkg-plist - ${FIND} ${DOCSDIR} -type d | \ - ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> pkg-plist - ${ECHO} '@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.")' >> pkg-plist - -.include <bsd.port.post.mk> diff --git a/audio/squeezeboxserver/distinfo b/audio/squeezeboxserver/distinfo deleted file mode 100644 index 63c270c5db67..000000000000 --- a/audio/squeezeboxserver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (SlimServer_v5.1.1.tar.gz) = ec6285a871eecc44e4077f7328a05442 -SIZE (SlimServer_v5.1.1.tar.gz) = 1506076 diff --git a/audio/squeezeboxserver/files/patch-Slim_Music_Info.pm b/audio/squeezeboxserver/files/patch-Slim_Music_Info.pm deleted file mode 100644 index 2cfb264d2873..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Music_Info.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Music/Info.pm.orig Thu Apr 15 20:57:32 2004 -+++ Slim/Music/Info.pm Thu Apr 15 20:57:49 2004 -@@ -208,7 +208,7 @@ - - # TODO: MacOS X should really store this in a visible, findable place. - if (Slim::Utils::OSDetect::OS() eq 'unix') { -- $dbname = '.slimserver.db'; -+ $dbname = 'slimserver.db'; - } else { - $dbname ='slimserver.db'; - } diff --git a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm b/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm deleted file mode 100644 index c475b4593af3..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs.pm.orig Thu Apr 15 18:09:50 2004 -+++ Slim/Utils/Prefs.pm Thu Apr 15 18:10:44 2004 -@@ -564,7 +564,7 @@ - } elsif (Slim::Utils::OSDetect::OS() eq 'win') { - $prefsPath = $Bin; - } else { -- $prefsPath = $ENV{'HOME'}; -+ $prefsPath = "/var/db/slimserver"; - } - - $::d_prefs && msg("The default prefs directory is $prefsPath\n"); diff --git a/audio/squeezeboxserver/files/slimserver.sh b/audio/squeezeboxserver/files/slimserver.sh deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezeboxserver/files/slimserver.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezeboxserver/files/slimserver.sh.in b/audio/squeezeboxserver/files/slimserver.sh.in deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezeboxserver/files/slimserver.sh.in +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezeboxserver/files/squeezecenter.sh.in b/audio/squeezeboxserver/files/squeezecenter.sh.in deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezeboxserver/files/squeezecenter.sh.in +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezeboxserver/pkg-descr b/audio/squeezeboxserver/pkg-descr deleted file mode 100644 index c5350d41e70a..000000000000 --- a/audio/squeezeboxserver/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -An audio streaming server with many features including: - -- Web Interface--control the player and manage MP3 Internet radio -- Alarm clock -- Automatically imports iTunes library and playlists -- Automatically imports ID3 tags -- Browse and search by title, artist, album or genre -- Shuffle and repeat albums or songs -- Create, save, and import .pls, .cue and .m3u playlist files -- Displays current date and time when not playing -- Open protocol and command line APIeasy to control from other applications -- Expandable through 3rd party plug-ins and skins -- Supports multiple synchronized players -- Cross platform Open Source software, written in Perl (GPL) -- Listen from any computer using an MP3 software player (Winamp or iTunes) - -WWW: http://www.slimdevices.com/pi_features.html diff --git a/audio/squeezeboxserver/pkg-install b/audio/squeezeboxserver/pkg-install deleted file mode 100644 index 7feb30ff6a04..000000000000 --- a/audio/squeezeboxserver/pkg-install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -u=slimserv -g=slimserv -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin -comment="Slim Devices SlimServer pseudo-user" -statedir=/var/db/slimserver - -case $2 in -PRE-INSTALL) - if pw group show "${g}" >/dev/null 2>&1; then - echo "Using existing group \"${g}\"." - else - echo "Creating group \"${g}\", (gid: ${ugid})." - pw groupadd ${g} -g ${ugid} - if [ $? != 0 ]; then - echo "Failed to add group \"${g}\"." - exit 1 - fi - fi - if pw user show "${u}" >/dev/null 2>&1; then - echo "Using existing user \"${u}\"." - else - echo "Creating user \"${u}\", (uid: ${ugid})." - pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ - -d ${homedir} -s ${shell} -c "${comment}" - if [ $? != 0 ]; then - echo "Failed to add user \"${u}\"." - exit 1 - fi - fi - ;; -POST-INSTALL) - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - ;; -esac diff --git a/audio/squeezeboxserver/pkg-plist b/audio/squeezeboxserver/pkg-plist deleted file mode 100644 index cbbc6c6fc45b..000000000000 --- a/audio/squeezeboxserver/pkg-plist +++ /dev/null @@ -1,987 +0,0 @@ -etc/rc.d/slimserver.sh -%%PORTDOCS%%%%DOCSDIR%%/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/Installation.txt -%%SLIMDIR%%/CPAN/Audio/FLAC.pm -%%SLIMDIR%%/CPAN/Audio/WMA.pm -%%SLIMDIR%%/CPAN/Ogg/Vorbis/Header/PurePerl.pm -%%SLIMDIR%%/CPAN/QuickTime/Movie.pm -%%SLIMDIR%%/CPAN/Tie/RegexpHash.pm -%%SLIMDIR%%/Firmware/squeezebox.bin -%%SLIMDIR%%/Firmware/squeezebox.version -%%SLIMDIR%%/HTML/Bagpuss/slimserver.css -%%SLIMDIR%%/HTML/Dark/html/back.gif -%%SLIMDIR%%/HTML/Dark/html/forward.gif -%%SLIMDIR%%/HTML/Dark/html/pause.gif -%%SLIMDIR%%/HTML/Dark/html/pause_s.gif -%%SLIMDIR%%/HTML/Dark/html/play.gif -%%SLIMDIR%%/HTML/Dark/html/play_s.gif -%%SLIMDIR%%/HTML/Dark/html/spinner.gif -%%SLIMDIR%%/HTML/Dark/html/stop.gif -%%SLIMDIR%%/HTML/Dark/html/stop_s.gif -%%SLIMDIR%%/HTML/Dark/html/volume_01.gif -%%SLIMDIR%%/HTML/Dark/html/volume_02.gif -%%SLIMDIR%%/HTML/Dark/html/volume_03.gif -%%SLIMDIR%%/HTML/Dark/html/volume_04.gif -%%SLIMDIR%%/HTML/Dark/html/volume_05.gif -%%SLIMDIR%%/HTML/Dark/html/volume_06.gif -%%SLIMDIR%%/HTML/Dark/html/volume_07.gif -%%SLIMDIR%%/HTML/Dark/html/volume_08.gif -%%SLIMDIR%%/HTML/Dark/html/volume_09.gif -%%SLIMDIR%%/HTML/Dark/html/volume_10.gif -%%SLIMDIR%%/HTML/Dark/html/volume_11.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_01.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_02.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_03.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_04.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_05.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_06.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_07.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_08.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_09.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_10.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_11.gif -%%SLIMDIR%%/HTML/Dark/index.html -%%SLIMDIR%%/HTML/Dark/slimserver.css -%%SLIMDIR%%/HTML/Dark/status.html -%%SLIMDIR%%/HTML/Dark/status_list.html -%%SLIMDIR%%/HTML/Default/badpath.html -%%SLIMDIR%%/HTML/Default/browse.html -%%SLIMDIR%%/HTML/Default/browse_list.html -%%SLIMDIR%%/HTML/Default/browse_playlist.html -%%SLIMDIR%%/HTML/Default/browse_playlist_list.html -%%SLIMDIR%%/HTML/Default/browseid3.html -%%SLIMDIR%%/HTML/Default/browseid3_artwork.html -%%SLIMDIR%%/HTML/Default/browseid3_list.html -%%SLIMDIR%%/HTML/Default/helpfooter.html -%%SLIMDIR%%/HTML/Default/helpheader.html -%%SLIMDIR%%/HTML/Default/home.html -%%SLIMDIR%%/HTML/Default/homeplayer_list.html -%%SLIMDIR%%/HTML/Default/html/images/a.gif -%%SLIMDIR%%/HTML/Default/html/images/a_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/alpha_spacer.gif -%%SLIMDIR%%/HTML/Default/html/images/b.gif -%%SLIMDIR%%/HTML/Default/html/images/b_add.gif -%%SLIMDIR%%/HTML/Default/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Default/html/images/b_delete_white.gif -%%SLIMDIR%%/HTML/Default/html/images/b_down.gif -%%SLIMDIR%%/HTML/Default/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Default/html/images/b_first.gif -%%SLIMDIR%%/HTML/Default/html/images/b_go.gif -%%SLIMDIR%%/HTML/Default/html/images/b_last.gif -%%SLIMDIR%%/HTML/Default/html/images/b_mix.gif -%%SLIMDIR%%/HTML/Default/html/images/b_next.gif -%%SLIMDIR%%/HTML/Default/html/images/b_play.gif -%%SLIMDIR%%/HTML/Default/html/images/b_prev.gif -%%SLIMDIR%%/HTML/Default/html/images/b_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/b_up.gif -%%SLIMDIR%%/HTML/Default/html/images/browse.gif -%%SLIMDIR%%/HTML/Default/html/images/c.gif -%%SLIMDIR%%/HTML/Default/html/images/c_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/d.gif -%%SLIMDIR%%/HTML/Default/html/images/d_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/e.gif -%%SLIMDIR%%/HTML/Default/html/images/e_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/f.gif -%%SLIMDIR%%/HTML/Default/html/images/f_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/g.gif -%%SLIMDIR%%/HTML/Default/html/images/g_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/h.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ALBUM.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ARTIST.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ARTWORK.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_GENRE.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_SONG.gif -%%SLIMDIR%%/HTML/Default/html/images/h_MUSIC.gif -%%SLIMDIR%%/HTML/Default/html/images/h_MoodLogic.gif -%%SLIMDIR%%/HTML/Default/html/images/h_SAVED_PLAYLISTS.gif -%%SLIMDIR%%/HTML/Default/html/images/h_Search.gif -%%SLIMDIR%%/HTML/Default/html/images/h_SongInfo.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_artists.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_genres.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_musicfolder.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_playlists.gif -%%SLIMDIR%%/HTML/Default/html/images/h_help.gif -%%SLIMDIR%%/HTML/Default/html/images/h_home.gif -%%SLIMDIR%%/HTML/Default/html/images/h_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/h_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/i.gif -%%SLIMDIR%%/HTML/Default/html/images/i_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/j.gif -%%SLIMDIR%%/HTML/Default/html/images/j_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/k.gif -%%SLIMDIR%%/HTML/Default/html/images/k_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/l.gif -%%SLIMDIR%%/HTML/Default/html/images/l_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/m.gif -%%SLIMDIR%%/HTML/Default/html/images/m_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/musicplayer.gif -%%SLIMDIR%%/HTML/Default/html/images/n.gif -%%SLIMDIR%%/HTML/Default/html/images/n_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_1.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_10.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_10_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_11.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_11_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_1_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_2.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_2_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_3.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_3_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_4.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_4_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_5.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_5_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_6.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_6_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_7.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_7_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_8.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_8_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_9.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_9_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_albums.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_albums_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_all.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_all_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_artists.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_artists_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_clear.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_currentplaylist.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_download.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_genres.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_genres_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_help.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_help_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_musicfolder.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_musicfolder_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_nowplaying.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_off.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_off_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_on.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_on_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_one.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_one_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pages.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pause.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pause_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_play.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_play_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_playlists.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_playlists_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_previous.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_previous_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_repeat.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_save.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_search.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_settings_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_shuffle.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_skip.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_skip_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_songs.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_songs_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_spacer.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_spacer_dark.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stop.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stop_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stopped.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_volume.gif -%%SLIMDIR%%/HTML/Default/html/images/o.gif -%%SLIMDIR%%/HTML/Default/html/images/o_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/p.gif -%%SLIMDIR%%/HTML/Default/html/images/p_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/r.gif -%%SLIMDIR%%/HTML/Default/html/images/r_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/s.gif -%%SLIMDIR%%/HTML/Default/html/images/s_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_browse_music.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_help.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_search_music.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/t.gif -%%SLIMDIR%%/HTML/Default/html/images/t_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/u.gif -%%SLIMDIR%%/HTML/Default/html/images/u_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/v.gif -%%SLIMDIR%%/HTML/Default/html/images/v_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/w.gif -%%SLIMDIR%%/HTML/Default/html/images/w_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/y.gif -%%SLIMDIR%%/HTML/Default/html/images/y_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/z.gif -%%SLIMDIR%%/HTML/Default/html/images/z_sel.gif -%%SLIMDIR%%/HTML/Default/index.html -%%SLIMDIR%%/HTML/Default/instant_mix.html -%%SLIMDIR%%/HTML/Default/instant_mix_list.html -%%SLIMDIR%%/HTML/Default/mood_wheel.html -%%SLIMDIR%%/HTML/Default/mood_wheel_list.html -%%SLIMDIR%%/HTML/Default/pagebar.html -%%SLIMDIR%%/HTML/Default/pagefooter.html -%%SLIMDIR%%/HTML/Default/pageheader.html -%%SLIMDIR%%/HTML/Default/playlist.html -%%SLIMDIR%%/HTML/Default/search.html -%%SLIMDIR%%/HTML/Default/setup.html -%%SLIMDIR%%/HTML/Default/slimserver.css -%%SLIMDIR%%/HTML/Default/songinfo.html -%%SLIMDIR%%/HTML/Default/status_header.html -%%SLIMDIR%%/HTML/Default/status_list.html -%%SLIMDIR%%/HTML/Default/status_needs_upgrade.html -%%SLIMDIR%%/HTML/Default/status_noclients.html -%%SLIMDIR%%/HTML/EN/alphapagebarlist.html -%%SLIMDIR%%/HTML/EN/badpath.html -%%SLIMDIR%%/HTML/EN/browse.html -%%SLIMDIR%%/HTML/EN/browse_list.html -%%SLIMDIR%%/HTML/EN/browse_list_empty.html -%%SLIMDIR%%/HTML/EN/browse_playlist.html -%%SLIMDIR%%/HTML/EN/browse_playlist_list.html -%%SLIMDIR%%/HTML/EN/browse_pwdlist.html -%%SLIMDIR%%/HTML/EN/browseid3.html -%%SLIMDIR%%/HTML/EN/browseid3_artwork.html -%%SLIMDIR%%/HTML/EN/browseid3_list.html -%%SLIMDIR%%/HTML/EN/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/EN/edit_playlist.html -%%SLIMDIR%%/HTML/EN/edit_playlist_list.html -%%SLIMDIR%%/HTML/EN/faqquestions.html -%%SLIMDIR%%/HTML/EN/firmware.html -%%SLIMDIR%%/HTML/EN/helpfooter.html -%%SLIMDIR%%/HTML/EN/helpheader.html -%%SLIMDIR%%/HTML/EN/hitlist.html -%%SLIMDIR%%/HTML/EN/hitlist_bar.html -%%SLIMDIR%%/HTML/EN/hitlist_list.html -%%SLIMDIR%%/HTML/EN/home.html -%%SLIMDIR%%/HTML/EN/homeplayer_list.html -%%SLIMDIR%%/HTML/EN/html/Volume/Volume.class -%%SLIMDIR%%/HTML/EN/html/Volume/Volume.java -%%SLIMDIR%%/HTML/EN/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/EN/html/bar_small_first.gif -%%SLIMDIR%%/HTML/EN/html/bar_small_full.gif -%%SLIMDIR%%/HTML/EN/html/controller.html -%%SLIMDIR%%/HTML/EN/html/docs/buttons.html -%%SLIMDIR%%/HTML/EN/html/docs/crestronCLI.html -%%SLIMDIR%%/HTML/EN/html/docs/faq.html -%%SLIMDIR%%/HTML/EN/html/docs/http.html -%%SLIMDIR%%/HTML/EN/html/docs/index.html -%%SLIMDIR%%/HTML/EN/html/docs/input.html -%%SLIMDIR%%/HTML/EN/html/docs/interface.html -%%SLIMDIR%%/HTML/EN/html/docs/ipconfig.html -%%SLIMDIR%%/HTML/EN/html/docs/plugins.html -%%SLIMDIR%%/HTML/EN/html/docs/protocol.html -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html -%%SLIMDIR%%/HTML/EN/html/docs/radio.html -%%SLIMDIR%%/HTML/EN/html/docs/remote.html -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html -%%SLIMDIR%%/HTML/EN/html/docs/skins.html -%%SLIMDIR%%/HTML/EN/html/docs/slimproto.html -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/adding.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/artists1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/artists2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/choose_auto.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/double.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/home.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led4.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/musiclib1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/musiclib2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/playlist.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/rock.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup_done.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup_myip.gif -%%SLIMDIR%%/HTML/EN/html/docs/xml_skin.html -%%SLIMDIR%%/HTML/EN/html/docs/xpl.html -%%SLIMDIR%%/HTML/EN/html/errors/400.html -%%SLIMDIR%%/HTML/EN/html/errors/401.html -%%SLIMDIR%%/HTML/EN/html/errors/403.html -%%SLIMDIR%%/HTML/EN/html/errors/404.html -%%SLIMDIR%%/HTML/EN/html/help_remote.html -%%SLIMDIR%%/HTML/EN/html/images/remote.gif -%%SLIMDIR%%/HTML/EN/html/images/remote_small.gif -%%SLIMDIR%%/HTML/EN/html/images/slimdevices_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/images/sonyremote.jpg -%%SLIMDIR%%/HTML/EN/html/images/spacer.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/mypage.ico -%%SLIMDIR%%/HTML/EN/html/remote.html -%%SLIMDIR%%/HTML/EN/html/setup.html -%%SLIMDIR%%/HTML/EN/html/silence.mp3 -%%SLIMDIR%%/HTML/EN/html/silentpacket.mp3 -%%SLIMDIR%%/HTML/EN/html/test.html -%%SLIMDIR%%/HTML/EN/include.html -%%SLIMDIR%%/HTML/EN/index.html -%%SLIMDIR%%/HTML/EN/instant_mix.html -%%SLIMDIR%%/HTML/EN/instant_mix_list.html -%%SLIMDIR%%/HTML/EN/instant_mix_pwdlist.html -%%SLIMDIR%%/HTML/EN/linklist.html -%%SLIMDIR%%/HTML/EN/mood_wheel.html -%%SLIMDIR%%/HTML/EN/mood_wheel_list.html -%%SLIMDIR%%/HTML/EN/mood_wheel_pwdlist.html -%%SLIMDIR%%/HTML/EN/pagebar.html -%%SLIMDIR%%/HTML/EN/pagebarheader.html -%%SLIMDIR%%/HTML/EN/pagebarlist.html -%%SLIMDIR%%/HTML/EN/pagefooter.html -%%SLIMDIR%%/HTML/EN/pageheader.html -%%SLIMDIR%%/HTML/EN/playlist.html -%%SLIMDIR%%/HTML/EN/playlist_needs_upgrade.html -%%SLIMDIR%%/HTML/EN/search.html -%%SLIMDIR%%/HTML/EN/select_option.html -%%SLIMDIR%%/HTML/EN/setup.html -%%SLIMDIR%%/HTML/EN/setup_group.html -%%SLIMDIR%%/HTML/EN/setup_input_array_add.html -%%SLIMDIR%%/HTML/EN/setup_input_array_chk.html -%%SLIMDIR%%/HTML/EN/setup_input_array_sel.html -%%SLIMDIR%%/HTML/EN/setup_input_array_txt.html -%%SLIMDIR%%/HTML/EN/setup_input_array_udr.html -%%SLIMDIR%%/HTML/EN/setup_input_chk.html -%%SLIMDIR%%/HTML/EN/setup_input_passwd.html -%%SLIMDIR%%/HTML/EN/setup_input_pwd.html -%%SLIMDIR%%/HTML/EN/setup_input_radio.html -%%SLIMDIR%%/HTML/EN/setup_input_sel.html -%%SLIMDIR%%/HTML/EN/setup_input_submit.html -%%SLIMDIR%%/HTML/EN/setup_input_txt.html -%%SLIMDIR%%/HTML/EN/setup_pref.html -%%SLIMDIR%%/HTML/EN/setup_titleformat.html -%%SLIMDIR%%/HTML/EN/setup_titleformat_adv.html -%%SLIMDIR%%/HTML/EN/slimserver.css -%%SLIMDIR%%/HTML/EN/songinfo.html -%%SLIMDIR%%/HTML/EN/status.html -%%SLIMDIR%%/HTML/EN/status_list.html -%%SLIMDIR%%/HTML/EN/status_needs_upgrade.html -%%SLIMDIR%%/HTML/EN/status_noclients.html -%%SLIMDIR%%/HTML/EN/update_firmware.html -%%SLIMDIR%%/HTML/Experimental/slimserver.css -%%SLIMDIR%%/HTML/Experimental/status.html -%%SLIMDIR%%/HTML/Fishbone/badpath.html -%%SLIMDIR%%/HTML/Fishbone/browse.html -%%SLIMDIR%%/HTML/Fishbone/browse_list.html -%%SLIMDIR%%/HTML/Fishbone/browse_playlist.html -%%SLIMDIR%%/HTML/Fishbone/browse_playlist_list.html -%%SLIMDIR%%/HTML/Fishbone/browseid3.html -%%SLIMDIR%%/HTML/Fishbone/browseid3_artwork.html -%%SLIMDIR%%/HTML/Fishbone/browseid3_list.html -%%SLIMDIR%%/HTML/Fishbone/hitlist.html -%%SLIMDIR%%/HTML/Fishbone/hitlist_bar.html -%%SLIMDIR%%/HTML/Fishbone/hitlist_list.html -%%SLIMDIR%%/HTML/Fishbone/home.html -%%SLIMDIR%%/HTML/Fishbone/html/add.gif -%%SLIMDIR%%/HTML/Fishbone/html/back.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_first.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_full.gif -%%SLIMDIR%%/HTML/Fishbone/html/blank.gif -%%SLIMDIR%%/HTML/Fishbone/html/docs/help.html -%%SLIMDIR%%/HTML/Fishbone/html/ffwd.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/forward.gif -%%SLIMDIR%%/HTML/Fishbone/html/go.gif -%%SLIMDIR%%/HTML/Fishbone/html/info.gif -%%SLIMDIR%%/HTML/Fishbone/html/move.down.gif -%%SLIMDIR%%/HTML/Fishbone/html/move.up.gif -%%SLIMDIR%%/HTML/Fishbone/html/mute.gif -%%SLIMDIR%%/HTML/Fishbone/html/mute_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pause.gif -%%SLIMDIR%%/HTML/Fishbone/html/pause_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.green.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.green_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.grey.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.middle.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.middle_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/play.gif -%%SLIMDIR%%/HTML/Fishbone/html/play.this.gif -%%SLIMDIR%%/HTML/Fishbone/html/play_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/queue.gif -%%SLIMDIR%%/HTML/Fishbone/html/remove.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/stop.gif -%%SLIMDIR%%/HTML/Fishbone/html/stop_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/subtract.gif -%%SLIMDIR%%/HTML/Fishbone/index.html -%%SLIMDIR%%/HTML/Fishbone/instant_mix.html -%%SLIMDIR%%/HTML/Fishbone/instant_mix_list.html -%%SLIMDIR%%/HTML/Fishbone/linklist.html -%%SLIMDIR%%/HTML/Fishbone/mood_wheel.html -%%SLIMDIR%%/HTML/Fishbone/mood_wheel_list.html -%%SLIMDIR%%/HTML/Fishbone/pagebarheader.html -%%SLIMDIR%%/HTML/Fishbone/pageheader.html -%%SLIMDIR%%/HTML/Fishbone/playlist.html -%%SLIMDIR%%/HTML/Fishbone/search.html -%%SLIMDIR%%/HTML/Fishbone/select_option.html -%%SLIMDIR%%/HTML/Fishbone/setup.html -%%SLIMDIR%%/HTML/Fishbone/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Fishbone/slimserver.css -%%SLIMDIR%%/HTML/Fishbone/songinfo.html -%%SLIMDIR%%/HTML/Fishbone/status.html -%%SLIMDIR%%/HTML/Fishbone/status_header.html -%%SLIMDIR%%/HTML/Fishbone/status_list.html -%%SLIMDIR%%/HTML/Fishbone/status_noclients.html -%%SLIMDIR%%/HTML/Handheld/badpath.html -%%SLIMDIR%%/HTML/Handheld/browse.html -%%SLIMDIR%%/HTML/Handheld/browse_list.html -%%SLIMDIR%%/HTML/Handheld/browse_playlist.html -%%SLIMDIR%%/HTML/Handheld/browse_playlist_list.html -%%SLIMDIR%%/HTML/Handheld/browseid3.html -%%SLIMDIR%%/HTML/Handheld/browseid3_list.html -%%SLIMDIR%%/HTML/Handheld/hitlist.html -%%SLIMDIR%%/HTML/Handheld/hitlist_bar.html -%%SLIMDIR%%/HTML/Handheld/hitlist_list.html -%%SLIMDIR%%/HTML/Handheld/home.html -%%SLIMDIR%%/HTML/Handheld/homeplayer_list.html -%%SLIMDIR%%/HTML/Handheld/html/about.html -%%SLIMDIR%%/HTML/Handheld/html/help.html -%%SLIMDIR%%/HTML/Handheld/html/images/b_add.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_down.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_play.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_up.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_empty.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_first.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_full.gif -%%SLIMDIR%%/HTML/Handheld/html/mypage.ico -%%SLIMDIR%%/HTML/Handheld/index.html -%%SLIMDIR%%/HTML/Handheld/linklist.html -%%SLIMDIR%%/HTML/Handheld/menu.html -%%SLIMDIR%%/HTML/Handheld/pagebarheader.html -%%SLIMDIR%%/HTML/Handheld/pagefooter.html -%%SLIMDIR%%/HTML/Handheld/pageheader.html -%%SLIMDIR%%/HTML/Handheld/playlist.html -%%SLIMDIR%%/HTML/Handheld/search.html -%%SLIMDIR%%/HTML/Handheld/searchinput.html -%%SLIMDIR%%/HTML/Handheld/setup.html -%%SLIMDIR%%/HTML/Handheld/setup_group.html -%%SLIMDIR%%/HTML/Handheld/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Handheld/setup_pref.html -%%SLIMDIR%%/HTML/Handheld/songinfo.html -%%SLIMDIR%%/HTML/Handheld/status.html -%%SLIMDIR%%/HTML/Handheld/status_header.html -%%SLIMDIR%%/HTML/Handheld/status_list.html -%%SLIMDIR%%/HTML/Handheld/status_noclients.html -%%SLIMDIR%%/HTML/Moser/alphapagebarlist.html -%%SLIMDIR%%/HTML/Moser/browse.html -%%SLIMDIR%%/HTML/Moser/browse_list.html -%%SLIMDIR%%/HTML/Moser/browse_list_empty.html -%%SLIMDIR%%/HTML/Moser/browse_playlist.html -%%SLIMDIR%%/HTML/Moser/browse_playlist_list.html -%%SLIMDIR%%/HTML/Moser/browse_pwdlist.html -%%SLIMDIR%%/HTML/Moser/browseid3.html -%%SLIMDIR%%/HTML/Moser/browseid3_artwork.html -%%SLIMDIR%%/HTML/Moser/browseid3_list.html -%%SLIMDIR%%/HTML/Moser/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/Moser/home.html -%%SLIMDIR%%/HTML/Moser/html/ffwd.png -%%SLIMDIR%%/HTML/Moser/html/ffwd_on.png -%%SLIMDIR%%/HTML/Moser/html/pause.png -%%SLIMDIR%%/HTML/Moser/html/pause_on.png -%%SLIMDIR%%/HTML/Moser/html/play.png -%%SLIMDIR%%/HTML/Moser/html/play_on.png -%%SLIMDIR%%/HTML/Moser/html/prev.png -%%SLIMDIR%%/HTML/Moser/html/repeat_all.png -%%SLIMDIR%%/HTML/Moser/html/repeat_all_on.png -%%SLIMDIR%%/HTML/Moser/html/repeat_off.png -%%SLIMDIR%%/HTML/Moser/html/repeat_off_on.png -%%SLIMDIR%%/HTML/Moser/html/repeat_one.png -%%SLIMDIR%%/HTML/Moser/html/repeat_one_on.png -%%SLIMDIR%%/HTML/Moser/html/rew.png -%%SLIMDIR%%/HTML/Moser/html/rew_on.png -%%SLIMDIR%%/HTML/Moser/html/skip.png -%%SLIMDIR%%/HTML/Moser/html/stop.png -%%SLIMDIR%%/HTML/Moser/html/stop_on.png -%%SLIMDIR%%/HTML/Moser/linklist.html -%%SLIMDIR%%/HTML/Moser/pagebar.html -%%SLIMDIR%%/HTML/Moser/pagebarlist.html -%%SLIMDIR%%/HTML/Moser/playlist.html -%%SLIMDIR%%/HTML/Moser/search.html -%%SLIMDIR%%/HTML/Moser/select_option.html -%%SLIMDIR%%/HTML/Moser/setup.html -%%SLIMDIR%%/HTML/Moser/setup_input_array_add.html -%%SLIMDIR%%/HTML/Moser/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Moser/slimserver.css -%%SLIMDIR%%/HTML/Moser/status.html -%%SLIMDIR%%/HTML/Moser/status_list.html -%%SLIMDIR%%/HTML/NBMU/alphapagebarlist.html -%%SLIMDIR%%/HTML/NBMU/browse.html -%%SLIMDIR%%/HTML/NBMU/browse_list.html -%%SLIMDIR%%/HTML/NBMU/browse_playlist.html -%%SLIMDIR%%/HTML/NBMU/browseid3.html -%%SLIMDIR%%/HTML/NBMU/browseid3_list.html -%%SLIMDIR%%/HTML/NBMU/hitlist.css -%%SLIMDIR%%/HTML/NBMU/hitlist.html -%%SLIMDIR%%/HTML/NBMU/hitlist_bar.html -%%SLIMDIR%%/HTML/NBMU/hitlist_list.html -%%SLIMDIR%%/HTML/NBMU/home.html -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.JPG -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.bmp -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.png -%%SLIMDIR%%/HTML/NBMU/html/bar_small_first.gif -%%SLIMDIR%%/HTML/NBMU/html/bar_small_full.gif -%%SLIMDIR%%/HTML/NBMU/html/slim_devices_logo2.png -%%SLIMDIR%%/HTML/NBMU/index.html -%%SLIMDIR%%/HTML/NBMU/pagebar.html -%%SLIMDIR%%/HTML/NBMU/pagebarlist.html -%%SLIMDIR%%/HTML/NBMU/search.html -%%SLIMDIR%%/HTML/NBMU/setup.html -%%SLIMDIR%%/HTML/NBMU/setup_input_array_add.html -%%SLIMDIR%%/HTML/NBMU/setup_input_array_udr.html -%%SLIMDIR%%/HTML/NBMU/slimserver.css -%%SLIMDIR%%/HTML/NBMU/songinfo.html -%%SLIMDIR%%/HTML/NBMU/status.html -%%SLIMDIR%%/HTML/NBMU/status_list.html -%%SLIMDIR%%/HTML/NBMU/status_noclients.html -%%SLIMDIR%%/HTML/Olson/browse_list.html -%%SLIMDIR%%/HTML/Olson/hitlist.html -%%SLIMDIR%%/HTML/Olson/hitlist_bar.html -%%SLIMDIR%%/HTML/Olson/hitlist_list.html -%%SLIMDIR%%/HTML/Olson/home.html -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.bmp -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.bmp -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.bmp -%%SLIMDIR%%/HTML/Olson/index.html -%%SLIMDIR%%/HTML/Olson/olson_todetail.html -%%SLIMDIR%%/HTML/Olson/olson_tomain.html -%%SLIMDIR%%/HTML/Olson/olsondetail.html -%%SLIMDIR%%/HTML/Olson/olsondetail_pwdlist.html -%%SLIMDIR%%/HTML/Olson/olsonmain.html -%%SLIMDIR%%/HTML/Olson/olsonmain_pwdlist.html -%%SLIMDIR%%/HTML/Olson/slimserver.css -%%SLIMDIR%%/HTML/Olson/songinfo.html -%%SLIMDIR%%/HTML/Olson/status.html -%%SLIMDIR%%/HTML/Olson/status_noclients.html -%%SLIMDIR%%/HTML/Purple/hitlist.html -%%SLIMDIR%%/HTML/Purple/hitlist_list.html -%%SLIMDIR%%/HTML/Purple/home.html -%%SLIMDIR%%/HTML/Purple/slimserver.css -%%SLIMDIR%%/HTML/Purple/status.html -%%SLIMDIR%%/HTML/Ruttenberg/html/arrow-0065.gif -%%SLIMDIR%%/HTML/Ruttenberg/index.html -%%SLIMDIR%%/HTML/Ruttenberg/status.html -%%SLIMDIR%%/HTML/Ruttenberg/status_list.html -%%SLIMDIR%%/HTML/SenseMaker/alphapagebarlist.html -%%SLIMDIR%%/HTML/SenseMaker/browse.html -%%SLIMDIR%%/HTML/SenseMaker/browse_list.html -%%SLIMDIR%%/HTML/SenseMaker/browse_playlist.html -%%SLIMDIR%%/HTML/SenseMaker/browse_playlist_list.html -%%SLIMDIR%%/HTML/SenseMaker/browseid3.html -%%SLIMDIR%%/HTML/SenseMaker/browseid3_list.html -%%SLIMDIR%%/HTML/SenseMaker/home.html -%%SLIMDIR%%/HTML/SenseMaker/homeplayer_list.html -%%SLIMDIR%%/HTML/SenseMaker/html/add.gif -%%SLIMDIR%%/HTML/SenseMaker/html/lastpixel.gif -%%SLIMDIR%%/HTML/SenseMaker/html/lastpixelgreen.gif -%%SLIMDIR%%/HTML/SenseMaker/html/movedown.gif -%%SLIMDIR%%/HTML/SenseMaker/html/moveup.gif -%%SLIMDIR%%/HTML/SenseMaker/html/next.gif -%%SLIMDIR%%/HTML/SenseMaker/html/nextON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/ok2.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pause.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pause_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.gray.2.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.green.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixelgreen.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play.this.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/prev.gif -%%SLIMDIR%%/HTML/SenseMaker/html/prevON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/remove.gif -%%SLIMDIR%%/HTML/SenseMaker/html/s-styles.css -%%SLIMDIR%%/HTML/SenseMaker/html/stop.gif -%%SLIMDIR%%/HTML/SenseMaker/html/stop_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/styles.css -%%SLIMDIR%%/HTML/SenseMaker/index.html -%%SLIMDIR%%/HTML/SenseMaker/pagebar.html -%%SLIMDIR%%/HTML/SenseMaker/pagebarlist.html -%%SLIMDIR%%/HTML/SenseMaker/playlist.html -%%SLIMDIR%%/HTML/SenseMaker/search.html -%%SLIMDIR%%/HTML/SenseMaker/setup.html -%%SLIMDIR%%/HTML/SenseMaker/setup_input_array_add.html -%%SLIMDIR%%/HTML/SenseMaker/setup_input_array_udr.html -%%SLIMDIR%%/HTML/SenseMaker/slimserver.css -%%SLIMDIR%%/HTML/SenseMaker/songinfo.html -%%SLIMDIR%%/HTML/SenseMaker/status.html -%%SLIMDIR%%/HTML/SenseMaker/status_list.html -%%SLIMDIR%%/HTML/SenseMaker/status_noclients.html -%%SLIMDIR%%/HTML/Touch/badpath.html -%%SLIMDIR%%/HTML/Touch/browse.html -%%SLIMDIR%%/HTML/Touch/browse_list.html -%%SLIMDIR%%/HTML/Touch/browse_playlist.html -%%SLIMDIR%%/HTML/Touch/browse_playlist_list.html -%%SLIMDIR%%/HTML/Touch/browseid3.html -%%SLIMDIR%%/HTML/Touch/browseid3_artwork.html -%%SLIMDIR%%/HTML/Touch/browseid3_list.html -%%SLIMDIR%%/HTML/Touch/hitlist.html -%%SLIMDIR%%/HTML/Touch/hitlist_bar.html -%%SLIMDIR%%/HTML/Touch/hitlist_list.html -%%SLIMDIR%%/HTML/Touch/home.html -%%SLIMDIR%%/HTML/Touch/homeplayer_list.html -%%SLIMDIR%%/HTML/Touch/html/about.html -%%SLIMDIR%%/HTML/Touch/html/help.html -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_back.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_home.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_playlist.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_search.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_statistics.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_status.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/pic.gif -%%SLIMDIR%%/HTML/Touch/html/images/1.gif -%%SLIMDIR%%/HTML/Touch/html/images/10.gif -%%SLIMDIR%%/HTML/Touch/html/images/10_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/1_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/2.gif -%%SLIMDIR%%/HTML/Touch/html/images/2_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/3.gif -%%SLIMDIR%%/HTML/Touch/html/images/3_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/4.gif -%%SLIMDIR%%/HTML/Touch/html/images/4_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/5.gif -%%SLIMDIR%%/HTML/Touch/html/images/5_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/6.gif -%%SLIMDIR%%/HTML/Touch/html/images/6_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/7.gif -%%SLIMDIR%%/HTML/Touch/html/images/7_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/8.gif -%%SLIMDIR%%/HTML/Touch/html/images/8_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/9.gif -%%SLIMDIR%%/HTML/Touch/html/images/9_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep00.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep00_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep15.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep15_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep30.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep30_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep45.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep45_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep60.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep60_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Textfield.gif -%%SLIMDIR%%/HTML/Touch/html/images/active.gif -%%SLIMDIR%%/HTML/Touch/html/images/album.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/artist.gif -%%SLIMDIR%%/HTML/Touch/html/images/artist_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/artwork.gif -%%SLIMDIR%%/HTML/Touch/html/images/artwork_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_add.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_down.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_play.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_up.gif -%%SLIMDIR%%/HTML/Touch/html/images/back.gif -%%SLIMDIR%%/HTML/Touch/html/images/bar.gif -%%SLIMDIR%%/HTML/Touch/html/images/bar_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bass_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt1.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt10.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt10_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt1_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt2.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt2_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt3.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt3_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt4.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt4_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt5.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt5_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt6.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt6_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt7.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt7_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt8.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt8_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt9.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt9_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/button.gif -%%SLIMDIR%%/HTML/Touch/html/images/buttonKB.gif -%%SLIMDIR%%/HTML/Touch/html/images/buttonSpace.gif -%%SLIMDIR%%/HTML/Touch/html/images/button_gray.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceoff.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceoff_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceon.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceon_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/ffw.gif -%%SLIMDIR%%/HTML/Touch/html/images/ffw_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/folder.gif -%%SLIMDIR%%/HTML/Touch/html/images/folder_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/genre.gif -%%SLIMDIR%%/HTML/Touch/html/images/genre_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/inactive.gif -%%SLIMDIR%%/HTML/Touch/html/images/leftcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/lefttopcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_back.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_home.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_playlist.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_search.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_statistics.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_status.gif -%%SLIMDIR%%/HTML/Touch/html/images/next.gif -%%SLIMDIR%%/HTML/Touch/html/images/next_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/nocoverart.gif -%%SLIMDIR%%/HTML/Touch/html/images/off_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/off_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/pause.gif -%%SLIMDIR%%/HTML/Touch/html/images/pause_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/play.gif -%%SLIMDIR%%/HTML/Touch/html/images/play_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/power_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/prev.gif -%%SLIMDIR%%/HTML/Touch/html/images/prev_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/progress.gif -%%SLIMDIR%%/HTML/Touch/html/images/radio.gif -%%SLIMDIR%%/HTML/Touch/html/images/radio_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/repeat_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/rew.gif -%%SLIMDIR%%/HTML/Touch/html/images/rew_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/rightcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/righttopcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/search.gif -%%SLIMDIR%%/HTML/Touch/html/images/search_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/shuffle_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/song_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/song_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/stat.gif -%%SLIMDIR%%/HTML/Touch/html/images/stat_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/statistics.gif -%%SLIMDIR%%/HTML/Touch/html/images/statistics_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/stop.gif -%%SLIMDIR%%/HTML/Touch/html/images/stop_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/trans.gif -%%SLIMDIR%%/HTML/Touch/html/images/treble_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/vol_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/zzz_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/mypage.ico -%%SLIMDIR%%/HTML/Touch/index.html -%%SLIMDIR%%/HTML/Touch/linklist.html -%%SLIMDIR%%/HTML/Touch/menu.html -%%SLIMDIR%%/HTML/Touch/pagebarheader.html -%%SLIMDIR%%/HTML/Touch/pagefooter.html -%%SLIMDIR%%/HTML/Touch/pageheader.html -%%SLIMDIR%%/HTML/Touch/playlist.html -%%SLIMDIR%%/HTML/Touch/search.html -%%SLIMDIR%%/HTML/Touch/searchinput.html -%%SLIMDIR%%/HTML/Touch/setup.html -%%SLIMDIR%%/HTML/Touch/setup_group.html -%%SLIMDIR%%/HTML/Touch/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Touch/setup_pref.html -%%SLIMDIR%%/HTML/Touch/slimserver.css -%%SLIMDIR%%/HTML/Touch/songinfo.html -%%SLIMDIR%%/HTML/Touch/status.html -%%SLIMDIR%%/HTML/Touch/status_header.html -%%SLIMDIR%%/HTML/Touch/status_list.html -%%SLIMDIR%%/HTML/Touch/status_noclients.html -%%SLIMDIR%%/HTML/WebPad/browse_playlist.html -%%SLIMDIR%%/HTML/WebPad/browse_playlist_list.html -%%SLIMDIR%%/HTML/WebPad/browseid3.html -%%SLIMDIR%%/HTML/WebPad/browseid3_list.html -%%SLIMDIR%%/HTML/WebPad/home.html -%%SLIMDIR%%/HTML/WebPad/include.html -%%SLIMDIR%%/HTML/WebPad/songinfo.html -%%SLIMDIR%%/HTML/WebPad/status_list.html -%%SLIMDIR%%/HTML/xml/_xml_song.html -%%SLIMDIR%%/HTML/xml/badpath.html -%%SLIMDIR%%/HTML/xml/browse.html -%%SLIMDIR%%/HTML/xml/browse_list.html -%%SLIMDIR%%/HTML/xml/browse_list_empty.html -%%SLIMDIR%%/HTML/xml/browse_playlist.html -%%SLIMDIR%%/HTML/xml/browse_playlist_list.html -%%SLIMDIR%%/HTML/xml/browse_pwdlist.html -%%SLIMDIR%%/HTML/xml/browseid3.html -%%SLIMDIR%%/HTML/xml/browseid3_list.html -%%SLIMDIR%%/HTML/xml/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/xml/hitlist.html -%%SLIMDIR%%/HTML/xml/hitlist_list.html -%%SLIMDIR%%/HTML/xml/html/slimserver_xml.dtd -%%SLIMDIR%%/HTML/xml/include.html -%%SLIMDIR%%/HTML/xml/pagebarheader.html -%%SLIMDIR%%/HTML/xml/playlist.html -%%SLIMDIR%%/HTML/xml/search.html -%%SLIMDIR%%/HTML/xml/select_option.html -%%SLIMDIR%%/HTML/xml/songinfo.html -%%SLIMDIR%%/HTML/xml/status.html -%%SLIMDIR%%/HTML/xml/status_header.html -%%SLIMDIR%%/HTML/xml/status_list.html -%%SLIMDIR%%/HTML/xml/status_noclients.html -%%SLIMDIR%%/IR/Default.map -%%SLIMDIR%%/IR/Slim_Devices_Remote.ir -%%SLIMDIR%%/IR/jvc_dvd.ir -%%SLIMDIR%%/License.txt -%%SLIMDIR%%/Plugins/DateTime.pm -%%SLIMDIR%%/Plugins/Rescan.pm -%%SLIMDIR%%/Plugins/SavePlaylist.pm -%%SLIMDIR%%/Plugins/Shooter.pm -%%SLIMDIR%%/Plugins/SlimTris.pm -%%SLIMDIR%%/Plugins/Snow.pm -%%SLIMDIR%%/Slim/Buttons/AlarmClock.pm -%%SLIMDIR%%/Slim/Buttons/Block.pm -%%SLIMDIR%%/Slim/Buttons/Browse.pm -%%SLIMDIR%%/Slim/Buttons/BrowseID3.pm -%%SLIMDIR%%/Slim/Buttons/BrowseMenu.pm -%%SLIMDIR%%/Slim/Buttons/Common.pm -%%SLIMDIR%%/Slim/Buttons/Home.pm -%%SLIMDIR%%/Slim/Buttons/Information.pm -%%SLIMDIR%%/Slim/Buttons/Input/List.pm -%%SLIMDIR%%/Slim/Buttons/Input/Text.pm -%%SLIMDIR%%/Slim/Buttons/InstantMix.pm -%%SLIMDIR%%/Slim/Buttons/MoodWheel.pm -%%SLIMDIR%%/Slim/Buttons/Playlist.pm -%%SLIMDIR%%/Slim/Buttons/Plugins.pm -%%SLIMDIR%%/Slim/Buttons/Power.pm -%%SLIMDIR%%/Slim/Buttons/ScreenSaver.pm -%%SLIMDIR%%/Slim/Buttons/Search.pm -%%SLIMDIR%%/Slim/Buttons/SearchFor.pm -%%SLIMDIR%%/Slim/Buttons/Settings.pm -%%SLIMDIR%%/Slim/Buttons/Synchronize.pm -%%SLIMDIR%%/Slim/Buttons/TrackInfo.pm -%%SLIMDIR%%/Slim/Control/CLI.pm -%%SLIMDIR%%/Slim/Control/Command.pm -%%SLIMDIR%%/Slim/Control/Stdio.pm -%%SLIMDIR%%/Slim/Control/xPL.pm -%%SLIMDIR%%/Slim/Display/Animation.pm -%%SLIMDIR%%/Slim/Display/Display.pm -%%SLIMDIR%%/Slim/Formats/AIFF.pm -%%SLIMDIR%%/Slim/Formats/FLAC.pm -%%SLIMDIR%%/Slim/Formats/MP3.pm -%%SLIMDIR%%/Slim/Formats/Movie.pm -%%SLIMDIR%%/Slim/Formats/Ogg.pm -%%SLIMDIR%%/Slim/Formats/Parse.pm -%%SLIMDIR%%/Slim/Formats/Shorten.pm -%%SLIMDIR%%/Slim/Formats/WMA.pm -%%SLIMDIR%%/Slim/Formats/Wav.pm -%%SLIMDIR%%/Slim/Hardware/Decoder.pm -%%SLIMDIR%%/Slim/Hardware/IR.pm -%%SLIMDIR%%/Slim/Hardware/VFD.pm -%%SLIMDIR%%/Slim/Hardware/mas3507d.pm -%%SLIMDIR%%/Slim/Hardware/mas35x9.pm -%%SLIMDIR%%/Slim/Music/Info.pm -%%SLIMDIR%%/Slim/Music/MoodLogic.pm -%%SLIMDIR%%/Slim/Music/MusicFolderScan.pm -%%SLIMDIR%%/Slim/Music/iTunes.pm -%%SLIMDIR%%/Slim/Networking/Discovery.pm -%%SLIMDIR%%/Slim/Networking/Protocol.pm -%%SLIMDIR%%/Slim/Networking/Select.pm -%%SLIMDIR%%/Slim/Networking/Slimproto.pm -%%SLIMDIR%%/Slim/Networking/Stream.pm -%%SLIMDIR%%/Slim/Networking/mDNS.pm -%%SLIMDIR%%/Slim/Player/Client.pm -%%SLIMDIR%%/Slim/Player/HTTP.pm -%%SLIMDIR%%/Slim/Player/Player.pm -%%SLIMDIR%%/Slim/Player/Playlist.pm -%%SLIMDIR%%/Slim/Player/SLIMP3.pm -%%SLIMDIR%%/Slim/Player/Source.pm -%%SLIMDIR%%/Slim/Player/Squeezebox.pm -%%SLIMDIR%%/Slim/Player/Sync.pm -%%SLIMDIR%%/Slim/Utils/FileHandle.pm -%%SLIMDIR%%/Slim/Utils/Misc.pm -%%SLIMDIR%%/Slim/Utils/OSDetect.pm -%%SLIMDIR%%/Slim/Utils/Prefs.pm -%%SLIMDIR%%/Slim/Utils/Scan.pm -%%SLIMDIR%%/Slim/Utils/Scheduler.pm -%%SLIMDIR%%/Slim/Utils/Strings.pm -%%SLIMDIR%%/Slim/Utils/Timers.pm -%%SLIMDIR%%/Slim/Web/EditPlaylist.pm -%%SLIMDIR%%/Slim/Web/HTTP.pm -%%SLIMDIR%%/Slim/Web/History.pm -%%SLIMDIR%%/Slim/Web/Olson.pm -%%SLIMDIR%%/Slim/Web/Pages.pm -%%SLIMDIR%%/Slim/Web/RemoteStream.pm -%%SLIMDIR%%/Slim/Web/Setup.pm -%%SLIMDIR%%/convert.conf -%%SLIMDIR%%/slimp3/MAIN.HEX -%%SLIMDIR%%/slimp3/update_firmware.pl -%%SLIMDIR%%/slimserver.pl -%%SLIMDIR%%/strings.txt -%%SLIMDIR%%/types.conf -@dirrm %%SLIMDIR%%/slimp3 -@dirrm %%SLIMDIR%%/Slim/Web -@dirrm %%SLIMDIR%%/Slim/Utils -@dirrm %%SLIMDIR%%/Slim/Player -@dirrm %%SLIMDIR%%/Slim/Networking -@dirrm %%SLIMDIR%%/Slim/Music -@dirrm %%SLIMDIR%%/Slim/Hardware -@dirrm %%SLIMDIR%%/Slim/Formats -@dirrm %%SLIMDIR%%/Slim/Display -@dirrm %%SLIMDIR%%/Slim/Control -@dirrm %%SLIMDIR%%/Slim/Buttons/Input -@dirrm %%SLIMDIR%%/Slim/Buttons -@dirrm %%SLIMDIR%%/Slim -@dirrm %%SLIMDIR%%/Plugins -@dirrm %%SLIMDIR%%/IR -@dirrm %%SLIMDIR%%/HTML/xml/html -@dirrm %%SLIMDIR%%/HTML/xml -@dirrm %%SLIMDIR%%/HTML/WebPad -@dirrm %%SLIMDIR%%/HTML/Touch/html/images -@dirrm %%SLIMDIR%%/HTML/Touch/html/html/images -@dirrm %%SLIMDIR%%/HTML/Touch/html/html -@dirrm %%SLIMDIR%%/HTML/Touch/html -@dirrm %%SLIMDIR%%/HTML/Touch -@dirrm %%SLIMDIR%%/HTML/SenseMaker/html -@dirrm %%SLIMDIR%%/HTML/SenseMaker -@dirrm %%SLIMDIR%%/HTML/Ruttenberg/html -@dirrm %%SLIMDIR%%/HTML/Ruttenberg -@dirrm %%SLIMDIR%%/HTML/Purple -@dirrm %%SLIMDIR%%/HTML/Olson/html -@dirrm %%SLIMDIR%%/HTML/Olson -@dirrm %%SLIMDIR%%/HTML/NBMU/html -@dirrm %%SLIMDIR%%/HTML/NBMU -@dirrm %%SLIMDIR%%/HTML/Moser/html -@dirrm %%SLIMDIR%%/HTML/Moser -@dirrm %%SLIMDIR%%/HTML/Handheld/html/images -@dirrm %%SLIMDIR%%/HTML/Handheld/html -@dirrm %%SLIMDIR%%/HTML/Handheld -@dirrm %%SLIMDIR%%/HTML/Fishbone/html/docs -@dirrm %%SLIMDIR%%/HTML/Fishbone/html -@dirrm %%SLIMDIR%%/HTML/Fishbone -@dirrm %%SLIMDIR%%/HTML/Experimental -@dirrm %%SLIMDIR%%/HTML/EN/html/images -@dirrm %%SLIMDIR%%/HTML/EN/html/errors -@dirrm %%SLIMDIR%%/HTML/EN/html/docs/vfdshots -@dirrm %%SLIMDIR%%/HTML/EN/html/docs -@dirrm %%SLIMDIR%%/HTML/EN/html/Volume -@dirrm %%SLIMDIR%%/HTML/EN/html -@dirrm %%SLIMDIR%%/HTML/EN -@dirrm %%SLIMDIR%%/HTML/Default/html/images -@dirrm %%SLIMDIR%%/HTML/Default/html -@dirrm %%SLIMDIR%%/HTML/Default -@dirrm %%SLIMDIR%%/HTML/Dark/html -@dirrm %%SLIMDIR%%/HTML/Dark -@dirrm %%SLIMDIR%%/HTML/Bagpuss -@dirrm %%SLIMDIR%%/HTML -@dirrm %%SLIMDIR%%/Firmware -@dirrm %%SLIMDIR%%/CPAN/Tie -@dirrm %%SLIMDIR%%/CPAN/QuickTime -@dirrm %%SLIMDIR%%/CPAN/Ogg/Vorbis/Header -@dirrm %%SLIMDIR%%/CPAN/Ogg/Vorbis -@dirrm %%SLIMDIR%%/CPAN/Ogg -@dirrm %%SLIMDIR%%/CPAN/Audio -@dirrm %%SLIMDIR%%/CPAN -@dirrm %%SLIMDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.") diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile deleted file mode 100644 index 695e3b5c40b4..000000000000 --- a/audio/squeezecenter/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# Ports collection makefile for: slimserver -# Date created: Wed Apr 14, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= slimserver -PORTVERSION= 5.1.1 -CATEGORIES= audio -MASTER_SITES= http://www.slimdevices.com/downloads/SlimServer_v${PORTVERSION}/ -DISTNAME= SlimServer_v${PORTVERSION} - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Slim Devices audio streaming server - -RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder \ - ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502110 -RUN_DEPENDS+= ${LOCALBASE}/bin/pgrep:${PORTSDIR}/sysutils/pkill -.endif - -NO_BUILD= yes -USE_RC_SUBR= yes -DOCFILES= Changelog.html Installation.txt -EXCEPTFILES= ${DOCFILES} \ - Changes \ - MANIFEST \ - Makefile.PL \ - README \ - test_tone.wav \ - .exists -EXCEPTDIRS= Bin \ - CPAN/arch \ - CPAN/Audio/Wav \ - CPAN/Class \ - CPAN/File \ - CPAN/HTTP \ - CPAN/IO \ - CPAN/LWP \ - CPAN/MIME \ - CPAN/MP3 \ - CPAN/Net \ - CPAN/URI - -CPIOARGS= --quiet -pdum -R -PLIST_SUB= SLIMDIR=${SLIMDIR} - -SED_SCRIPT+= -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ - -e 's,%%SLIMDIR%%,${SLIMDIR},g' - -pre-fetch: -.if !defined(SLIMDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define SLIMDIR to override default of 'slimdir'." - @${ECHO_MSG} "" -.endif - -post-patch: - @${SED} ${SED_SCRIPT} <${FILESDIR}/slimserver.sh >${WRKDIR}/slimserver.sh - -SLIMDIR?= slimserver - -pre-install: - @${SH} ${.CURDIR}/pkg-install ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${SLIMDIR} - @cd ${WRKSRC} && \ - ${FIND} . -name \*.orig ${EXCEPTFILES:S/^/-o -name /} \ - ${EXCEPTDIRS:S/$/\*/:S/^/-o -path .\//} -o -print | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${PREFIX}/${SLIMDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/slimserver.sh ${PREFIX}/etc/rc.d/ -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR} -.endif - -post-install: - @${SH} ${.CURDIR}/pkg-install ${PKGNAME} POST-INSTALL - -######################################################################## -# The following targets are for the port maintainer. Use are your own # -# risk, no user-serviceable parts inside. # -######################################################################## -# Assuming the port is installed cleanly (i.e. it's unconfigured) -# build a pkg-plist file. -build-plist: - ${ECHO} "etc/rc.d/slimserver.sh" > pkg-plist - ${FIND} ${DOCSDIR} -type f | \ - ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ - ${SORT} >> pkg-plist - ${FIND} ${PREFIX}/${SLIMDIR}/* -type f | \ - ${SED} -e 's|${PREFIX}/${SLIMDIR}|%%SLIMDIR%%|' | \ - ${SORT} >> pkg-plist - ${FIND} ${PREFIX}/${SLIMDIR} -type d | \ - ${SED} -e 's|${PREFIX}/${SLIMDIR}|@dirrm %%SLIMDIR%%|' | \ - ${SORT} -r >> pkg-plist - ${FIND} ${DOCSDIR} -type d | \ - ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> pkg-plist - ${ECHO} '@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.")' >> pkg-plist - -.include <bsd.port.post.mk> diff --git a/audio/squeezecenter/distinfo b/audio/squeezecenter/distinfo deleted file mode 100644 index 63c270c5db67..000000000000 --- a/audio/squeezecenter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (SlimServer_v5.1.1.tar.gz) = ec6285a871eecc44e4077f7328a05442 -SIZE (SlimServer_v5.1.1.tar.gz) = 1506076 diff --git a/audio/squeezecenter/files/patch-Slim_Music_Info.pm b/audio/squeezecenter/files/patch-Slim_Music_Info.pm deleted file mode 100644 index 2cfb264d2873..000000000000 --- a/audio/squeezecenter/files/patch-Slim_Music_Info.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Music/Info.pm.orig Thu Apr 15 20:57:32 2004 -+++ Slim/Music/Info.pm Thu Apr 15 20:57:49 2004 -@@ -208,7 +208,7 @@ - - # TODO: MacOS X should really store this in a visible, findable place. - if (Slim::Utils::OSDetect::OS() eq 'unix') { -- $dbname = '.slimserver.db'; -+ $dbname = 'slimserver.db'; - } else { - $dbname ='slimserver.db'; - } diff --git a/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm b/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm deleted file mode 100644 index c475b4593af3..000000000000 --- a/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs.pm.orig Thu Apr 15 18:09:50 2004 -+++ Slim/Utils/Prefs.pm Thu Apr 15 18:10:44 2004 -@@ -564,7 +564,7 @@ - } elsif (Slim::Utils::OSDetect::OS() eq 'win') { - $prefsPath = $Bin; - } else { -- $prefsPath = $ENV{'HOME'}; -+ $prefsPath = "/var/db/slimserver"; - } - - $::d_prefs && msg("The default prefs directory is $prefsPath\n"); diff --git a/audio/squeezecenter/files/slimserver.sh b/audio/squeezecenter/files/slimserver.sh deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezecenter/files/slimserver.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezecenter/files/slimserver.sh.in b/audio/squeezecenter/files/slimserver.sh.in deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezecenter/files/slimserver.sh.in +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezecenter/files/squeezecenter.sh.in b/audio/squeezecenter/files/squeezecenter.sh.in deleted file mode 100644 index bea293be52f4..000000000000 --- a/audio/squeezecenter/files/squeezecenter.sh.in +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -conffile=/var/db/slimserver/slimserver.conf -logfile=/var/log/slimserver.log -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`pgrep -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - rc_pids="${rc_pid} `pgrep -u ${u} mDNSResponderPosix`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -# set defaults - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/audio/squeezecenter/pkg-descr b/audio/squeezecenter/pkg-descr deleted file mode 100644 index c5350d41e70a..000000000000 --- a/audio/squeezecenter/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -An audio streaming server with many features including: - -- Web Interface--control the player and manage MP3 Internet radio -- Alarm clock -- Automatically imports iTunes library and playlists -- Automatically imports ID3 tags -- Browse and search by title, artist, album or genre -- Shuffle and repeat albums or songs -- Create, save, and import .pls, .cue and .m3u playlist files -- Displays current date and time when not playing -- Open protocol and command line APIeasy to control from other applications -- Expandable through 3rd party plug-ins and skins -- Supports multiple synchronized players -- Cross platform Open Source software, written in Perl (GPL) -- Listen from any computer using an MP3 software player (Winamp or iTunes) - -WWW: http://www.slimdevices.com/pi_features.html diff --git a/audio/squeezecenter/pkg-install b/audio/squeezecenter/pkg-install deleted file mode 100644 index 7feb30ff6a04..000000000000 --- a/audio/squeezecenter/pkg-install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -u=slimserv -g=slimserv -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin -comment="Slim Devices SlimServer pseudo-user" -statedir=/var/db/slimserver - -case $2 in -PRE-INSTALL) - if pw group show "${g}" >/dev/null 2>&1; then - echo "Using existing group \"${g}\"." - else - echo "Creating group \"${g}\", (gid: ${ugid})." - pw groupadd ${g} -g ${ugid} - if [ $? != 0 ]; then - echo "Failed to add group \"${g}\"." - exit 1 - fi - fi - if pw user show "${u}" >/dev/null 2>&1; then - echo "Using existing user \"${u}\"." - else - echo "Creating user \"${u}\", (uid: ${ugid})." - pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ - -d ${homedir} -s ${shell} -c "${comment}" - if [ $? != 0 ]; then - echo "Failed to add user \"${u}\"." - exit 1 - fi - fi - ;; -POST-INSTALL) - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - ;; -esac diff --git a/audio/squeezecenter/pkg-plist b/audio/squeezecenter/pkg-plist deleted file mode 100644 index cbbc6c6fc45b..000000000000 --- a/audio/squeezecenter/pkg-plist +++ /dev/null @@ -1,987 +0,0 @@ -etc/rc.d/slimserver.sh -%%PORTDOCS%%%%DOCSDIR%%/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/Installation.txt -%%SLIMDIR%%/CPAN/Audio/FLAC.pm -%%SLIMDIR%%/CPAN/Audio/WMA.pm -%%SLIMDIR%%/CPAN/Ogg/Vorbis/Header/PurePerl.pm -%%SLIMDIR%%/CPAN/QuickTime/Movie.pm -%%SLIMDIR%%/CPAN/Tie/RegexpHash.pm -%%SLIMDIR%%/Firmware/squeezebox.bin -%%SLIMDIR%%/Firmware/squeezebox.version -%%SLIMDIR%%/HTML/Bagpuss/slimserver.css -%%SLIMDIR%%/HTML/Dark/html/back.gif -%%SLIMDIR%%/HTML/Dark/html/forward.gif -%%SLIMDIR%%/HTML/Dark/html/pause.gif -%%SLIMDIR%%/HTML/Dark/html/pause_s.gif -%%SLIMDIR%%/HTML/Dark/html/play.gif -%%SLIMDIR%%/HTML/Dark/html/play_s.gif -%%SLIMDIR%%/HTML/Dark/html/spinner.gif -%%SLIMDIR%%/HTML/Dark/html/stop.gif -%%SLIMDIR%%/HTML/Dark/html/stop_s.gif -%%SLIMDIR%%/HTML/Dark/html/volume_01.gif -%%SLIMDIR%%/HTML/Dark/html/volume_02.gif -%%SLIMDIR%%/HTML/Dark/html/volume_03.gif -%%SLIMDIR%%/HTML/Dark/html/volume_04.gif -%%SLIMDIR%%/HTML/Dark/html/volume_05.gif -%%SLIMDIR%%/HTML/Dark/html/volume_06.gif -%%SLIMDIR%%/HTML/Dark/html/volume_07.gif -%%SLIMDIR%%/HTML/Dark/html/volume_08.gif -%%SLIMDIR%%/HTML/Dark/html/volume_09.gif -%%SLIMDIR%%/HTML/Dark/html/volume_10.gif -%%SLIMDIR%%/HTML/Dark/html/volume_11.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_01.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_02.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_03.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_04.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_05.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_06.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_07.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_08.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_09.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_10.gif -%%SLIMDIR%%/HTML/Dark/html/volume_s_11.gif -%%SLIMDIR%%/HTML/Dark/index.html -%%SLIMDIR%%/HTML/Dark/slimserver.css -%%SLIMDIR%%/HTML/Dark/status.html -%%SLIMDIR%%/HTML/Dark/status_list.html -%%SLIMDIR%%/HTML/Default/badpath.html -%%SLIMDIR%%/HTML/Default/browse.html -%%SLIMDIR%%/HTML/Default/browse_list.html -%%SLIMDIR%%/HTML/Default/browse_playlist.html -%%SLIMDIR%%/HTML/Default/browse_playlist_list.html -%%SLIMDIR%%/HTML/Default/browseid3.html -%%SLIMDIR%%/HTML/Default/browseid3_artwork.html -%%SLIMDIR%%/HTML/Default/browseid3_list.html -%%SLIMDIR%%/HTML/Default/helpfooter.html -%%SLIMDIR%%/HTML/Default/helpheader.html -%%SLIMDIR%%/HTML/Default/home.html -%%SLIMDIR%%/HTML/Default/homeplayer_list.html -%%SLIMDIR%%/HTML/Default/html/images/a.gif -%%SLIMDIR%%/HTML/Default/html/images/a_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/alpha_spacer.gif -%%SLIMDIR%%/HTML/Default/html/images/b.gif -%%SLIMDIR%%/HTML/Default/html/images/b_add.gif -%%SLIMDIR%%/HTML/Default/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Default/html/images/b_delete_white.gif -%%SLIMDIR%%/HTML/Default/html/images/b_down.gif -%%SLIMDIR%%/HTML/Default/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Default/html/images/b_first.gif -%%SLIMDIR%%/HTML/Default/html/images/b_go.gif -%%SLIMDIR%%/HTML/Default/html/images/b_last.gif -%%SLIMDIR%%/HTML/Default/html/images/b_mix.gif -%%SLIMDIR%%/HTML/Default/html/images/b_next.gif -%%SLIMDIR%%/HTML/Default/html/images/b_play.gif -%%SLIMDIR%%/HTML/Default/html/images/b_prev.gif -%%SLIMDIR%%/HTML/Default/html/images/b_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/b_up.gif -%%SLIMDIR%%/HTML/Default/html/images/browse.gif -%%SLIMDIR%%/HTML/Default/html/images/c.gif -%%SLIMDIR%%/HTML/Default/html/images/c_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/d.gif -%%SLIMDIR%%/HTML/Default/html/images/d_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/e.gif -%%SLIMDIR%%/HTML/Default/html/images/e_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/f.gif -%%SLIMDIR%%/HTML/Default/html/images/f_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/g.gif -%%SLIMDIR%%/HTML/Default/html/images/g_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/h.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ALBUM.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ARTIST.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_ARTWORK.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_GENRE.gif -%%SLIMDIR%%/HTML/Default/html/images/h_BROWSE_BY_SONG.gif -%%SLIMDIR%%/HTML/Default/html/images/h_MUSIC.gif -%%SLIMDIR%%/HTML/Default/html/images/h_MoodLogic.gif -%%SLIMDIR%%/HTML/Default/html/images/h_SAVED_PLAYLISTS.gif -%%SLIMDIR%%/HTML/Default/html/images/h_Search.gif -%%SLIMDIR%%/HTML/Default/html/images/h_SongInfo.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_artists.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_genres.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_musicfolder.gif -%%SLIMDIR%%/HTML/Default/html/images/h_browse_playlists.gif -%%SLIMDIR%%/HTML/Default/html/images/h_help.gif -%%SLIMDIR%%/HTML/Default/html/images/h_home.gif -%%SLIMDIR%%/HTML/Default/html/images/h_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/h_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/i.gif -%%SLIMDIR%%/HTML/Default/html/images/i_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/j.gif -%%SLIMDIR%%/HTML/Default/html/images/j_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/k.gif -%%SLIMDIR%%/HTML/Default/html/images/k_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/l.gif -%%SLIMDIR%%/HTML/Default/html/images/l_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/m.gif -%%SLIMDIR%%/HTML/Default/html/images/m_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/musicplayer.gif -%%SLIMDIR%%/HTML/Default/html/images/n.gif -%%SLIMDIR%%/HTML/Default/html/images/n_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_1.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_10.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_10_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_11.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_11_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_1_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_2.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_2_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_3.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_3_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_4.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_4_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_5.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_5_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_6.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_6_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_7.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_7_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_8.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_8_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_9.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_9_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_albums.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_albums_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_all.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_all_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_artists.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_artists_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_clear.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_currentplaylist.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_download.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_genres.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_genres_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_help.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_help_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_musicfolder.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_musicfolder_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_nowplaying.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_off.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_off_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_on.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_on_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_one.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_one_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pages.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pause.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_pause_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_play.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_play_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_playlists.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_playlists_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_previous.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_previous_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_repeat.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_save.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_search.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_settings_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_shuffle.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_skip.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_skip_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_songs.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_songs_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_spacer.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_spacer_dark.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stop.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stop_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_stopped.gif -%%SLIMDIR%%/HTML/Default/html/images/nav_volume.gif -%%SLIMDIR%%/HTML/Default/html/images/o.gif -%%SLIMDIR%%/HTML/Default/html/images/o_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/p.gif -%%SLIMDIR%%/HTML/Default/html/images/p_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/r.gif -%%SLIMDIR%%/HTML/Default/html/images/r_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/s.gif -%%SLIMDIR%%/HTML/Default/html/images/s_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_browse_music.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_help.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_search_music.gif -%%SLIMDIR%%/HTML/Default/html/images/sub_h_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/t.gif -%%SLIMDIR%%/HTML/Default/html/images/t_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/u.gif -%%SLIMDIR%%/HTML/Default/html/images/u_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/v.gif -%%SLIMDIR%%/HTML/Default/html/images/v_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/w.gif -%%SLIMDIR%%/HTML/Default/html/images/w_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/y.gif -%%SLIMDIR%%/HTML/Default/html/images/y_sel.gif -%%SLIMDIR%%/HTML/Default/html/images/z.gif -%%SLIMDIR%%/HTML/Default/html/images/z_sel.gif -%%SLIMDIR%%/HTML/Default/index.html -%%SLIMDIR%%/HTML/Default/instant_mix.html -%%SLIMDIR%%/HTML/Default/instant_mix_list.html -%%SLIMDIR%%/HTML/Default/mood_wheel.html -%%SLIMDIR%%/HTML/Default/mood_wheel_list.html -%%SLIMDIR%%/HTML/Default/pagebar.html -%%SLIMDIR%%/HTML/Default/pagefooter.html -%%SLIMDIR%%/HTML/Default/pageheader.html -%%SLIMDIR%%/HTML/Default/playlist.html -%%SLIMDIR%%/HTML/Default/search.html -%%SLIMDIR%%/HTML/Default/setup.html -%%SLIMDIR%%/HTML/Default/slimserver.css -%%SLIMDIR%%/HTML/Default/songinfo.html -%%SLIMDIR%%/HTML/Default/status_header.html -%%SLIMDIR%%/HTML/Default/status_list.html -%%SLIMDIR%%/HTML/Default/status_needs_upgrade.html -%%SLIMDIR%%/HTML/Default/status_noclients.html -%%SLIMDIR%%/HTML/EN/alphapagebarlist.html -%%SLIMDIR%%/HTML/EN/badpath.html -%%SLIMDIR%%/HTML/EN/browse.html -%%SLIMDIR%%/HTML/EN/browse_list.html -%%SLIMDIR%%/HTML/EN/browse_list_empty.html -%%SLIMDIR%%/HTML/EN/browse_playlist.html -%%SLIMDIR%%/HTML/EN/browse_playlist_list.html -%%SLIMDIR%%/HTML/EN/browse_pwdlist.html -%%SLIMDIR%%/HTML/EN/browseid3.html -%%SLIMDIR%%/HTML/EN/browseid3_artwork.html -%%SLIMDIR%%/HTML/EN/browseid3_list.html -%%SLIMDIR%%/HTML/EN/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/EN/edit_playlist.html -%%SLIMDIR%%/HTML/EN/edit_playlist_list.html -%%SLIMDIR%%/HTML/EN/faqquestions.html -%%SLIMDIR%%/HTML/EN/firmware.html -%%SLIMDIR%%/HTML/EN/helpfooter.html -%%SLIMDIR%%/HTML/EN/helpheader.html -%%SLIMDIR%%/HTML/EN/hitlist.html -%%SLIMDIR%%/HTML/EN/hitlist_bar.html -%%SLIMDIR%%/HTML/EN/hitlist_list.html -%%SLIMDIR%%/HTML/EN/home.html -%%SLIMDIR%%/HTML/EN/homeplayer_list.html -%%SLIMDIR%%/HTML/EN/html/Volume/Volume.class -%%SLIMDIR%%/HTML/EN/html/Volume/Volume.java -%%SLIMDIR%%/HTML/EN/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/EN/html/bar_small_first.gif -%%SLIMDIR%%/HTML/EN/html/bar_small_full.gif -%%SLIMDIR%%/HTML/EN/html/controller.html -%%SLIMDIR%%/HTML/EN/html/docs/buttons.html -%%SLIMDIR%%/HTML/EN/html/docs/crestronCLI.html -%%SLIMDIR%%/HTML/EN/html/docs/faq.html -%%SLIMDIR%%/HTML/EN/html/docs/http.html -%%SLIMDIR%%/HTML/EN/html/docs/index.html -%%SLIMDIR%%/HTML/EN/html/docs/input.html -%%SLIMDIR%%/HTML/EN/html/docs/interface.html -%%SLIMDIR%%/HTML/EN/html/docs/ipconfig.html -%%SLIMDIR%%/HTML/EN/html/docs/plugins.html -%%SLIMDIR%%/HTML/EN/html/docs/protocol.html -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html -%%SLIMDIR%%/HTML/EN/html/docs/radio.html -%%SLIMDIR%%/HTML/EN/html/docs/remote.html -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html -%%SLIMDIR%%/HTML/EN/html/docs/skins.html -%%SLIMDIR%%/HTML/EN/html/docs/slimproto.html -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/adding.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/artists1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/artists2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/choose_auto.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/double.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/home.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/info3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/led4.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/musiclib1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/musiclib2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/playlist.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/rock.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search1.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search2.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/search3.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup_done.gif -%%SLIMDIR%%/HTML/EN/html/docs/vfdshots/setup_myip.gif -%%SLIMDIR%%/HTML/EN/html/docs/xml_skin.html -%%SLIMDIR%%/HTML/EN/html/docs/xpl.html -%%SLIMDIR%%/HTML/EN/html/errors/400.html -%%SLIMDIR%%/HTML/EN/html/errors/401.html -%%SLIMDIR%%/HTML/EN/html/errors/403.html -%%SLIMDIR%%/HTML/EN/html/errors/404.html -%%SLIMDIR%%/HTML/EN/html/help_remote.html -%%SLIMDIR%%/HTML/EN/html/images/remote.gif -%%SLIMDIR%%/HTML/EN/html/images/remote_small.gif -%%SLIMDIR%%/HTML/EN/html/images/slimdevices_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/slimp3_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/images/sonyremote.jpg -%%SLIMDIR%%/HTML/EN/html/images/spacer.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/mypage.ico -%%SLIMDIR%%/HTML/EN/html/remote.html -%%SLIMDIR%%/HTML/EN/html/setup.html -%%SLIMDIR%%/HTML/EN/html/silence.mp3 -%%SLIMDIR%%/HTML/EN/html/silentpacket.mp3 -%%SLIMDIR%%/HTML/EN/html/test.html -%%SLIMDIR%%/HTML/EN/include.html -%%SLIMDIR%%/HTML/EN/index.html -%%SLIMDIR%%/HTML/EN/instant_mix.html -%%SLIMDIR%%/HTML/EN/instant_mix_list.html -%%SLIMDIR%%/HTML/EN/instant_mix_pwdlist.html -%%SLIMDIR%%/HTML/EN/linklist.html -%%SLIMDIR%%/HTML/EN/mood_wheel.html -%%SLIMDIR%%/HTML/EN/mood_wheel_list.html -%%SLIMDIR%%/HTML/EN/mood_wheel_pwdlist.html -%%SLIMDIR%%/HTML/EN/pagebar.html -%%SLIMDIR%%/HTML/EN/pagebarheader.html -%%SLIMDIR%%/HTML/EN/pagebarlist.html -%%SLIMDIR%%/HTML/EN/pagefooter.html -%%SLIMDIR%%/HTML/EN/pageheader.html -%%SLIMDIR%%/HTML/EN/playlist.html -%%SLIMDIR%%/HTML/EN/playlist_needs_upgrade.html -%%SLIMDIR%%/HTML/EN/search.html -%%SLIMDIR%%/HTML/EN/select_option.html -%%SLIMDIR%%/HTML/EN/setup.html -%%SLIMDIR%%/HTML/EN/setup_group.html -%%SLIMDIR%%/HTML/EN/setup_input_array_add.html -%%SLIMDIR%%/HTML/EN/setup_input_array_chk.html -%%SLIMDIR%%/HTML/EN/setup_input_array_sel.html -%%SLIMDIR%%/HTML/EN/setup_input_array_txt.html -%%SLIMDIR%%/HTML/EN/setup_input_array_udr.html -%%SLIMDIR%%/HTML/EN/setup_input_chk.html -%%SLIMDIR%%/HTML/EN/setup_input_passwd.html -%%SLIMDIR%%/HTML/EN/setup_input_pwd.html -%%SLIMDIR%%/HTML/EN/setup_input_radio.html -%%SLIMDIR%%/HTML/EN/setup_input_sel.html -%%SLIMDIR%%/HTML/EN/setup_input_submit.html -%%SLIMDIR%%/HTML/EN/setup_input_txt.html -%%SLIMDIR%%/HTML/EN/setup_pref.html -%%SLIMDIR%%/HTML/EN/setup_titleformat.html -%%SLIMDIR%%/HTML/EN/setup_titleformat_adv.html -%%SLIMDIR%%/HTML/EN/slimserver.css -%%SLIMDIR%%/HTML/EN/songinfo.html -%%SLIMDIR%%/HTML/EN/status.html -%%SLIMDIR%%/HTML/EN/status_list.html -%%SLIMDIR%%/HTML/EN/status_needs_upgrade.html -%%SLIMDIR%%/HTML/EN/status_noclients.html -%%SLIMDIR%%/HTML/EN/update_firmware.html -%%SLIMDIR%%/HTML/Experimental/slimserver.css -%%SLIMDIR%%/HTML/Experimental/status.html -%%SLIMDIR%%/HTML/Fishbone/badpath.html -%%SLIMDIR%%/HTML/Fishbone/browse.html -%%SLIMDIR%%/HTML/Fishbone/browse_list.html -%%SLIMDIR%%/HTML/Fishbone/browse_playlist.html -%%SLIMDIR%%/HTML/Fishbone/browse_playlist_list.html -%%SLIMDIR%%/HTML/Fishbone/browseid3.html -%%SLIMDIR%%/HTML/Fishbone/browseid3_artwork.html -%%SLIMDIR%%/HTML/Fishbone/browseid3_list.html -%%SLIMDIR%%/HTML/Fishbone/hitlist.html -%%SLIMDIR%%/HTML/Fishbone/hitlist_bar.html -%%SLIMDIR%%/HTML/Fishbone/hitlist_list.html -%%SLIMDIR%%/HTML/Fishbone/home.html -%%SLIMDIR%%/HTML/Fishbone/html/add.gif -%%SLIMDIR%%/HTML/Fishbone/html/back.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_first.gif -%%SLIMDIR%%/HTML/Fishbone/html/bar_small_full.gif -%%SLIMDIR%%/HTML/Fishbone/html/blank.gif -%%SLIMDIR%%/HTML/Fishbone/html/docs/help.html -%%SLIMDIR%%/HTML/Fishbone/html/ffwd.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/ffwd_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/forward.gif -%%SLIMDIR%%/HTML/Fishbone/html/go.gif -%%SLIMDIR%%/HTML/Fishbone/html/info.gif -%%SLIMDIR%%/HTML/Fishbone/html/move.down.gif -%%SLIMDIR%%/HTML/Fishbone/html/move.up.gif -%%SLIMDIR%%/HTML/Fishbone/html/mute.gif -%%SLIMDIR%%/HTML/Fishbone/html/mute_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pause.gif -%%SLIMDIR%%/HTML/Fishbone/html/pause_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.green.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.green_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.grey.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.middle.gif -%%SLIMDIR%%/HTML/Fishbone/html/pixel.middle_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/play.gif -%%SLIMDIR%%/HTML/Fishbone/html/play.this.gif -%%SLIMDIR%%/HTML/Fishbone/html/play_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/queue.gif -%%SLIMDIR%%/HTML/Fishbone/html/remove.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/rew_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/stop.gif -%%SLIMDIR%%/HTML/Fishbone/html/stop_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/subtract.gif -%%SLIMDIR%%/HTML/Fishbone/index.html -%%SLIMDIR%%/HTML/Fishbone/instant_mix.html -%%SLIMDIR%%/HTML/Fishbone/instant_mix_list.html -%%SLIMDIR%%/HTML/Fishbone/linklist.html -%%SLIMDIR%%/HTML/Fishbone/mood_wheel.html -%%SLIMDIR%%/HTML/Fishbone/mood_wheel_list.html -%%SLIMDIR%%/HTML/Fishbone/pagebarheader.html -%%SLIMDIR%%/HTML/Fishbone/pageheader.html -%%SLIMDIR%%/HTML/Fishbone/playlist.html -%%SLIMDIR%%/HTML/Fishbone/search.html -%%SLIMDIR%%/HTML/Fishbone/select_option.html -%%SLIMDIR%%/HTML/Fishbone/setup.html -%%SLIMDIR%%/HTML/Fishbone/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Fishbone/slimserver.css -%%SLIMDIR%%/HTML/Fishbone/songinfo.html -%%SLIMDIR%%/HTML/Fishbone/status.html -%%SLIMDIR%%/HTML/Fishbone/status_header.html -%%SLIMDIR%%/HTML/Fishbone/status_list.html -%%SLIMDIR%%/HTML/Fishbone/status_noclients.html -%%SLIMDIR%%/HTML/Handheld/badpath.html -%%SLIMDIR%%/HTML/Handheld/browse.html -%%SLIMDIR%%/HTML/Handheld/browse_list.html -%%SLIMDIR%%/HTML/Handheld/browse_playlist.html -%%SLIMDIR%%/HTML/Handheld/browse_playlist_list.html -%%SLIMDIR%%/HTML/Handheld/browseid3.html -%%SLIMDIR%%/HTML/Handheld/browseid3_list.html -%%SLIMDIR%%/HTML/Handheld/hitlist.html -%%SLIMDIR%%/HTML/Handheld/hitlist_bar.html -%%SLIMDIR%%/HTML/Handheld/hitlist_list.html -%%SLIMDIR%%/HTML/Handheld/home.html -%%SLIMDIR%%/HTML/Handheld/homeplayer_list.html -%%SLIMDIR%%/HTML/Handheld/html/about.html -%%SLIMDIR%%/HTML/Handheld/html/help.html -%%SLIMDIR%%/HTML/Handheld/html/images/b_add.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_down.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_play.gif -%%SLIMDIR%%/HTML/Handheld/html/images/b_up.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_empty.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_first.gif -%%SLIMDIR%%/HTML/Handheld/html/images/bar_small_full.gif -%%SLIMDIR%%/HTML/Handheld/html/mypage.ico -%%SLIMDIR%%/HTML/Handheld/index.html -%%SLIMDIR%%/HTML/Handheld/linklist.html -%%SLIMDIR%%/HTML/Handheld/menu.html -%%SLIMDIR%%/HTML/Handheld/pagebarheader.html -%%SLIMDIR%%/HTML/Handheld/pagefooter.html -%%SLIMDIR%%/HTML/Handheld/pageheader.html -%%SLIMDIR%%/HTML/Handheld/playlist.html -%%SLIMDIR%%/HTML/Handheld/search.html -%%SLIMDIR%%/HTML/Handheld/searchinput.html -%%SLIMDIR%%/HTML/Handheld/setup.html -%%SLIMDIR%%/HTML/Handheld/setup_group.html -%%SLIMDIR%%/HTML/Handheld/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Handheld/setup_pref.html -%%SLIMDIR%%/HTML/Handheld/songinfo.html -%%SLIMDIR%%/HTML/Handheld/status.html -%%SLIMDIR%%/HTML/Handheld/status_header.html -%%SLIMDIR%%/HTML/Handheld/status_list.html -%%SLIMDIR%%/HTML/Handheld/status_noclients.html -%%SLIMDIR%%/HTML/Moser/alphapagebarlist.html -%%SLIMDIR%%/HTML/Moser/browse.html -%%SLIMDIR%%/HTML/Moser/browse_list.html -%%SLIMDIR%%/HTML/Moser/browse_list_empty.html -%%SLIMDIR%%/HTML/Moser/browse_playlist.html -%%SLIMDIR%%/HTML/Moser/browse_playlist_list.html -%%SLIMDIR%%/HTML/Moser/browse_pwdlist.html -%%SLIMDIR%%/HTML/Moser/browseid3.html -%%SLIMDIR%%/HTML/Moser/browseid3_artwork.html -%%SLIMDIR%%/HTML/Moser/browseid3_list.html -%%SLIMDIR%%/HTML/Moser/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/Moser/home.html -%%SLIMDIR%%/HTML/Moser/html/ffwd.png -%%SLIMDIR%%/HTML/Moser/html/ffwd_on.png -%%SLIMDIR%%/HTML/Moser/html/pause.png -%%SLIMDIR%%/HTML/Moser/html/pause_on.png -%%SLIMDIR%%/HTML/Moser/html/play.png -%%SLIMDIR%%/HTML/Moser/html/play_on.png -%%SLIMDIR%%/HTML/Moser/html/prev.png -%%SLIMDIR%%/HTML/Moser/html/repeat_all.png -%%SLIMDIR%%/HTML/Moser/html/repeat_all_on.png -%%SLIMDIR%%/HTML/Moser/html/repeat_off.png -%%SLIMDIR%%/HTML/Moser/html/repeat_off_on.png -%%SLIMDIR%%/HTML/Moser/html/repeat_one.png -%%SLIMDIR%%/HTML/Moser/html/repeat_one_on.png -%%SLIMDIR%%/HTML/Moser/html/rew.png -%%SLIMDIR%%/HTML/Moser/html/rew_on.png -%%SLIMDIR%%/HTML/Moser/html/skip.png -%%SLIMDIR%%/HTML/Moser/html/stop.png -%%SLIMDIR%%/HTML/Moser/html/stop_on.png -%%SLIMDIR%%/HTML/Moser/linklist.html -%%SLIMDIR%%/HTML/Moser/pagebar.html -%%SLIMDIR%%/HTML/Moser/pagebarlist.html -%%SLIMDIR%%/HTML/Moser/playlist.html -%%SLIMDIR%%/HTML/Moser/search.html -%%SLIMDIR%%/HTML/Moser/select_option.html -%%SLIMDIR%%/HTML/Moser/setup.html -%%SLIMDIR%%/HTML/Moser/setup_input_array_add.html -%%SLIMDIR%%/HTML/Moser/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Moser/slimserver.css -%%SLIMDIR%%/HTML/Moser/status.html -%%SLIMDIR%%/HTML/Moser/status_list.html -%%SLIMDIR%%/HTML/NBMU/alphapagebarlist.html -%%SLIMDIR%%/HTML/NBMU/browse.html -%%SLIMDIR%%/HTML/NBMU/browse_list.html -%%SLIMDIR%%/HTML/NBMU/browse_playlist.html -%%SLIMDIR%%/HTML/NBMU/browseid3.html -%%SLIMDIR%%/HTML/NBMU/browseid3_list.html -%%SLIMDIR%%/HTML/NBMU/hitlist.css -%%SLIMDIR%%/HTML/NBMU/hitlist.html -%%SLIMDIR%%/HTML/NBMU/hitlist_bar.html -%%SLIMDIR%%/HTML/NBMU/hitlist_list.html -%%SLIMDIR%%/HTML/NBMU/home.html -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.JPG -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.bmp -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.gif -%%SLIMDIR%%/HTML/NBMU/html/bar_small_empty.png -%%SLIMDIR%%/HTML/NBMU/html/bar_small_first.gif -%%SLIMDIR%%/HTML/NBMU/html/bar_small_full.gif -%%SLIMDIR%%/HTML/NBMU/html/slim_devices_logo2.png -%%SLIMDIR%%/HTML/NBMU/index.html -%%SLIMDIR%%/HTML/NBMU/pagebar.html -%%SLIMDIR%%/HTML/NBMU/pagebarlist.html -%%SLIMDIR%%/HTML/NBMU/search.html -%%SLIMDIR%%/HTML/NBMU/setup.html -%%SLIMDIR%%/HTML/NBMU/setup_input_array_add.html -%%SLIMDIR%%/HTML/NBMU/setup_input_array_udr.html -%%SLIMDIR%%/HTML/NBMU/slimserver.css -%%SLIMDIR%%/HTML/NBMU/songinfo.html -%%SLIMDIR%%/HTML/NBMU/status.html -%%SLIMDIR%%/HTML/NBMU/status_list.html -%%SLIMDIR%%/HTML/NBMU/status_noclients.html -%%SLIMDIR%%/HTML/Olson/browse_list.html -%%SLIMDIR%%/HTML/Olson/hitlist.html -%%SLIMDIR%%/HTML/Olson/hitlist_bar.html -%%SLIMDIR%%/HTML/Olson/hitlist_list.html -%%SLIMDIR%%/HTML/Olson/home.html -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_empty.bmp -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_first.bmp -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.GIF -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.JPG -%%SLIMDIR%%/HTML/Olson/html/bar_small_full.bmp -%%SLIMDIR%%/HTML/Olson/index.html -%%SLIMDIR%%/HTML/Olson/olson_todetail.html -%%SLIMDIR%%/HTML/Olson/olson_tomain.html -%%SLIMDIR%%/HTML/Olson/olsondetail.html -%%SLIMDIR%%/HTML/Olson/olsondetail_pwdlist.html -%%SLIMDIR%%/HTML/Olson/olsonmain.html -%%SLIMDIR%%/HTML/Olson/olsonmain_pwdlist.html -%%SLIMDIR%%/HTML/Olson/slimserver.css -%%SLIMDIR%%/HTML/Olson/songinfo.html -%%SLIMDIR%%/HTML/Olson/status.html -%%SLIMDIR%%/HTML/Olson/status_noclients.html -%%SLIMDIR%%/HTML/Purple/hitlist.html -%%SLIMDIR%%/HTML/Purple/hitlist_list.html -%%SLIMDIR%%/HTML/Purple/home.html -%%SLIMDIR%%/HTML/Purple/slimserver.css -%%SLIMDIR%%/HTML/Purple/status.html -%%SLIMDIR%%/HTML/Ruttenberg/html/arrow-0065.gif -%%SLIMDIR%%/HTML/Ruttenberg/index.html -%%SLIMDIR%%/HTML/Ruttenberg/status.html -%%SLIMDIR%%/HTML/Ruttenberg/status_list.html -%%SLIMDIR%%/HTML/SenseMaker/alphapagebarlist.html -%%SLIMDIR%%/HTML/SenseMaker/browse.html -%%SLIMDIR%%/HTML/SenseMaker/browse_list.html -%%SLIMDIR%%/HTML/SenseMaker/browse_playlist.html -%%SLIMDIR%%/HTML/SenseMaker/browse_playlist_list.html -%%SLIMDIR%%/HTML/SenseMaker/browseid3.html -%%SLIMDIR%%/HTML/SenseMaker/browseid3_list.html -%%SLIMDIR%%/HTML/SenseMaker/home.html -%%SLIMDIR%%/HTML/SenseMaker/homeplayer_list.html -%%SLIMDIR%%/HTML/SenseMaker/html/add.gif -%%SLIMDIR%%/HTML/SenseMaker/html/lastpixel.gif -%%SLIMDIR%%/HTML/SenseMaker/html/lastpixelgreen.gif -%%SLIMDIR%%/HTML/SenseMaker/html/movedown.gif -%%SLIMDIR%%/HTML/SenseMaker/html/moveup.gif -%%SLIMDIR%%/HTML/SenseMaker/html/next.gif -%%SLIMDIR%%/HTML/SenseMaker/html/nextON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/ok2.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pause.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pause_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.gray.2.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixel.green.gif -%%SLIMDIR%%/HTML/SenseMaker/html/pixelgreen.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play.this.gif -%%SLIMDIR%%/HTML/SenseMaker/html/play_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/prev.gif -%%SLIMDIR%%/HTML/SenseMaker/html/prevON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/remove.gif -%%SLIMDIR%%/HTML/SenseMaker/html/s-styles.css -%%SLIMDIR%%/HTML/SenseMaker/html/stop.gif -%%SLIMDIR%%/HTML/SenseMaker/html/stop_ON.gif -%%SLIMDIR%%/HTML/SenseMaker/html/styles.css -%%SLIMDIR%%/HTML/SenseMaker/index.html -%%SLIMDIR%%/HTML/SenseMaker/pagebar.html -%%SLIMDIR%%/HTML/SenseMaker/pagebarlist.html -%%SLIMDIR%%/HTML/SenseMaker/playlist.html -%%SLIMDIR%%/HTML/SenseMaker/search.html -%%SLIMDIR%%/HTML/SenseMaker/setup.html -%%SLIMDIR%%/HTML/SenseMaker/setup_input_array_add.html -%%SLIMDIR%%/HTML/SenseMaker/setup_input_array_udr.html -%%SLIMDIR%%/HTML/SenseMaker/slimserver.css -%%SLIMDIR%%/HTML/SenseMaker/songinfo.html -%%SLIMDIR%%/HTML/SenseMaker/status.html -%%SLIMDIR%%/HTML/SenseMaker/status_list.html -%%SLIMDIR%%/HTML/SenseMaker/status_noclients.html -%%SLIMDIR%%/HTML/Touch/badpath.html -%%SLIMDIR%%/HTML/Touch/browse.html -%%SLIMDIR%%/HTML/Touch/browse_list.html -%%SLIMDIR%%/HTML/Touch/browse_playlist.html -%%SLIMDIR%%/HTML/Touch/browse_playlist_list.html -%%SLIMDIR%%/HTML/Touch/browseid3.html -%%SLIMDIR%%/HTML/Touch/browseid3_artwork.html -%%SLIMDIR%%/HTML/Touch/browseid3_list.html -%%SLIMDIR%%/HTML/Touch/hitlist.html -%%SLIMDIR%%/HTML/Touch/hitlist_bar.html -%%SLIMDIR%%/HTML/Touch/hitlist_list.html -%%SLIMDIR%%/HTML/Touch/home.html -%%SLIMDIR%%/HTML/Touch/homeplayer_list.html -%%SLIMDIR%%/HTML/Touch/html/about.html -%%SLIMDIR%%/HTML/Touch/html/help.html -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_back.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_home.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_playlist.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_search.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_statistics.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/menu_status.gif -%%SLIMDIR%%/HTML/Touch/html/html/images/pic.gif -%%SLIMDIR%%/HTML/Touch/html/images/1.gif -%%SLIMDIR%%/HTML/Touch/html/images/10.gif -%%SLIMDIR%%/HTML/Touch/html/images/10_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/1_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/2.gif -%%SLIMDIR%%/HTML/Touch/html/images/2_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/3.gif -%%SLIMDIR%%/HTML/Touch/html/images/3_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/4.gif -%%SLIMDIR%%/HTML/Touch/html/images/4_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/5.gif -%%SLIMDIR%%/HTML/Touch/html/images/5_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/6.gif -%%SLIMDIR%%/HTML/Touch/html/images/6_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/7.gif -%%SLIMDIR%%/HTML/Touch/html/images/7_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/8.gif -%%SLIMDIR%%/HTML/Touch/html/images/8_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/9.gif -%%SLIMDIR%%/HTML/Touch/html/images/9_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep00.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep00_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep15.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep15_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep30.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep30_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep45.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep45_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep60.gif -%%SLIMDIR%%/HTML/Touch/html/images/Sleep60_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/Textfield.gif -%%SLIMDIR%%/HTML/Touch/html/images/active.gif -%%SLIMDIR%%/HTML/Touch/html/images/album.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/album_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/artist.gif -%%SLIMDIR%%/HTML/Touch/html/images/artist_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/artwork.gif -%%SLIMDIR%%/HTML/Touch/html/images/artwork_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_add.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_down.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_play.gif -%%SLIMDIR%%/HTML/Touch/html/images/b_up.gif -%%SLIMDIR%%/HTML/Touch/html/images/back.gif -%%SLIMDIR%%/HTML/Touch/html/images/bar.gif -%%SLIMDIR%%/HTML/Touch/html/images/bar_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bass_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt1.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt10.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt10_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt1_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt2.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt2_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt3.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt3_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt4.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt4_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt5.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt5_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt6.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt6_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt7.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt7_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt8.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt8_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt9.gif -%%SLIMDIR%%/HTML/Touch/html/images/bt9_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/button.gif -%%SLIMDIR%%/HTML/Touch/html/images/buttonKB.gif -%%SLIMDIR%%/HTML/Touch/html/images/buttonSpace.gif -%%SLIMDIR%%/HTML/Touch/html/images/button_gray.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceoff.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceoff_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceon.gif -%%SLIMDIR%%/HTML/Touch/html/images/deviceon_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/ffw.gif -%%SLIMDIR%%/HTML/Touch/html/images/ffw_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/folder.gif -%%SLIMDIR%%/HTML/Touch/html/images/folder_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/genre.gif -%%SLIMDIR%%/HTML/Touch/html/images/genre_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/inactive.gif -%%SLIMDIR%%/HTML/Touch/html/images/leftcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/lefttopcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_back.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_home.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_playlist.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_search.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_statistics.gif -%%SLIMDIR%%/HTML/Touch/html/images/menu_status.gif -%%SLIMDIR%%/HTML/Touch/html/images/next.gif -%%SLIMDIR%%/HTML/Touch/html/images/next_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/nocoverart.gif -%%SLIMDIR%%/HTML/Touch/html/images/off_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/off_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/pause.gif -%%SLIMDIR%%/HTML/Touch/html/images/pause_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/play.gif -%%SLIMDIR%%/HTML/Touch/html/images/play_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/playlist_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/power_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/prev.gif -%%SLIMDIR%%/HTML/Touch/html/images/prev_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/progress.gif -%%SLIMDIR%%/HTML/Touch/html/images/radio.gif -%%SLIMDIR%%/HTML/Touch/html/images/radio_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/repeat_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/rew.gif -%%SLIMDIR%%/HTML/Touch/html/images/rew_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/rightcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/righttopcorner.gif -%%SLIMDIR%%/HTML/Touch/html/images/search.gif -%%SLIMDIR%%/HTML/Touch/html/images/search_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/shuffle_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/song_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/song_symbol_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/stat.gif -%%SLIMDIR%%/HTML/Touch/html/images/stat_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/statistics.gif -%%SLIMDIR%%/HTML/Touch/html/images/statistics_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/stop.gif -%%SLIMDIR%%/HTML/Touch/html/images/stop_active.gif -%%SLIMDIR%%/HTML/Touch/html/images/trans.gif -%%SLIMDIR%%/HTML/Touch/html/images/treble_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/vol_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/images/zzz_symbol.gif -%%SLIMDIR%%/HTML/Touch/html/mypage.ico -%%SLIMDIR%%/HTML/Touch/index.html -%%SLIMDIR%%/HTML/Touch/linklist.html -%%SLIMDIR%%/HTML/Touch/menu.html -%%SLIMDIR%%/HTML/Touch/pagebarheader.html -%%SLIMDIR%%/HTML/Touch/pagefooter.html -%%SLIMDIR%%/HTML/Touch/pageheader.html -%%SLIMDIR%%/HTML/Touch/playlist.html -%%SLIMDIR%%/HTML/Touch/search.html -%%SLIMDIR%%/HTML/Touch/searchinput.html -%%SLIMDIR%%/HTML/Touch/setup.html -%%SLIMDIR%%/HTML/Touch/setup_group.html -%%SLIMDIR%%/HTML/Touch/setup_input_array_udr.html -%%SLIMDIR%%/HTML/Touch/setup_pref.html -%%SLIMDIR%%/HTML/Touch/slimserver.css -%%SLIMDIR%%/HTML/Touch/songinfo.html -%%SLIMDIR%%/HTML/Touch/status.html -%%SLIMDIR%%/HTML/Touch/status_header.html -%%SLIMDIR%%/HTML/Touch/status_list.html -%%SLIMDIR%%/HTML/Touch/status_noclients.html -%%SLIMDIR%%/HTML/WebPad/browse_playlist.html -%%SLIMDIR%%/HTML/WebPad/browse_playlist_list.html -%%SLIMDIR%%/HTML/WebPad/browseid3.html -%%SLIMDIR%%/HTML/WebPad/browseid3_list.html -%%SLIMDIR%%/HTML/WebPad/home.html -%%SLIMDIR%%/HTML/WebPad/include.html -%%SLIMDIR%%/HTML/WebPad/songinfo.html -%%SLIMDIR%%/HTML/WebPad/status_list.html -%%SLIMDIR%%/HTML/xml/_xml_song.html -%%SLIMDIR%%/HTML/xml/badpath.html -%%SLIMDIR%%/HTML/xml/browse.html -%%SLIMDIR%%/HTML/xml/browse_list.html -%%SLIMDIR%%/HTML/xml/browse_list_empty.html -%%SLIMDIR%%/HTML/xml/browse_playlist.html -%%SLIMDIR%%/HTML/xml/browse_playlist_list.html -%%SLIMDIR%%/HTML/xml/browse_pwdlist.html -%%SLIMDIR%%/HTML/xml/browseid3.html -%%SLIMDIR%%/HTML/xml/browseid3_list.html -%%SLIMDIR%%/HTML/xml/browseid3_pwdlist.html -%%SLIMDIR%%/HTML/xml/hitlist.html -%%SLIMDIR%%/HTML/xml/hitlist_list.html -%%SLIMDIR%%/HTML/xml/html/slimserver_xml.dtd -%%SLIMDIR%%/HTML/xml/include.html -%%SLIMDIR%%/HTML/xml/pagebarheader.html -%%SLIMDIR%%/HTML/xml/playlist.html -%%SLIMDIR%%/HTML/xml/search.html -%%SLIMDIR%%/HTML/xml/select_option.html -%%SLIMDIR%%/HTML/xml/songinfo.html -%%SLIMDIR%%/HTML/xml/status.html -%%SLIMDIR%%/HTML/xml/status_header.html -%%SLIMDIR%%/HTML/xml/status_list.html -%%SLIMDIR%%/HTML/xml/status_noclients.html -%%SLIMDIR%%/IR/Default.map -%%SLIMDIR%%/IR/Slim_Devices_Remote.ir -%%SLIMDIR%%/IR/jvc_dvd.ir -%%SLIMDIR%%/License.txt -%%SLIMDIR%%/Plugins/DateTime.pm -%%SLIMDIR%%/Plugins/Rescan.pm -%%SLIMDIR%%/Plugins/SavePlaylist.pm -%%SLIMDIR%%/Plugins/Shooter.pm -%%SLIMDIR%%/Plugins/SlimTris.pm -%%SLIMDIR%%/Plugins/Snow.pm -%%SLIMDIR%%/Slim/Buttons/AlarmClock.pm -%%SLIMDIR%%/Slim/Buttons/Block.pm -%%SLIMDIR%%/Slim/Buttons/Browse.pm -%%SLIMDIR%%/Slim/Buttons/BrowseID3.pm -%%SLIMDIR%%/Slim/Buttons/BrowseMenu.pm -%%SLIMDIR%%/Slim/Buttons/Common.pm -%%SLIMDIR%%/Slim/Buttons/Home.pm -%%SLIMDIR%%/Slim/Buttons/Information.pm -%%SLIMDIR%%/Slim/Buttons/Input/List.pm -%%SLIMDIR%%/Slim/Buttons/Input/Text.pm -%%SLIMDIR%%/Slim/Buttons/InstantMix.pm -%%SLIMDIR%%/Slim/Buttons/MoodWheel.pm -%%SLIMDIR%%/Slim/Buttons/Playlist.pm -%%SLIMDIR%%/Slim/Buttons/Plugins.pm -%%SLIMDIR%%/Slim/Buttons/Power.pm -%%SLIMDIR%%/Slim/Buttons/ScreenSaver.pm -%%SLIMDIR%%/Slim/Buttons/Search.pm -%%SLIMDIR%%/Slim/Buttons/SearchFor.pm -%%SLIMDIR%%/Slim/Buttons/Settings.pm -%%SLIMDIR%%/Slim/Buttons/Synchronize.pm -%%SLIMDIR%%/Slim/Buttons/TrackInfo.pm -%%SLIMDIR%%/Slim/Control/CLI.pm -%%SLIMDIR%%/Slim/Control/Command.pm -%%SLIMDIR%%/Slim/Control/Stdio.pm -%%SLIMDIR%%/Slim/Control/xPL.pm -%%SLIMDIR%%/Slim/Display/Animation.pm -%%SLIMDIR%%/Slim/Display/Display.pm -%%SLIMDIR%%/Slim/Formats/AIFF.pm -%%SLIMDIR%%/Slim/Formats/FLAC.pm -%%SLIMDIR%%/Slim/Formats/MP3.pm -%%SLIMDIR%%/Slim/Formats/Movie.pm -%%SLIMDIR%%/Slim/Formats/Ogg.pm -%%SLIMDIR%%/Slim/Formats/Parse.pm -%%SLIMDIR%%/Slim/Formats/Shorten.pm -%%SLIMDIR%%/Slim/Formats/WMA.pm -%%SLIMDIR%%/Slim/Formats/Wav.pm -%%SLIMDIR%%/Slim/Hardware/Decoder.pm -%%SLIMDIR%%/Slim/Hardware/IR.pm -%%SLIMDIR%%/Slim/Hardware/VFD.pm -%%SLIMDIR%%/Slim/Hardware/mas3507d.pm -%%SLIMDIR%%/Slim/Hardware/mas35x9.pm -%%SLIMDIR%%/Slim/Music/Info.pm -%%SLIMDIR%%/Slim/Music/MoodLogic.pm -%%SLIMDIR%%/Slim/Music/MusicFolderScan.pm -%%SLIMDIR%%/Slim/Music/iTunes.pm -%%SLIMDIR%%/Slim/Networking/Discovery.pm -%%SLIMDIR%%/Slim/Networking/Protocol.pm -%%SLIMDIR%%/Slim/Networking/Select.pm -%%SLIMDIR%%/Slim/Networking/Slimproto.pm -%%SLIMDIR%%/Slim/Networking/Stream.pm -%%SLIMDIR%%/Slim/Networking/mDNS.pm -%%SLIMDIR%%/Slim/Player/Client.pm -%%SLIMDIR%%/Slim/Player/HTTP.pm -%%SLIMDIR%%/Slim/Player/Player.pm -%%SLIMDIR%%/Slim/Player/Playlist.pm -%%SLIMDIR%%/Slim/Player/SLIMP3.pm -%%SLIMDIR%%/Slim/Player/Source.pm -%%SLIMDIR%%/Slim/Player/Squeezebox.pm -%%SLIMDIR%%/Slim/Player/Sync.pm -%%SLIMDIR%%/Slim/Utils/FileHandle.pm -%%SLIMDIR%%/Slim/Utils/Misc.pm -%%SLIMDIR%%/Slim/Utils/OSDetect.pm -%%SLIMDIR%%/Slim/Utils/Prefs.pm -%%SLIMDIR%%/Slim/Utils/Scan.pm -%%SLIMDIR%%/Slim/Utils/Scheduler.pm -%%SLIMDIR%%/Slim/Utils/Strings.pm -%%SLIMDIR%%/Slim/Utils/Timers.pm -%%SLIMDIR%%/Slim/Web/EditPlaylist.pm -%%SLIMDIR%%/Slim/Web/HTTP.pm -%%SLIMDIR%%/Slim/Web/History.pm -%%SLIMDIR%%/Slim/Web/Olson.pm -%%SLIMDIR%%/Slim/Web/Pages.pm -%%SLIMDIR%%/Slim/Web/RemoteStream.pm -%%SLIMDIR%%/Slim/Web/Setup.pm -%%SLIMDIR%%/convert.conf -%%SLIMDIR%%/slimp3/MAIN.HEX -%%SLIMDIR%%/slimp3/update_firmware.pl -%%SLIMDIR%%/slimserver.pl -%%SLIMDIR%%/strings.txt -%%SLIMDIR%%/types.conf -@dirrm %%SLIMDIR%%/slimp3 -@dirrm %%SLIMDIR%%/Slim/Web -@dirrm %%SLIMDIR%%/Slim/Utils -@dirrm %%SLIMDIR%%/Slim/Player -@dirrm %%SLIMDIR%%/Slim/Networking -@dirrm %%SLIMDIR%%/Slim/Music -@dirrm %%SLIMDIR%%/Slim/Hardware -@dirrm %%SLIMDIR%%/Slim/Formats -@dirrm %%SLIMDIR%%/Slim/Display -@dirrm %%SLIMDIR%%/Slim/Control -@dirrm %%SLIMDIR%%/Slim/Buttons/Input -@dirrm %%SLIMDIR%%/Slim/Buttons -@dirrm %%SLIMDIR%%/Slim -@dirrm %%SLIMDIR%%/Plugins -@dirrm %%SLIMDIR%%/IR -@dirrm %%SLIMDIR%%/HTML/xml/html -@dirrm %%SLIMDIR%%/HTML/xml -@dirrm %%SLIMDIR%%/HTML/WebPad -@dirrm %%SLIMDIR%%/HTML/Touch/html/images -@dirrm %%SLIMDIR%%/HTML/Touch/html/html/images -@dirrm %%SLIMDIR%%/HTML/Touch/html/html -@dirrm %%SLIMDIR%%/HTML/Touch/html -@dirrm %%SLIMDIR%%/HTML/Touch -@dirrm %%SLIMDIR%%/HTML/SenseMaker/html -@dirrm %%SLIMDIR%%/HTML/SenseMaker -@dirrm %%SLIMDIR%%/HTML/Ruttenberg/html -@dirrm %%SLIMDIR%%/HTML/Ruttenberg -@dirrm %%SLIMDIR%%/HTML/Purple -@dirrm %%SLIMDIR%%/HTML/Olson/html -@dirrm %%SLIMDIR%%/HTML/Olson -@dirrm %%SLIMDIR%%/HTML/NBMU/html -@dirrm %%SLIMDIR%%/HTML/NBMU -@dirrm %%SLIMDIR%%/HTML/Moser/html -@dirrm %%SLIMDIR%%/HTML/Moser -@dirrm %%SLIMDIR%%/HTML/Handheld/html/images -@dirrm %%SLIMDIR%%/HTML/Handheld/html -@dirrm %%SLIMDIR%%/HTML/Handheld -@dirrm %%SLIMDIR%%/HTML/Fishbone/html/docs -@dirrm %%SLIMDIR%%/HTML/Fishbone/html -@dirrm %%SLIMDIR%%/HTML/Fishbone -@dirrm %%SLIMDIR%%/HTML/Experimental -@dirrm %%SLIMDIR%%/HTML/EN/html/images -@dirrm %%SLIMDIR%%/HTML/EN/html/errors -@dirrm %%SLIMDIR%%/HTML/EN/html/docs/vfdshots -@dirrm %%SLIMDIR%%/HTML/EN/html/docs -@dirrm %%SLIMDIR%%/HTML/EN/html/Volume -@dirrm %%SLIMDIR%%/HTML/EN/html -@dirrm %%SLIMDIR%%/HTML/EN -@dirrm %%SLIMDIR%%/HTML/Default/html/images -@dirrm %%SLIMDIR%%/HTML/Default/html -@dirrm %%SLIMDIR%%/HTML/Default -@dirrm %%SLIMDIR%%/HTML/Dark/html -@dirrm %%SLIMDIR%%/HTML/Dark -@dirrm %%SLIMDIR%%/HTML/Bagpuss -@dirrm %%SLIMDIR%%/HTML -@dirrm %%SLIMDIR%%/Firmware -@dirrm %%SLIMDIR%%/CPAN/Tie -@dirrm %%SLIMDIR%%/CPAN/QuickTime -@dirrm %%SLIMDIR%%/CPAN/Ogg/Vorbis/Header -@dirrm %%SLIMDIR%%/CPAN/Ogg/Vorbis -@dirrm %%SLIMDIR%%/CPAN/Ogg -@dirrm %%SLIMDIR%%/CPAN/Audio -@dirrm %%SLIMDIR%%/CPAN -@dirrm %%SLIMDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.") diff --git a/audio/teamspeak3-server/Makefile b/audio/teamspeak3-server/Makefile deleted file mode 100644 index bc08ad0d8cd3..000000000000 --- a/audio/teamspeak3-server/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: teamspeak_server -# Date created: 22 January 2003 -# Whom: Daniel O'Connor -# -# $FreeBSD$ -# - -PORTNAME= teamspeak_server -PORTVERSION= 2.0.19.40 -PORTREVISION=1 -CATEGORIES= audio net -MASTER_SITES= ftp://ftp2.teamspeak.org/releases/ \ - http://www.teamspeak.org/files/ \ - http://www.gsoft.com.au/~doconnor/ -DISTNAME= ts2_server_rc2_201940 - -MAINTAINER= darius@dons.net.au -COMMENT= Server side of the TeamSpeak group voice chat system - -WRKSRC= ${WRKDIR}/tss2_rc2 -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -NO_BUILD= yes -USE_LINUX= yes -NO_FILTER_SHLIBS=yes - -do-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - ${MKDIR} ${PREFIX}/lib/teamspeak_server - ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/teamspeak_server -xf - - ${SED} -e 's#%%TSHOME%%#${PREFIX}/lib/teamspeak_server#' <${FILESDIR}/teamspeak_server.sh >${WRKSRC}/teamspeak_server.sh - ${INSTALL_SCRIPT} ${WRKSRC}/teamspeak_server.sh ${PREFIX}/etc/rc.d/teamspeak_server.sh.sample - ${RM} ${WRKSRC}/teamspeak_server.sh - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -post-deinstall: - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDEINSTALL} ${PORTNAME} POST-DEINSTALL - -.include <bsd.port.pre.mk> -PKGDEINSTALL= ${PKGINSTALL} -.include <bsd.port.post.mk> diff --git a/audio/teamspeak3-server/distinfo b/audio/teamspeak3-server/distinfo deleted file mode 100644 index 6d4adc8fe684..000000000000 --- a/audio/teamspeak3-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ts2_server_rc2_201940.tar.bz2) = 6521a57200259198e607631cc65c2873 -SIZE (ts2_server_rc2_201940.tar.bz2) = 576981 diff --git a/audio/teamspeak3-server/files/teamspeak_server.sh b/audio/teamspeak3-server/files/teamspeak_server.sh deleted file mode 100644 index be5137cbfcc1..000000000000 --- a/audio/teamspeak3-server/files/teamspeak_server.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Start/stop the TeamSpeak 2 server -# - -TSHOME=%%TSHOME%% -PIDFILE=${TSHOME}/server.pid - -cd "$TSHOME" - -case "$1" in - start) - su -fm teamspeak -c './server_linux >/dev/null' && echo -n ' teamspeak_server' - ;; - stop) - kill -TERM `cat "$PIDFILE"` - ;; - restart) - $0 stop - echo 5 second pause before restart. . . - sleep 5 - $0 start - ;; - *) - echo "Usage: $0 {start|stop|restart}" - exit 1 -esac -exit 0 - diff --git a/audio/teamspeak3-server/pkg-descr b/audio/teamspeak3-server/pkg-descr deleted file mode 100644 index 5a1507c0369a..000000000000 --- a/audio/teamspeak3-server/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The server for Team Speak a voice chat program which supports multiple -channels with different rate codecs and several people on each channel. -Primarily aimed at team gamers but can be used as an IP phone as well. - -WWW: http://www.teamspeak.org diff --git a/audio/teamspeak3-server/pkg-install b/audio/teamspeak3-server/pkg-install deleted file mode 100644 index ebb6e3496a8f..000000000000 --- a/audio/teamspeak3-server/pkg-install +++ /dev/null @@ -1,72 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -TSHOME=${PKG_PREFIX}/lib/teamspeak_server - -USER=teamspeak -GROUP=${USER} - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d ${TSHOME} -c "Teamspeak Server" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${USER} ] ; then - mkdir -p ${TSHOME} - chown ${USER}:${GROUP} ${TSHOME} - fi - ;; - -POST-INSTALL) - chown -R ${USER}:${GROUP} ${TSHOME} - chmod -R u+w,o-rx ${TSHOME} - ;; - - -POST-DEINSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - if pw groupdel ${GROUP}; then - echo "Removed group \"${GROUP}\"." - else - echo "Removing group \"${GROUP}\" failed..." - exit 1 - fi - else - echo "Group \"${GROUP}\" doesn't exist!" - fi - - if pw user show "${USER}" 2>/dev/null; then - if pw userdel ${USER}; then - echo "Removed user \"${USER}\"." - else - echo "Removing user \"${USER}\" failed..." - exit 1 - fi - else - echo "User \"${USER}\" doesn't exist!" - fi - ;; -esac diff --git a/audio/teamspeak3-server/pkg-plist b/audio/teamspeak3-server/pkg-plist deleted file mode 100644 index 724547de73be..000000000000 --- a/audio/teamspeak3-server/pkg-plist +++ /dev/null @@ -1,103 +0,0 @@ -etc/rc.d/teamspeak_server.sh.sample -lib/teamspeak_server/changelog.txt -lib/teamspeak_server/httpdocs/choice_box.html -lib/teamspeak_server/httpdocs/database_client_manager.html -lib/teamspeak_server/httpdocs/database_client_manager_add.html -lib/teamspeak_server/httpdocs/database_client_manager_clientlist.html -lib/teamspeak_server/httpdocs/database_client_manager_edit.html -lib/teamspeak_server/httpdocs/database_sclient_manager.html -lib/teamspeak_server/httpdocs/database_sclient_manager_add.html -lib/teamspeak_server/httpdocs/database_sclient_manager_clientlist.html -lib/teamspeak_server/httpdocs/database_sclient_manager_edit.html -lib/teamspeak_server/httpdocs/error_box.html -lib/teamspeak_server/httpdocs/footer.html -lib/teamspeak_server/httpdocs/gfx/add_client.png -lib/teamspeak_server/httpdocs/gfx/add_server.png -lib/teamspeak_server/httpdocs/gfx/delete.png -lib/teamspeak_server/httpdocs/gfx/edit.png -lib/teamspeak_server/httpdocs/gfx/headerline.gif -lib/teamspeak_server/httpdocs/gfx/menu_background.gif -lib/teamspeak_server/httpdocs/gfx/pixel.gif -lib/teamspeak_server/httpdocs/gfx/select.png -lib/teamspeak_server/httpdocs/gfx/select_short.png -lib/teamspeak_server/httpdocs/gfx/server-run.png -lib/teamspeak_server/httpdocs/gfx/server-stop.png -lib/teamspeak_server/httpdocs/gfx/server_icon.png -lib/teamspeak_server/httpdocs/gfx/serveradminlogin.gif -lib/teamspeak_server/httpdocs/gfx/uhr_icon.png -lib/teamspeak_server/httpdocs/gfx/under_hl.gif -lib/teamspeak_server/httpdocs/gfx/user_icon.png -lib/teamspeak_server/httpdocs/gfx/vBulletin_logo.gif -lib/teamspeak_server/httpdocs/header.html -lib/teamspeak_server/httpdocs/index.html -lib/teamspeak_server/httpdocs/login.html -lib/teamspeak_server/httpdocs/login_error.html -lib/teamspeak_server/httpdocs/menu_bottom.html -lib/teamspeak_server/httpdocs/menu_top.html -lib/teamspeak_server/httpdocs/ok_box.html -lib/teamspeak_server/httpdocs/server_basic_settings.html -lib/teamspeak_server/httpdocs/server_country_option.html -lib/teamspeak_server/httpdocs/server_manager.html -lib/teamspeak_server/httpdocs/server_manager_add.html -lib/teamspeak_server/httpdocs/server_manager_grouppermission.html -lib/teamspeak_server/httpdocs/server_manager_overview.html -lib/teamspeak_server/httpdocs/server_manager_permission.html -lib/teamspeak_server/httpdocs/server_manager_permission_ca.html -lib/teamspeak_server/httpdocs/server_manager_permission_op.html -lib/teamspeak_server/httpdocs/server_manager_permission_r.html -lib/teamspeak_server/httpdocs/server_manager_permission_sa.html -lib/teamspeak_server/httpdocs/server_manager_permission_u.html -lib/teamspeak_server/httpdocs/server_manager_permission_v.html -lib/teamspeak_server/httpdocs/server_manager_permissionfield.html -lib/teamspeak_server/httpdocs/server_manager_serverlist.html -lib/teamspeak_server/httpdocs/server_manager_servers.html -lib/teamspeak_server/httpdocs/server_manager_servers_list.html -lib/teamspeak_server/httpdocs/server_manager_settings.html -lib/teamspeak_server/httpdocs/slogin.html -lib/teamspeak_server/readme.txt -lib/teamspeak_server/server_linux -lib/teamspeak_server/slicense.txt -lib/teamspeak_server/sqlite.so -lib/teamspeak_server/sqlite_sql/create_bans.sql -lib/teamspeak_server/sqlite_sql/create_channel_privileges.sql -lib/teamspeak_server/sqlite_sql/create_channels.sql -lib/teamspeak_server/sqlite_sql/create_clients.sql -lib/teamspeak_server/sqlite_sql/create_server_privileges.sql -lib/teamspeak_server/sqlite_sql/create_servers.sql -lib/teamspeak_server/sqlite_sql/delete_ban.sql -lib/teamspeak_server/sqlite_sql/delete_ban_ip.sql -lib/teamspeak_server/sqlite_sql/delete_channel.sql -lib/teamspeak_server/sqlite_sql/delete_client.sql -lib/teamspeak_server/sqlite_sql/delete_server.sql -lib/teamspeak_server/sqlite_sql/edit_channel.sql -lib/teamspeak_server/sqlite_sql/edit_channel_privilege.sql -lib/teamspeak_server/sqlite_sql/edit_client.sql -lib/teamspeak_server/sqlite_sql/edit_server.sql -lib/teamspeak_server/sqlite_sql/edit_server_privilege.sql -lib/teamspeak_server/sqlite_sql/new_ban.sql -lib/teamspeak_server/sqlite_sql/new_channel.sql -lib/teamspeak_server/sqlite_sql/new_channel_privilege.sql -lib/teamspeak_server/sqlite_sql/new_client.sql -lib/teamspeak_server/sqlite_sql/new_server.sql -lib/teamspeak_server/sqlite_sql/new_server_privilege.sql -lib/teamspeak_server/sqlite_sql/read_active_servers.sql -lib/teamspeak_server/sqlite_sql/read_bans.sql -lib/teamspeak_server/sqlite_sql/read_channel_privilege.sql -lib/teamspeak_server/sqlite_sql/read_channels.sql -lib/teamspeak_server/sqlite_sql/read_client_login.sql -lib/teamspeak_server/sqlite_sql/read_clients.sql -lib/teamspeak_server/sqlite_sql/read_clients_id.sql -lib/teamspeak_server/sqlite_sql/read_clients_name.sql -lib/teamspeak_server/sqlite_sql/read_server.sql -lib/teamspeak_server/sqlite_sql/read_server_port.sql -lib/teamspeak_server/sqlite_sql/read_server_privilege.sql -lib/teamspeak_server/sqlite_sql/read_servers.sql -lib/teamspeak_server/sqlite_sql/remove_moderatedattribs.sql -lib/teamspeak_server/sqlite_sql/upgrade_1.sql -lib/teamspeak_server/sqlite_sql/upgrade_2.sql -lib/teamspeak_server/tss.SuSE_startscript -lib/teamspeak_server/tss.minimal_startscript -@dirrm lib/teamspeak_server/sqlite_sql -@dirrm lib/teamspeak_server/httpdocs/gfx -@dirrm lib/teamspeak_server/httpdocs -@dirrm lib/teamspeak_server diff --git a/audio/uade/Makefile b/audio/uade/Makefile deleted file mode 100644 index 85d39110137e..000000000000 --- a/audio/uade/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: xmms-uade -# Date created: 12 Oct 2002 -# Whom: Martin Blapp <mbr@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= xmms-uade -PORTVERSION= 0.81 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://uade.ton.tut.fi/uade/ -DISTNAME= uade-${PORTVERSION} - -MAINTAINER= mbr@FreeBSD.org -COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ - --mymods=/ \ - --docprefix=${X11BASE}/lib/xmms \ - -CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}' - -WRKSRC= ${WRKDIR}/uade-${PORTVERSION} - -.include <bsd.port.mk> diff --git a/audio/uade/distinfo b/audio/uade/distinfo deleted file mode 100644 index 2d57e21f185d..000000000000 --- a/audio/uade/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (uade-0.81.tar.bz2) = f0c391b4e1c990f27a52b663bcbb4829 -SIZE (uade-0.81.tar.bz2) = 1961842 diff --git a/audio/uade/files/patch-configure b/audio/uade/files/patch-configure deleted file mode 100644 index 61272e8884b5..000000000000 --- a/audio/uade/files/patch-configure +++ /dev/null @@ -1,73 +0,0 @@ ---- configure.orig Mon Jan 5 23:10:21 2004 -+++ configure Tue Jan 6 11:02:01 2004 -@@ -227,18 +227,34 @@ - - if test "$prefix" = "$HOME/.xmms"; then - uadedatadir="$prefix/uade" -- bindir="$prefix/uade" -+ if test -n "$binprefix"; then -+ docdir="$binprefix/bin" -+ else -+ bindir="$prefix/uade" -+ fi - plugin="$HOME/.xmms/Plugins/Input" -- docdir="$prefix/uade/uade-$VERSION" -+ if test -n "$docprefix"; then -+ docdir="$docprefix/doc/uade-$VERSION" -+ else -+ docdir="$prefix/uade/uade-$VERSION" -+ fi - else - uadedatadir="$prefix/share/uade" -- bindir="$prefix/bin" -+ if test -n "$binprefix"; then -+ docdir="$binprefix/bin" -+ else -+ bindir="$prefix/bin" -+ fi - if test "$usexmms" = "yes"; then - plugin=`xmms-config --input-plugin-dir` - else - plugin="$HOME/.xmms/Plugins/Input" - fi -- docdir="$prefix/doc/uade-$VERSION" -+ if test -n "$docprefix"; then -+ docdir="$docprefix/doc/uade-$VERSION" -+ else -+ docdir="$prefix/doc/uade-$VERSION" -+ fi - fi - - if test "$xmmsinputplugindir" != "automatic"; then -@@ -293,6 +309,7 @@ - - sed -e "s|{DATADIR}|$uadedatadir|" \ - -e "s|{MAKE}|$MAKE|" \ -+ -e "s|{SYSCFLAGS}|$SYSCFLAGS|" \ - -e "s|{BINDIR}|$bindir|" \ - -e "s|{DOCDIR}|$docdir|" \ - -e "s|{USEXMMS}|$usexmms|" \ -@@ -317,10 +334,11 @@ - XMMS_CONFIG="xmms-config" - fi - --GLIBFLAGS=`$GLIB_CONFIG --cflags` --GLIBLIBS=`$GLIB_CONFIG --libs` --GTKFLAGS=`$GTK_CONFIG --cflags` --GTKLIBS=`$GTK_CONFIG --libs` -+GLIBFLAGS=`glib12-config --cflags` -+GLIBLIBS=`glib12-config --libs` -+GTKFLAGS=`gtk12-config --cflags` -+GTKLIBS=`gtk12-config --libs` -+ - XMMSFLAGS=`$XMMS_CONFIG --cflags` - XMMSLIBS=`$XMMS_CONFIG --libs` - -@@ -332,6 +350,7 @@ - -e "s|{GTKFLAGS}|$GTKFLAGS|" -e "s|{GTKLIBS}|$GTKLIBS|" \ - -e "s|{XMMSFLAGS}|$XMMSFLAGS|" -e "s|{XMMSLIBS}|$XMMSLIBS|" \ - -e "s|{INCLUDEFLAG}|$INCLUDEFLAG|" -e "s|{LIBFLAG}|$LIBFLAG|" \ -+ -e "s|{SYSCFLAGS}|$SYSCFLAGS|" \ - -e "s|{PLUGINDIR}|$plugin|" \ - -e "s|{PACKAGEPREFIX}|$packageprefix|" \ - -e "s|{ARCHFLAGS}|$ARCHFLAGS|" \ diff --git a/audio/uade/pkg-descr b/audio/uade/pkg-descr deleted file mode 100644 index 6de199f86fbb..000000000000 --- a/audio/uade/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -UADE is the Unix Amiga Delitracker Emulator. - -It plays old Amiga tunes through UAE emulation and -cloned m68k-assembler Eagleplayer API. - -This XMMS-plugin enables you to play the good old Amiga tunes -in almost any format. Over 150 different formats are supported. - -WWW: http://www.xmms.org -Tunes: http://exotica.fix.no diff --git a/audio/uade/pkg-plist b/audio/uade/pkg-plist deleted file mode 100644 index 54b43f3413fc..000000000000 --- a/audio/uade/pkg-plist +++ /dev/null @@ -1,241 +0,0 @@ -lib/xmms/Input/libuade.la -lib/xmms/Input/libuade.so -share/uade/players/ENV/EaglePlayer/ahx -share/uade/players/ENV/EaglePlayer/EP-TFMX_7V.cfg -share/uade/players/ENV/EaglePlayer/EP-TFMX_Pro.cfg -share/uade/players/ENV/EaglePlayer/EP-Mugician_II.cfg -share/uade/players/ENV/EaglePlayer/ahx.waves -share/uade/players/ENV/EaglePlayer/ems_v6.cfg -share/uade/players/ENV/EaglePlayer/ems_v6.cfg.txt -share/uade/db-content -share/uade/players/AHX -share/uade/players/AMComposer1.2 -share/uade/players/ActionAmics -share/uade/players/Art&Magic -share/uade/players/ArtOfNoise -share/uade/players/ArtOfNoise8 -share/uade/players/AudioSculpture -share/uade/players/BeathovenSynthesizer -share/uade/players/BennDaglish -share/uade/players/BladePacker -share/uade/players/CustomMade -share/uade/players/DIGIBooster -share/uade/players/DSS -share/uade/players/DariusZendeh -share/uade/players/DaveLowe -share/uade/players/DaveLoweNew -share/uade/players/DaveLowe_Deli -share/uade/players/DavidHanney -share/uade/players/DavidWhittaker -share/uade/players/Delta2.0 -share/uade/players/DeltaMusic -share/uade/players/Desire -share/uade/players/DigitalSonix_Chrome -share/uade/players/DynamicSynthesizer -share/uade/players/EMS_v6 -share/uade/players/FC1.3 -share/uade/players/FC1.4 -share/uade/players/Fred -share/uade/players/FredGray -share/uade/players/FutureComposerBSI -share/uade/players/FuturePlayer -share/uade/players/GlueMon -share/uade/players/Grouleff -share/uade/players/Hippel -share/uade/players/Hippel-COSO -share/uade/players/HowieDavies -share/uade/players/ImagesMusicSystem -share/uade/players/InStereo! -share/uade/players/InStereo2.0 -share/uade/players/Infogrames -share/uade/players/JamCracker -share/uade/players/JankoMrsic-Flogel -share/uade/players/JasonBrooke -share/uade/players/JasonPage -share/uade/players/JesperOlsen -share/uade/players/Jochen_Hippel_7V -share/uade/players/KrisHatlelid -share/uade/players/LME -share/uade/players/Laxity-Player -share/uade/players/M.O.N -share/uade/players/MED -share/uade/players/MMDC -share/uade/players/MCMD -share/uade/players/MagneticFieldsPacker -share/uade/players/MajorTom -share/uade/players/MarkCooksey -share/uade/players/MarkCookseyNew -share/uade/players/MarkCookseyOld -share/uade/players/MarkII -share/uade/players/MartinWalker -share/uade/players/Medley -share/uade/players/MikeDavies -share/uade/players/Mugician -share/uade/players/MugicianII -share/uade/players/Music-Ass -share/uade/players/NovoTradePacker -share/uade/players/OctaMED -share/uade/players/Oktalyzer -share/uade/players/PSA -share/uade/players/PTK-Prowiz -share/uade/players/PaulRobotham -share/uade/players/PaulShields -share/uade/players/PaulSummers -share/uade/players/PeterVerswyvelenPacker -share/uade/players/PierreAdanePacker -share/uade/players/PumaTracker -share/uade/players/RichardJosephPlayer -share/uade/players/RiffRaff -share/uade/players/RobHubbard -share/uade/players/RobHubbardOld -share/uade/players/SA-packed -share/uade/players/SCUMM -share/uade/players/SIDMon1.0 -share/uade/players/SIDMon2.0 -share/uade/players/SOPROL -share/uade/players/SUNtronic -share/uade/players/ScottJohnston -share/uade/players/SeanConnolly -share/uade/players/SeanConran -share/uade/players/Silmarils -share/uade/players/SonicArranger -share/uade/players/SoundFX -share/uade/players/SoundImages -share/uade/players/SoundMon -share/uade/players/SoundMon2.2 -share/uade/players/SoundPlayer -share/uade/players/Soundcontrol -share/uade/players/Soundfactory -share/uade/players/SoundMaster -share/uade/players/Special_FX -share/uade/players/SpeedyA1System -share/uade/players/SpeedySystem -share/uade/players/SteveBarrett -share/uade/players/SteveTurner -share/uade/players/SynTracker -share/uade/players/Synth -share/uade/players/SynthDream -share/uade/players/SynthPack -share/uade/players/TFMX -share/uade/players/TFMX_1.5_(TFHD) -share/uade/players/TFMX_7V -share/uade/players/TFMX_7V_(TFHD) -share/uade/players/TFMX_Pro -share/uade/players/TFMX_Pro_(TFHD) -share/uade/players/TME -share/uade/players/ThomasHermann -share/uade/players/TimFollin -share/uade/players/TomyTracker -share/uade/players/Tronic -share/uade/players/UltimateST -share/uade/players/WallyBeben -share/uade/players/YMPlayer -share/uade/players/fwmp -share/uade/players/iff-emod -share/uade/players/uadeformats -share/uade/score -share/uade/uadelogo.xpm -share/uade/uaerc -bin/uade -bin/pwrap.pl -lib/xmms/doc/uade-0.81/INSTALL.alpha -lib/xmms/doc/uade-0.81/INSTALL.MacOSX -lib/xmms/doc/uade-0.81/INSTALL.MorphOS -lib/xmms/doc/uade-0.81/amplifiers.txt -lib/xmms/doc/uade-0.81/local-slaves.txt -lib/xmms/doc/uade-0.81/players/WantedTeam/WT_Players.txt -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_BennDaglish.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_BladePacker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_ChipTracker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DSS.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DWhittaker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DaveLowe.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DaveLoweNew.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Desire.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DigitSonix.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_DynamicSynt.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_FredGray.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_FuturePlay.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_HowieDavies.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_ImagesMusic.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_JankoMrsic.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_JasonBrooke.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_JasonPage.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_JasonPageO.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_JHippel7V.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_KHatlelid.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_LME.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_MFP.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_MMDC.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_MWalker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_MikeDavies.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Mugician.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Mugician2.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_NovoTrade.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PAP.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PRobotham.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PVP.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PaulShields.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PaulSummers.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_PumaTracker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_RJosephPlay.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_RiffRaff.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_RobHubbard.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_RobHubbardO.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SConnolly.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SOPROL.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SeanConran.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Silmarils.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SoundFX.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SoundPlayer.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Soundcontr.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_Soundfactor.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SpecialFX.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SpeedSystem.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SpeedyA1Sys.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_StevBarrett.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SteveTurner.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_SynthPack.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_TFMX.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_TFMX7V.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_TFMXPro.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_THermann.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_TME.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_TomyTracker.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_WallyBeben.readme -lib/xmms/doc/uade-0.81/players/WantedTeam/WT_Customs.txt -lib/xmms/doc/uade-0.81/players/WantedTeam/EP_AMComposer.readme -lib/xmms/doc/uade-0.81/players/ptk-prowiz/Changelog.PTK-Prowiz -lib/xmms/doc/uade-0.81/players/ptk-prowiz/DeliWiz-Readme.txt -lib/xmms/doc/uade-0.81/players/ptk-prowiz/PTK-Prowiz.txt -lib/xmms/doc/uade-0.81/players/ArtOfNoise.readme -lib/xmms/doc/uade-0.81/players/README.UltimateST -lib/xmms/doc/uade-0.81/players/Soundmon2.x.readme -lib/xmms/doc/uade-0.81/players/Whittaker.readme -lib/xmms/doc/uade-0.81/players/nasr_TFMX.Disclaimer.readme -lib/xmms/doc/uade-0.81/decrunch/README.ppcrack -lib/xmms/doc/uade-0.81/decrunch/README.unsqsh -lib/xmms/doc/uade-0.81/uade_doc.txt -lib/xmms/doc/uade-0.81/faq.html -lib/xmms/doc/uade-0.81/download.html -lib/xmms/doc/uade-0.81/formats.txt -lib/xmms/doc/uade-0.81/uade.html -lib/xmms/doc/uade-0.81/uade.logo-big.png -lib/xmms/doc/uade-0.81/uadelogo2.png -lib/xmms/doc/uade-0.81/README -lib/xmms/doc/uade-0.81/INSTALL.sun -lib/xmms/doc/uade-0.81/INSTALL.sgi -lib/xmms/doc/uade-0.81/INSTALL.FreeBSD -lib/xmms/doc/uade-0.81/INSTALL -lib/xmms/doc/uade-0.81/COPYING -@dirrm lib/xmms/doc/uade-0.81/players/ptk-prowiz -@dirrm lib/xmms/doc/uade-0.81/players/WantedTeam -@dirrm lib/xmms/doc/uade-0.81/decrunch -@dirrm lib/xmms/doc/uade-0.81/players -@dirrm lib/xmms/doc/uade-0.81 -@dirrm lib/xmms/doc -@dirrm share/uade/players/ENV/EaglePlayer -@dirrm share/uade/players/ENV -@dirrm share/uade/players/S -@dirrm share/uade/players -@dirrm share/uade diff --git a/audio/vat/Makefile b/audio/vat/Makefile deleted file mode 100644 index 97ca722aaf4a..000000000000 --- a/audio/vat/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: vat -# Date created: 2 November 1996 -# Whom: fenner -# -# $FreeBSD$ -# - -PORTNAME= vat -PORTVERSION= 4.0b2 -PORTREVISION= 1 -CATEGORIES= mbone tk83 -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ -DISTFILES= vatsrc-4.0b2.tar.gz - -MAINTAINER= fenner@FreeBSD.org -COMMENT= The Visual Audio Tool - multicast audioconferencing - -GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 - -# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then -# we can use this first BUILD_DEPENDS and save some work. -#BUILD_DEPENDS= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch -BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ - gsm.1:${GSM_DIR} - -USE_X_PREFIX= yes -USE_AUTOCONF_VER= 213 -CONFIGURE_ARGS= --with-gsm=${GSM_WORK} -INSTALL_TARGET= install install-man -MAN1= vat.1 -PLIST_FILES= bin/vat - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/vat - -.include <bsd.port.post.mk> diff --git a/audio/vat/distinfo b/audio/vat/distinfo deleted file mode 100644 index e59c9bc18634..000000000000 --- a/audio/vat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (vatsrc-4.0b2.tar.gz) = ad6bfa8e986be1706e60251dd9c2f204 -SIZE (vatsrc-4.0b2.tar.gz) = 263799 diff --git a/audio/vat/files/patch-aa b/audio/vat/files/patch-aa deleted file mode 100644 index 574759971107..000000000000 --- a/audio/vat/files/patch-aa +++ /dev/null @@ -1,249 +0,0 @@ ---- configure.in.tk.orig Thu May 16 01:06:05 1996 -+++ configure.in.tk Tue Sep 9 11:35:45 1997 -@@ -2,6 +2,7 @@ - dnl $Header: /home/ncvs/ports/mbone/vat/patches/patch-aa,v 1.3 1998/06/26 19:05:34 fenner Exp $ (LBL) - - AC_ARG_WITH(tcl, --with-tcl=path specify a pathname for tcl, d=$withval, d="") -+tclposs="tcl8.3 tcl83 tcl" - if test "$d" != "" ; then - if test ! -d $d ; then - echo "'$d' is not a directory" -@@ -12,22 +13,22 @@ - echo "can't find tcl.h in $d/include" - exit 1 - fi -- places="$d/lib/libtcl7.5.so \ -- $d/lib/libtcl7.5.a \ -- $d/lib/libtcl.so \ -- $d/lib/libtcl.a" - V_LIB_TCL=FAIL -- for dir in $places; do -- if test -r $dir ; then -- V_LIB_TCL=$dir -+ for p in $tclposs; do -+ if test "`echo $d/lib/lib$p.so*`" != "$d/lib/lib$p.so*" ; then -+ V_LIB_TCL="-L$d/lib -l$p" -+ break -+ fi -+ if test -r $d/lib/lib$p.a ; then -+ V_LIB_TCL="-L$d/lib -l$p" - break - fi - done -- if test $V_LIB_TCL = FAIL ; then -+ if test "$V_LIB_TCL" = FAIL ; then - echo "can't find libtcl.a in $d/lib" - exit 1 - fi -- places="$d/lib/tcl7.5 \ -+ places="$d/lib/tcl8.3 \ - $d/lib/tcl" - V_LIBRARY_TCL=FAIL - for dir in $places; do -@@ -44,13 +45,14 @@ - AC_TEST_CPP([#include <tcl.h>], V_INCLUDE_TCL="", V_INCLUDE_TCL=FAIL) - if test "$V_INCLUDE_TCL" = FAIL; then - echo "checking for tcl.h" -- places="$PWD/../tcl7.5 \ -- /usr/src/local/tcl7.5 \ -- /import/tcl/include/tcl7.5 \ -+ places="$PWD/../tcl8.3 \ -+ /usr/src/local/tcl8.3 \ -+ /import/tcl/include/tcl8.3 \ - $prefix/include \ - $x_includes/tk \ - $x_includes \ - /usr/local/include \ -+ /usr/local/include/tcl8.3 \ - /usr/contrib/include \ - /usr/include" - for dir in $places; do -@@ -64,7 +66,7 @@ - exit 1 - fi - fi -- AC_CHECK_LIB(tcl7.5, main, V_LIB_TCL="-ltcl7.5", V_LIB_TCL="FAIL") -+ AC_CHECK_LIB(tcl8.3, main, V_LIB_TCL="-ltcl8.3", V_LIB_TCL="FAIL") - if test "$V_LIB_TCL" = FAIL; then - echo "checking for libtcl.a" - places="\ -@@ -73,17 +75,22 @@ - /usr/contrib/lib \ - /usr/local/lib \ - /usr/lib \ -- $PWD/../tcl7.5 \ -- /usr/src/local/tcl7.5 \ -- /import/tcl/lib/tcl7.5 \ -+ $PWD/../tcl8.3 \ -+ /usr/src/local/tcl8.3 \ -+ /import/tcl/lib/tcl8.3 \ - " - for dir in $places; do -- if test -r $dir/libtcl7.5.so -o -r $dir/libtcl7.5.a; then -- V_LIB_TCL="-L$dir -ltcl7.5" -- break -- fi -- if test -r $dir/libtcl.so -o -r $dir/libtcl.a; then -- V_LIB_TCL="-L$dir -ltcl" -+ for p in $tclposs; do -+ if test "`echo $dir/lib$p.so*`" != "$dir/lib$p.so*" ; then -+ V_LIB_TCL="-L$dir -l$p" -+ break -+ fi -+ if test -r $dir/lib$p.a ; then -+ V_LIB_TCL="-L$dir -l$p" -+ break -+ fi -+ done -+ if test "$V_LIB_TCL" != FAIL; then - break - fi - done -@@ -98,15 +105,16 @@ - fi - echo "checking for tcl/init.tcl" - V_LIBRARY_TCL=FAIL -- places="/usr/local/lib/tcl7.5 \ -- /usr/contrib/lib/tcl7.5 \ -- /usr/lib/tcl7.5 \ -- /usr/lib/tk/tcl7.5 \ -- /import/tcl/lib/tcl7.5 \ -- $prefix/lib/tcl7.5 \ -- $x_libraries/tcl7.5 \ -+ places="/usr/local/lib/tcl8.3 \ -+ /usr/contrib/lib/tcl8.3 \ -+ /usr/lib/tcl8.3 \ -+ /usr/lib/tk/tcl8.3 \ -+ /import/tcl/lib/tcl8.3 \ -+ $prefix/lib/tcl8.3 \ -+ $x_libraries/tcl8.3 \ - /usr/local/lib/tcl \ - /usr/lib/tcl \ -+ /usr/libdata/tcl \ - /usr/lib/tk/tcl \ - /import/tcl/lib/tcl \ - $prefix/lib/tcl \ -@@ -128,6 +136,7 @@ - AC_SUBST(V_LIBRARY_TCL) - - AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkposs="tk8.3 tk83 tk" - if test "$d" != "" ; then - if test ! -d $d ; then - echo "'$d' is not a directory" -@@ -138,22 +147,22 @@ - echo "can't find tk.h in $d/include" - exit 1 - fi -- places="$d/lib/libtk4.1.so \ -- $d/lib/libtk4.1.a \ -- $d/lib/libtk.so \ -- $d/lib/libtk.a" - V_LIB_TK=FAIL -- for dir in $places; do -- if test -r $dir ; then -- V_LIB_TK=$dir -+ for p in $tkposs; do -+ if test "`echo $d/lib/lib$p.so*`" != "$d/lib/lib$p.so*" ; then -+ V_LIB_TK="-L$d/lib -l$p" -+ break -+ fi -+ if test -r $d/lib/lib$p.a ; then -+ V_LIB_TK="-L$d/lib -l$p" - break - fi - done -- if test $V_LIB_TK = FAIL ; then -+ if test "$V_LIB_TK" = FAIL ; then - echo "can't find libtk.a in $d/lib" - exit 1 - fi -- places="$d/lib/tk4.1 \ -+ places="$d/lib/tk8.3 \ - $d/lib/tk" - V_LIBRARY_TK=FAIL - for dir in $places; do -@@ -174,14 +183,15 @@ - places="\ - $prefix/include \ - /usr/local/include \ -+ /usr/local/include/tk8.3 \ - /usr/contrib/include \ - /usr/include/tcl \ - /usr/include\ - $x_includes/tk \ - $x_includes \ -- $PWD/../tk4.1 \ -- /usr/src/local/tk4.1 \ -- /import/tcl/include/tk4.1 \ -+ $PWD/../tk8.3 \ -+ /usr/src/local/tk8.3 \ -+ /import/tcl/include/tk8.3 \ - " - for dir in $places; do - if test -r $dir/tk.h ; then -@@ -194,7 +204,7 @@ - exit 1 - fi - fi -- AC_CHECK_LIB(tk4.1, main, V_LIB_TK="-ltk4.1", V_LIB_TK="FAIL") -+ AC_CHECK_LIB(tk8.3, main, V_LIB_TK="-ltk8.3", V_LIB_TK="FAIL") - if test "$V_LIB_TK" = FAIL; then - echo "checking for libtk.a" - places="/usr/local/lib \ -@@ -202,17 +212,22 @@ - /usr/lib \ - /usr/lib/tk \ - /import/tcl/lib \ -- $PWD/../tk4.1 \ -- /usr/src/local/tk4.1 \ -+ $PWD/../tk8.3 \ -+ /usr/src/local/tk8.3 \ - $prefix/lib \ - $x_libraries" - for dir in $places; do -- if test -r $dir/libtk4.1.so -o -r $dir/libtk4.1.a; then -- V_LIB_TK="-L$dir -ltk4.1" -- break -- fi -- if test -r $dir/libtk.so -o -r $dir/libtk.a; then -- V_LIB_TK="-L$dir -ltk" -+ for p in $tkposs; do -+ if test "`echo $dir/lib$p.so*`" != "$dir/lib$p.so*" ; then -+ V_LIB_TK="-L$dir -l$p" -+ break -+ fi -+ if test -r $dir/lib$p.a ; then -+ V_LIB_TK="-L$dir -l$p" -+ break -+ fi -+ done -+ if test "$V_LIB_TK" != FAIL; then - break - fi - done -@@ -227,15 +242,15 @@ - fi - echo "checking for tk/tk.tcl" - V_LIBRARY_TK=FAIL -- places="/usr/local/lib/tk4.1 \ -- /usr/contrib/lib/tk4.1 \ -- /usr/lib/tk4.1 \ -- /usr/lib/tk/tk4.1 \ -- /import/tcl/lib/tk4.1 \ -- $prefix/lib/tk4.1 \ -- $x_libraries/tk4.1 \ -- $PWD/../tk4.1/library \ -- /usr/src/local/tk4.1/library \ -+ places="/usr/local/lib/tk8.3 \ -+ /usr/contrib/lib/tk8.3 \ -+ /usr/lib/tk8.3 \ -+ /usr/lib/tk/tk8.3 \ -+ /import/tcl/lib/tk8.3 \ -+ $prefix/lib/tk8.3 \ -+ $x_libraries/tk8.3 \ -+ $PWD/../tk8.3/library \ -+ /usr/src/local/tk8.3/library \ - /usr/local/lib/tk \ - /usr/lib/tk \ - /usr/lib/tk/tk \ diff --git a/audio/vat/files/patch-ab b/audio/vat/files/patch-ab deleted file mode 100644 index 8424b66fc784..000000000000 --- a/audio/vat/files/patch-ab +++ /dev/null @@ -1,136 +0,0 @@ ---- tkStripchart.c.orig Tue Sep 9 11:00:42 1997 -+++ tkStripchart.c Tue Sep 9 10:52:30 1997 -@@ -148,7 +148,7 @@ - int scrollrequired; - int guarantee_draw; - int grow_up; -- XFontStruct *fontPtr; /* Information about text font, or NULL. */ -+ Tk_Font tkfont; /* Information about text font, or NULL. */ - XColor *textColorPtr; /* Color for drawing text. */ - GC textGC; /* GC for drawing text. */ - XColor *tickColorPtr; /* Color for drawing ticks. */ -@@ -257,7 +257,7 @@ - {TK_CONFIG_SYNONYM, "-fg", "stripcolor", 0, - 0, 0, 0}, - {TK_CONFIG_FONT, "-font", "font", "Font", -- DEF_STRIPCHART_FONT, Tk_Offset(Stripchart, fontPtr), -+ DEF_STRIPCHART_FONT, Tk_Offset(Stripchart, tkfont), - 0}, - {TK_CONFIG_BOOLEAN, "-guaranteedrawing", "guaranteedrawing", - "Guaranteedrawing", DEF_GUARANTEE_DRAW, -@@ -570,8 +570,8 @@ - if (StripchartPtr->value != NULL) - free(StripchartPtr->value); - -- if (StripchartPtr->fontPtr != NULL) -- Tk_FreeFontStruct(StripchartPtr->fontPtr); -+ if (StripchartPtr->tkfont != NULL) -+ Tk_FreeFont(StripchartPtr->tkfont); - - if (StripchartPtr->textColorPtr != NULL) - Tk_FreeColor(StripchartPtr->textColorPtr); -@@ -631,7 +631,7 @@ - - Tk_SetBackgroundFromBorder(StripchartPtr->tkwin, StripchartPtr->border); - -- gcValues.font = StripchartPtr->fontPtr->fid; -+ gcValues.font = Tk_FontId(StripchartPtr->tkfont); - gcValues.foreground = StripchartPtr->textColorPtr->pixel; - newGC = Tk_GetGC(StripchartPtr->tkwin, GCForeground|GCFont, &gcValues); - if (StripchartPtr->textGC != None && StripchartPtr->tkwin) { -@@ -692,8 +692,11 @@ - { - int tt = hasatitle(StripchartPtr); - int bd = StripchartPtr->borderWidth; -- int lineHeight = StripchartPtr->fontPtr->ascent + -- StripchartPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; -+ -+ Tk_GetFontMetrics(StripchartPtr->tkfont, &fm); -+ lineHeight = fm.ascent + fm.descent; - - Tk_GeometryRequest(StripchartPtr->tkwin, - 2 * (bd + PADDING) + StripchartPtr->num_strips * -@@ -726,11 +729,13 @@ - /* - * Variable declarations used in the title drawing routines - */ -- XFontStruct *fp = StripchartPtr->fontPtr; -- XCharStruct bbox; -- int x, dummy; -- int lineHeight = StripchartPtr->fontPtr->ascent + -- StripchartPtr->fontPtr->descent; -+ Tk_Font tkf = StripchartPtr->tkfont; -+ int x; -+ Tk_FontMetrics fm; -+ int lineHeight; -+ -+ Tk_GetFontMetrics(tkf, &fm); -+ lineHeight = fm.ascent + fm.descent; - - StripchartPtr->displaybits &= ~REDRAW_PENDING; - if ((StripchartPtr->tkwin == NULL) || !Tk_IsMapped(tkwin)) -@@ -747,18 +752,17 @@ - * space. Otherwise left justified and clipped on the right. - */ - if (tt && StripchartPtr->displaybits & DISPLAY_TITLE) { -- XTextExtents(fp, StripchartPtr->title, -- strlen(StripchartPtr->title), -- &dummy, &dummy, &dummy, &bbox); -- if (bbox.lbearing + bbox.rbearing < Tk_Width(tkwin) - 2 * bd) -- x = (Tk_Width(tkwin) - bbox.lbearing - bbox.rbearing)/2; -+ int width = Tk_TextWidth(tkf, StripchartPtr->title, -+ strlen(StripchartPtr->title)); -+ if (width < Tk_Width(tkwin) - 2 * bd) -+ x = (Tk_Width(tkwin) - width)/2; - else - x = bd + PADDING; - - XClearArea(Tk_Display(tkwin), Tk_WindowId(tkwin), bd, bd, - Tk_Width(tkwin) - 2 * bd, lineHeight + PADDING, False); - XDrawString(Tk_Display(tkwin), Tk_WindowId(tkwin), -- StripchartPtr->textGC, x, fp->max_bounds.ascent + bd, -+ StripchartPtr->textGC, x, fm.ascent + bd, /*XXX no max_bounds */ - StripchartPtr->title, strlen(StripchartPtr->title)); - } - /* -@@ -1057,7 +1061,8 @@ - DrawStripi(Stripchart* SPtr, int i) - { - Tk_Window tkwin = SPtr->tkwin; -- int lineHeight = SPtr->fontPtr->ascent + SPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; - int x = SPtr->borderWidth + PADDING + (i - 1) * SPtr->strip_width; - int y = SPtr->borderWidth + PADDING + - hasatitle(SPtr) * (lineHeight + PADDING); -@@ -1066,6 +1071,9 @@ - double maxv = SPtr->max_value; - double minv = SPtr->min_value; - -+ Tk_GetFontMetrics(SPtr->tkfont, &fm); -+ lineHeight = fm.ascent + fm.descent; -+ - if (i < 1 || i > SPtr->num_strips) - return; - -@@ -1136,7 +1144,8 @@ - ScrollStrips(Stripchart* SPtr) - { - Tk_Window tkwin = SPtr->tkwin; -- int lineHeight = SPtr->fontPtr->ascent + SPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; - int src_x = SPtr->borderWidth + PADDING + SPtr->strip_width; - int src_y = SPtr->borderWidth + PADDING + - hasatitle(SPtr) * (lineHeight + PADDING); -@@ -1144,6 +1153,8 @@ - int dest_y = src_y; - int w = (SPtr->num_strips - 1) * SPtr->strip_width; - int h = SPtr->max_height; -+ -+ Tk_GetFontMetrics(SPtr->tkfont, &fm); - - XCopyArea(Tk_Display(tkwin), Tk_WindowId(tkwin), Tk_WindowId(tkwin), - Tk_GetGC(tkwin, 0, NULL), src_x, src_y, w, h, dest_x, dest_y); diff --git a/audio/vat/files/patch-ac b/audio/vat/files/patch-ac deleted file mode 100644 index 42144397d299..000000000000 --- a/audio/vat/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- main.cc.orig Tue Sep 9 11:17:10 1997 -+++ main.cc Tue Sep 9 11:17:31 1997 -@@ -162,7 +162,7 @@ - else { - Tk_Window tk = t.tkmain(); - Tk_Uid uid = Tk_GetUid((char*)argv[1]); -- XFontStruct* p = Tk_GetFontStruct(t.interp(), tk, uid); -+ Tk_Font p = Tk_GetFont(t.interp(), tk, uid); - t.result(p != 0 ? "1" : "0"); - } - return (TCL_OK); diff --git a/audio/vat/files/patch-ad b/audio/vat/files/patch-ad deleted file mode 100644 index 8577e53a9883..000000000000 --- a/audio/vat/files/patch-ad +++ /dev/null @@ -1,70 +0,0 @@ ---- sitebox.cc.orig Tue Sep 9 11:24:41 1997 -+++ sitebox.cc Tue Sep 9 11:24:43 1997 -@@ -112,7 +112,7 @@ - static Drawable pixmap_; - static int pixw_; - static int pixh_; -- static XFontStruct* fs_; /* font metrics */ -+ static Tk_Font fs_; /* font metrics */ - }; - - class SiteBox : public TkWidget, public IdleCallback { -@@ -160,7 +160,7 @@ - GC Site::copy_gc_; - GC Site::fg_[4]; - GC Site::bg_[4]; --XFontStruct* Site::fs_; -+Tk_Font Site::fs_; - XColor* Site::fc_; - XColor* Site::bc_; - XColor* Site::ac_; -@@ -190,15 +190,16 @@ - sitebox_(sb) - { - Tcl& tcl = Tcl::instance(); -+ Tk_FontMetrics fm; - if (fs_ == 0) { - const char* font = tcl.attr("siteFont"); -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, (char*)font); -+ fs_ = Tk_GetFont(tcl.interp(), tk_, (char*)font); - if (fs_ == 0) { - fprintf(stderr, - "vat: couldn't find font: %s\n", font); -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, "screen"); -+ fs_ = Tk_GetFont(tcl.interp(), tk_, "screen"); - if (fs_ == 0) -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, -+ fs_ = Tk_GetFont(tcl.interp(), tk_, - "fixed"); - if (fs_ == 0) { - fprintf(stderr, -@@ -220,8 +221,9 @@ - - copy_gc_ = sitebox_.lookup_gc(0, 0, 0); - } -- descent_ = fs_->descent; -- ascent_ = fs_->ascent; -+ Tk_GetFontMetrics(fs_, &fm); -+ descent_ = fm.descent; -+ ascent_ = fm.ascent; - major_ = ascent_; - minor_ = major_ / 2; - } -@@ -292,7 +294,7 @@ - */ - inline int Site::textwidth(const char* s) - { -- return (XTextWidth(fs_, s, strlen(s))); -+ return (Tk_TextWidth(fs_, s, strlen(s))); - } - - inline void Site::square(Display* dpy, Drawable window, GC gc, -@@ -450,7 +452,7 @@ - free_gc(bg_[0]); - free_gc(bg_[1]); - } -- Font fid = fs_->fid; -+ Font fid = Tk_FontId(fs_); - fg_[0] = raw_gc(fid, fc_, bc_, pixmap_); - fg_[2] = raw_gc(fid, dc_, bc_, pixmap_); - bg_[0] = raw_gc(fid, bc_, bc_, pixmap_); diff --git a/audio/vat/files/patch-ae b/audio/vat/files/patch-ae deleted file mode 100644 index 6ac2e51801f1..000000000000 --- a/audio/vat/files/patch-ae +++ /dev/null @@ -1,79 +0,0 @@ ---- Tcl.h.orig Sat Mar 16 13:14:34 1996 -+++ Tcl.h Tue Dec 17 14:39:45 1996 -@@ -53,7 +53,8 @@ - inline int dark() const { return (tcl_ == 0); } - inline Tcl_Interp* interp() const { return (tcl_); } - inline char* result() const { return (tcl_->result); } -- inline void result(const char* p) { tcl_->result = (char*)p; } -+ inline void result(const char* p, Tcl_FreeProc* freeProc = TCL_STATIC) -+ { Tcl_SetResult(tcl_, (char *)p, freeProc); } - void resultf(const char* fmt, ...); - inline void CreateCommand(const char* cmd, Tcl_CmdProc* cproc, - ClientData cd = 0, ---- source.cc.orig Thu Apr 4 07:05:45 1996 -+++ source.cc Tue Dec 17 14:38:44 1996 -@@ -251,8 +251,7 @@ - return (TCL_OK); - } - if (strcmp(argv[1], "addr") == 0) { -- strcpy(wrk, InetNtoa(addr_)); -- tcl.result(wrk); -+ tcl.result(InetNtoa(addr_), TCL_DYNAMIC); - return (TCL_OK); - } - if (strcmp(argv[1], "srcid") == 0) { ---- Tcl.cc.orig Tue Apr 2 20:53:27 1996 -+++ Tcl.cc Tue Dec 17 15:45:30 1996 -@@ -65,6 +65,7 @@ - { - instance_.tcl_ = tcl; - instance_.application_ = application; -+ Tcl_Init(tcl); - } - - void Tcl::evalc(const char* s) -@@ -162,6 +163,8 @@ - Tcl& tcl = Tcl::instance(); - if (!tcl.dark()) - tcl.DeleteCommand(name_); -+ if (name_ != 0) -+ delete name_; - TclObject** p; - for (p = &all_; *p != this; p = &(*p)->next_) - ; -@@ -197,8 +200,9 @@ - void TclObject::setproc(const char* s) - { - Tcl& tcl = Tcl::instance(); -- if (name_ != 0 && !tcl.dark()) { -- tcl.DeleteCommand(name_); -+ if (name_ != 0) { -+ if (!tcl.dark()) -+ tcl.DeleteCommand(name_); - delete name_; - } - int n = strlen(s); ---- sitebox.cc.orig 1997/01/07 22:48:27 -+++ sitebox.cc 1997/01/07 23:27:35 -@@ -230,6 +230,10 @@ - - Site::~Site() - { -+ if (text_) -+ delete text_; -+ if (tag_) -+ delete tag_; - } - - int Site::command(int argc, const char*const* argv) -@@ -638,8 +642,8 @@ - need_sort_ = 0; - - Tcl& tcl = Tcl::instance(); -- Tk_Uid fg = mono()? "black" : (char*)tcl.attr("foreground"); -- Tk_Uid bg = mono()? "white" : (char*)tcl.attr("background"); -+ Tk_Uid fg = mono()? (char*)"black" : (char*)tcl.attr("foreground"); -+ Tk_Uid bg = mono()? (char*)"white" : (char*)tcl.attr("background"); - fg_ = lookup_gc(0, fg, bg); - bg_ = lookup_gc(0, bg, bg); - } diff --git a/audio/vat/files/patch-af b/audio/vat/files/patch-af deleted file mode 100644 index 6b73cca9f5c8..000000000000 --- a/audio/vat/files/patch-af +++ /dev/null @@ -1,117 +0,0 @@ ---- net.cc.orig 1997/10/07 19:07:01 -+++ net.cc 1998/01/26 22:21:41 -@@ -163,46 +163,48 @@ - { - int cc = ::send(fd, (char*)buf, len, 0); - if (cc < 0) { -- switch (errno) { -+ /* -+ * Due to a bug in kern/uipc_socket.c, on several -+ * systems, datagram sockets incorrectly persist -+ * in an error state on receipt of any ICMP -+ * error. This causes unicast connection -+ * rendezvous problems, and worse, multicast -+ * transmission problems because several systems -+ * incorrectly send port unreachables for -+ * multicast destinations. Our work around -+ * is to call getsockopt(..., SO_ERROR, ...) -+ * which resets so->so_error. -+ * -+ * This bug originated at CSRG in Berkeley -+ * and was present in the BSD Reno networking -+ * code release. It has since been fixed -+ * in OSF-3.x. It is know to remain -+ * in 4.4BSD and AIX-4.1.3. -+ * -+ * A fix is to change the following lines from -+ * kern/uipc_socket.c: -+ * -+ * if (so_serror) -+ * snderr(so->so_error); -+ * -+ * to: -+ * -+ * if (so->so_error) { -+ * error = so->so_error; -+ * so->so_error = 0; -+ * splx(s); -+ * goto release; -+ * } -+ * -+ */ -+ int err, errlen = sizeof(err), savederrno; -+ -+ savederrno = errno; -+ getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, -+ &errlen); -+ switch (savederrno) { - case ECONNREFUSED: - /* no one listening at some site - ignore */ --#if defined(__osf__) || defined(_AIX) -- /* -- * Due to a bug in kern/uipc_socket.c, on several -- * systems, datagram sockets incorrectly persist -- * in an error state on receipt of an ICMP -- * port-unreachable. This causes unicast connection -- * rendezvous problems, and worse, multicast -- * transmission problems because several systems -- * incorrectly send port unreachables for -- * multicast destinations. Our work around -- * is to simply close and reopen the socket -- * (by calling reset() below). -- * -- * This bug originated at CSRG in Berkeley -- * and was present in the BSD Reno networking -- * code release. It has since been fixed -- * in 4.4BSD and OSF-3.x. It is know to remain -- * in AIX-4.1.3. -- * -- * A fix is to change the following lines from -- * kern/uipc_socket.c: -- * -- * if (so_serror) -- * snderr(so->so_error); -- * -- * to: -- * -- * if (so->so_error) { -- * error = so->so_error; -- * so->so_error = 0; -- * splx(s); -- * goto release; -- * } -- * -- */ -- reset(); --#endif - break; - - case ENETUNREACH: -@@ -217,7 +219,7 @@ - * icmp unreachable, so we should be able to - * send now. - */ -- (void)::send(ssock_, (char*)buf, len, 0); -+ (void)::send(fd, (char*)buf, len, 0); - break; - - default: -@@ -264,12 +266,14 @@ - } - int cc = ::sendmsg(ssock_, (msghdr*)&mh, 0); - if (cc < 0) { -- switch (errno) { -+ int err, errlen = sizeof(err), savederrno; -+ -+ savederrno = errno; -+ getsockopt(ssock_, SOL_SOCKET, SO_ERROR, &err, -+ &errlen); -+ switch (savederrno) { - case ECONNREFUSED: - /* no one listening at some site - ignore */ --#if defined(__osf__) || defined(_AIX) -- reset(); --#endif - break; - - case ENETUNREACH: diff --git a/audio/vat/files/patch-ag b/audio/vat/files/patch-ag deleted file mode 100644 index c4735e351557..000000000000 --- a/audio/vat/files/patch-ag +++ /dev/null @@ -1,45 +0,0 @@ ---- ui-resource.tcl.orig Tue Mar 12 07:32:56 1996 -+++ ui-resource.tcl Thu Feb 19 10:48:04 1998 -@@ -111,32 +111,24 @@ - # - option add *tearOff 0 - -- # -- # Make the color scheme a little darker than the default gray. -- # Go through all the palette resources and raise the option data -- # base priority from widgetDefault to 61 so that user's X resources -- # won't override these. -- # -- tk_setPalette gray80 -- foreach option [array names tkPalette] { -- option add *$option $tkPalette($option) 61 -- } -- - option add *highlightThickness 0 - - option add *Radiobutton.relief flat startupFile - option add *Checkbutton.anchor w startupFile - option add *Radiobutton.anchor w startupFile - option add *Radiobutton.relief flat startupFile -- option add *Scale.sliderForeground gray66 startupFile -- option add *Scale.activeForeground gray80 startupFile -- option add *Scale.background gray70 startupFile - -- # vat widgets -- option add Vat.disabledColor gray50 startupFile -- option add Vat.highlightColor gray95 startupFile -+ # add color defaults for vat widgets - where possible, use -+ # the platform specific values compiled into tk widgets -+ scale .junk -+ option add *foreground [.junk cget -foreground] widgetDefault -+ option add *background [.junk cget -background] widgetDefault -+ option add *activeBackground [.junk cget -activebackground] widgetDefault -+ destroy .junk -+ -+ option add *highlightColor white widgetDefault - option add Vat.infoHighlightColor LightYellow2 startupFile -- option add *VatVU.foreground black startupFile -+ option add Vat.disabledColor gray50 startupFile - option add *VatVU.peak gray50 startupFile - option add *VatVU.hot firebrick1 startupFile - option add *VatVU.hotLevel 90 startupFile diff --git a/audio/vat/files/patch-ah b/audio/vat/files/patch-ah deleted file mode 100644 index 596513307334..000000000000 --- a/audio/vat/files/patch-ah +++ /dev/null @@ -1,577 +0,0 @@ ---- audio-voxware.cc.orig Fri Apr 26 05:22:37 1996 -+++ audio-voxware.cc Sat May 10 00:15:51 2003 -@@ -1,4 +1,6 @@ - /* -+ * Modifications (C) 1997-1998 by Luigi Rizzo and others. -+ * - * Copyright (c) 1991-1993 Regents of the University of California. - * All rights reserved. - * -@@ -33,31 +35,43 @@ - static const char rcsid[] = - "@(#) $Header: audio-voxware.cc,v 1.10 96/04/26 05:22:05 van Exp $ (LBL)"; - --#include <string.h> --#include <sys/fcntl.h> --#include <errno.h> --#if defined(sco) || defined(__bsdi__) --#include <sys/socket.h> --#endif --#if defined(__FreeBSD__) --#include <sys/types.h> --#include <sys/uio.h> --#include <unistd.h> --#include <machine/soundcard.h> -+ -+/* -+ * Full Duplex audio module for the new sound driver and full duplex -+ * cards. Luigi Rizzo, from original sources supplied by Amancio Hasty. -+ * -+ * This includes some enhancements: -+ * - the audio device to use can be in the AUDIODEV env. variable. -+ * It can be either a unit number or a full pathname; -+ * - use whatever format is available from the card (included split -+ * format e.g. for the sb16); -+ * - limit the maximum size of the playout queue to approx 4 frames; -+ * this is necessary if the write channel is slower than expected; -+ * the fix is based on two new ioctls, AIOGCAP and AIONWRITE, -+ * but the code should compile with the old driver as well. -+ */ -+ -+#if !defined(__FreeBSD__) || (__FreeBSD__ < 4) -+#include <osfcn.h> - #else --#include <sys/soundcard.h> -+#include <fcntl.h> - #endif -+#include <sys/soundcard.h> - #include "audio.h" -+#include "mulaw.h" - #include "Tcl.h" - - #define ULAW_ZERO 0x7f -+ -+/* for use in the Voxware driver */ - #define ABUFLOG2 8 --#define ABUFLEN (1 << ABUFLOG2) - #define NFRAG 5 - --class VoxWareAudio : public Audio { -+extern const u_char lintomulawX[]; -+ -+class VoxWare : public Audio { - public: -- VoxWareAudio(); -+ VoxWare(); - virtual int FrameReady(); - virtual u_char* Read(); - virtual void Write(u_char *); -@@ -66,163 +80,415 @@ - virtual void OutputPort(int); - virtual void InputPort(int); - virtual void Obtain(); -+ virtual void Release(); - virtual void RMute(); - virtual void RUnmute(); - virtual int HalfDuplex() const; - protected: -+ int ext_fd; /* source for external file */ - -- u_char* readptr; -- u_char* readbufend; - u_char* readbuf; -+ u_short *s16_buf; -+ -+ int play_fmt ; -+ int is_half_duplex ; -+ -+ // new sound driver -+ int rec_fmt ; /* the sb16 has split format... */ -+ snd_capabilities soundcaps; - -- u_char* ubufptr; -- u_char* ubufend; -- u_char* ubuf; -- -- u_char* writeptr; -- u_char* writebufend; -- u_char* writebuf; - }; - --static class VoxWareAudioMatcher : public Matcher { -+static class VoxWareMatcher : public Matcher { - public: -- VoxWareAudioMatcher() : Matcher("audio") {} -+ VoxWareMatcher() : Matcher("audio") {} - TclObject* match(const char* fmt) { - if (strcmp(fmt, "voxware") == 0) -- return (new VoxWareAudio); -- else -+ return (new VoxWare); - return (0); - } --} voxware_audio_matcher; -+} linux_audio_matcher; - --VoxWareAudio::VoxWareAudio() -+VoxWare::VoxWare() - { -- readbuf = new u_char[ABUFLEN]; -- readptr = readbufend = readbuf + ABUFLEN; -+ readbuf = new u_char[blksize]; -+ s16_buf = new u_short[blksize]; - -- writeptr = writebuf = new u_char[ABUFLEN]; -- writebufend = writebuf + ABUFLEN; -+ memset(readbuf, ULAW_ZERO, blksize); - -- ubufptr = ubuf = new u_char[blksize]; -- ubufend = ubuf + blksize; -- memset(ubuf, ULAW_ZERO, blksize); -+ ext_fd = -1 ; /* no external audio */ -+ iports = 4; /* number of input ports */ - } - --int VoxWareAudio::HalfDuplex() const -+void -+VoxWare::Obtain() - { -- /*XXX change this if full duplex audio device available*/ -- return 1; --} -+ char *thedev; -+ char buf[64]; -+ int d = -1; - --void VoxWareAudio::Obtain() --{ - if (HaveAudio()) - abort(); -- -- fd = open("/dev/audio", O_RDWR|O_NDELAY); -+ is_half_duplex = 0 ; -+ /* -+ * variable AUDIODEV has the name of the audio device. -+ * With the new audio driver, the main device can also control -+ * the mixer, so there is no need to carry two descriptors around. -+ */ -+ thedev=getenv("AUDIODEV"); -+ if (thedev==NULL) -+ thedev="/dev/audio"; -+ else if ( thedev[0] >= '0' && thedev[0] <= '9' ) { -+ d = atoi(thedev); -+ sprintf(buf,"/dev/audio%d", d); -+ thedev = buf ; -+ } -+ fd = open(thedev, O_RDWR ); - if (fd >= 0) { -- int on = 1; -- ioctl(fd, FIONBIO, &on); -+ int i = -1 ; -+ u_long fmt = 0 ; -+ int rate = 8000 ; -+ -+ snd_chan_param pa; -+ struct snd_size sz; -+ i = ioctl(fd, AIOGCAP, &soundcaps); -+ fmt = soundcaps.formats ; /* can be invalid, check later */ -+ -+ play_fmt = AFMT_MU_LAW ; -+ rec_fmt = AFMT_MU_LAW ; -+ -+ if (i == -1 ) { /* setup code for old voxware driver */ -+ i = ioctl(fd, SNDCTL_DSP_GETFMTS, &fmt); -+ fmt &= AFMT_MU_LAW ; /* only use mu-law */ -+ fmt |= AFMT_FULLDUPLEX ; -+ if ( i < 0 ) { /* even voxware driver failed, try with pcaudio */ -+ fmt = AFMT_MU_LAW | AFMT_WEIRD ; -+ } -+ } -+ switch (soundcaps.formats & (AFMT_FULLDUPLEX | AFMT_WEIRD)) { -+ case AFMT_FULLDUPLEX : -+ /* -+ * this entry for cards with decent full duplex. Use s16 -+ * preferably (some are broken in ulaw) or ulaw or u8 otherwise. -+ */ -+ if (fmt & AFMT_S16_LE) -+ play_fmt = rec_fmt = AFMT_S16_LE ; -+ else if (soundcaps.formats & AFMT_MU_LAW) -+ play_fmt = rec_fmt = AFMT_MU_LAW ; -+ else if (soundcaps.formats & AFMT_U8) -+ play_fmt = rec_fmt = AFMT_U8 ; -+ else { -+ printf("sorry, no supported formats\n"); -+ close(fd); -+ fd = -1 ; -+ return; -+ } -+ break ; -+ case AFMT_FULLDUPLEX | AFMT_WEIRD : -+ /* this is the sb16... */ -+ if (fmt & AFMT_S16_LE) { -+ play_fmt = AFMT_U8 ; -+ rec_fmt = AFMT_S16_LE; -+ } else { -+ printf("sorry, no supported formats\n"); -+ close(fd); -+ fd = -1 ; -+ return; -+ } -+ break ; -+ default : -+ printf("sorry don't know how to deal with this card\n"); -+ close (fd); -+ fd = -1; -+ return; -+ } - -- int frag = (NFRAG << 16) | ABUFLOG2; -- ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &frag); --#ifdef fullduplex -+ pa.play_format = play_fmt ; -+ pa.rec_format = rec_fmt ; -+ pa.play_rate = pa.rec_rate = rate ; -+ ioctl(fd, AIOSFMT, &pa); /* if this fails, also AIOSSIZE will.. */ -+ sz.play_size = (play_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ sz.rec_size = (rec_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ i = ioctl(fd, AIOSSIZE, &sz); -+ -+ /* -+ * Set the line input level to 0 to avoid loopback if the mic -+ * is connected to the line-in port (e.g. through an echo -+ * canceller). -+ */ -+ int v = 0; -+ (void)ioctl(fd, MIXER_WRITE(SOUND_MIXER_LINE), &v); -+ // restore hardware settings in case some other vat changed them -+ InputPort(iport); -+ SetRGain(rgain); -+ SetPGain(pgain); -+ -+ if ( i < 0 ) { // if AIOSSIZE fails, maybe this is a Voxware driver -+ ioctl(fd, SNDCTL_DSP_SPEED, &rate); -+ ioctl(fd, SNDCTL_DSP_SETFMT, &play_fmt); // same for play/rec -+ d = (play_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ ioctl(fd, SNDCTL_DSP_SETBLKSIZE, &d); -+ read(fd, &i, 1); /* dummy read to start read engine */ -+ } - Audio::Obtain(); --#else -- notify(); --#endif -+ } else { -+ fprintf(stderr, "failed to open rw...\n"); -+ fd = open(thedev, O_WRONLY ); -+ fprintf(stderr, "open wronly returns %d\n", fd); -+ is_half_duplex = 1 ; -+ play_fmt = rec_fmt = AFMT_MU_LAW ; -+ notify(); /* XXX */ - } - } - --void VoxWareAudio::Write(u_char *cp) -+/* -+ * note: HalfDuplex() uses a modified function of the new driver, -+ * which will return AFMT_FULLDUPLEX set in SNDCTL_DSP_GETFMTS -+ * for full-duplex devices. In the old driver this was 0 so -+ * the default is to use half-duplex for them. Note also that I have -+ * not tested half-duplex operation. -+ */ -+int -+VoxWare::HalfDuplex() const - { -- if (HaveAudio() && (rmute & 1) != 0) { -- register u_char *cpend = cp + blksize; -- register u_char *wbuf = writeptr; -- register u_char *wend = writebufend; -- for ( ; cp < cpend; cp += 4) { -- wbuf[0] = cp[0]; -- wbuf[1] = cp[1]; -- wbuf[2] = cp[2]; -- wbuf[3] = cp[3]; -- wbuf += 4; -- if (wbuf >= wend) { -- wbuf = writebuf; -- if (write(fd, (char*)wbuf, ABUFLEN) != ABUFLEN) -- perror("aud write"); -- } -- } -- writeptr = wbuf; -+ int i, probed_duplex = 0; -+ -+ /* newpcm style */ -+#ifdef SNDCTL_DSP_GETCAPS -+ ioctl(fd, SNDCTL_DSP_GETCAPS, &i); -+ probed_duplex |= (i & DSP_CAP_DUPLEX); -+#endif /* SNDCTL_DSP_GETCAPS */ -+ -+ /* pcm style */ -+#ifdef SNDCTL_DSP_GETFMTS -+ ioctl(fd, SNDCTL_DSP_GETFMTS, &i); -+ probed_duplex |= (i & AFMT_FULLDUPLEX); -+#endif /* SNDCTL_DSP_GETFMTS */ -+ -+ if (is_half_duplex || (probed_duplex == 0)) { -+ fprintf(stderr, "HalfDuplex returns 1\n"); -+ return 1 ; - } -+ -+ return 0; - } - --int VoxWareAudio::FrameReady() -+void VoxWare::Release() - { -- if ((rmute & 1) == 0) { -- register u_char* cp = ubufptr; -- register u_char* cpend = ubufend; -- register u_char* rbuf = readptr; -- register u_char* rend = readbufend; -- -- for ( ; cp < cpend; cp += 4) { -- if (rbuf >= rend) { -- rbuf = readbuf; -- int cc = read(fd, (char*)rbuf, ABUFLEN); -- if (cc <= 0) { -- ubufptr = cp; -- readbufend = rbuf; -- if (cc == -1 && errno != EAGAIN) { -- Release(); -- Obtain(); -- } -- return (0); -+ if (HaveAudio()) { -+ Audio::Release(); - } -- readbufend = rend = rbuf + cc; - } -- cp[0] = rbuf[0]; -- cp[1] = rbuf[1]; -- cp[2] = rbuf[2]; -- cp[3] = rbuf[3]; -- rbuf += 4; -+ -+void VoxWare::Write(u_char *cp) -+{ -+ int i = blksize, l; -+ if (play_fmt == AFMT_S16_LE) { -+ for (i=0; i< blksize; i++) -+ s16_buf[i] = mulawtolin[cp[i]] ; -+ cp = (u_char *)s16_buf; -+ i = 2 *blksize ; -+ } else if (play_fmt == AFMT_S8) { -+ for (i=0; i< blksize; i++) { -+ int x = mulawtolin[cp[i]] ; -+ x = (x >> 8 ) & 0xff; -+ cp[i] = (u_char)x ; -+ } -+ i = blksize ; -+ } else if (play_fmt == AFMT_U8) { -+ for (i=0; i< blksize; i++) { -+ int x = mulawtolin[cp[i]] ; -+ /* -+ * when translating to 8-bit formats, it would be useful to -+ * implement AGC to avoid loss of resolution in the conversion. -+ * This code is still incomplete... -+ */ -+#if 0 /* AGC -- still not complete... */ -+ static int peak = 0; -+ if (x < 0) x = -x ; -+ if (x > peak) peak = ( peak*16 + x - peak ) / 16 ; -+ else peak = ( peak*8192 + x - peak ) / 8192 ; -+ if (peak < 128) peak = 128 ; -+ /* at this point peak is in the range 128..32k -+ * samples can be scaled and clipped consequently. -+ */ -+ x = x * 32768/peak ; -+ if (x > 32767) x = 32767; -+ else if (x < -32768) x = -32768; -+#endif -+ x = (x >> 8 ) & 0xff; -+ x = (x ^ 0x80) & 0xff ; -+ cp[i] = (u_char)x ; -+ } -+ i = blksize ; -+ } -+#if 0 -+ // this code is meant to keep the queue short. -+ int r, queued; -+ r = ioctl(fd, AIONWRITE, &queued); -+ queued = soundcaps.bufsize - queued ; -+ if (play_fmt == AFMT_S16_LE) { -+ if (queued > 8*blksize) -+ i -= 8 ; -+ } else { -+ if (queued > 4*blksize) -+ i -= 4 ; - } -- readptr = rbuf; -+#endif -+ for ( ; i > 0 ; i -= l) { -+ l = write(fd, cp, i); -+ cp += l; - } -- return (1); - } - --u_char* VoxWareAudio::Read() -+u_char* VoxWare::Read() - { -- u_char* cp = ubuf; -- ubufptr = cp; -- return (cp); -+ u_char* cp; -+ int l=0, l0 = blksize, i = blksize; -+ -+ cp = readbuf; -+ -+ if (rec_fmt == AFMT_S16_LE) { -+ cp = (u_char *)s16_buf; -+ l0 = i = 2 *blksize ; -+ } -+ for ( ; i > 0 ; i -= l ) { -+ l = read(fd, cp, i); -+ if (l<0) break; -+ cp += l ; -+ } -+ if (rec_fmt == AFMT_S16_LE) { -+ for (i=0; i< blksize; i++) { -+#if 1 /* remove DC component... */ -+ static int smean = 0 ; /* smoothed mean to remove DC */ -+ int dif = ((short) s16_buf[i]) - (smean >> 13) ; -+ smean += dif ; -+ readbuf[i] = lintomulawX[ dif & 0x1ffff ] ; -+#else -+ readbuf[i] = lintomulaw[ s16_buf[i] ] ; -+#endif -+ } -+ } -+ else if (rec_fmt == AFMT_S8) { -+ for (i=0; i< blksize; i++) -+ readbuf[i] = lintomulaw[ readbuf[i]<<8 ] ; -+ } -+ else if (rec_fmt == AFMT_U8) { -+ for (i=0; i< blksize; i++) -+ readbuf[i] = lintomulaw[ (readbuf[i]<<8) ^ 0x8000 ] ; -+ } -+ if (iport == 3) { -+ l = read(ext_fd, readbuf, blksize); -+ if (l < blksize) { -+ lseek(ext_fd, (off_t) 0, 0); -+ read(ext_fd, readbuf+l, blksize - l); -+ } -+ } -+ return readbuf; - } - --void VoxWareAudio::SetRGain(int level) -+/* -+ * should check that I HaveAudio() before trying to set gain. -+ * -+ * In most mixer devices, there is only a master volume control on -+ * the capture channel, so the following code does not really work -+ * as expected. The only (partial) exception is the MIC line, where -+ * there is generally a 20dB boost which can be enabled or not -+ * depending on the type of device. -+ */ -+void VoxWare::SetRGain(int level) - { -+ double x = level; -+ level = (int) (x/2.56); -+ int foo = (level<<8) | level; -+ if (!HaveAudio()) -+ Obtain(); -+ switch (iport) { -+ case 2: -+ case 1: -+ break; -+ case 0: -+ if (ioctl(fd, MIXER_WRITE(SOUND_MIXER_MIC), &foo) == -1) -+ printf("failed to set mic volume \n"); -+ break; -+ } -+ /* IGAIN tends to be found on SB-like mixers, RECLEV on AC97 */ -+ if ((ioctl(fd, MIXER_WRITE(SOUND_MIXER_IGAIN), &foo) == -1) && -+ (ioctl(fd, MIXER_WRITE(SOUND_MIXER_RECLEV), &foo) == -1)) -+ printf("failed set input line volume \n"); - rgain = level; - } - --void VoxWareAudio::SetPGain(int level) -+void VoxWare::SetPGain(int level) - { -+ float x = level; -+ level = (int) (x/2.56); -+ int foo = (level<<8) | level; -+ if (ioctl(fd, MIXER_WRITE(SOUND_MIXER_PCM), &foo) == -1) { -+ printf("failed to output level %d \n", level); -+ } - pgain = level; - } - --void VoxWareAudio::OutputPort(int p) -+void VoxWare::OutputPort(int p) - { - oport = p; - } - --void VoxWareAudio::InputPort(int p) -+void VoxWare::InputPort(int p) - { -+ int src = 0; -+ -+ if (ext_fd >= 0 && p != 3) { -+ close(ext_fd); -+ ext_fd = -1 ; -+ } -+ -+ switch(p) { -+ case 3: -+ if (ext_fd == -1) -+ ext_fd = open(ext_fname, 0); -+ if (ext_fd != -1) -+ lseek(ext_fd, (off_t) 0, 0); -+ break; -+ case 2: -+ src = 1 << SOUND_MIXER_LINE; -+ break; -+ case 1: /* cd ... */ -+ src = 1 << SOUND_MIXER_CD; -+ break; -+ case 0 : -+ src = 1 << SOUND_MIXER_MIC; -+ break; -+ } -+ if ( ioctl(fd, SOUND_MIXER_WRITE_RECSRC, &src) == -1 ) { -+ printf("failed to select input \n"); -+ p = 0; -+ } - iport = p; - } - --void VoxWareAudio::RMute() -+void VoxWare::RMute() - { - rmute |= 1; - } - --void VoxWareAudio::RUnmute() -+void VoxWare::RUnmute() - { - rmute &=~ 1; - } -+ -+/* -+ * FrameReady must return 0 every so often, or the system will keep -+ * processing mike data and not other events. -+ */ -+int VoxWare::FrameReady() -+{ -+ int i, l = 0; -+ int lim = blksize; -+ -+ i = ioctl(fd, FIONREAD, &l ); -+ if (rec_fmt == AFMT_S16_LE) lim = 2*blksize; -+ return (l >= lim) ? 1 : 0 ; -+} -+/*** end of file ***/ diff --git a/audio/vat/files/patch-ai b/audio/vat/files/patch-ai deleted file mode 100644 index 15a8677d87c7..000000000000 --- a/audio/vat/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- iohandler.cc.orig Sun Nov 28 18:49:59 1999 -+++ iohandler.cc Sun Nov 28 18:50:46 1999 -@@ -132,7 +132,7 @@ - - } - #else -- Tk_CreateFileHandler((ClientData)fd, mask, callback, (ClientData)this); -+ Tk_CreateFileHandler(fd, mask, callback, (ClientData)this); - #endif - } - -@@ -151,7 +151,7 @@ - } - #else - if (fd_ >= 0) { -- Tk_DeleteFileHandler((ClientData)fd_); -+ Tk_DeleteFileHandler(fd_); - fd_ = -1; - } - #endif diff --git a/audio/vat/files/patch-aj b/audio/vat/files/patch-aj deleted file mode 100644 index 5ee097c986d3..000000000000 --- a/audio/vat/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Jan 27 18:55:52 2000 -+++ Makefile.in Thu Jan 27 18:56:07 2000 -@@ -39,7 +39,7 @@ - all: $(ALL) - - .cc.o: -- rm -f $@; $(C++) -c $(CFLAGS) $*.cc -+ rm -f $@; $(C++) -pedantic -c $(CFLAGS) $*.cc - - .c.o: - rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c diff --git a/audio/vat/files/patch-ak b/audio/vat/files/patch-ak deleted file mode 100644 index d45528e48bc6..000000000000 --- a/audio/vat/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- old/audio.cc Fri May 3 13:27:20 1996 -+++ audio.cc Thu Apr 16 21:36:33 1998 -@@ -70,6 +70,7 @@ - filter(new Filter(this)), - handler_(0) - { -+ ext_fname[0]='\0'; - for (u_int i = 0; i < sizeof(omode)/sizeof(omode[0]); ++i) - omode[i] = mode_mikemutesnet; - } -@@ -479,6 +480,10 @@ - *cp++ = '\0'; - return (TCL_OK); - } -+ } else if (strcmp(argv[1], "filename") == 0) { -+ strncpy(ext_fname, argv[2], sizeof(ext_fname)); -+ InputPort(input_line3); -+ return (TCL_OK); - } - } else if (argc == 4) { - if (strcmp(argv[1], "input") == 0) { diff --git a/audio/vat/files/patch-al b/audio/vat/files/patch-al deleted file mode 100644 index 1ce8088f62c8..000000000000 --- a/audio/vat/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- old/audio.h Fri Apr 26 12:00:44 1996 -+++ audio.h Fri Feb 20 13:44:01 1998 -@@ -158,6 +158,7 @@ - int rgain, pgain; - Filter *filter; - AudioHandler* handler_; -+ char ext_fname[256]; - }; - - #endif diff --git a/audio/vat/files/patch-am b/audio/vat/files/patch-am deleted file mode 100644 index b3d22bbf4ed4..000000000000 --- a/audio/vat/files/patch-am +++ /dev/null @@ -1,22 +0,0 @@ ---- old/bitmaps/linein3.xbm Fri May 3 12:18:11 1996 -+++ bitmaps/linein3.xbm Wed Oct 29 11:07:34 1997 -@@ -1,11 +1,11 @@ - #define linein3_width 30 - #define linein3_height 24 - static char linein3_bits[] = { -- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, -- 0x00, 0x80, 0xff, 0x00, 0x00, 0xe0, 0xc1, 0x03, 0x00, 0x70, 0x04, 0x07, -- 0x00, 0x30, 0x0c, 0x06, 0x00, 0x18, 0x18, 0x0c, 0x00, 0x18, 0x30, 0x0c, -- 0x00, 0x0c, 0x60, 0x18, 0xe0, 0xff, 0xff, 0x18, 0xe0, 0xff, 0xff, 0x19, -- 0xe0, 0xff, 0xff, 0x18, 0x00, 0x0c, 0x60, 0x18, 0x00, 0x18, 0x30, 0x0c, -- 0x18, 0x18, 0x18, 0x0c, 0x24, 0x30, 0x0c, 0x06, 0x20, 0x70, 0x04, 0x07, -- 0x18, 0xe0, 0xc1, 0x03, 0x10, 0x80, 0xff, 0x00, 0x20, 0x00, 0x3e, 0x00, -- 0x24, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ 0x00, 0x00, 0x00, 0x00, 0x7c, 0x1b, 0x3e, 0x00, 0x0c, 0x1b, 0x06, 0x00, -+ 0x0c, 0x1b, 0x06, 0x00, 0x3c, 0x1b, 0x1e, 0x00, 0x0c, 0x1b, 0x06, 0x00, -+ 0x0c, 0x1b, 0x06, 0x00, 0x0c, 0xfb, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x70, 0x00, 0x80, 0x0f, 0xf8, 0x00, -+ 0xc0, 0x18, 0x8c, 0x01, 0x60, 0x30, 0x06, 0x03, 0x60, 0x30, 0x06, 0x03, -+ 0x60, 0x30, 0x06, 0x03, 0xc0, 0x18, 0x8c, 0x01, 0x80, 0xff, 0xff, 0x00, -+ 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/audio/vat/files/patch-an b/audio/vat/files/patch-an deleted file mode 100644 index 108d0e8ac475..000000000000 --- a/audio/vat/files/patch-an +++ /dev/null @@ -1,45 +0,0 @@ ---- old/ui-main.tcl Fri May 3 13:27:22 1996 -+++ ui-main.tcl Sat Feb 21 06:02:59 1998 -@@ -373,9 +373,9 @@ - } - mk.obuttons $w.frame.buttons - frame $w.frame.ssthresh -- # mk.ssthresh $w.frame.ssthresh -- #pack $w.frame.radios $w.frame.buttons $w.frame.ssthresh \ -- # -anchor c -pady 4 -+ mk.ssthresh $w.frame.ssthresh -+ pack $w.frame.radios $w.frame.buttons $w.frame.ssthresh \ -+ -anchor c -pady 4 - pack $w.frame.radios $w.frame.buttons \ - -anchor c -pady 4 - pack $w.label $w.frame -expand 1 -fill x -@@ -515,6 +515,12 @@ - return 0 - } - -+proc update_filename { w s } { -+ set s [string trim $s] -+ audio filename $s -+ return 0 -+} -+ - proc mk.entries { w } { - global sessionKey confName - set sessionKey [option get . sessionKey Vat] -@@ -913,6 +919,16 @@ - set a .m.right - frame $a.ab - mk.ab $a.ab -+ -+### XXX -+ set f [ctrlfont] -+ frame .m.file -+ label .m.file.label -text "AU File: " -font $f -+ mk.entry .m.file update_filename "" -+ .m.file.entry configure -width 30 -+ pack .m.file.label -side left -+ pack .m.file.entry -side left -expand 1 -fill x -pady 2 -+ pack .m.file -fill x - - bind . c purge_sources - bind . C purge_sources diff --git a/audio/vat/files/patch-ao b/audio/vat/files/patch-ao deleted file mode 100644 index d249ce21269c..000000000000 --- a/audio/vat/files/patch-ao +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.in.orig Thu Jan 23 18:20:46 2003 -+++ configure.in Thu Jan 23 18:21:05 2003 -@@ -153,6 +153,7 @@ - ;; - *-*-freebsd*) - V_OBJ_AUDIO="$V_OBJ_AUDIO audio-voxware.o" -+ V_DEFINE="$V_DEFINE -DSIGARGS=int" - ;; - *-*-sco*) - V_DEFINE="$V_DEFINE -DSIGARGS=int -Dsco" diff --git a/audio/vat/pkg-descr b/audio/vat/pkg-descr deleted file mode 100644 index 4c043e7dca5e..000000000000 --- a/audio/vat/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vat allows users to conduct host-to-host or multihost audio -teleconferences over an internet. - -WWW: http://www-nrg.ee.lbl.gov/vat/ diff --git a/audio/xspeakfree/Makefile b/audio/xspeakfree/Makefile deleted file mode 100644 index 57e7b02c4f33..000000000000 --- a/audio/xspeakfree/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: xspeakfree -# Date created: 08 Nov 2003 -# Whom: Travis Poppe <tlp@liquidx.org> -# -# $FreeBSD$ -# - -PORTNAME= xspeakfree -PORTVERSION= 0.8.2 -CATEGORIES= mbone net audio -MASTER_SITES= http://dark.ibroadcast.net/distfiles/ - -MAINTAINER= tlp@liquidx.org -COMMENT= Tcl/Tk (wish) frontend to Speak Freely - -RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ - ${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely \ - -NO_BUILD= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes - -PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO - -post-patch: - @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree - ${MKDIR} ${PREFIX}/lib/xspeakfree - ${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree - ${MKDIR} ${DOCSDIR} -.for FILE in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/audio/xspeakfree/distinfo b/audio/xspeakfree/distinfo deleted file mode 100644 index 1cd7e31f84ee..000000000000 --- a/audio/xspeakfree/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xspeakfree-0.8.2.tar.gz) = d2bf1a47a56acea1ef64ddf66cd28220 -SIZE (xspeakfree-0.8.2.tar.gz) = 47853 diff --git a/audio/xspeakfree/pkg-descr b/audio/xspeakfree/pkg-descr deleted file mode 100644 index 58e91481b308..000000000000 --- a/audio/xspeakfree/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -xspeakfree is a Tcl/Tk (wish) frontend to Speak Freely. - -WWW: http://www.spearce.org/projects/xspeakfree/ - -- Travis Poppe -tlp@liquidx.org diff --git a/audio/xspeakfree/pkg-plist b/audio/xspeakfree/pkg-plist deleted file mode 100644 index cb03efb870e0..000000000000 --- a/audio/xspeakfree/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/xspeakfree -lib/xspeakfree/busy.au -lib/xspeakfree/cmd.tcl -lib/xspeakfree/gui.tcl -lib/xspeakfree/newdialog.tcl -lib/xspeakfree/open3.tcl -lib/xspeakfree/ring.au -lib/xspeakfree/siteconf.tcl -lib/xspeakfree/xspeakfree-version.tcl -lib/xspeakfree/xspeakfree.tcl -@dirrm lib/xspeakfree |