diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /audio | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'audio')
172 files changed, 0 insertions, 9276 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile deleted file mode 100644 index 5b531b1df628..000000000000 --- a/audio/amarok-kde4/Makefile +++ /dev/null @@ -1,134 +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= 1.4.8 -PORTREVISION= 3 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src - -MAINTAINER= mich@FreeBSD.org -COMMENT= Media player for KDE - -LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ - tunepimp.5:${PORTSDIR}/audio/libtunepimp \ - mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ - xine.1:${PORTSDIR}/multimedia/libxine - -MIN_OPTIONS_VER= ${PORTNAME}-1.4.1 - -USE_BZIP2= yes -USE_KDEBASE_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GETTEXT= yes -USE_SDL= sdl -USE_RUBY= yes -USE_LDCONFIG= yes -USE_GNOME= -INSTALLS_ICONS= yes - -OPTIONS= GPOD "iPod support" on \ - NJB "Creative Nomad and Dell support" on \ - MTP "MTP device support" on \ - LIBVISUAL "libvisual support" off \ - OPENGL "OpenGL support" on \ - AMAZON "Amazon cover fetching support" on \ - MYSQL "Use MySQL as collection backend" off \ - POSTGRESQL "Use PostgreSQL as collection backend" off \ - HIDEMENUBAR "Revert the 'Hide Menubar' feature" off \ - -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS+=--without-exscalibar \ - --with-mp4v2 \ - --with-mp4v2-dir=${PREFIX} - -.if !defined(WITH_GPOD) -PLIST_SUB+= GPOD="@comment " -CONFIGURE_ARGS+=--without-libgpod -.else -LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-libgpod -PLIST_SUB+= GPOD="" -.endif - -.if !defined(WITH_NJB) -PLIST_SUB+= NJB="@comment " -.else -LIB_DEPENDS+= njb.6:${PORTSDIR}/audio/libnjb -CONFIGURE_ARGS+=--with-libnjb -PLIST_SUB+= NJB="" -.endif - -.if !defined(WITH_MTP) -PLIST_SUB+= MTP="@comment " -.else -LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp -CONFIGURE_ARGS+=--with-libmtp -PLIST_SUB+= MTP="" -.endif - -.if defined(WITHOUT_LIBVISUAL) -CONFIGURE_ARGS+=--without-libvisual -.else -LIB_DEPENDS+= visual-0.4:${PORTSDIR}/graphics/libvisual04 -USE_GNOME+= gnomelibs -.endif - -.if defined(WITHOUT_OPENGL) -CONFIGURE_ARGS+=--without-opengl -.endif - -.if defined(WITHOUT_AMAZON) -CONFIGURE_ARGS+=--disable-amazon -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+=--enable-mysql -.endif - -.if defined(WITH_POSTGRESQL) -USE_PGSQL= yes -CONFIGURE_ARGS+=--enable-postgresql -.endif - -.if defined(WITH_HIDEMENUBAR) -EXTRA_PATCHES= ${PATCHDIR}/hide-main-menu-bar-feature.patch -.endif - -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug=full -STRIP= # none -.endif - -pre-extract: check-options-version - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|LIBS="-ltunepimp $$LIBS"|LIBS="-ltunepimp -liconv $$LIBS"|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} - -post-install: -.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD) - @${CAT} ${PKGMESSAGE} -.endif - -check-options-version: -.ifdef(_OPTIONS_READ) - @(if ${PKG_VERSION} -t ${_OPTIONS_READ} ${MIN_OPTIONS_VER} | ${GREP} -q '<'; \ - then ${ECHO_CMD} ""; \ - ${ECHO_CMD} "===> You have unsupported (old) OPTIONS, please do a 'make rmconfig; make'"; \ - ${ECHO_CMD} ""; \ - exit 1; \ - fi) -.endif - -.include <bsd.port.post.mk> diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo deleted file mode 100644 index 6e6091f226b2..000000000000 --- a/audio/amarok-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amarok-1.4.8.tar.bz2) = 7f65c4a8f3f0ff9042a5b5dd21b36cc8 -SHA256 (amarok-1.4.8.tar.bz2) = 12877e60dc5a362e37dc4c775cc809ce8e5a15c13211902f6a821f238a45aae5 -SIZE (amarok-1.4.8.tar.bz2) = 12699378 diff --git a/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch b/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch deleted file mode 100644 index dc53b53a6d2b..000000000000 --- a/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch +++ /dev/null @@ -1,119 +0,0 @@ -diff -ruN amarok.orig/src/amarokcore/amarok.kcfg amarok/src/amarokcore/amarok.kcfg ---- amarok.orig/src/amarokcore/amarok.kcfg Mon Jun 18 01:51:49 2007 -+++ amarok/src/amarokcore/amarok.kcfg Thu Jun 21 22:42:23 2007 -@@ -216,6 +216,11 @@ - <whatsthis>Set this to the style dir you want to use.</whatsthis> - <default>Default</default> - </entry> -+ <entry key="Show Menu Bar" type="Bool"> -+ <label>Whether Menubar is shown</label> -+ <whatsthis>If set, Amarok displays a menubar on top of the application.</whatsthis> -+ <default>true</default> -+ </entry> - <entry key="Relative Playlist" type="Bool"> - <label>Whether playlists store relative path</label> - <whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis> -diff -ruN amarok.orig/src/app.cpp amarok/src/app.cpp ---- amarok.orig/src/app.cpp Mon Jun 18 01:51:49 2007 -+++ amarok/src/app.cpp Thu Jun 21 22:43:27 2007 -@@ -678,6 +674,11 @@ - m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( EngineController::instance()->bundle().veryNiceTitle() ) ); - else - m_pPlaylistWindow->setCaption( "Amarok" ); -+ -+ //m_pPlaylistWindow->show(); //must be shown //we do below now -+ //ensure that at least one Menu is plugged into an accessible UI element -+ if( !AmarokConfig::showMenuBar() && !Amarok::actionCollection()->action( "amarok_menu" )->isPlugged() ) -+ playlistWindow()->createGUI(); - } - - playlistWindow()->applySettings(); -diff -ruN amarok.orig/src/playlistwindow.cpp amarok/src/playlistwindow.cpp ---- amarok.orig/src/playlistwindow.cpp Mon Jun 18 01:51:49 2007 -+++ amarok/src/playlistwindow.cpp Thu Jun 21 22:48:15 2007 -@@ -139,6 +139,7 @@ - ac->action( "stream_add" )->setIcon( Amarok::icon( "files" ) ); - KStdAction::save( this, SLOT(savePlaylist()), ac, "playlist_save" )->setText( i18n("&Save Playlist As...") ); - ac->action( "playlist_save" )->setIcon( Amarok::icon( "save" ) ); -+ KStdAction::showMenubar( this, SLOT(slotToggleMenu()), ac ); - - //FIXME: after string freeze rename to "Burn Current Playlist"? - new KAction( i18n("Burn to CD"), Amarok::icon( "burn" ), 0, this, SLOT(slotBurnPlaylist()), ac, "playlist_burn" ); -@@ -233,6 +236,7 @@ - - PlaylistWindow::~PlaylistWindow() - { -+ Amarok::config( "PlaylistWindow" )->writeEntry( "showMenuBar", m_menubar->isShown() ); - AmarokConfig::setPlaylistWindowPos( pos() ); //TODO de XT? - AmarokConfig::setPlaylistWindowSize( size() ); //TODO de XT? - } -@@ -307,6 +310,7 @@ - connect( repeatAction, SIGNAL( activated( int ) ), playlist, SLOT( slotRepeatTrackToggled( int ) ) ); - - m_menubar = new KMenuBar( this ); -+ m_menubar->setShown( AmarokConfig::showMenuBar() ); - - //BEGIN Actions menu - KPopupMenu *actionsMenu = new KPopupMenu( m_menubar ); -@@ -381,6 +388,8 @@ - m_settingsMenu = new KPopupMenu( m_menubar ); - //TODO use KStdAction or KMainWindow - #ifndef Q_WS_MAC -+ static_cast<KToggleAction *>(actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar)))->setChecked( AmarokConfig::showMenuBar() ); -+ actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar))->plug( m_settingsMenu ); - m_settingsMenu->insertItem( AmarokConfig::showToolbar() ? i18n( "Hide Toolbar" ) : i18n("Show Toolbar"), ID_SHOW_TOOLBAR ); - m_settingsMenu->insertItem( AmarokConfig::showPlayerWindow() ? i18n("Hide Player &Window") : i18n("Show Player &Window"), ID_SHOW_PLAYERWINDOW ); - m_settingsMenu->insertSeparator(); -@@ -569,6 +578,12 @@ - for( QStringList::ConstIterator it = list.constBegin(); it != end; ++it ) - { - KToolBarButton* const button = static_cast<KToolBarButton*>( m_toolbar->child( (*it).latin1() ) ); -+ if ( it == last ) { -+ //if the user has no PlayerWindow, he MUST have the menu action plugged -+ //NOTE this is not saved to the local XMLFile, which is what the user will want -+ if ( !AmarokConfig::showPlayerWindow() && !AmarokConfig::showMenuBar() && !button ) -+ actionCollection()->action( "amarok_menu" )->plug( m_toolbar ); -+ } - - if ( button ) { - button->modeChange(); -@@ -1031,6 +1046,20 @@ - Playlist::instance()->setFocus(); - } - -+void PlaylistWindow::slotToggleMenu() //SLOT -+{ -+ if( static_cast<KToggleAction *>(actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar)))->isChecked() ) { -+ AmarokConfig::setShowMenuBar( true ); -+ m_menubar->setShown( true ); -+ } -+ else -+ { -+ AmarokConfig::setShowMenuBar( false ); -+ m_menubar->setShown( false ); -+ } -+ recreateGUI(); -+} -+ - void PlaylistWindow::slotMenuActivated( int index ) //SLOT - { - switch( index ) -@@ -1042,6 +1071,7 @@ - case ID_SHOW_TOOLBAR: - m_toolbar->setShown( !m_toolbar->isShown() ); - AmarokConfig::setShowToolbar( !AmarokConfig::showToolbar() ); -+ actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar))->setEnabled( m_toolbar->isShown() ); - m_settingsMenu->changeItem( index, m_toolbar->isShown() ? i18n("Hide Toolbar") : i18n("Show Toolbar") ); - break; - case ID_SHOW_PLAYERWINDOW: -diff -ruN amarok.orig/src/playlistwindow.h amarok/src/playlistwindow.h ---- amarok.orig/src/playlistwindow.h Mon Jun 18 01:51:49 2007 -+++ amarok/src/playlistwindow.h Thu Jun 21 22:48:44 2007 -@@ -91,6 +91,7 @@ - void slotMenuActivated( int ); - void actionsMenuAboutToShow(); - void toolsMenuAboutToShow(); -+ void slotToggleMenu(); - void slotToggleFocus(); - void slotEditFilter(); - void slotSetFilter( const QString &filter ); diff --git a/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp b/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp deleted file mode 100644 index 6a642616d67b..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/lastfm.cpp.orig -+++ amarok/src/lastfm.cpp -@@ -905,7 +905,7 @@ - - QCString md5pass = KMD5( KMD5( m_password.utf8() ).hexDigest() + currentTime ).hexDigest(); - -- QString token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" ) -+ token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" ) - .arg( QString( QUrl( currentUsername() ).encodedPathAndQuery() ) ) - .arg( QString( QUrl( md5pass ).encodedPathAndQuery() ) ) - .arg( QString( QUrl( challenge ).encodedPathAndQuery() ) ) diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in deleted file mode 100644 index 0a969a69e2a3..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/audible/Makefile.in.orig -+++ amarok/src/metadata/audible/Makefile.in -@@ -435,7 +435,7 @@ - xmms_cflags = @xmms_cflags@ - xmms_libs = @xmms_libs@ - SUBDIRS = --INCLUDES = $(all_includes) $(taglib_includes) -+INCLUDES = -I$(top_srcdir)/amarok/src $(all_includes) $(taglib_includes) - #>- METASOURCES = AUTO - libtagaudible_la_LDFLAGS = $(all_libraries) - noinst_LTLIBRARIES = libtagaudible.la diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h deleted file mode 100644 index 253f54878017..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/audible/audibleproperties.h.orig -+++ amarok/src/metadata/audible/audibleproperties.h -@@ -9,6 +9,8 @@ - - #include <config.h> - -+#include <stdio.h> -+#include <sys/types.h> - #include <taglib/audioproperties.h> - #include <taglib/tstring.h> - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h deleted file mode 100644 index 65941ffd4602..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/audible/audibletag.h.orig -+++ amarok/src/metadata/audible/audibletag.h -@@ -9,6 +9,8 @@ - - #include <config.h> - -+#include <stdio.h> -+#include <sys/types.h> - #include <taglib/tag.h> - #include "taglib_audiblefile.h" - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp deleted file mode 100644 index eb0f8af114cc..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- amarok/src/metadata/mp4/mp4file.cpp.orig Mon Dec 17 16:53:19 2007 -+++ amarok/src/metadata/mp4/mp4file.cpp Thu Jan 31 23:14:42 2008 -@@ -27,9 +27,8 @@ - - #include "mp4tag.h" - #include <tfile.h> --#include <audioproperties.h> - --#include <stdint.h> -+#include <inttypes.h> - - #define MP4V2_HAS_WRITE_BUG 1 - -@@ -157,6 +156,7 @@ - #endif - - MP4Close(handle); -+ handle=NULL; - - mp4file = MP4Read(name()); - if(mp4file == MP4_INVALID_FILE_HANDLE) diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp deleted file mode 100644 index 7f39cdfb69c2..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/mp4/mp4properties.cpp.orig -+++ amarok/src/metadata/mp4/mp4properties.cpp -@@ -29,7 +29,7 @@ - #include <systems.h> - #endif - --#include <stdint.h> -+#include <inttypes.h> - - using namespace TagLib; - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp deleted file mode 100644 index 0121a707e195..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/mp4/mp4tag.cpp.orig -+++ amarok/src/metadata/mp4/mp4tag.cpp -@@ -23,7 +23,7 @@ - #include "mp4tag.h" - - #include <tag.h> --#include <stdint.h> -+#include <inttypes.h> - - using namespace TagLib; - diff --git a/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp b/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp deleted file mode 100644 index 6b19af04d246..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- amarok/src/statusbar/statusbar.cpp.orig Mon Dec 18 00:17:13 2006 -+++ amarok/src/statusbar/statusbar.cpp Mon Dec 18 00:13:27 2006 -@@ -81,7 +81,7 @@ - m_slider->setMinimumWidth( m_timeLabel->width() ); - - m_timeLabel2 = new TimeLabel( positionBox ); -- m_slider->setMinimumWidth( m_timeLabel2->width() ); -+ m_slider->setMinimumWidth( m_timeLabel2->width() + 128 ); - - - // TODO Both labels need tooltips (string freeze?) diff --git a/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h b/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h deleted file mode 100644 index 51200453662c..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/xmlloader.h.orig -+++ amarok/src/xmlloader.h -@@ -173,6 +173,7 @@ - - public: //fucking moc, these should be private - class ThreadedLoader; -+ friend class ThreadedLoader; - class SimpleLoader; - }; - diff --git a/audio/amarok-kde4/files/patch-configure b/audio/amarok-kde4/files/patch-configure deleted file mode 100644 index 45a89f01ae5b..000000000000 --- a/audio/amarok-kde4/files/patch-configure +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- configure.orig -+++ configure -@@ -39576,7 +39576,7 @@ - if test "$with_libvisual" = "yes"; then - ## libvisual plugin depends on sdl - # Extract the first word of "sdl-config", so it can be a program name with args. --set dummy sdl-config; ac_word=$2 -+set dummy $SDL_CONFIG; ac_word=$2 - { echo "$as_me:$LINENO: checking for $ac_word" >&5 - echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_SDL_CONFIG+set}" = set; then -@@ -39613,15 +39613,15 @@ - - - -- if test x$SDL_CONFIG = xyes; then -- sdl_cflags=`sdl-config --cflags` -- sdl_libs=`sdl-config --libs` -+ if test -n $SDL_CONFIG ; then -+ sdl_cflags=`$SDL_CONFIG --cflags` -+ sdl_libs=`$SDL_CONFIG --libs` - fi - - - - -- if test x$PKGCONFIGFOUND = xyes -a x$SDL_CONFIG = xyes; then -+ if test x$PKGCONFIGFOUND = xyes -a -n $SDL_CONFIG ; then - - - succeeded=no diff --git a/audio/amarok-kde4/pkg-descr b/audio/amarok-kde4/pkg-descr deleted file mode 100644 index 9478adb3787e..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.kde.org/ diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok-kde4/pkg-message deleted file mode 100644 index 0e01c3fe0b05..000000000000 --- a/audio/amarok-kde4/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - - ATTENTION: - -In order to use certain devices (MTP, iPod, ..) through Amarok you need to be -able to mount USB devices as the user running Amarok. Read more on how to set -this up on FreeBSD here: - -http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html diff --git a/audio/amarok-kde4/pkg-plist b/audio/amarok-kde4/pkg-plist deleted file mode 100644 index c92931d754e5..000000000000 --- a/audio/amarok-kde4/pkg-plist +++ /dev/null @@ -1,1187 +0,0 @@ -bin/amarok -bin/amarok_daapserver.rb -bin/amarok_proxy.rb -bin/amarokapp -bin/amarokcollectionscanner -lib/kde3/konqsidebar_universalamarok.a -lib/kde3/konqsidebar_universalamarok.la -lib/kde3/konqsidebar_universalamarok.so -lib/kde3/libamarok_daap-mediadevice.a -lib/kde3/libamarok_daap-mediadevice.la -lib/kde3/libamarok_daap-mediadevice.so -lib/kde3/libamarok_generic-mediadevice.a -lib/kde3/libamarok_generic-mediadevice.la -lib/kde3/libamarok_generic-mediadevice.so -lib/kde3/libamarok_massstorage-device.a -lib/kde3/libamarok_massstorage-device.la -lib/kde3/libamarok_massstorage-device.so -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.a -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.la -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.so -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.a -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.la -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.so -lib/kde3/libamarok_nfs-device.a -lib/kde3/libamarok_nfs-device.la -lib/kde3/libamarok_nfs-device.so -%%NJB%%lib/kde3/libamarok_njb-mediadevice.a -%%NJB%%lib/kde3/libamarok_njb-mediadevice.la -%%NJB%%lib/kde3/libamarok_njb-mediadevice.so -lib/kde3/libamarok_smb-device.a -lib/kde3/libamarok_smb-device.la -lib/kde3/libamarok_smb-device.so -lib/kde3/libamarok_void-engine_plugin.a -lib/kde3/libamarok_void-engine_plugin.la -lib/kde3/libamarok_void-engine_plugin.so -lib/kde3/libamarok_xine-engine.a -lib/kde3/libamarok_xine-engine.la -lib/kde3/libamarok_xine-engine.so -lib/libamarok.a -lib/libamarok.la -lib/libamarok.so -lib/libamarok.so.0 -lib/ruby_lib/http11.rb -lib/ruby_lib/libhttp11.a -lib/ruby_lib/libhttp11.la -lib/ruby_lib/libhttp11.so -lib/ruby_lib/libhttp11.so.0 -share/applications/kde/amarok.desktop -share/apps/amarok/amarokui.rc -share/apps/amarok/data/Amarok_1.4_Welcome.ogg -share/apps/amarok/data/Cool-Streams.xml -share/apps/amarok/data/ball.png -share/apps/amarok/data/dot.png -share/apps/amarok/data/equalizer_presets.xml -share/apps/amarok/data/firstrun.m3u -share/apps/amarok/data/grid.png -share/apps/amarok/data/magnatune_logo.png -share/apps/amarok/data/wirl1.png -share/apps/amarok/data/wirl2.png -share/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png -share/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png -share/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png -share/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/16x16/actions/podcast.png -share/apps/amarok/icons/crystalsvg/16x16/actions/podcast_new.png -share/apps/amarok/icons/crystalsvg/16x16/actions/random.png -share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png -share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png -share/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png -share/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png -share/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast.png -share/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast_new.png -share/apps/amarok/icons/crystalsvg/22x22/actions/babelfish.png -share/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/22x22/actions/random.png -share/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png -share/apps/amarok/icons/crystalsvg/22x22/actions/visualizations.png -share/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/64x64/actions/podcast.png -share/apps/amarok/icons/crystalsvg/64x64/actions/podcast_new.png -share/apps/amarok/icons/crystalsvg/64x64/actions/random.png -share/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_album.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_download.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_external.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_files.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_love.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_music.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_save.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_search.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/16x16/actions/collection.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_album.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_download.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_external.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_files.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_love.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_music.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_save.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_search.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/22x22/actions/collection.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_album.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_download.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_external.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_files.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_love.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_music.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_save.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_search.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png -share/apps/amarok/icons/hicolor/32x32/actions/collection.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_album.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_back.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_device.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_download.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_external.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_files.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_info.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_love.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_music.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_next.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_play.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_save.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_search.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/48x48/actions/collection.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_back.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_device.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_download.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_external.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_files.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_info.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_love.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_music.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_next.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_play.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_save.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_search.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/64x64/actions/collection.png -share/apps/amarok/images/amarok_cut.png -share/apps/amarok/images/amarok_rocks.jpg -share/apps/amarok/images/b_next.png -share/apps/amarok/images/b_pause.png -share/apps/amarok/images/b_play.png -share/apps/amarok/images/b_prev.png -share/apps/amarok/images/b_stop.png -share/apps/amarok/images/back_stars_grey.png -share/apps/amarok/images/currenttrack_bar_left.png -share/apps/amarok/images/currenttrack_bar_mid.png -share/apps/amarok/images/currenttrack_bar_right.png -share/apps/amarok/images/currenttrack_pause.png -share/apps/amarok/images/currenttrack_play.png -share/apps/amarok/images/currenttrack_repeat.png -share/apps/amarok/images/currenttrack_repeat_small.png -share/apps/amarok/images/currenttrack_stop.png -share/apps/amarok/images/currenttrack_stop_small.png -share/apps/amarok/images/eq_active2.png -share/apps/amarok/images/eq_inactive2.png -share/apps/amarok/images/lastfm.png -share/apps/amarok/images/loading1.png -share/apps/amarok/images/loading2.png -share/apps/amarok/images/menu_sidepixmap.png -share/apps/amarok/images/more_albums.png -share/apps/amarok/images/musicbrainz.png -share/apps/amarok/images/nocover.png -share/apps/amarok/images/pl_active2.png -share/apps/amarok/images/pl_inactive2.png -share/apps/amarok/images/sbinner_stars.png -share/apps/amarok/images/shadow_albumcover.png -share/apps/amarok/images/smallstar.png -share/apps/amarok/images/splash_screen.jpg -share/apps/amarok/images/star.png -share/apps/amarok/images/time_minus.png -share/apps/amarok/images/time_plus.png -share/apps/amarok/images/vol_speaker.png -share/apps/amarok/images/volumeslider-gradient.png -share/apps/amarok/images/volumeslider-handle.png -share/apps/amarok/images/volumeslider-handle_glow.png -share/apps/amarok/images/volumeslider-inset.png -share/apps/amarok/images/wizard_compact.png -share/apps/amarok/images/wizard_xmms.png -share/apps/amarok/images/xine_logo.png -share/apps/amarok/ruby_lib/codes.rb -share/apps/amarok/ruby_lib/gem_plugin.rb -share/apps/amarok/ruby_lib/gemconfigure.rb -share/apps/amarok/ruby_lib/mongrel.rb -share/apps/amarok/ruby_lib/mongrel/cgi.rb -share/apps/amarok/ruby_lib/mongrel/command.rb -share/apps/amarok/ruby_lib/mongrel/configurator.rb -share/apps/amarok/ruby_lib/mongrel/debug.rb -share/apps/amarok/ruby_lib/mongrel/handlers.rb -share/apps/amarok/ruby_lib/mongrel/init.rb -share/apps/amarok/ruby_lib/mongrel/mime_types.yml -share/apps/amarok/ruby_lib/mongrel/stats.rb -share/apps/amarok/ruby_lib/mongrel/tcphack.rb -share/apps/amarok/ruby_lib/rbconfig/datadir.rb -share/apps/amarok/ruby_lib/rubygems.rb -share/apps/amarok/ruby_lib/rubygems/._gem_commands.rb -share/apps/amarok/ruby_lib/rubygems/builder.rb -share/apps/amarok/ruby_lib/rubygems/cmd_manager.rb -share/apps/amarok/ruby_lib/rubygems/command.rb -share/apps/amarok/ruby_lib/rubygems/config_file.rb -share/apps/amarok/ruby_lib/rubygems/custom_require.rb -share/apps/amarok/ruby_lib/rubygems/dependency_list.rb -share/apps/amarok/ruby_lib/rubygems/doc_manager.rb -share/apps/amarok/ruby_lib/rubygems/format.rb -share/apps/amarok/ruby_lib/rubygems/gem_commands.rb -share/apps/amarok/ruby_lib/rubygems/gem_openssl.rb -share/apps/amarok/ruby_lib/rubygems/gem_runner.rb -share/apps/amarok/ruby_lib/rubygems/incremental_fetcher.rb -share/apps/amarok/ruby_lib/rubygems/installer.rb -share/apps/amarok/ruby_lib/rubygems/loadpath_manager.rb -share/apps/amarok/ruby_lib/rubygems/old_format.rb -share/apps/amarok/ruby_lib/rubygems/open-uri.rb -share/apps/amarok/ruby_lib/rubygems/package.rb -share/apps/amarok/ruby_lib/rubygems/remote_installer.rb -share/apps/amarok/ruby_lib/rubygems/rubygems_version.rb -share/apps/amarok/ruby_lib/rubygems/security.rb -share/apps/amarok/ruby_lib/rubygems/source_index.rb -share/apps/amarok/ruby_lib/rubygems/specification.rb -share/apps/amarok/ruby_lib/rubygems/timer.rb -share/apps/amarok/ruby_lib/rubygems/user_interaction.rb -share/apps/amarok/ruby_lib/rubygems/validator.rb -share/apps/amarok/ruby_lib/rubygems/version.rb -share/apps/amarok/scripts/common/Publisher.py -share/apps/amarok/scripts/common/Zeroconf.py -share/apps/amarok/scripts/lyrics_astraweb/COPYING -share/apps/amarok/scripts/lyrics_astraweb/README -share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb -share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec -share/apps/amarok/scripts/lyrics_lyrc/COPYING -share/apps/amarok/scripts/lyrics_lyrc/README -share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb -share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec -share/apps/amarok/scripts/playlist2html/Playlist.py -share/apps/amarok/scripts/playlist2html/PlaylistServer.py -share/apps/amarok/scripts/playlist2html/PlaylistServer.spec -share/apps/amarok/scripts/playlist2html/README -share/apps/amarok/scripts/playlist2html/playlist2html.py -share/apps/amarok/scripts/playlist2html/playlist2html.spec -share/apps/amarok/scripts/ruby_debug/debug.rb -share/apps/amarok/scripts/score_default/COPYING -share/apps/amarok/scripts/score_default/README -share/apps/amarok/scripts/score_default/score_default.rb -share/apps/amarok/scripts/score_default/score_default.spec -share/apps/amarok/scripts/score_impulsive/COPYING -share/apps/amarok/scripts/score_impulsive/README -share/apps/amarok/scripts/score_impulsive/score_impulsive.rb -share/apps/amarok/scripts/score_impulsive/score_impulsive.spec -share/apps/amarok/scripts/templates/amarok.rb -share/apps/amarok/scripts/templates/python_qt_template.py -share/apps/amarok/scripts/templates/ruby_qt_template.rb -share/apps/amarok/scripts/webcontrol/Globals.py -share/apps/amarok/scripts/webcontrol/Playlist.py -share/apps/amarok/scripts/webcontrol/README -share/apps/amarok/scripts/webcontrol/RequestHandler.py -share/apps/amarok/scripts/webcontrol/WebControl.py -share/apps/amarok/scripts/webcontrol/WebControl.spec -share/apps/amarok/scripts/webcontrol/WebPublisher.py -share/apps/amarok/scripts/webcontrol/amarok_cut.png -share/apps/amarok/scripts/webcontrol/controlbackground.png -share/apps/amarok/scripts/webcontrol/main.css -share/apps/amarok/scripts/webcontrol/main.js -share/apps/amarok/scripts/webcontrol/player_end.png -share/apps/amarok/scripts/webcontrol/player_pause.png -share/apps/amarok/scripts/webcontrol/player_play.png -share/apps/amarok/scripts/webcontrol/player_start.png -share/apps/amarok/scripts/webcontrol/player_stop.png -share/apps/amarok/scripts/webcontrol/smallstar.png -share/apps/amarok/scripts/webcontrol/star.png -share/apps/amarok/scripts/webcontrol/template.thtml -share/apps/amarok/scripts/webcontrol/vol_speaker.png -share/apps/amarok/themes/example/stylesheet.css -share/apps/amarok/themes/reinhardt/images/background.png -share/apps/amarok/themes/reinhardt/images/transparency.png -share/apps/amarok/themes/reinhardt/stylesheet.css -share/apps/konqsidebartng/add/amarok.desktop -share/apps/konqsidebartng/entries/amarok.desktop -share/apps/konqsidebartng/kicker_entries/amarok.desktop -share/apps/konqueror/servicemenus/amarok_addaspodcast.desktop -share/apps/konqueror/servicemenus/amarok_append.desktop -share/apps/konqueror/servicemenus/amarok_play_audiocd.desktop -share/apps/profiles/amarok.profile.xml -share/config.kcfg/amarok.kcfg -share/config.kcfg/xinecfg.kcfg -share/config/amarokrc -share/doc/HTML/da/amarok/advanced.docbook -share/doc/HTML/da/amarok/common -share/doc/HTML/da/amarok/config.docbook -share/doc/HTML/da/amarok/faq.docbook -share/doc/HTML/da/amarok/index.cache.bz2 -share/doc/HTML/da/amarok/index.docbook -share/doc/HTML/da/amarok/quick.docbook -share/doc/HTML/da/amarok/requirements.docbook -share/doc/HTML/da/amarok/using.docbook -share/doc/HTML/de/amarok/add_dynamic.png -share/doc/HTML/de/amarok/advanced.docbook -share/doc/HTML/de/amarok/amarok_playlist.png -share/doc/HTML/de/amarok/analyzer.png -share/doc/HTML/de/amarok/buttons.png -share/doc/HTML/de/amarok/collection.png -share/doc/HTML/de/amarok/config.docbook -share/doc/HTML/de/amarok/config_appearance.png -share/doc/HTML/de/amarok/config_collection.png -share/doc/HTML/de/amarok/config_engine.png -share/doc/HTML/de/amarok/config_general.png -share/doc/HTML/de/amarok/config_osd.png -share/doc/HTML/de/amarok/config_playback.png -share/doc/HTML/de/amarok/config_scrobbler.png -share/doc/HTML/de/amarok/context.png -share/doc/HTML/de/amarok/common -share/doc/HTML/de/amarok/coverman.png -share/doc/HTML/de/amarok/dynamic_bar.png -share/doc/HTML/de/amarok/dynamic_settings.png -share/doc/HTML/de/amarok/equalizer.png -share/doc/HTML/de/amarok/faq.docbook -share/doc/HTML/de/amarok/file_browser.png -share/doc/HTML/de/amarok/index.cache.bz2 -share/doc/HTML/de/amarok/index.docbook -share/doc/HTML/de/amarok/logo.png -share/doc/HTML/de/amarok/media_device.png -share/doc/HTML/de/amarok/menubar.png -share/doc/HTML/de/amarok/musicbrainz.png -share/doc/HTML/de/amarok/pl_browser.png -share/doc/HTML/de/amarok/pl_tip1.png -share/doc/HTML/de/amarok/play_list.png -share/doc/HTML/de/amarok/player_window.png -share/doc/HTML/de/amarok/playlist_browser.png -share/doc/HTML/de/amarok/playlist_window.png -share/doc/HTML/de/amarok/queue_manager.png -share/doc/HTML/de/amarok/quick.docbook -share/doc/HTML/de/amarok/requirements.docbook -share/doc/HTML/de/amarok/rmb_menu.png -share/doc/HTML/de/amarok/script_manager.png -share/doc/HTML/de/amarok/status_bar.png -share/doc/HTML/de/amarok/using.docbook -share/doc/HTML/de/amarok/vis_window.png -share/doc/HTML/en/amarok/add_dynamic.png -share/doc/HTML/en/amarok/advanced.docbook -share/doc/HTML/en/amarok/amarok_playlist.png -share/doc/HTML/en/amarok/analyzer.png -share/doc/HTML/en/amarok/buttons.png -share/doc/HTML/en/amarok/collection.png -share/doc/HTML/en/amarok/common -share/doc/HTML/en/amarok/config.docbook -share/doc/HTML/en/amarok/config_appearance.png -share/doc/HTML/en/amarok/config_collection.png -share/doc/HTML/en/amarok/config_engine.png -share/doc/HTML/en/amarok/config_general.png -share/doc/HTML/en/amarok/config_osd.png -share/doc/HTML/en/amarok/config_playback.png -share/doc/HTML/en/amarok/config_scrobbler.png -share/doc/HTML/en/amarok/coverman.png -share/doc/HTML/en/amarok/dynamic_bar.png -share/doc/HTML/en/amarok/dynamic_settings.png -share/doc/HTML/en/amarok/equalizer.png -share/doc/HTML/en/amarok/faq.docbook -share/doc/HTML/en/amarok/file_browser.png -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/media_device.png -share/doc/HTML/en/amarok/menubar.png -share/doc/HTML/en/amarok/musicbrainz.png -share/doc/HTML/en/amarok/pl_tip1.png -share/doc/HTML/en/amarok/play_list.png -share/doc/HTML/en/amarok/player_window.png -share/doc/HTML/en/amarok/playlist_browser.png -share/doc/HTML/en/amarok/playlist_window.png -share/doc/HTML/en/amarok/queue_manager.png -share/doc/HTML/en/amarok/quick.docbook -share/doc/HTML/en/amarok/requirements.docbook -share/doc/HTML/en/amarok/rmb_menu.png -share/doc/HTML/en/amarok/script_manager.png -share/doc/HTML/en/amarok/status_bar.png -share/doc/HTML/en/amarok/tab_lyrics.png -share/doc/HTML/en/amarok/tab_music.png -share/doc/HTML/en/amarok/tab_wiki.png -share/doc/HTML/en/amarok/using.docbook -share/doc/HTML/en/amarok/vis_window.png -share/doc/HTML/es/amarok/add_dynamic.png -share/doc/HTML/es/amarok/advanced.docbook -share/doc/HTML/es/amarok/amarok_playlist.png -share/doc/HTML/es/amarok/analyzer.png -share/doc/HTML/es/amarok/browser_choice.png -share/doc/HTML/es/amarok/buttons.png -share/doc/HTML/es/amarok/collection.png -share/doc/HTML/es/amarok/config.docbook -share/doc/HTML/es/amarok/config_appearance.png -share/doc/HTML/es/amarok/config_collection.png -share/doc/HTML/es/amarok/config_engine.png -share/doc/HTML/es/amarok/config_general.png -share/doc/HTML/es/amarok/config_osd.png -share/doc/HTML/es/amarok/config_playback.png -share/doc/HTML/es/amarok/config_scrobbler.png -share/doc/HTML/es/amarok/context.png -share/doc/HTML/es/amarok/coverman.png -share/doc/HTML/es/amarok/dynamic_bar.png -share/doc/HTML/es/amarok/dynamic_mode1.png -share/doc/HTML/es/amarok/dynamic_mode2.png -share/doc/HTML/es/amarok/dynamic_settings.png -share/doc/HTML/es/amarok/equalizer.png -share/doc/HTML/es/amarok/faq.docbook -share/doc/HTML/es/amarok/file_browser.png -share/doc/HTML/es/amarok/logo.png -share/doc/HTML/es/amarok/media_device.png -share/doc/HTML/es/amarok/menubar.png -share/doc/HTML/es/amarok/musicbrainz.png -share/doc/HTML/es/amarok/pl_browser.png -share/doc/HTML/es/amarok/pl_tip1.png -share/doc/HTML/es/amarok/play_list.png -share/doc/HTML/es/amarok/player_window.png -share/doc/HTML/es/amarok/playlist_browser.png -share/doc/HTML/es/amarok/playlist_window.png -share/doc/HTML/es/amarok/queue_manager.png -share/doc/HTML/es/amarok/quick.docbook -share/doc/HTML/es/amarok/requirements.docbook -share/doc/HTML/es/amarok/rmb_menu.png -share/doc/HTML/es/amarok/script_manager.png -share/doc/HTML/es/amarok/status_bar.png -share/doc/HTML/es/amarok/tab_lyrics.png -share/doc/HTML/es/amarok/tab_music.png -share/doc/HTML/es/amarok/tab_wiki.png -share/doc/HTML/es/amarok/using.docbook -share/doc/HTML/es/amarok/vis_window.png -share/doc/HTML/et/amarok/advanced.docbook -share/doc/HTML/et/amarok/config.docbook -share/doc/HTML/et/amarok/common -share/doc/HTML/et/amarok/develop.docbook -share/doc/HTML/et/amarok/faq.docbook -share/doc/HTML/et/amarok/feature_guide.docbook -share/doc/HTML/et/amarok/hidden.docbook -share/doc/HTML/et/amarok/howto.docbook -share/doc/HTML/et/amarok/index.cache.bz2 -share/doc/HTML/et/amarok/index.docbook -share/doc/HTML/et/amarok/plugin.docbook -share/doc/HTML/et/amarok/quick.docbook -share/doc/HTML/et/amarok/requirements.docbook -share/doc/HTML/et/amarok/using.docbook -share/doc/HTML/fr/amarok/advanced.docbook -share/doc/HTML/fr/amarok/config.docbook -share/doc/HTML/fr/amarok/common -share/doc/HTML/fr/amarok/faq.docbook -share/doc/HTML/fr/amarok/feature_guide.docbook -share/doc/HTML/fr/amarok/index.cache.bz2 -share/doc/HTML/fr/amarok/index.docbook -share/doc/HTML/fr/amarok/quick.docbook -share/doc/HTML/fr/amarok/requirements.docbook -share/doc/HTML/fr/amarok/using.docbook -share/doc/HTML/it/amarok/add_dynamic.png -share/doc/HTML/it/amarok/advanced.docbook -share/doc/HTML/it/amarok/amarok_playlist.png -share/doc/HTML/it/amarok/analyzer.png -share/doc/HTML/it/amarok/buttons.png -share/doc/HTML/it/amarok/collection.png -share/doc/HTML/it/amarok/common -share/doc/HTML/it/amarok/completo.png -share/doc/HTML/it/amarok/config.docbook -share/doc/HTML/it/amarok/config_appearance.png -share/doc/HTML/it/amarok/config_collection.png -share/doc/HTML/it/amarok/config_engine.png -share/doc/HTML/it/amarok/config_general.png -share/doc/HTML/it/amarok/config_osd.png -share/doc/HTML/it/amarok/config_playback.png -share/doc/HTML/it/amarok/config_scrobbler.png -share/doc/HTML/it/amarok/context.png -share/doc/HTML/it/amarok/coverman.png -share/doc/HTML/it/amarok/develop.docbook -share/doc/HTML/it/amarok/dynamic_bar.png -share/doc/HTML/it/amarok/dynamic_settings.png -share/doc/HTML/it/amarok/equalizer.png -share/doc/HTML/it/amarok/faq.docbook -share/doc/HTML/it/amarok/feature_guide.docbook -share/doc/HTML/it/amarok/file_browser.png -share/doc/HTML/it/amarok/hidden.docbook -share/doc/HTML/it/amarok/index.cache.bz2 -share/doc/HTML/it/amarok/index.docbook -share/doc/HTML/it/amarok/media_device.png -share/doc/HTML/it/amarok/menubar.png -share/doc/HTML/it/amarok/pl_browser.png -share/doc/HTML/it/amarok/pl_tip1.png -share/doc/HTML/it/amarok/play_list.png -share/doc/HTML/it/amarok/player_window.png -share/doc/HTML/it/amarok/playlist_browser.png -share/doc/HTML/it/amarok/playlist_window.png -share/doc/HTML/it/amarok/plugin.docbook -share/doc/HTML/it/amarok/queue_manager.png -share/doc/HTML/it/amarok/quick.docbook -share/doc/HTML/it/amarok/requirements.docbook -share/doc/HTML/it/amarok/rmb_menu.png -share/doc/HTML/it/amarok/script_manager.png -share/doc/HTML/it/amarok/status_bar.png -share/doc/HTML/it/amarok/tab_lyrics.png -share/doc/HTML/it/amarok/tab_music.png -share/doc/HTML/it/amarok/tab_wiki.png -share/doc/HTML/it/amarok/using.docbook -share/doc/HTML/it/amarok/vis_window.png -share/doc/HTML/nl/amarok/add_dynamic.png -share/doc/HTML/nl/amarok/advanced.docbook -share/doc/HTML/nl/amarok/amarok_playlist.png -share/doc/HTML/nl/amarok/analyzer.png -share/doc/HTML/nl/amarok/buttons.png -share/doc/HTML/nl/amarok/collection.png -share/doc/HTML/nl/amarok/common -share/doc/HTML/nl/amarok/config.docbook -share/doc/HTML/nl/amarok/config_appearance.png -share/doc/HTML/nl/amarok/config_collection.png -share/doc/HTML/nl/amarok/config_engine.png -share/doc/HTML/nl/amarok/config_general.png -share/doc/HTML/nl/amarok/config_osd.png -share/doc/HTML/nl/amarok/config_playback.png -share/doc/HTML/nl/amarok/config_scrobbler.png -share/doc/HTML/nl/amarok/context.png -share/doc/HTML/nl/amarok/coverman.png -share/doc/HTML/nl/amarok/develop.docbook -share/doc/HTML/nl/amarok/dynamic_bar.png -share/doc/HTML/nl/amarok/dynamic_settings.png -share/doc/HTML/nl/amarok/equalizer.png -share/doc/HTML/nl/amarok/faq.docbook -share/doc/HTML/nl/amarok/feature_guide.docbook -share/doc/HTML/nl/amarok/file_browser.png -share/doc/HTML/nl/amarok/hidden.docbook -share/doc/HTML/nl/amarok/index.cache.bz2 -share/doc/HTML/nl/amarok/index.docbook -share/doc/HTML/nl/amarok/logo.png -share/doc/HTML/nl/amarok/media_device.png -share/doc/HTML/nl/amarok/menubar.png -share/doc/HTML/nl/amarok/musicbrainz.png -share/doc/HTML/nl/amarok/pl_browser.png -share/doc/HTML/nl/amarok/pl_tip1.png -share/doc/HTML/nl/amarok/play_list.png -share/doc/HTML/nl/amarok/player_window.png -share/doc/HTML/nl/amarok/playlist_browser.png -share/doc/HTML/nl/amarok/playlist_window.png -share/doc/HTML/nl/amarok/plugin.docbook -share/doc/HTML/nl/amarok/queue_manager.png -share/doc/HTML/nl/amarok/quick.docbook -share/doc/HTML/nl/amarok/requirements.docbook -share/doc/HTML/nl/amarok/rmb_menu.png -share/doc/HTML/nl/amarok/script_manager.png -share/doc/HTML/nl/amarok/status_bar.png -share/doc/HTML/nl/amarok/tab_lyrics.png -share/doc/HTML/nl/amarok/tab_lyrics1.png -share/doc/HTML/nl/amarok/tab_music.png -share/doc/HTML/nl/amarok/tab_wiki.png -share/doc/HTML/nl/amarok/using.docbook -share/doc/HTML/nl/amarok/vis_window.png -share/doc/HTML/pl/amarok/advanced.docbook -share/doc/HTML/pl/amarok/config.docbook -share/doc/HTML/pl/amarok/common -share/doc/HTML/pl/amarok/faq.docbook -share/doc/HTML/pl/amarok/index.cache.bz2 -share/doc/HTML/pl/amarok/index.docbook -share/doc/HTML/pl/amarok/quick.docbook -share/doc/HTML/pl/amarok/requirements.docbook -share/doc/HTML/pl/amarok/using.docbook -share/doc/HTML/pt/amarok/add_dynamic.png -share/doc/HTML/pt/amarok/advanced.docbook -share/doc/HTML/pt/amarok/amarok_playlist.png -share/doc/HTML/pt/amarok/analyzer.png -share/doc/HTML/pt/amarok/buttons.png -share/doc/HTML/pt/amarok/collection.png -share/doc/HTML/pt/amarok/common -share/doc/HTML/pt/amarok/config.docbook -share/doc/HTML/pt/amarok/config_appearance.png -share/doc/HTML/pt/amarok/config_collection.png -share/doc/HTML/pt/amarok/config_engine.png -share/doc/HTML/pt/amarok/config_general.png -share/doc/HTML/pt/amarok/config_osd.png -share/doc/HTML/pt/amarok/config_playback.png -share/doc/HTML/pt/amarok/config_scrobbler.png -share/doc/HTML/pt/amarok/coverman.png -share/doc/HTML/pt/amarok/develop.docbook -share/doc/HTML/pt/amarok/dynamic_bar.png -share/doc/HTML/pt/amarok/dynamic_settings.png -share/doc/HTML/pt/amarok/equalizer.png -share/doc/HTML/pt/amarok/faq.docbook -share/doc/HTML/pt/amarok/feature_guide.docbook -share/doc/HTML/pt/amarok/file_browser.png -share/doc/HTML/pt/amarok/hidden.docbook -share/doc/HTML/pt/amarok/index.cache.bz2 -share/doc/HTML/pt/amarok/index.docbook -share/doc/HTML/pt/amarok/logo.png -share/doc/HTML/pt/amarok/media_device.png -share/doc/HTML/pt/amarok/menubar.png -share/doc/HTML/pt/amarok/musicbrainz.png -share/doc/HTML/pt/amarok/pl_tip1.png -share/doc/HTML/pt/amarok/play_list.png -share/doc/HTML/pt/amarok/player_window.png -share/doc/HTML/pt/amarok/playlist_browser.png -share/doc/HTML/pt/amarok/playlist_window.png -share/doc/HTML/pt/amarok/plugin.docbook -share/doc/HTML/pt/amarok/queue_manager.png -share/doc/HTML/pt/amarok/quick.docbook -share/doc/HTML/pt/amarok/requirements.docbook -share/doc/HTML/pt/amarok/rmb_menu.png -share/doc/HTML/pt/amarok/script_manager.png -share/doc/HTML/pt/amarok/status_bar.png -share/doc/HTML/pt/amarok/using.docbook -share/doc/HTML/pt/amarok/vis_window.png -share/doc/HTML/pt_BR/amarok/advanced.docbook -share/doc/HTML/pt_BR/amarok/config.docbook -share/doc/HTML/pt_BR/amarok/common -share/doc/HTML/pt_BR/amarok/faq.docbook -share/doc/HTML/pt_BR/amarok/feature_guide.docbook -share/doc/HTML/pt_BR/amarok/index.cache.bz2 -share/doc/HTML/pt_BR/amarok/index.docbook -share/doc/HTML/pt_BR/amarok/quick.docbook -share/doc/HTML/pt_BR/amarok/requirements.docbook -share/doc/HTML/pt_BR/amarok/using.docbook -share/doc/HTML/ru/amarok/advanced.docbook -share/doc/HTML/ru/amarok/collection.png -share/doc/HTML/ru/amarok/common -share/doc/HTML/ru/amarok/config.docbook -share/doc/HTML/ru/amarok/config_appearance.png -share/doc/HTML/ru/amarok/config_collection.png -share/doc/HTML/ru/amarok/config_engine.png -share/doc/HTML/ru/amarok/config_general.png -share/doc/HTML/ru/amarok/config_osd.png -share/doc/HTML/ru/amarok/config_playback.png -share/doc/HTML/ru/amarok/config_scrobbler.png -share/doc/HTML/ru/amarok/context.png -share/doc/HTML/ru/amarok/coverman.png -share/doc/HTML/ru/amarok/dynamic_mode1.png -share/doc/HTML/ru/amarok/equalizer.png -share/doc/HTML/ru/amarok/faq.docbook -share/doc/HTML/ru/amarok/feature_guide.docbook -share/doc/HTML/ru/amarok/file_browser.png -share/doc/HTML/ru/amarok/index.cache.bz2 -share/doc/HTML/ru/amarok/index.docbook -share/doc/HTML/ru/amarok/menubar.png -share/doc/HTML/ru/amarok/pl_browser.png -share/doc/HTML/ru/amarok/pl_tip1.png -share/doc/HTML/ru/amarok/play_list.png -share/doc/HTML/ru/amarok/playlist_window.png -share/doc/HTML/ru/amarok/queue_manager.png -share/doc/HTML/ru/amarok/quick.docbook -share/doc/HTML/ru/amarok/requirements.docbook -share/doc/HTML/ru/amarok/rmb_menu.png -share/doc/HTML/ru/amarok/status_bar.png -share/doc/HTML/ru/amarok/using.docbook -share/doc/HTML/sv/amarok/add_dynamic.png -share/doc/HTML/sv/amarok/advanced.docbook -share/doc/HTML/sv/amarok/amarok_playlist.png -share/doc/HTML/sv/amarok/analyzer.png -share/doc/HTML/sv/amarok/browser_choice.png -share/doc/HTML/sv/amarok/buttons.png -share/doc/HTML/sv/amarok/collection.png -share/doc/HTML/sv/amarok/common -share/doc/HTML/sv/amarok/config.docbook -share/doc/HTML/sv/amarok/config_appearance.png -share/doc/HTML/sv/amarok/config_collection.png -share/doc/HTML/sv/amarok/config_colors.png -share/doc/HTML/sv/amarok/config_engine.png -share/doc/HTML/sv/amarok/config_fonts.png -share/doc/HTML/sv/amarok/config_general.png -share/doc/HTML/sv/amarok/config_mysql.png -share/doc/HTML/sv/amarok/config_osd.png -share/doc/HTML/sv/amarok/config_playback.png -share/doc/HTML/sv/amarok/config_scrobbler.png -share/doc/HTML/sv/amarok/context.png -share/doc/HTML/sv/amarok/coverman.png -share/doc/HTML/sv/amarok/develop.docbook -share/doc/HTML/sv/amarok/dynamic_bar.png -share/doc/HTML/sv/amarok/dynamic_settings.png -share/doc/HTML/sv/amarok/equalizer.png -share/doc/HTML/sv/amarok/faq.docbook -share/doc/HTML/sv/amarok/feature_guide.docbook -share/doc/HTML/sv/amarok/file_browser.png -share/doc/HTML/sv/amarok/hidden.docbook -share/doc/HTML/sv/amarok/index.cache.bz2 -share/doc/HTML/sv/amarok/index.docbook -share/doc/HTML/sv/amarok/media_device.png -share/doc/HTML/sv/amarok/menubar.png -share/doc/HTML/sv/amarok/pl_browser.png -share/doc/HTML/sv/amarok/pl_tip1.png -share/doc/HTML/sv/amarok/play_list.png -share/doc/HTML/sv/amarok/player_window.png -share/doc/HTML/sv/amarok/playlist_browser.png -share/doc/HTML/sv/amarok/playlist_window.png -share/doc/HTML/sv/amarok/plugin.docbook -share/doc/HTML/sv/amarok/queue_manager.png -share/doc/HTML/sv/amarok/quick.docbook -share/doc/HTML/sv/amarok/requirements.docbook -share/doc/HTML/sv/amarok/rmb_menu.png -share/doc/HTML/sv/amarok/script_manager.png -share/doc/HTML/sv/amarok/scripts_window.png -share/doc/HTML/sv/amarok/search.png -share/doc/HTML/sv/amarok/status_bar.png -share/doc/HTML/sv/amarok/streams.png -share/doc/HTML/sv/amarok/using.docbook -share/doc/HTML/sv/amarok/vis_window.png -share/doc/HTML/sv/amarok/welcome.png -share/icons/hicolor/128x128/apps/amarok.png -share/icons/hicolor/16x16/apps/amarok.png -share/icons/hicolor/22x22/apps/amarok.png -share/icons/hicolor/32x32/apps/amarok.png -share/icons/hicolor/48x48/apps/amarok.png -share/icons/hicolor/64x64/apps/amarok.png -share/locale/af/LC_MESSAGES/amarok.mo -share/locale/ar/LC_MESSAGES/amarok.mo -share/locale/az/LC_MESSAGES/amarok.mo -share/locale/be/LC_MESSAGES/amarok.mo -share/locale/bg/LC_MESSAGES/amarok.mo -share/locale/bn/LC_MESSAGES/amarok.mo -share/locale/br/LC_MESSAGES/amarok.mo -share/locale/ca/LC_MESSAGES/amarok.mo -share/locale/cs/LC_MESSAGES/amarok.mo -share/locale/cy/LC_MESSAGES/amarok.mo -share/locale/da/LC_MESSAGES/amarok.mo -share/locale/de/LC_MESSAGES/amarok.mo -share/locale/el/LC_MESSAGES/amarok.mo -share/locale/en_GB/LC_MESSAGES/amarok.mo -share/locale/eo/LC_MESSAGES/amarok.mo -share/locale/es/LC_MESSAGES/amarok.mo -share/locale/et/LC_MESSAGES/amarok.mo -share/locale/eu/LC_MESSAGES/amarok.mo -share/locale/fa/LC_MESSAGES/amarok.mo -share/locale/fi/LC_MESSAGES/amarok.mo -share/locale/fr/LC_MESSAGES/amarok.mo -share/locale/ga/LC_MESSAGES/amarok.mo -share/locale/gl/LC_MESSAGES/amarok.mo -share/locale/he/LC_MESSAGES/amarok.mo -share/locale/hi/LC_MESSAGES/amarok.mo -share/locale/hu/LC_MESSAGES/amarok.mo -share/locale/id/LC_MESSAGES/amarok.mo -share/locale/is/LC_MESSAGES/amarok.mo -share/locale/it/LC_MESSAGES/amarok.mo -share/locale/ja/LC_MESSAGES/amarok.mo -share/locale/km/LC_MESSAGES/amarok.mo -share/locale/ko/LC_MESSAGES/amarok.mo -share/locale/ku/LC_MESSAGES/amarok.mo -share/locale/lo/LC_MESSAGES/amarok.mo -share/locale/lt/LC_MESSAGES/amarok.mo -share/locale/mk/LC_MESSAGES/amarok.mo -share/locale/ms/LC_MESSAGES/amarok.mo -share/locale/nb/LC_MESSAGES/amarok.mo -share/locale/nds/LC_MESSAGES/amarok.mo -share/locale/ne/LC_MESSAGES/amarok.mo -share/locale/nl/LC_MESSAGES/amarok.mo -share/locale/nn/LC_MESSAGES/amarok.mo -share/locale/pa/LC_MESSAGES/amarok.mo -share/locale/pl/LC_MESSAGES/amarok.mo -share/locale/pt/LC_MESSAGES/amarok.mo -share/locale/pt_BR/LC_MESSAGES/amarok.mo -share/locale/ro/LC_MESSAGES/amarok.mo -share/locale/ru/LC_MESSAGES/amarok.mo -share/locale/rw/LC_MESSAGES/amarok.mo -share/locale/se/LC_MESSAGES/amarok.mo -share/locale/sk/LC_MESSAGES/amarok.mo -share/locale/sl/LC_MESSAGES/amarok.mo -share/locale/sq/LC_MESSAGES/amarok.mo -share/locale/sr/LC_MESSAGES/amarok.mo -share/locale/sr@Latn/LC_MESSAGES/amarok.mo -share/locale/ss/LC_MESSAGES/amarok.mo -share/locale/sv/LC_MESSAGES/amarok.mo -share/locale/ta/LC_MESSAGES/amarok.mo -share/locale/tg/LC_MESSAGES/amarok.mo -share/locale/th/LC_MESSAGES/amarok.mo -share/locale/tr/LC_MESSAGES/amarok.mo -share/locale/uk/LC_MESSAGES/amarok.mo -share/locale/uz/LC_MESSAGES/amarok.mo -share/locale/zh_CN/LC_MESSAGES/amarok.mo -share/locale/zh_TW/LC_MESSAGES/amarok.mo -%%GPOD%%share/services/amarok_ipod-mediadevice.desktop -%%MTP%%share/services/amarok_mtp-mediadevice.desktop -%%NJB%%share/services/amarok_njb-mediadevice.desktop -share/services/amarok_daap-mediadevice.desktop -share/services/amarok_generic-mediadevice.desktop -share/services/amarok_massstorage-device.desktop -share/services/amarok_nfs-device.desktop -share/services/amarok_smb-device.desktop -share/services/amarok_void-engine_plugin.desktop -share/services/amarok_xine-engine.desktop -share/services/amarokitpc.protocol -share/services/amaroklastfm.protocol -share/services/amarokpcast.protocol -share/servicetypes/amarok_codecinstall.desktop -share/servicetypes/amarok_plugin.desktop -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/tg/LC_MESSAGES -@dirrmtry share/locale/tg -@dirrmtry share/locale/ss/LC_MESSAGES -@dirrmtry share/locale/ss -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/se/LC_MESSAGES -@dirrmtry share/locale/se -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/li/LC_MESSAGES -@dirrmtry share/locale/li -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrm share/doc/HTML/sv/amarok -@dirrmtry share/doc/HTML/sv -@dirrm share/doc/HTML/ru/amarok -@dirrmtry share/doc/HTML/ru -@dirrm share/doc/HTML/pt_BR/amarok -@dirrmtry share/doc/HTML/pt_BR -@dirrm share/doc/HTML/pt/amarok -@dirrmtry share/doc/HTML/pt -@dirrm share/doc/HTML/pl/amarok -@dirrmtry share/doc/HTML/pl -@dirrm share/doc/HTML/nl/amarok -@dirrmtry share/doc/HTML/nl -@dirrm share/doc/HTML/it/amarok -@dirrmtry share/doc/HTML/it -@dirrm share/doc/HTML/fr/amarok -@dirrmtry share/doc/HTML/fr -@dirrm share/doc/HTML/et/amarok -@dirrmtry share/doc/HTML/et -@dirrm share/doc/HTML/es/amarok -@dirrmtry share/doc/HTML/es -@dirrm share/doc/HTML/en/amarok -@dirrmtry share/doc/HTML/en -@dirrm share/doc/HTML/de/amarok -@dirrmtry share/doc/HTML/de -@dirrm share/doc/HTML/da/amarok -@dirrmtry share/doc/HTML/da -@dirrm share/apps/amarok/themes/reinhardt/images -@dirrm share/apps/amarok/themes/reinhardt -@dirrm share/apps/amarok/themes/example -@dirrm share/apps/amarok/themes -@dirrm share/apps/amarok/scripts/webcontrol -@dirrm share/apps/amarok/scripts/templates -@dirrm share/apps/amarok/scripts/score_impulsive -@dirrm share/apps/amarok/scripts/score_default -@dirrm share/apps/amarok/scripts/ruby_debug -@dirrm share/apps/amarok/scripts/playlist2html -@dirrm share/apps/amarok/scripts/lyrics_lyrc -@dirrm share/apps/amarok/scripts/lyrics_astraweb -@dirrm share/apps/amarok/scripts/common -@dirrm share/apps/amarok/scripts -@dirrm share/apps/amarok/ruby_lib/rubygems -@dirrm share/apps/amarok/ruby_lib/rbconfig -@dirrm share/apps/amarok/ruby_lib/mongrel -@dirrm share/apps/amarok/ruby_lib -@dirrm share/apps/amarok/images -@dirrm share/apps/amarok/icons/hicolor/64x64/actions -@dirrm share/apps/amarok/icons/hicolor/64x64 -@dirrm share/apps/amarok/icons/hicolor/48x48/actions -@dirrm share/apps/amarok/icons/hicolor/48x48 -@dirrm share/apps/amarok/icons/hicolor/32x32/actions -@dirrm share/apps/amarok/icons/hicolor/32x32 -@dirrm share/apps/amarok/icons/hicolor/22x22/actions -@dirrm share/apps/amarok/icons/hicolor/22x22 -@dirrm share/apps/amarok/icons/hicolor/16x16/actions -@dirrm share/apps/amarok/icons/hicolor/16x16 -@dirrm share/apps/amarok/icons/hicolor -@dirrm share/apps/amarok/icons/crystalsvg/64x64/actions -@dirrm share/apps/amarok/icons/crystalsvg/64x64 -@dirrm share/apps/amarok/icons/crystalsvg/22x22/actions -@dirrm share/apps/amarok/icons/crystalsvg/22x22 -@dirrm share/apps/amarok/icons/crystalsvg/16x16/actions -@dirrm share/apps/amarok/icons/crystalsvg/16x16 -@dirrm share/apps/amarok/icons/crystalsvg -@dirrm share/apps/amarok/icons -@dirrm share/apps/amarok/data -@dirrm share/apps/amarok -@dirrmtry lib/ruby_lib diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile deleted file mode 100644 index 48b61bfc9d9b..000000000000 --- a/audio/dumb/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: dumb -# Date created: 26 January 2005 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# - -PORTNAME= dumb -PORTVERSION= 0.9.3 -PORTREVISION= 1 -CATEGORIES= devel audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dumb - -MAINTAINER= ports@FreeBSD.org -COMMENT= IT, XM, S3M and MOD player library - -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_ALLEGRO) -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro -PLIST_SUB+= ALLEGRO="" -MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" -.else -PLIST_SUB+= ALLEGRO="@comment " -MAKE_ARGS= _PORT_ALLEGRO_CFLAGS= -.endif - -MAKE_ENV+= CC="${CC}" - -pre-configure: - @${CP} ${FILESDIR}/config.txt ${WRKSRC}/make - @${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt -.if defined(WITH_ALLEGRO) - @${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt -.else - @${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt -.endif - -.include <bsd.port.post.mk> diff --git a/audio/dumb/distinfo b/audio/dumb/distinfo deleted file mode 100644 index 1236e02e7782..000000000000 --- a/audio/dumb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dumb-0.9.3.tar.gz) = f48da5b990aa8aa822d3b6a951baf5c2 -SHA256 (dumb-0.9.3.tar.gz) = 8d44fbc9e57f3bac9f761c3b12ce102d47d717f0dd846657fb988e0bb5d1ea33 -SIZE (dumb-0.9.3.tar.gz) = 167379 diff --git a/audio/dumb/files/config.txt b/audio/dumb/files/config.txt deleted file mode 100644 index 3dc79747974c..000000000000 --- a/audio/dumb/files/config.txt +++ /dev/null @@ -1,4 +0,0 @@ -include make/unix.inc -ALL_TARGETS := core core-examples core-headers -@ALLEGRO@ ALL_TARGETS += allegro allegro-examples allegro-headers -PREFIX := @LOCALBASE@ diff --git a/audio/dumb/files/patch-Makefile b/audio/dumb/files/patch-Makefile deleted file mode 100644 index 623e96378a90..000000000000 --- a/audio/dumb/files/patch-Makefile +++ /dev/null @@ -1,57 +0,0 @@ ---- ./Makefile.orig Mon Aug 8 02:18:41 2005 -+++ ./Makefile Sun Jun 10 12:13:59 2007 -@@ -22,7 +22,7 @@ - # (Note that this is unable to delete the dumbask - # executable if the configuration is absent.) - --MAKEFILE = Makefile.rdy -+MAKEFILE = Makefile - - .PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs - -@@ -36,12 +36,12 @@ - COMMA := , - - ifdef USE_ICC --CC := icc -+CC ?= icc - else - ifdef USE_SGICC --CC := cc -+CC ?= cc - else --CC := gcc -+CC ?= gcc - endif - endif - AR := ar -@@ -215,24 +215,21 @@ - ifdef USE_ICC - WFLAGS := -Wall -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := --OFLAGS := -O2 --DBGFLAGS := -DDEBUGMODE=1 -+OFLAGS=$(CFLAGS) - else - ifdef USE_SGICC - WFLAGS := -fullwarn -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := --OFLAGS := -n32 -O2 -use_readonly_const --DBGFLAGS := -n32 -g3 -DDEBUGMODE=1 -+OFLAGS=$(CFLAGS) - else - WFLAGS := -Wall -W -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := -Wno-missing-declarations --OFLAGS := -O2 -ffast-math -fomit-frame-pointer --DBGFLAGS := -DDEBUGMODE=1 -g3 -+OFLAGS=$(CFLAGS) - endif - endif - --CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS) --CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS) -+CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(OFLAGS) -+CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(DBGFLAGS) - - LDFLAGS := -s - diff --git a/audio/dumb/pkg-descr b/audio/dumb/pkg-descr deleted file mode 100644 index 0d52dcff4920..000000000000 --- a/audio/dumb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -DUMB is an IT, XM, S3M and MOD player library. - -WWW: http://dumb.sourceforge.net diff --git a/audio/dumb/pkg-plist b/audio/dumb/pkg-plist deleted file mode 100644 index 0c545c9b0a64..000000000000 --- a/audio/dumb/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%ALLEGRO%%bin/dumbplay -bin/dumbout -bin/dumb2wav -include/dumb.h -%%ALLEGRO%%include/aldumb.h -lib/libdumb.a -lib/libdumbd.a -%%ALLEGRO%%lib/libaldmb.a -%%ALLEGRO%%lib/libaldmd.a diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile deleted file mode 100644 index bc4ab947e0f8..000000000000 --- a/audio/exaile-devel/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: exaile -# Date created: 19 December 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= exaile -DISTVERSION= 0.2.13 -CATEGORIES= audio -MASTER_SITES= http://www.exaile.org/files/ GENTOO/distfiles -DISTNAME= ${PORTNAME}_${DISTVERSION} - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= AmaroK replacement for GTK+ - -RUN_DEPENDS= py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus \ - py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify \ - py*-elementtree>=1.2.6:${PORTSDIR}/devel/py-elementtree \ - py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen \ - py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy \ - py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \ - py*-pysqlite>=2.3.3:${PORTSDIR}/databases/py-pysqlite23 - -USE_GETTEXT= yes -USE_GNOME= pygtk2 pygnomeextras -USE_GSTREAMER= python gnomevfs -USE_PYTHON= yes -MAN1= ${PORTNAME}.1 - -post-patch: - @${REINPLACE_CMD} -e '/createpot/d;s|/bin/echo|echo|;\ - s|$$[(]PREFIX[)]/share/exaile|${DATADIR}|;/install.*mmkeys/d;\ - s|$$[(]PREFIX[)]$$[(]LIBDIR[)]/exaile|${DATADIR}|;/mkdir.*LIBDIR/d;\ - s|$$[(]PREFIX[)]/share/man/man1|${MAN1PREFIX}/man/man1|'\ - ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/audio/exaile-devel/distinfo b/audio/exaile-devel/distinfo deleted file mode 100644 index b2960d83deeb..000000000000 --- a/audio/exaile-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (exaile_0.2.13.tar.gz) = 3caf9381691274a9de1fda203c43fb4f -SHA256 (exaile_0.2.13.tar.gz) = cbf8769df8d963135059f96f70d365ce9ff55a9c59cdd50a61fa46de74dfe465 -SIZE (exaile_0.2.13.tar.gz) = 1267717 diff --git a/audio/exaile-devel/pkg-descr b/audio/exaile-devel/pkg-descr deleted file mode 100644 index 86c661b4f8ff..000000000000 --- a/audio/exaile-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Exaile is a media player aiming to be similar to KDE's AmaroK, but for -GTK+. It incorporates many of the cool things from AmaroK (and other -media players) like automatic fetching of album art, handling of large -libraries, lyrics fetching, artist/album information via the wikipedia, -last.fm support, optional iPod support (assuming you have python-gpod -installed). - -WWW: http://www.exaile.org/ -Author: Adam Olsen <arolsen@gmail.com> diff --git a/audio/exaile-devel/pkg-plist b/audio/exaile-devel/pkg-plist deleted file mode 100644 index 477ab0b79305..000000000000 --- a/audio/exaile-devel/pkg-plist +++ /dev/null @@ -1,210 +0,0 @@ -bin/exaile -share/applications/exaile.desktop -%%DATADIR%%/data/settings_meta.ini -%%DATADIR%%/equalizer.ini -%%DATADIR%%/exaile.glade -%%DATADIR%%/exaile.py -%%DATADIR%%/images/artist.png -%%DATADIR%%/images/close.png -%%DATADIR%%/images/default_theme/add.png -%%DATADIR%%/images/default_theme/clear.png -%%DATADIR%%/images/default_theme/gnome-dev-cdrom-audio.png -%%DATADIR%%/images/default_theme/gnome-dev-ipod.png -%%DATADIR%%/images/default_theme/gnome-fs-directory-accept.png -%%DATADIR%%/images/default_theme/gnome-fs-directory.png -%%DATADIR%%/images/default_theme/gnome-globe.png -%%DATADIR%%/images/default_theme/go-back.png -%%DATADIR%%/images/default_theme/go-forward.png -%%DATADIR%%/images/default_theme/go-up.png -%%DATADIR%%/images/default_theme/media-next.png -%%DATADIR%%/images/default_theme/media-pause.png -%%DATADIR%%/images/default_theme/media-play.png -%%DATADIR%%/images/default_theme/media-previous.png -%%DATADIR%%/images/default_theme/refresh.png -%%DATADIR%%/images/default_theme/remove.png -%%DATADIR%%/images/default_theme/stock_volume.png -%%DATADIR%%/images/exailelogo-sml.png -%%DATADIR%%/images/exailelogo.png -%%DATADIR%%/images/genre.png -%%DATADIR%%/images/icon.png -%%DATADIR%%/images/ipod.png -%%DATADIR%%/images/largeicon.png -%%DATADIR%%/images/media-audiofile.png -%%DATADIR%%/images/nocover.png -%%DATADIR%%/images/playlist.png -%%DATADIR%%/images/splash.png -%%DATADIR%%/images/star.png -%%DATADIR%%/images/track.png -%%DATADIR%%/images/trayicon.png -%%DATADIR%%/images/year.png -%%DATADIR%%/lib/__init__.py -%%DATADIR%%/lib/__init__.pyc -%%DATADIR%%/lib/__init__.pyo -%%DATADIR%%/lib/ecs.py -%%DATADIR%%/lib/ecs.pyc -%%DATADIR%%/lib/ecs.pyo -%%DATADIR%%/lib/feedparser.py -%%DATADIR%%/lib/feedparser.pyc -%%DATADIR%%/lib/feedparser.pyo -%%DATADIR%%/lib/wmainfo.py -%%DATADIR%%/lib/wmainfo.pyc -%%DATADIR%%/lib/wmainfo.pyo -%%DATADIR%%/sql/changes0001.sql -%%DATADIR%%/sql/changes0002.sql -%%DATADIR%%/sql/changes0003.sql -%%DATADIR%%/sql/db.sql -%%DATADIR%%/xl/__init__.py -%%DATADIR%%/xl/__init__.pyc -%%DATADIR%%/xl/__init__.pyo -%%DATADIR%%/xl/advancededitor.py -%%DATADIR%%/xl/advancededitor.pyc -%%DATADIR%%/xl/advancededitor.pyo -%%DATADIR%%/xl/audioscrobbler.py -%%DATADIR%%/xl/audioscrobbler.pyc -%%DATADIR%%/xl/audioscrobbler.pyo -%%DATADIR%%/xl/burn.py -%%DATADIR%%/xl/burn.pyc -%%DATADIR%%/xl/burn.pyo -%%DATADIR%%/xl/cd_import.py -%%DATADIR%%/xl/cd_import.pyc -%%DATADIR%%/xl/cd_import.pyo -%%DATADIR%%/xl/common.py -%%DATADIR%%/xl/common.pyc -%%DATADIR%%/xl/common.pyo -%%DATADIR%%/xl/config.py -%%DATADIR%%/xl/config.pyc -%%DATADIR%%/xl/config.pyo -%%DATADIR%%/xl/config_convert.py -%%DATADIR%%/xl/config_convert.pyc -%%DATADIR%%/xl/config_convert.pyo -%%DATADIR%%/xl/covers.py -%%DATADIR%%/xl/covers.pyc -%%DATADIR%%/xl/covers.pyo -%%DATADIR%%/xl/db.py -%%DATADIR%%/xl/db.pyc -%%DATADIR%%/xl/db.pyo -%%DATADIR%%/xl/dbusinterface.py -%%DATADIR%%/xl/dbusinterface.pyc -%%DATADIR%%/xl/dbusinterface.pyo -%%DATADIR%%/xl/editor.py -%%DATADIR%%/xl/editor.pyc -%%DATADIR%%/xl/editor.pyo -%%DATADIR%%/xl/equalizer.py -%%DATADIR%%/xl/equalizer.pyc -%%DATADIR%%/xl/equalizer.pyo -%%DATADIR%%/xl/filtergui.py -%%DATADIR%%/xl/filtergui.pyc -%%DATADIR%%/xl/filtergui.pyo -%%DATADIR%%/xl/gui/__init__.py -%%DATADIR%%/xl/gui/__init__.pyc -%%DATADIR%%/xl/gui/__init__.pyo -%%DATADIR%%/xl/gui/editor.py -%%DATADIR%%/xl/gui/editor.pyc -%%DATADIR%%/xl/gui/editor.pyo -%%DATADIR%%/xl/gui/information.py -%%DATADIR%%/xl/gui/information.pyc -%%DATADIR%%/xl/gui/information.pyo -%%DATADIR%%/xl/gui/library.py -%%DATADIR%%/xl/gui/library.pyc -%%DATADIR%%/xl/gui/library.pyo -%%DATADIR%%/xl/gui/main.py -%%DATADIR%%/xl/gui/main.pyc -%%DATADIR%%/xl/gui/main.pyo -%%DATADIR%%/xl/gui/playlist.py -%%DATADIR%%/xl/gui/playlist.pyc -%%DATADIR%%/xl/gui/playlist.pyo -%%DATADIR%%/xl/gui/statsdialog.py -%%DATADIR%%/xl/gui/statsdialog.pyc -%%DATADIR%%/xl/gui/statsdialog.pyo -%%DATADIR%%/xl/library.py -%%DATADIR%%/xl/library.pyc -%%DATADIR%%/xl/library.pyo -%%DATADIR%%/xl/logger.py -%%DATADIR%%/xl/logger.pyc -%%DATADIR%%/xl/logger.pyo -%%DATADIR%%/xl/media/__init__.py -%%DATADIR%%/xl/media/__init__.pyc -%%DATADIR%%/xl/media/__init__.pyo -%%DATADIR%%/xl/media/flac.py -%%DATADIR%%/xl/media/flac.pyc -%%DATADIR%%/xl/media/flac.pyo -%%DATADIR%%/xl/media/mp3.py -%%DATADIR%%/xl/media/mp3.pyc -%%DATADIR%%/xl/media/mp3.pyo -%%DATADIR%%/xl/media/mp4.py -%%DATADIR%%/xl/media/mp4.pyc -%%DATADIR%%/xl/media/mp4.pyo -%%DATADIR%%/xl/media/mpc.py -%%DATADIR%%/xl/media/mpc.pyc -%%DATADIR%%/xl/media/mpc.pyo -%%DATADIR%%/xl/media/ogg.py -%%DATADIR%%/xl/media/ogg.pyc -%%DATADIR%%/xl/media/ogg.pyo -%%DATADIR%%/xl/media/tta.py -%%DATADIR%%/xl/media/tta.pyc -%%DATADIR%%/xl/media/tta.pyo -%%DATADIR%%/xl/media/wav.py -%%DATADIR%%/xl/media/wav.pyc -%%DATADIR%%/xl/media/wav.pyo -%%DATADIR%%/xl/media/wma.py -%%DATADIR%%/xl/media/wma.pyc -%%DATADIR%%/xl/media/wma.pyo -%%DATADIR%%/xl/media/wv.py -%%DATADIR%%/xl/media/wv.pyc -%%DATADIR%%/xl/media/wv.pyo -%%DATADIR%%/xl/mozembed.py -%%DATADIR%%/xl/mozembed.pyc -%%DATADIR%%/xl/mozembed.pyo -%%DATADIR%%/xl/panels/__init__.py -%%DATADIR%%/xl/panels/__init__.pyc -%%DATADIR%%/xl/panels/__init__.pyo -%%DATADIR%%/xl/panels/collection.py -%%DATADIR%%/xl/panels/collection.pyc -%%DATADIR%%/xl/panels/collection.pyo -%%DATADIR%%/xl/panels/device.py -%%DATADIR%%/xl/panels/device.pyc -%%DATADIR%%/xl/panels/device.pyo -%%DATADIR%%/xl/panels/files.py -%%DATADIR%%/xl/panels/files.pyc -%%DATADIR%%/xl/panels/files.pyo -%%DATADIR%%/xl/panels/playlists.py -%%DATADIR%%/xl/panels/playlists.pyc -%%DATADIR%%/xl/panels/playlists.pyo -%%DATADIR%%/xl/panels/radio.py -%%DATADIR%%/xl/panels/radio.pyc -%%DATADIR%%/xl/panels/radio.pyo -%%DATADIR%%/xl/path.py -%%DATADIR%%/xl/path.pyc -%%DATADIR%%/xl/path.pyo -%%DATADIR%%/xl/player.py -%%DATADIR%%/xl/player.pyc -%%DATADIR%%/xl/player.pyo -%%DATADIR%%/xl/playlist.py -%%DATADIR%%/xl/playlist.pyc -%%DATADIR%%/xl/playlist.pyo -%%DATADIR%%/xl/plugins/__init__.py -%%DATADIR%%/xl/plugins/gui.py -%%DATADIR%%/xl/plugins/manager.py -%%DATADIR%%/xl/plugins/plugins.glade -%%DATADIR%%/xl/prefs.py -%%DATADIR%%/xl/prefs.pyc -%%DATADIR%%/xl/prefs.pyo -%%DATADIR%%/xl/version.py -%%DATADIR%%/xl/version.pyc -%%DATADIR%%/xl/version.pyo -%%DATADIR%%/xl/xlmisc.py -%%DATADIR%%/xl/xlmisc.pyc -%%DATADIR%%/xl/xlmisc.pyo -share/pixmaps/exaile.png -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/images/default_theme -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/sql -@dirrm %%DATADIR%%/xl/gui -@dirrm %%DATADIR%%/xl/media -@dirrm %%DATADIR%%/xl/panels -@dirrm %%DATADIR%%/xl/plugins -@dirrm %%DATADIR%%/xl -@dirrm %%DATADIR%% -@dirrmtry share/applications diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile deleted file mode 100644 index 5d8c54978baf..000000000000 --- a/audio/kid3-kde4/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: kid3 -# Date created: 2006-08-02 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# -# $FreeBSD$ -# - -PORTNAME= kid3 -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= audio kde -MASTER_SITES= SF - -MAINTAINER= makc@issp.ac.ru -COMMENT= MP3/Ogg/FLAC tag editor for KDE - -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - FLAC.10:${PORTSDIR}/audio/flac \ - ogg.5:${PORTSDIR}/audio/libogg \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - tunepimp.5:${PORTSDIR}/audio/libtunepimp \ - mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -.include <bsd.port.mk> diff --git a/audio/kid3-kde4/distinfo b/audio/kid3-kde4/distinfo deleted file mode 100644 index 1ae61295530d..000000000000 --- a/audio/kid3-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kid3-1.0.tar.gz) = 5ee685dcba0c7feb08846cd4dec643cf -SHA256 (kid3-1.0.tar.gz) = ff8cd366682d2a5e35e45de48f393f611439d5408b83ec2d782cbd79c2e00876 -SIZE (kid3-1.0.tar.gz) = 1132898 diff --git a/audio/kid3-kde4/pkg-descr b/audio/kid3-kde4/pkg-descr deleted file mode 100644 index 6bc851fd8cd8..000000000000 --- a/audio/kid3-kde4/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Kid3 is an application to edit the ID3v1 and ID3v2 tags in MP3 files in -an efficient way. Also tags in Ogg/Vorbis and FLAC files are supported. - -WWW: http://kid3.sourceforge.net diff --git a/audio/kid3-kde4/pkg-plist b/audio/kid3-kde4/pkg-plist deleted file mode 100644 index c564be924096..000000000000 --- a/audio/kid3-kde4/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/kid3 -share/applications/kde/kid3.desktop -share/apps/kid3/kid3ui.rc -share/doc/HTML/de/kid3/common -share/doc/HTML/de/kid3/index.cache.bz2 -share/doc/HTML/de/kid3/index.docbook -share/doc/HTML/en/kid3/common -share/doc/HTML/en/kid3/index.cache.bz2 -share/doc/HTML/en/kid3/index.docbook -share/icons/hicolor/16x16/apps/kid3.png -share/icons/hicolor/32x32/apps/kid3.png -share/icons/hicolor/48x48/apps/kid3.png -share/icons/hicolor/scalable/apps/kid3.svgz -share/locale/de/LC_MESSAGES/kid3.mo -share/locale/es/LC_MESSAGES/kid3.mo -share/locale/fr/LC_MESSAGES/kid3.mo -share/locale/it/LC_MESSAGES/kid3.mo -share/locale/pl/LC_MESSAGES/kid3.mo -share/locale/ru/LC_MESSAGES/kid3.mo -@dirrm share/doc/HTML/en/kid3 -@dirrm share/doc/HTML/de/kid3 -@dirrm share/apps/kid3 -@dirrmtry share/applications/kde diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile deleted file mode 100644 index 8730d04a6df5..000000000000 --- a/audio/libmusicbrainz4/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libmusicbrainz3 -# Date Created: 2007-05-17 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz3 -PORTVERSION= 3.0.1 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ - http://uk.musicbrainz.org/pub/musicbrainz/ -DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION} - -MAINTAINER= bsdkaffee@gmail.com -COMMENT= MusicBrainz client library for audio metadata lookup - -BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake -LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ - neon.26:${PORTSDIR}/www/neon26 - -CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ - -DCMAKE_C_COMPILER:STRING='${CC}' \ - -DCMAKE_CXX_COMPILER:STRING=${CXX} \ - -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ - -DCMAKE_INSTALL_PREFIX=${PREFIX} - -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -pre-configure: - ${MKDIR} ${WRKSRC} - ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}\/pkgconfig|libdata\/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt - -do-configure: - @(cd ${WRKSRC}; \ - ${LOCALBASE}/bin/cmake ${CMAKE_ARGS}) - -.include <bsd.port.post.mk> diff --git a/audio/libmusicbrainz4/distinfo b/audio/libmusicbrainz4/distinfo deleted file mode 100644 index 758af92acd2d..000000000000 --- a/audio/libmusicbrainz4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libmusicbrainz-3.0.1.tar.gz) = d42110ae548dae1eea73e83b03a1a936 -SHA256 (libmusicbrainz-3.0.1.tar.gz) = 243311225a6bdcee065aaabc63334086cdd4298f13def45c7e798201f88d08cc -SIZE (libmusicbrainz-3.0.1.tar.gz) = 98515 diff --git a/audio/libmusicbrainz4/pkg-descr b/audio/libmusicbrainz4/pkg-descr deleted file mode 100644 index a3bbafcbbc29..000000000000 --- a/audio/libmusicbrainz4/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libmusicbrainz is a client library for accessing the MusicBrainz database -allowing metadata lookup for audio files. This is version 3.x which uses the -new XMLWebService. - -WWW: http://musicbrainz.org/ diff --git a/audio/libmusicbrainz4/pkg-plist b/audio/libmusicbrainz4/pkg-plist deleted file mode 100644 index 10c8cfdf6a28..000000000000 --- a/audio/libmusicbrainz4/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -include/musicbrainz3/artist.h -include/musicbrainz3/artistalias.h -include/musicbrainz3/defines.h -include/musicbrainz3/disc.h -include/musicbrainz3/entity.h -include/musicbrainz3/factory.h -include/musicbrainz3/filters.h -include/musicbrainz3/includes.h -include/musicbrainz3/iwebservice.h -include/musicbrainz3/label.h -include/musicbrainz3/labelalias.h -include/musicbrainz3/lists.h -include/musicbrainz3/mb_c.h -include/musicbrainz3/mbxmlparser.h -include/musicbrainz3/metadata.h -include/musicbrainz3/model.h -include/musicbrainz3/musicbrainz.h -include/musicbrainz3/query.h -include/musicbrainz3/relation.h -include/musicbrainz3/release.h -include/musicbrainz3/releaseevent.h -include/musicbrainz3/results.h -include/musicbrainz3/tag.h -include/musicbrainz3/track.h -include/musicbrainz3/user.h -include/musicbrainz3/utils.h -include/musicbrainz3/webservice.h -lib/libmusicbrainz3.so -lib/libmusicbrainz3.so.6 -lib/libmusicbrainz3.so.6.1.1 -libdata/pkgconfig/libmusicbrainz3.pc -@dirrm include/musicbrainz3 diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile deleted file mode 100644 index 8730d04a6df5..000000000000 --- a/audio/libmusicbrainz5/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libmusicbrainz3 -# Date Created: 2007-05-17 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz3 -PORTVERSION= 3.0.1 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ - http://uk.musicbrainz.org/pub/musicbrainz/ -DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION} - -MAINTAINER= bsdkaffee@gmail.com -COMMENT= MusicBrainz client library for audio metadata lookup - -BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake -LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ - neon.26:${PORTSDIR}/www/neon26 - -CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ - -DCMAKE_C_COMPILER:STRING='${CC}' \ - -DCMAKE_CXX_COMPILER:STRING=${CXX} \ - -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ - -DCMAKE_INSTALL_PREFIX=${PREFIX} - -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -pre-configure: - ${MKDIR} ${WRKSRC} - ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}\/pkgconfig|libdata\/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt - -do-configure: - @(cd ${WRKSRC}; \ - ${LOCALBASE}/bin/cmake ${CMAKE_ARGS}) - -.include <bsd.port.post.mk> diff --git a/audio/libmusicbrainz5/distinfo b/audio/libmusicbrainz5/distinfo deleted file mode 100644 index 758af92acd2d..000000000000 --- a/audio/libmusicbrainz5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libmusicbrainz-3.0.1.tar.gz) = d42110ae548dae1eea73e83b03a1a936 -SHA256 (libmusicbrainz-3.0.1.tar.gz) = 243311225a6bdcee065aaabc63334086cdd4298f13def45c7e798201f88d08cc -SIZE (libmusicbrainz-3.0.1.tar.gz) = 98515 diff --git a/audio/libmusicbrainz5/pkg-descr b/audio/libmusicbrainz5/pkg-descr deleted file mode 100644 index a3bbafcbbc29..000000000000 --- a/audio/libmusicbrainz5/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libmusicbrainz is a client library for accessing the MusicBrainz database -allowing metadata lookup for audio files. This is version 3.x which uses the -new XMLWebService. - -WWW: http://musicbrainz.org/ diff --git a/audio/libmusicbrainz5/pkg-plist b/audio/libmusicbrainz5/pkg-plist deleted file mode 100644 index 10c8cfdf6a28..000000000000 --- a/audio/libmusicbrainz5/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -include/musicbrainz3/artist.h -include/musicbrainz3/artistalias.h -include/musicbrainz3/defines.h -include/musicbrainz3/disc.h -include/musicbrainz3/entity.h -include/musicbrainz3/factory.h -include/musicbrainz3/filters.h -include/musicbrainz3/includes.h -include/musicbrainz3/iwebservice.h -include/musicbrainz3/label.h -include/musicbrainz3/labelalias.h -include/musicbrainz3/lists.h -include/musicbrainz3/mb_c.h -include/musicbrainz3/mbxmlparser.h -include/musicbrainz3/metadata.h -include/musicbrainz3/model.h -include/musicbrainz3/musicbrainz.h -include/musicbrainz3/query.h -include/musicbrainz3/relation.h -include/musicbrainz3/release.h -include/musicbrainz3/releaseevent.h -include/musicbrainz3/results.h -include/musicbrainz3/tag.h -include/musicbrainz3/track.h -include/musicbrainz3/user.h -include/musicbrainz3/utils.h -include/musicbrainz3/webservice.h -lib/libmusicbrainz3.so -lib/libmusicbrainz3.so.6 -lib/libmusicbrainz3.so.6.1.1 -libdata/pkgconfig/libmusicbrainz3.pc -@dirrm include/musicbrainz3 diff --git a/audio/linux-f10-alsa-lib/Makefile b/audio/linux-f10-alsa-lib/Makefile deleted file mode 100644 index 800b6414793f..000000000000 --- a/audio/linux-f10-alsa-lib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-alsa-lib -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= alsa-lib -DISTVERSION= 1.0.10-3 -CATEGORIES= audio linux -DISTNAME= ${PORTNAME}-${DISTVERSION}.FC4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Advanced Linux Sound Architecture libraries - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f10-alsa-lib/distinfo.i386 b/audio/linux-f10-alsa-lib/distinfo.i386 deleted file mode 100644 index d1975b41c9fa..000000000000 --- a/audio/linux-f10-alsa-lib/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = aa0ee96a574cbd9306c9df1ea1ba2792 -SHA256 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = 389c5ad1ba6241a84f005a684be7959b8b5f29c0bbb4f9f3e9c335f041e8f271 -SIZE (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = 385413 -MD5 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 084bd374f712cd98d4dd77548ff2f4f2 -SHA256 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 6e0e10e57a8c82078142a13eedf10bafc9053bf4ba045be8fc5406b434c06e24 -SIZE (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 729692 diff --git a/audio/linux-f10-alsa-lib/pkg-descr b/audio/linux-f10-alsa-lib/pkg-descr deleted file mode 100644 index 9447636da467..000000000000 --- a/audio/linux-f10-alsa-lib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI -functionality to the Linux operating system. - -WWW: http://www.alsa-project.org/ diff --git a/audio/linux-f10-arts/Makefile b/audio/linux-f10-arts/Makefile deleted file mode 100644 index 8835f0917b60..000000000000 --- a/audio/linux-f10-arts/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -DISTVERSION= 1.5.3-0.1.fc4 -CATEGORIES= audio kde linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -BRANDELF_DIRS= usr - -.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 84d95d04c4c3..000000000000 --- a/audio/linux-f10-arts/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = f7760cd7922f52b477636aa7874d2e7e -SHA256 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = 1d72935395b33d384f07920967d6018b4c0bf2b7f6fee12fa1cc6d45c3082487 -SIZE (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = 1192085 -MD5 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 9390137145e09286944b09ad500502bf -SHA256 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 6e220c65bb83a70bd401831b70bb2edc504065f4a8edfe276d4f26d04f8309a3 -SIZE (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 980232 diff --git a/audio/linux-f10-esound/Makefile b/audio/linux-f10-esound/Makefile deleted file mode 100644 index 0eb54ae43538..000000000000 --- a/audio/linux-f10-esound/Makefile +++ /dev/null @@ -1,25 +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.36 -DISTNAME= ${PORTNAME}-${PORTVERSION}-0.fc4.1 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= ESOUND_VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/audio/linux-f10-esound/distinfo.i386 b/audio/linux-f10-esound/distinfo.i386 deleted file mode 100644 index 88212813e036..000000000000 --- a/audio/linux-f10-esound/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 73d3123847d096524c1fc3fea676d397 -SHA256 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 0f4cff63f273837453e1c32c44f117423a09a19846c48c83dc376f5b99804942 -SIZE (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 129865 -MD5 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = 50a30e1bafcb0e87aebffbed340def23 -SHA256 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = d3ee4b7dd19302abc037ea21bc89015486ab49890c05be75b56e651e3652d7f2 -SIZE (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = 381415 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.i386 b/audio/linux-f10-esound/pkg-plist.i386 deleted file mode 100644 index 3352eddb2624..000000000000 --- a/audio/linux-f10-esound/pkg-plist.i386 +++ /dev/null @@ -1,35 +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 -usr/lib/libesd.so.%%ESOUND_VERSION%% -usr/lib/libesddsp.so.0 -usr/lib/libesddsp.so.%%ESOUND_VERSION%% -usr/share/doc/esound-%%ESOUND_VERSION%%/AUTHORS -usr/share/doc/esound-%%ESOUND_VERSION%%/COPYING.LIB -usr/share/doc/esound-%%ESOUND_VERSION%%/ChangeLog -usr/share/doc/esound-%%ESOUND_VERSION%%/NEWS -usr/share/doc/esound-%%ESOUND_VERSION%%/README -usr/share/doc/esound-%%ESOUND_VERSION%%/TIPS -usr/share/doc/esound-%%ESOUND_VERSION%%/TODO -usr/share/doc/esound-%%ESOUND_VERSION%%/esound.sgml -usr/share/man/man1/esd-config.1.gz -usr/share/man/man1/esd.1.gz -usr/share/man/man1/esdcat.1.gz -usr/share/man/man1/esdctl.1.gz -usr/share/man/man1/esddsp.1.gz -usr/share/man/man1/esdfilt.1.gz -usr/share/man/man1/esdloop.1.gz -usr/share/man/man1/esdmon.1.gz -usr/share/man/man1/esdplay.1.gz -usr/share/man/man1/esdrec.1.gz -usr/share/man/man1/esdsample.1.gz -@dirrm usr/share/doc/esound-%%ESOUND_VERSION%% diff --git a/audio/linux-f10-freealut/Makefile b/audio/linux-f10-freealut/Makefile deleted file mode 100644 index 2ae71239b9da..000000000000 --- a/audio/linux-f10-freealut/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-freealut -# Date created: 03 September 2006 -# Whom: Jona Joachim <walkingshadow@grummel.net> -# -# $FreeBSD$ -# - -PORTNAME= freealut -PORTVERSION= 1.1.0 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc${LINUX_DIST_VER} - -MAINTAINER= jaj@hcl-club.lu -COMMENT= A free implementation of OpenAL's ALUT standard (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -AUTOMATIC_PLIST=yes -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS - -.include <bsd.port.mk> diff --git a/audio/linux-f10-freealut/distinfo.i386 b/audio/linux-f10-freealut/distinfo.i386 deleted file mode 100644 index b706abb26d70..000000000000 --- a/audio/linux-f10-freealut/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = edce806118ea0f75f07d534908777465 -SHA256 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 1a4311874b7826bf325a344fd4b7a4ab9c842a73541b8ef5442a52c73c469287 -SIZE (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 40001 -MD5 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 3357d5a4be49fe957d74af689e8dc549 -SHA256 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 2c111bcc9081e2a33cda2e770456dfc0a356df36682fb9c9522cedf45233dfc6 -SIZE (rpm/freealut-1.1.0-1.fc4.src.rpm) = 465729 diff --git a/audio/linux-f10-freealut/pkg-descr b/audio/linux-f10-freealut/pkg-descr deleted file mode 100644 index 7d9cdb083766..000000000000 --- a/audio/linux-f10-freealut/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Freealut is a free implementation of the OpenAL Utility Toolkit -(ALUT). - -It is well suited to producing succinct demo programs and to help -new developers to get started with OpenAL without distractions -such as loading sound samples from disk. - -WWW: http://www.openal.org/ diff --git a/audio/linux-f10-libaudiofile/Makefile b/audio/linux-f10-libaudiofile/Makefile deleted file mode 100644 index afcbcbf7e445..000000000000 --- a/audio/linux-f10-libaudiofile/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.2.6 -PORTREVISION= 2 -CATEGORIES= audio linux -DISTNAME= audiofile-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of audiofile - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= LIBAUDIOFILE_VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/audio/linux-f10-libaudiofile/distinfo.i386 b/audio/linux-f10-libaudiofile/distinfo.i386 deleted file mode 100644 index cf513ef694a4..000000000000 --- a/audio/linux-f10-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = 1f8be78f0ada3022ed5c525550b7f9bb -SHA256 (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = deeb4a1231c781c649310e4213d7656c6170fcfc41f6de14f582a1dc96559434 -SIZE (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = 100216 -MD5 (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 68a51cdcb8e18c4638d555768ff67f36 -SHA256 (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 7caa0fa81e1e8da498f212e265e82a1b88f4da8fb9745eb88ca83a8c87cfdd3e -SIZE (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 286587 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.i386 b/audio/linux-f10-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 354af6dd1f27..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 -usr/lib/libaudiofile.so.0.0.2 -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/COPYING -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/ChangeLog -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/README -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/TODO -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile.am -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile.in -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afCloseFile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afGetFrameSize -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afGetTrackBytes -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afIntro -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afNewFileSetup -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afOpenFile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afQuery -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afReadFrames -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afReadMisc -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSeekFrame -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSetErrorHandler -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afWriteFrames -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/sfconvert -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/sfinfo -@dirrm usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs -@dirrm usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%% diff --git a/audio/linux-f10-libogg/Makefile b/audio/linux-f10-libogg/Makefile deleted file mode 100644 index 9f33fefbaa61..000000000000 --- a/audio/linux-f10-libogg/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-libogg -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libogg -DISTVERSION= 1.1.2-2 -PORTREVISION= 3 -CATEGORIES= audio linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ogg bitstream library (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f10-libogg/distinfo.i386 b/audio/linux-f10-libogg/distinfo.i386 deleted file mode 100644 index 682b5b1f7d1f..000000000000 --- a/audio/linux-f10-libogg/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = d919dbbf758b1a1bd0ef8265e9b824ea -SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 66cf5abe033d80fad01755e7be5f21aadefd80125c9f51938677fe1c95bdbc61 -SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 16555 -MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 6efdbff9dbd34b17c87556af4be0b9ff -SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = cb698b8f539874633cba98da5c9498cd081e30f3ba4ec6a149b63491756d5c4a -SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 424192 diff --git a/audio/linux-f10-libvorbis/Makefile b/audio/linux-f10-libvorbis/Makefile deleted file mode 100644 index 6e081b01de79..000000000000 --- a/audio/linux-f10-libvorbis/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-libvorbis -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libvorbis -DISTVERSION= 1.1.0-2 -CATEGORIES= audio linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio compression codec library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libogg.so.0:${PORTSDIR}/audio/linux-libogg - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f10-libvorbis/distinfo.i386 b/audio/linux-f10-libvorbis/distinfo.i386 deleted file mode 100644 index f9108884cd97..000000000000 --- a/audio/linux-f10-libvorbis/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 6c91c931920169d7a4a9ab30ed7642d3 -SHA256 (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 22621b28ce0ca65e68f2f208096bdf29f900c71b671d5e77c33355bb87957d9f -SIZE (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 195954 -MD5 (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = dc38d983df7d2af037c8e23467cf1c97 -SHA256 (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = e5d063a882bbc1bd86541f549795efe2d6586ea8d49f62dddebe998ec1298570 -SIZE (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = 1318485 diff --git a/audio/linux-f10-mikmod/Makefile b/audio/linux-f10-mikmod/Makefile deleted file mode 100644 index c54f23a23b6b..000000000000 --- a/audio/linux-f10-mikmod/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-mikmod -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> -# -# $FreeBSD$ -# - -PORTNAME= mikmod -DISTVERSION= 3.1.6 -CATEGORIES= audio linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-34 - -MAINTAINER= mva@sysfault.org -COMMENT= MikMod Sound Library (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f10-mikmod/distinfo.i386 b/audio/linux-f10-mikmod/distinfo.i386 deleted file mode 100644 index 6d5f41355fe6..000000000000 --- a/audio/linux-f10-mikmod/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 307e98dd8a18ee8dc9b80b02c947c739 -SHA256 (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 6d0e50bc3048584fe3a3ed8289f202eec8a10b2bef3a36cd8263cad3700bfb6b -SIZE (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 182645 -MD5 (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = 9c3a0e615349bff86a225136629bfb16 -SHA256 (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = b58986be199e9649a29a2f64c66bbd8edfc956a22e39480b66c3d2c5bfe81399 -SIZE (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = 775889 diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile deleted file mode 100644 index 8106dec4387c..000000000000 --- a/audio/linux-f10-openal/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-openal -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= openal -DISTVERSION= 0.0.9-0.6.20060204cvs.fc4 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D positional spatialized sound library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \ - ${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound \ - ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile \ - ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ - ${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f10-openal/distinfo.i386 b/audio/linux-f10-openal/distinfo.i386 deleted file mode 100644 index 5425756c6d46..000000000000 --- a/audio/linux-f10-openal/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = f0477d7b29947f3fd9e4d5089811cf5e -SHA256 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = f51c857620a7047c78869cb36109e921dd735dfb6a66e139e396c52ad0b5a83f -SIZE (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = 149031 -MD5 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = 6510d4c6f26c554cb7db5622674581c5 -SHA256 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = a9b5e633184a24a27a5a6c94f36a66157ab68dfb03c1c41313becbb4666a7f58 -SIZE (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = 1369586 diff --git a/audio/linux-f10-sdl_mixer/Makefile b/audio/linux-f10-sdl_mixer/Makefile deleted file mode 100644 index 538b885f041e..000000000000 --- a/audio/linux-f10-sdl_mixer/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linux-sdl_mixer -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> -# -# $FreeBSD$ -# - -PORTNAME= sdl_mixer -DISTVERSION= 1.2.6 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER} - -MAINTAINER= mva@sysfault.org -COMMENT= A sample multi-channel audio mixer library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f10-sdl_mixer/distinfo.i386 b/audio/linux-f10-sdl_mixer/distinfo.i386 deleted file mode 100644 index 00f226ac969f..000000000000 --- a/audio/linux-f10-sdl_mixer/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = d4befe45110ad16a2f7348c71909fa02 -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 0ea46df36cf708576781fb8fd513a63f6af52f11df843bd59193b36f04f99a9f -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 86947 -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = ef61fda45b9cb4ebd52a4ffdf296afad -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 41a936177fc326dccf10a539adc5282923843d1fb8f68986d3dedb59c216cbe7 -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 1160362 diff --git a/audio/linux-f8-alsa-lib/Makefile b/audio/linux-f8-alsa-lib/Makefile deleted file mode 100644 index 800b6414793f..000000000000 --- a/audio/linux-f8-alsa-lib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-alsa-lib -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= alsa-lib -DISTVERSION= 1.0.10-3 -CATEGORIES= audio linux -DISTNAME= ${PORTNAME}-${DISTVERSION}.FC4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Advanced Linux Sound Architecture libraries - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f8-alsa-lib/distinfo.i386 b/audio/linux-f8-alsa-lib/distinfo.i386 deleted file mode 100644 index d1975b41c9fa..000000000000 --- a/audio/linux-f8-alsa-lib/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = aa0ee96a574cbd9306c9df1ea1ba2792 -SHA256 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = 389c5ad1ba6241a84f005a684be7959b8b5f29c0bbb4f9f3e9c335f041e8f271 -SIZE (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.i386.rpm) = 385413 -MD5 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 084bd374f712cd98d4dd77548ff2f4f2 -SHA256 (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 6e0e10e57a8c82078142a13eedf10bafc9053bf4ba045be8fc5406b434c06e24 -SIZE (rpm/i386/fedora/4/alsa-lib-1.0.10-3.FC4.src.rpm) = 729692 diff --git a/audio/linux-f8-alsa-lib/pkg-descr b/audio/linux-f8-alsa-lib/pkg-descr deleted file mode 100644 index 9447636da467..000000000000 --- a/audio/linux-f8-alsa-lib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI -functionality to the Linux operating system. - -WWW: http://www.alsa-project.org/ diff --git a/audio/linux-f8-arts/Makefile b/audio/linux-f8-arts/Makefile deleted file mode 100644 index 8835f0917b60..000000000000 --- a/audio/linux-f8-arts/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -DISTVERSION= 1.5.3-0.1.fc4 -CATEGORIES= audio kde linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -BRANDELF_DIRS= usr - -.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 84d95d04c4c3..000000000000 --- a/audio/linux-f8-arts/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = f7760cd7922f52b477636aa7874d2e7e -SHA256 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = 1d72935395b33d384f07920967d6018b4c0bf2b7f6fee12fa1cc6d45c3082487 -SIZE (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.i386.rpm) = 1192085 -MD5 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 9390137145e09286944b09ad500502bf -SHA256 (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 6e220c65bb83a70bd401831b70bb2edc504065f4a8edfe276d4f26d04f8309a3 -SIZE (rpm/i386/fedora/4/arts-1.5.3-0.1.fc4.src.rpm) = 980232 diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile deleted file mode 100644 index 0eb54ae43538..000000000000 --- a/audio/linux-f8-esound/Makefile +++ /dev/null @@ -1,25 +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.36 -DISTNAME= ${PORTNAME}-${PORTVERSION}-0.fc4.1 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= ESOUND_VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/audio/linux-f8-esound/distinfo.i386 b/audio/linux-f8-esound/distinfo.i386 deleted file mode 100644 index 88212813e036..000000000000 --- a/audio/linux-f8-esound/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 73d3123847d096524c1fc3fea676d397 -SHA256 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 0f4cff63f273837453e1c32c44f117423a09a19846c48c83dc376f5b99804942 -SIZE (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.i386.rpm) = 129865 -MD5 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = 50a30e1bafcb0e87aebffbed340def23 -SHA256 (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = d3ee4b7dd19302abc037ea21bc89015486ab49890c05be75b56e651e3652d7f2 -SIZE (rpm/i386/fedora/4/esound-0.2.36-0.fc4.1.src.rpm) = 381415 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.i386 b/audio/linux-f8-esound/pkg-plist.i386 deleted file mode 100644 index 3352eddb2624..000000000000 --- a/audio/linux-f8-esound/pkg-plist.i386 +++ /dev/null @@ -1,35 +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 -usr/lib/libesd.so.%%ESOUND_VERSION%% -usr/lib/libesddsp.so.0 -usr/lib/libesddsp.so.%%ESOUND_VERSION%% -usr/share/doc/esound-%%ESOUND_VERSION%%/AUTHORS -usr/share/doc/esound-%%ESOUND_VERSION%%/COPYING.LIB -usr/share/doc/esound-%%ESOUND_VERSION%%/ChangeLog -usr/share/doc/esound-%%ESOUND_VERSION%%/NEWS -usr/share/doc/esound-%%ESOUND_VERSION%%/README -usr/share/doc/esound-%%ESOUND_VERSION%%/TIPS -usr/share/doc/esound-%%ESOUND_VERSION%%/TODO -usr/share/doc/esound-%%ESOUND_VERSION%%/esound.sgml -usr/share/man/man1/esd-config.1.gz -usr/share/man/man1/esd.1.gz -usr/share/man/man1/esdcat.1.gz -usr/share/man/man1/esdctl.1.gz -usr/share/man/man1/esddsp.1.gz -usr/share/man/man1/esdfilt.1.gz -usr/share/man/man1/esdloop.1.gz -usr/share/man/man1/esdmon.1.gz -usr/share/man/man1/esdplay.1.gz -usr/share/man/man1/esdrec.1.gz -usr/share/man/man1/esdsample.1.gz -@dirrm usr/share/doc/esound-%%ESOUND_VERSION%% diff --git a/audio/linux-f8-freealut/Makefile b/audio/linux-f8-freealut/Makefile deleted file mode 100644 index 2ae71239b9da..000000000000 --- a/audio/linux-f8-freealut/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-freealut -# Date created: 03 September 2006 -# Whom: Jona Joachim <walkingshadow@grummel.net> -# -# $FreeBSD$ -# - -PORTNAME= freealut -PORTVERSION= 1.1.0 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc${LINUX_DIST_VER} - -MAINTAINER= jaj@hcl-club.lu -COMMENT= A free implementation of OpenAL's ALUT standard (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -AUTOMATIC_PLIST=yes -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS - -.include <bsd.port.mk> diff --git a/audio/linux-f8-freealut/distinfo.i386 b/audio/linux-f8-freealut/distinfo.i386 deleted file mode 100644 index b706abb26d70..000000000000 --- a/audio/linux-f8-freealut/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = edce806118ea0f75f07d534908777465 -SHA256 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 1a4311874b7826bf325a344fd4b7a4ab9c842a73541b8ef5442a52c73c469287 -SIZE (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 40001 -MD5 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 3357d5a4be49fe957d74af689e8dc549 -SHA256 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 2c111bcc9081e2a33cda2e770456dfc0a356df36682fb9c9522cedf45233dfc6 -SIZE (rpm/freealut-1.1.0-1.fc4.src.rpm) = 465729 diff --git a/audio/linux-f8-freealut/pkg-descr b/audio/linux-f8-freealut/pkg-descr deleted file mode 100644 index 7d9cdb083766..000000000000 --- a/audio/linux-f8-freealut/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Freealut is a free implementation of the OpenAL Utility Toolkit -(ALUT). - -It is well suited to producing succinct demo programs and to help -new developers to get started with OpenAL without distractions -such as loading sound samples from disk. - -WWW: http://www.openal.org/ diff --git a/audio/linux-f8-libaudiofile/Makefile b/audio/linux-f8-libaudiofile/Makefile deleted file mode 100644 index afcbcbf7e445..000000000000 --- a/audio/linux-f8-libaudiofile/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.2.6 -PORTREVISION= 2 -CATEGORIES= audio linux -DISTNAME= audiofile-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of audiofile - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= LIBAUDIOFILE_VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/audio/linux-f8-libaudiofile/distinfo.i386 b/audio/linux-f8-libaudiofile/distinfo.i386 deleted file mode 100644 index cf513ef694a4..000000000000 --- a/audio/linux-f8-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = 1f8be78f0ada3022ed5c525550b7f9bb -SHA256 (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = deeb4a1231c781c649310e4213d7656c6170fcfc41f6de14f582a1dc96559434 -SIZE (rpm/i386/fedora/4/audiofile-0.2.6-2.i386.rpm) = 100216 -MD5 (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 68a51cdcb8e18c4638d555768ff67f36 -SHA256 (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 7caa0fa81e1e8da498f212e265e82a1b88f4da8fb9745eb88ca83a8c87cfdd3e -SIZE (rpm/i386/fedora/4/audiofile-0.2.6-2.src.rpm) = 286587 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.i386 b/audio/linux-f8-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 354af6dd1f27..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 -usr/lib/libaudiofile.so.0.0.2 -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/COPYING -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/ChangeLog -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/README -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/TODO -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile.am -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/Makefile.in -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afCloseFile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afGetFrameSize -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afGetTrackBytes -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afIntro -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afNewFileSetup -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afOpenFile -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afQuery -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afReadFrames -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afReadMisc -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSeekFrame -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSetErrorHandler -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/afWriteFrames -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/sfconvert -usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs/sfinfo -@dirrm usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%%/docs -@dirrm usr/share/doc/audiofile-%%LIBAUDIOFILE_VERSION%% diff --git a/audio/linux-f8-libogg/Makefile b/audio/linux-f8-libogg/Makefile deleted file mode 100644 index 9f33fefbaa61..000000000000 --- a/audio/linux-f8-libogg/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-libogg -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libogg -DISTVERSION= 1.1.2-2 -PORTREVISION= 3 -CATEGORIES= audio linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ogg bitstream library (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f8-libogg/distinfo.i386 b/audio/linux-f8-libogg/distinfo.i386 deleted file mode 100644 index 682b5b1f7d1f..000000000000 --- a/audio/linux-f8-libogg/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = d919dbbf758b1a1bd0ef8265e9b824ea -SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 66cf5abe033d80fad01755e7be5f21aadefd80125c9f51938677fe1c95bdbc61 -SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 16555 -MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 6efdbff9dbd34b17c87556af4be0b9ff -SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = cb698b8f539874633cba98da5c9498cd081e30f3ba4ec6a149b63491756d5c4a -SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 424192 diff --git a/audio/linux-f8-libvorbis/Makefile b/audio/linux-f8-libvorbis/Makefile deleted file mode 100644 index 6e081b01de79..000000000000 --- a/audio/linux-f8-libvorbis/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-libvorbis -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libvorbis -DISTVERSION= 1.1.0-2 -CATEGORIES= audio linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio compression codec library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libogg.so.0:${PORTSDIR}/audio/linux-libogg - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f8-libvorbis/distinfo.i386 b/audio/linux-f8-libvorbis/distinfo.i386 deleted file mode 100644 index f9108884cd97..000000000000 --- a/audio/linux-f8-libvorbis/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 6c91c931920169d7a4a9ab30ed7642d3 -SHA256 (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 22621b28ce0ca65e68f2f208096bdf29f900c71b671d5e77c33355bb87957d9f -SIZE (rpm/i386/fedora/4/libvorbis-1.1.0-2.i386.rpm) = 195954 -MD5 (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = dc38d983df7d2af037c8e23467cf1c97 -SHA256 (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = e5d063a882bbc1bd86541f549795efe2d6586ea8d49f62dddebe998ec1298570 -SIZE (rpm/i386/fedora/4/libvorbis-1.1.0-2.src.rpm) = 1318485 diff --git a/audio/linux-f8-mikmod/Makefile b/audio/linux-f8-mikmod/Makefile deleted file mode 100644 index c54f23a23b6b..000000000000 --- a/audio/linux-f8-mikmod/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-mikmod -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> -# -# $FreeBSD$ -# - -PORTNAME= mikmod -DISTVERSION= 3.1.6 -CATEGORIES= audio linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-34 - -MAINTAINER= mva@sysfault.org -COMMENT= MikMod Sound Library (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f8-mikmod/distinfo.i386 b/audio/linux-f8-mikmod/distinfo.i386 deleted file mode 100644 index 6d5f41355fe6..000000000000 --- a/audio/linux-f8-mikmod/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 307e98dd8a18ee8dc9b80b02c947c739 -SHA256 (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 6d0e50bc3048584fe3a3ed8289f202eec8a10b2bef3a36cd8263cad3700bfb6b -SIZE (rpm/i386/fedora/4/mikmod-3.1.6-34.i386.rpm) = 182645 -MD5 (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = 9c3a0e615349bff86a225136629bfb16 -SHA256 (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = b58986be199e9649a29a2f64c66bbd8edfc956a22e39480b66c3d2c5bfe81399 -SIZE (rpm/i386/fedora/4/mikmod-3.1.6-34.src.rpm) = 775889 diff --git a/audio/linux-f8-openal/Makefile b/audio/linux-f8-openal/Makefile deleted file mode 100644 index 8106dec4387c..000000000000 --- a/audio/linux-f8-openal/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-openal -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= openal -DISTVERSION= 0.0.9-0.6.20060204cvs.fc4 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D positional spatialized sound library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \ - ${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound \ - ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile \ - ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ - ${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/audio/linux-f8-openal/distinfo.i386 b/audio/linux-f8-openal/distinfo.i386 deleted file mode 100644 index 5425756c6d46..000000000000 --- a/audio/linux-f8-openal/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = f0477d7b29947f3fd9e4d5089811cf5e -SHA256 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = f51c857620a7047c78869cb36109e921dd735dfb6a66e139e396c52ad0b5a83f -SIZE (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.i386.rpm) = 149031 -MD5 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = 6510d4c6f26c554cb7db5622674581c5 -SHA256 (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = a9b5e633184a24a27a5a6c94f36a66157ab68dfb03c1c41313becbb4666a7f58 -SIZE (rpm/i386/fedora/4/openal-0.0.9-0.6.20060204cvs.fc4.src.rpm) = 1369586 diff --git a/audio/linux-f8-sdl_mixer/Makefile b/audio/linux-f8-sdl_mixer/Makefile deleted file mode 100644 index 538b885f041e..000000000000 --- a/audio/linux-f8-sdl_mixer/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linux-sdl_mixer -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> -# -# $FreeBSD$ -# - -PORTNAME= sdl_mixer -DISTVERSION= 1.2.6 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER} - -MAINTAINER= mva@sysfault.org -COMMENT= A sample multi-channel audio mixer library (Linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/audio/linux-f8-sdl_mixer/distinfo.i386 b/audio/linux-f8-sdl_mixer/distinfo.i386 deleted file mode 100644 index 00f226ac969f..000000000000 --- a/audio/linux-f8-sdl_mixer/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = d4befe45110ad16a2f7348c71909fa02 -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 0ea46df36cf708576781fb8fd513a63f6af52f11df843bd59193b36f04f99a9f -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 86947 -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = ef61fda45b9cb4ebd52a4ffdf296afad -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 41a936177fc326dccf10a539adc5282923843d1fb8f68986d3dedb59c216cbe7 -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 1160362 diff --git a/audio/linux-neroaaccodec/Makefile b/audio/linux-neroaaccodec/Makefile deleted file mode 100644 index 784e6062bf1f..000000000000 --- a/audio/linux-neroaaccodec/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection Makefile for: linux-nerodigitalaudio -# Date created: 2007-10-27 -# Whom: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= nerodigitalaudio -PORTVERSION= 1.1.34.2 -CATEGORIES= audio multimedia linux -MASTER_SITES= ftp://ftp6.nero.com/tools/ -PKGNAMEPREFIX= linux- -DISTNAME= NeroDigitalAudio - -MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp -COMMENT= Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder - -USE_ZIP= yes -USE_LINUX= yes -ONLY_FOR_ARCH= i386 amd64 -NO_BUILD= yes -WRKSRC= ${WRKDIR} -RESTRICTED= forbidden by license considerations - -PLIST_FILES= bin/neroAacDec \ - bin/neroAacEnc -.if !defined(NOPORTDOCS) -PLIST_DIRS= ${DOCSDIR_REL} -PLIST_FILES+= ${DOCSDIR_REL}/changelog.txt \ - ${DOCSDIR_REL}/license.txt \ - ${DOCSDIR_REL}/readme.txt -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacDec ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacEnc ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/changelog.txt ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/license.txt ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/readme.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/audio/linux-neroaaccodec/distinfo b/audio/linux-neroaaccodec/distinfo deleted file mode 100644 index 66a6230bb148..000000000000 --- a/audio/linux-neroaaccodec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (NeroDigitalAudio.zip) = c7c1f4db773ba031f628706ecfccb292 -SHA256 (NeroDigitalAudio.zip) = dc2978c9b501697fb8695192426181b3a128b249edc704ca879b6f51bad248af -SIZE (NeroDigitalAudio.zip) = 2667124 diff --git a/audio/linux-neroaaccodec/pkg-descr b/audio/linux-neroaaccodec/pkg-descr deleted file mode 100644 index b730d4bafc58..000000000000 --- a/audio/linux-neroaaccodec/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder. - -WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php diff --git a/audio/rat/Makefile b/audio/rat/Makefile deleted file mode 100644 index b750d989c9af..000000000000 --- a/audio/rat/Makefile +++ /dev/null @@ -1,75 +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= 3 -CATEGORIES= mbone audio ipv6 tk -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 - -USE_TK= yes -USE_XORG= x11 xext sm ice -USE_AUTOTOOLS= autoconf:213 -USE_GMAKE= yes -CONFIGURE_ARGS= --enable-ipv6 - -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> - -CONFIGURE_ARGS+= --with-tcltk-version=${TK_VER} - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile: missing header -.endif - -.if ${OSVERSION} >= 700011 -EXTRA_PATCHES= ${FILESDIR}/timet.patch -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,-Werror,," \ - -e 's,^TCL_INC=$${PARENT}.*,TCL_INC=${TCL_INCLUDEDIR},g' \ - -e 's,^TCL_LIB=$${PARENT}.*,TCL_LIB=${LOCALBASE}/lib,g' \ - -e 's,^TK_INC=$${PARENT}.*,TK_INC=${TK_INCLUDEDIR},g' \ - -e 's,^TK_LIB=$${PARENT}.*,TK_LIB=${LOCALBASE}/lib,g' \ - ${WRKSRC}/common/configure.in ${WRKSRC}/rat/configure.in - -do-install: - @${REINPLACE_CMD} 's|#/|#!/|' ${WRKSRC}/rat/${RAT_SCRIPT} - ${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 - -pre-configure: - cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} - cd ${WRKSRC}/common && ${GMAKE} - -do-configure: - cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} - -do-build: - cd ${WRKSRC}/rat && ${GMAKE} - -run-autotools:: - @${DO_NADA} - -.include <bsd.port.post.mk> diff --git a/audio/rat/distinfo b/audio/rat/distinfo deleted file mode 100644 index eb629a25ee9f..000000000000 --- a/audio/rat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rat-4.2.25.tar.gz) = d959a507b27573f80511fd6739b33514 -SHA256 (rat-4.2.25.tar.gz) = 15dd38e4d1c21a41349636d26a8b018fac97592ae187798a8bf2799df1739e89 -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/files/patch-rat_configure.in b/audio/rat/files/patch-rat_configure.in deleted file mode 100644 index ec2bb83d0633..000000000000 --- a/audio/rat/files/patch-rat_configure.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- rat/configure.in.orig -+++ rat/configure.in -@@ -147,7 +147,7 @@ - [EXTRAOBJ="$EXTRA_OBJ usleep.o" - AC_DEFINE(NEED_USLEEP)]) - --AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) -+#AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) - - AC_SUBST(EXTRA_OBJ) - diff --git a/audio/rat/files/timet.patch b/audio/rat/files/timet.patch deleted file mode 100644 index 18c099c4316d..000000000000 --- a/audio/rat/files/timet.patch +++ /dev/null @@ -1,77 +0,0 @@ -diff -ruN common/src/mbus.c work.tom/rat-4.2.25/common/src/mbus.c ---- common/src/mbus.c Mon Jun 16 18:57:59 2003 -+++ common/src/mbus.c Sun Jan 1 02:02:07 2006 -@@ -265,9 +265,9 @@ - mb_bufpos = mb_buffer + MBUS_AUTH_LEN; - /* monster kludge */ - if(*dst == '(') -- sprintf(mb_bufpos, "\nmbus/1.0 %6d %ld%03ld %c (%s) %s ", seqnum, ts.tv_sec,ts.tv_usec/1000, reliable, src, dst); -+ sprintf(mb_bufpos, "\nmbus/1.0 %6d %jd%03ld %c (%s) %s ", seqnum, (intmax_t)ts.tv_sec,ts.tv_usec/1000, reliable, src, dst); - else -- sprintf(mb_bufpos, "\nmbus/1.0 %6d %ld%03ld %c (%s) (%s) ", seqnum, ts.tv_sec,ts.tv_usec/1000, reliable, src, dst); -+ sprintf(mb_bufpos, "\nmbus/1.0 %6d %jd%03ld %c (%s) (%s) ", seqnum, (intmax_t)ts.tv_sec,ts.tv_usec/1000, reliable, src, dst); - - mb_bufpos += strlen(mb_bufpos); - if (ackseq == -1) { -diff -ruN rat/mbus_engine.c work.tom/rat-4.2.25/rat/mbus_engine.c ---- rat/mbus_engine.c Mon Jan 12 12:14:38 2004 -+++ rat/mbus_engine.c Sun Jan 1 02:04:57 2006 -@@ -604,11 +604,11 @@ - #endif - gettimeofday(&t, NULL); - gethostname(hname, 64); -- sprintf(fname, "rat-%p-%ld.%06ld-%s-%s.log", sp, t.tv_sec, (long)t.tv_usec, hname, uname); -+ sprintf(fname, "rat-%p-%jd.%06ld-%s-%s.log", sp, (intmax_t)t.tv_sec, (long)t.tv_usec, hname, uname); - cname = rtp_get_sdes(sp->rtp_session[0], rtp_my_ssrc(sp->rtp_session[0]), RTCP_SDES_CNAME); - - sp->logger = fopen(fname, "w"); -- fprintf(sp->logger, "tool_start %lu.%06lu ", t.tv_sec + SECS_BETWEEN_1900_1970, (long)t.tv_usec); -+ fprintf(sp->logger, "tool_start %jd.%06lu ", (intmax_t)t.tv_sec + SECS_BETWEEN_1900_1970, (long)t.tv_usec); - fprintf(sp->logger, "0x%08lx\n", (unsigned long) rtp_my_ssrc(sp->rtp_session[0])); - } else { - fclose(sp->logger); -diff -ruN rat/ui_send_audio.c work.tom/rat-4.2.25/rat/ui_send_audio.c ---- rat/ui_send_audio.c Mon Jan 12 12:14:46 2004 -+++ rat/ui_send_audio.c Sun Jan 1 02:13:08 2006 -@@ -279,7 +279,7 @@ - if (sp->logger != NULL) { - struct timeval t; - gettimeofday(&t, NULL); -- fprintf(sp->logger, "silence %lu.%06lu 0x%08lx %s\n", t.tv_sec + SECS_BETWEEN_1900_1970, t.tv_usec, -+ fprintf(sp->logger, "silence %jd.%06lu 0x%08lx %s\n", (intmax_t)t.tv_sec + SECS_BETWEEN_1900_1970, t.tv_usec, - (unsigned long) rtp_my_ssrc(sp->rtp_session[0]), name); - } - } -@@ -371,8 +371,8 @@ - if (sp->logger != NULL) { - struct timeval t; - gettimeofday(&t, NULL); -- fprintf(sp->logger, "channel %lu.%06lu 0x%08lx redundancy %s\n", -- t.tv_sec + SECS_BETWEEN_1900_1970, t.tv_usec, -+ fprintf(sp->logger, "channel %jd.%06lu 0x%08lx redundancy %s\n", -+ (intmax_t)t.tv_sec + SECS_BETWEEN_1900_1970, t.tv_usec, - (unsigned long) rtp_my_ssrc(sp->rtp_session[0]), scf->long_name); - } - -@@ -453,8 +453,8 @@ - if (sp->logger != NULL) { - struct timeval t; - gettimeofday(&t, NULL); -- fprintf(sp->logger, "channel %lu.%06lu 0x%08lx none\n", -- t.tv_sec+SECS_BETWEEN_1900_1970, t.tv_usec, (unsigned long) rtp_my_ssrc(sp->rtp_session[0])); -+ fprintf(sp->logger, "channel %jd.%06lu 0x%08lx none\n", -+ (intmax_t)t.tv_sec+SECS_BETWEEN_1900_1970, t.tv_usec, (unsigned long) rtp_my_ssrc(sp->rtp_session[0])); - } - break; - case 'r': -@@ -485,8 +485,8 @@ - if (sp->logger != NULL) { - struct timeval t; - gettimeofday(&t, NULL); -- fprintf(sp->logger, "codec %lu.%06lu 0x%08lx %s\n", -- t.tv_sec+SECS_BETWEEN_1900_1970, t.tv_usec, (unsigned long) rtp_my_ssrc(sp->rtp_session[0]), -+ fprintf(sp->logger, "codec %jd.%06lu 0x%08lx %s\n", -+ (intmax_t)t.tv_sec+SECS_BETWEEN_1900_1970, t.tv_usec, (unsigned long) rtp_my_ssrc(sp->rtp_session[0]), - pri_cf->long_name); - } - } 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 56ab15d5ba14..000000000000 --- a/audio/rat30/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 6 June 2001 -# Whom: anton -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 3.0.35 -PORTREVISION= 2 -CATEGORIES= mbone audio -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ - CENKES - -MAINTAINER= ports@FreeBSD.org -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -USE_TK= 82 -USE_XORG= x11 xext - -WRKSRC= ${WRKDIR}/rat-3.0 - -USE_GMAKE= yes -MAN1= rat.1 -PLIST_FILES= bin/rat30 - -LATEST_LINK= rat30 - -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 ${MAN1PREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/audio/rat30/distinfo b/audio/rat30/distinfo deleted file mode 100644 index 000488fdfbcf..000000000000 --- a/audio/rat30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rat-3.0.35.tar.gz) = fff6e4a4c9617c5b7ea80f63fda96a9a -SHA256 (rat-3.0.35.tar.gz) = e5373d9014a907167d8a882c3e7a21d70a59139ddee6945854eb029a159fe329 -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 58c49275a23d..000000000000 --- a/audio/rat30/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- ./Makefile.orig 1999-09-14 14:39:00.000000000 +0400 -+++ ./Makefile 2007-07-14 20:49:46.000000000 +0400 -@@ -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 -@@ -19,7 +19,7 @@ - - GSMFLAGS = -DSASR -DFAST -DUSE_FLOAT_MUL - --include Makefile_$(OSTYPE)_$(OSMVER) -+include Makefile_$(OSTYPE)_4 - - BINDIR = bin/$(USER) - SRCDIR = src -@@ -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 d4a838d12316..000000000000 --- a/audio/rat30/files/patch-Makefile_FreeBSD_4 +++ /dev/null @@ -1,9 +0,0 @@ ---- ./Makefile_FreeBSD_4.orig 2007-07-14 20:49:46.000000000 +0400 -+++ ./Makefile_FreeBSD_4 2007-07-14 20:49:46.000000000 +0400 -@@ -0,0 +1,6 @@ -+TCL_INC = ${LOCALBASE}/include/tcl8.2 -+TK_INC = ${LOCALBASE}/include/tk8.2 -+INCS = -I${LOCALBASE}/include \ -+ -I$(TCL_INC)/generic -I$(TK_INC)/generic -+LDLIBS = -L${LOCALBASE}/lib \ -+ -L${LOCALBASE}/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/files/patch-src:main.c b/audio/rat30/files/patch-src:main.c deleted file mode 100644 index 37e70d61a38a..000000000000 --- a/audio/rat30/files/patch-src:main.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/main.c.orig Fri Feb 3 00:23:21 2006 -+++ src/main.c Fri Feb 3 00:23:37 2006 -@@ -118,11 +118,11 @@ - NEW_QUEUE(pckt_queue_struct, rtcp_pckt_queue) - NEW_QUEUE(rx_queue_struct, rx_unit_queue) - --#define INIT_QUEUE(T,Q) Q##_ptr[0] = &Q##[0]; \ -+#define INIT_QUEUE(T,Q) Q##_ptr[0] = &Q[0]; \ - Q##_ptr[0]->queue_empty_flag = 1; \ - Q##_ptr[0]->head_ptr = NULL; \ - Q##_ptr[0]->tail_ptr = NULL; \ -- Q##_ptr[1] = &Q##[1]; \ -+ Q##_ptr[1] = &Q[1]; \ - Q##_ptr[1]->queue_empty_flag = 1; \ - Q##_ptr[1]->head_ptr = NULL; \ - Q##_ptr[1]->tail_ptr = NULL; diff --git a/audio/rat30/files/patch-src__codec_encoder.c b/audio/rat30/files/patch-src__codec_encoder.c deleted file mode 100644 index 7f940d8cafcb..000000000000 --- a/audio/rat30/files/patch-src__codec_encoder.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/codec_encoder.c.orig 2007-07-14 20:50:06.000000000 +0400 -+++ ./src/codec_encoder.c 2007-07-14 20:53:12.000000000 +0400 -@@ -48,7 +48,8 @@ - int i; - sample *d; - -- d = (sample *)c->data = (sample *)block_alloc(SAMPLES_PER_UNIT * BYTES_PER_SAMPLE); -+ c->data = (sample *)block_alloc(SAMPLES_PER_UNIT * BYTES_PER_SAMPLE); -+ d = (sample *)c->data; - c->data_len = SAMPLES_PER_UNIT * BYTES_PER_SAMPLE; - for (i=0; i < SAMPLES_PER_UNIT; i++) { - *d++ = htons(*data); 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/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile deleted file mode 100644 index 93b8283f3d17..000000000000 --- a/audio/rubygem-ruby-mp3info/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: rubygem-mp3info -# Date created: 11 May 2006 -# Whom: Brad Walker <tha_walka@hotmail.com> -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.5 -CATEGORIES= audio rubygems -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} - -MAINTAINER= tha_walka@hotmail.com -COMMENT= A Ruby library to access information on mp3 files - -USE_RUBY= yes -USE_RUBYGEMS= yes - -.include <bsd.port.mk> diff --git a/audio/rubygem-ruby-mp3info/distinfo b/audio/rubygem-ruby-mp3info/distinfo deleted file mode 100644 index 140f6da04111..000000000000 --- a/audio/rubygem-ruby-mp3info/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rubygem/ruby-mp3info-0.5.gem) = f3eafef682094e37d04ebd7af1d87b7d -SHA256 (rubygem/ruby-mp3info-0.5.gem) = 6324ea74c1a85b905455e028be820d86c74d3ffdf74bd72c36941eed8adbe943 -SIZE (rubygem/ruby-mp3info-0.5.gem) = 16384 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 7330cae90733..000000000000 --- a/audio/rubygem-ruby-mp3info/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -%%CACHE_DIR%%/ruby-%%GEM_NAME%%.gem -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000001.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000002.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000003.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000004.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000005.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src/M000006.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000007.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000008.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000009.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000010.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000011.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000012.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000013.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000014.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000015.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000016.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000017.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000018.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000019.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src/M000020.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3InfoError.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/created.rid -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files/lib/mp3info/extension_modules_rb.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files/lib/mp3info/id3v2_rb.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files/lib/mp3info_rb.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/fr_class_index.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/fr_file_index.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/fr_method_index.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/index.html -%%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/rdoc-style.css -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/CHANGELOG -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/EXAMPLES -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/README -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/test.rb -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/lib/mp3info.rb -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/lib/mp3info/extension_modules.rb -%%GEMS_DIR%%/ruby-%%GEM_NAME%%/lib/mp3info/id3v2.rb -%%SPEC_DIR%%/ruby-%%GEM_NAME%%.gemspec -@dirrm %%GEMS_DIR%%/ruby-%%GEM_NAME%%/lib/mp3info -@dirrm %%GEMS_DIR%%/ruby-%%GEM_NAME%%/lib -@dirrm %%GEMS_DIR%%/ruby-%%GEM_NAME%% -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files/lib/mp3info -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files/lib -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/files -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/Mp3Info.src -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes/ID3v2.src -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc/classes -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%%/rdoc -@dirrm %%DOC_DIR%%/ruby-%%GEM_NAME%% diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile deleted file mode 100644 index f15998a2ff13..000000000000 --- a/audio/speak_freely/Makefile +++ /dev/null @@ -1,49 +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= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} - -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 480a31ac69a1..000000000000 --- a/audio/speak_freely/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (speak_freely-7.6a.tar.gz) = 0c35c891d24f8df7f2bdedc3b91ab161 -SHA256 (speak_freely-7.6a.tar.gz) = 7636141d1daca1bd1a0a1e515a3b65adb788625409c503b297dc7c485f471247 -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/files/patch-ah b/audio/speak_freely/files/patch-ah deleted file mode 100644 index 0986b11e721d..000000000000 --- a/audio/speak_freely/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- lpc10/Makefile.orig Wed Jun 9 04:07:02 2004 -+++ lpc10/Makefile Wed Jun 9 04:07:16 2004 -@@ -14,6 +14,8 @@ - placev.o preemp.o random.o round.o rcchk.o setup.o synths.o \ - tbdm.o voice.o voice_nn.o vparms.o - -+CFLAGS += -D_ANSI_SOURCE -+ - LSRC = $(LOBJECTS:.o=.c) - - LIBS = -lm diff --git a/audio/speak_freely/pkg-descr b/audio/speak_freely/pkg-descr deleted file mode 100644 index 5c79a91fcf60..000000000000 --- a/audio/speak_freely/pkg-descr +++ /dev/null @@ -1,12 +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://speak-freely.sourceforge.net/ - http://www.fourmilab.ch/speakfree/unix/index.html - http://www.speakfreely.org/ 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/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile deleted file mode 100644 index 704221237004..000000000000 --- a/audio/squeezeboxserver/Makefile +++ /dev/null @@ -1,239 +0,0 @@ -# Ports collection makefile for: squeezecenter -# Date created: Wed Apr 14, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squeezecenter -PORTVERSION= 7.0.0 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= http://www.slimdevices.com/downloads/SqueezeCenter_v${PORTVERSION}/ -DISTNAME= ${PORTNAME}-7.0-noCPAN -DIST_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Slim Devices audio streaming server - -# Defaults support playback of relativly unrestricted formats on SB2 or -# SB3 devices and wired SB1 devices. -OPTIONS= CLASSIC "Default to the Classic skin" off \ - APE "Support Monkey's Audio Codec input" on \ - FAAD "Support AAC input via FAAD" on \ - FLAC "Support FLAC output (and input on SliMP3 and SB1)" on \ - LAME "Support MP3 output via LAME" off \ - MUSEPACK "Support musepack input" on \ - SHORTEN "Support Shorten input" off \ - VORBIS "Support OGG Vorbis input (SliMP3 and SB1)" on - -RESTRICTED= Contains non-redistributable firmware, documentation, and images - -WRKSRC= ${WRKDIR}/squeezecenter-7.0-17793-noCPAN - -BUILD_DEPENDS+= ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which -RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Encode/Detect.pm:${PORTSDIR}/converters/p5-Encode-Detect \ - ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck - -PKGINSTALL= ${WRKDIR}/pkg-install - -USE_PERL5= yes -USE_MYSQL= yes -IGNORE_WITH_MYSQL= 323 40 - -.include <bsd.port.pre.mk> - -# We need a dependency on the server because squeezecenter runs the binary -# directly with a non-standard config. -RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server - -.if !defined(WITHOUT_APE) -RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac -.endif -.if !defined(WITHOUT_FAAD) -RUN_DEPENDS+= faad:${PORTSDIR}/audio/faad -.endif -.if !defined(WITHOUT_FLAC) -RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac -.endif -.if !defined(WITHOUT_LAME) -RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -.endif -.if !defined(WITHOUT_MUSEPACK) -RUN_DEPENDS+= mppdec:${PORTSDIR}/audio/musepack -.endif -.if !defined(WITHOUT_SHORTEN) -RUN_DEPENDS+= shorten:${PORTSDIR}/audio/shorten -.endif -.if !defined(WITHOUT_VORBIS) -RUN_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools -.endif - -.if defined(WITH_CLASSIC) -DEFAULT_SKIN= Classic -.else -DEFAULT_SKIN?= Default -.endif - -USE_RC_SUBR= squeezecenter.sh -TMP_SLIMDIR= ${WRKDIR}/_squeezecenter -TMP_DOCSDIR= ${WRKDIR}/doc -DOCFILES= Changelog.html Installation.txt License.txt -CONFFILES= convert.conf types.conf -EXCEPTFILES= ${DOCFILES} \ - ${CONFFILES} \ - CPAN/GD.pm \ - CPAN/Template.pm \ - CPAN/XML/Parser.pm \ - MySQL/errmsg.txt \ - MySQL/errmsg.sys -EXCEPTDIRS= Bin \ - CPAN/arch \ - CPAN/Compress \ - CPAN/JSON \ - CPAN/GD \ - CPAN/Template \ - CPAN/XML/Parser \ - CPAN/YAML - -CPIOARGS= --quiet -pdum -R -PLIST_SUB= SLIMDIR=${SLIMDIR} - -SUB_FILES= softsqueeze.sh pkg-install -SUB_LIST= PERL=${PERL} \ - SLIMDIR=${SLIMDIR} \ - SLIMDBDIR=${SLIMDBDIR} \ - SLIMUSER=${SLIMUSER} \ - SLIMGROUP=${SLIMGROUP} \ - CONFFILES="${CONFFILES}" - -JSON_FIXUP_FILES= Slim/Control/Queries.pm \ - Slim/Networking/SqueezeNetwork.pm \ - Slim/Networking/SqueezeNetwork/Stats.pm \ - Slim/Networking/SqueezeNetwork/PrefSync.pm \ - Slim/Networking/SqueezeNetwork/Players.pm \ - Slim/Plugin/AudioScrobbler/Plugin.pm \ - Slim/Plugin/Live365/ProtocolHandler.pm \ - Slim/Plugin/Pandora/ProtocolHandler.pm \ - Slim/Plugin/RPC/Plugin.pm \ - Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm \ - Slim/Plugin/Slacker/ProtocolHandler.pm \ - Slim/Web/Cometd.pm \ - Slim/Web/JSONRPC.pm \ - -pre-fetch: -.if !defined(SLIMDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define SLIMDIR to override default of 'squeezecenter'." - @${ECHO_MSG} "" -.endif - -SLIMDIR?= squeezecenter -SLIMDBDIR?= /var/db/squeezecenter -SLIMUSER?= slimserv -SLIMGROUP?= ${SLIMUSER} - -post-patch: - @${REINPLACE_CMD} \ - -e 's|/usr/bin/perl|${PERL}|' \ - -e 's|%%DISTDIR%%|${_DISTDIR}|' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - -e 's|%%PREFIX%%|${PREFIX}|' \ - -e 's|%%SITE_PERL%%|${SITE_PERL}|' \ - -e 's|%%SLIMDBDIR%%|${SLIMDBDIR}|' \ - -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|' \ - -e 's|%%DEFAULT_SKIN%%|${DEFAULT_SKIN}|' \ - ${WRKSRC}/Slim/Utils/OSDetect.pm \ - ${WRKSRC}/Slim/Utils/Prefs.pm \ - ${WRKSRC}/Slim/Web/HTTP.pm \ - ${WRKSRC}/scanner.pl \ - ${WRKSRC}/slimserver.pl - cd ${WRKSRC} && ${REINPLACE_CMD} \ - -e 's/to_json/encode_json/' \ - -e 's/from_json/decode_json/' \ - ${JSON_FIXUP_FILES} - -do-build: - @${MKDIR} -m 0755 ${TMP_SLIMDIR} - @cd ${WRKSRC} && \ - ${FIND} . -name \*.orig -o -name \*.bak \ - ${EXCEPTFILES:S|^|-o -path ./|} \ - ${EXCEPTDIRS:S/$/\*/:S/^/-o -path .\//} -o -print | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${TMP_SLIMDIR} -.for _CONF in ${CONFFILES} - @cd ${WRKSRC} && ${INSTALL_DATA} ${_CONF} ${TMP_SLIMDIR}/${_CONF}.sample -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${TMP_DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${TMP_DOCSDIR} -.endif - -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${SLIMDIR} - @${LN} -s ${SLIMDBDIR}/cache ${PREFIX}/${SLIMDIR}/Cache - @cd ${TMP_SLIMDIR} && ${COPYTREE_SHARE} . ${PREFIX}/${SLIMDIR} - @${CHMOD} 755 ${PREFIX}/${SLIMDIR}/slimserver.pl - @${CHMOD} 755 ${PREFIX}/${SLIMDIR}/scanner.pl - @${LN} -s ${LOCALBASE}/share/mysql/errmsg.txt \ - ${PREFIX}/${SLIMDIR}/MySQL/ - @${LN} -s ${LOCALBASE}/share/mysql/english/errmsg.sys \ - ${PREFIX}/${SLIMDIR}/MySQL/ - @${INSTALL_SCRIPT} ${WRKDIR}/softsqueeze.sh ${PREFIX}/bin/softsqueeze -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${TMP_DOCSDIR} && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif - -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO} - @${CAT} ${PKGMESSAGE} - -build-plist: - @${CAT} /dev/null > ${PLIST} - echo bin/softsqueeze >> ${PLIST} -.for _CONF in ${CONFFILES} - @${ECHO} '@unexec if cmp -s %D/%%SLIMDIR%%/${_CONF} %D/%%SLIMDIR%%/${_CONF}.sample; then rm -f %D/%%SLIMDIR%%/${_CONF}; fi' >> ${PLIST} -.endfor -.if !defined(NOPORTDOCS) - @${FIND} ${TMP_DOCSDIR} -type f | \ - ${SED} -e 's|${TMP_DOCSDIR}|%%DOCSDIR%%|' | \ - ${SORT} >> ${PLIST} -.endif - @${FIND} ${TMP_SLIMDIR}/* -type f | \ - ${SED} -e 's|${TMP_SLIMDIR}|%%SLIMDIR%%|' | \ - ${SORT} >> ${PLIST} - @${ECHO} "${SLIMDIR}/Cache" >> ${PLIST} - @${ECHO} "${SLIMDIR}/MySQL/errmsg.txt" >> ${PLIST} - @${ECHO} "${SLIMDIR}/MySQL/errmsg.sys" >> ${PLIST} - ${FIND} ${TMP_SLIMDIR} -type d | \ - egrep -v "${TMP_SLIMDIR}(|/Plugins)$$" | \ - ${SED} -e 's|${TMP_SLIMDIR}|@dirrm %%SLIMDIR%%|' | \ - ${SORT} -r >> ${PLIST} - echo "@dirrmtry %%SLIMDIR%%/Plugins" >> ${PLIST} - echo "@dirrmtry %%SLIMDIR%%" >> ${PLIST} -.if !defined(NOPORTDOCS) - @${FIND} ${TMP_DOCSDIR} -type d | \ - ${SED} -e 's|${TMP_DOCSDIR}|@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} -.endif - @${ECHO} '@unexec rm -rf ${SLIMDBDIR}/cache > /dev/null 2>&1 || true' >> ${PLIST} - @${ECHO} '@dirrmtry ${SLIMDBDIR}/playlists' >> ${PLIST} - @${ECHO} '@dirrmtry ${SLIMDBDIR}' >> ${PLIST} - @${ECHO} '@unexec test -d ${SLIMDBDIR} && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove ${SLIMDBDIR} and its contents manually.")' >> ${PLIST} - -.include <bsd.port.post.mk> diff --git a/audio/squeezeboxserver/distinfo b/audio/squeezeboxserver/distinfo deleted file mode 100644 index 045c2f3e2c0b..000000000000 --- a/audio/squeezeboxserver/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (squeezecenter/squeezecenter-7.0-noCPAN.tgz) = 55925e50fd016c999a812e522fdcc931 -SHA256 (squeezecenter/squeezecenter-7.0-noCPAN.tgz) = 78bbb0c0e296b1d19dee1f5c9d88f996f7cd43808f8798f2baded6dd2c334df7 -SIZE (squeezecenter/squeezecenter-7.0-noCPAN.tgz) = 18464419 -MD5 (squeezecenter/YAML-Syck-0.64.tar.gz) = 51054b5da582e381158f10276f82ae15 -SHA256 (squeezecenter/YAML-Syck-0.64.tar.gz) = 70ff201165020c7aeadeb4bd1a6233462994a07a7153c8f5570a3698b0207e07 -SIZE (squeezecenter/YAML-Syck-0.64.tar.gz) = 128255 diff --git a/audio/squeezeboxserver/files/patch-Slim_Networking_mDNS.pm b/audio/squeezeboxserver/files/patch-Slim_Networking_mDNS.pm deleted file mode 100644 index 431fecf8fbd9..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Networking_mDNS.pm +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- Slim/Networking/mDNS.pm.orig -+++ Slim/Networking/mDNS.pm -@@ -131,11 +131,12 @@ - - my ($name, $port) = @$data; - -+ # mDNSResponderPosix can handle an extra space at the front, -+ # but prints an error if on occurs at the end. -+ print CONF "\n"; - print CONF "$name\n"; - print CONF "$service\n"; -- print CONF "TXT\n"; - print CONF "$port\n"; -- print CONF "\n"; - } - - close(CONF); diff --git a/audio/squeezeboxserver/files/patch-Slim_Utils_OSDetect.pm b/audio/squeezeboxserver/files/patch-Slim_Utils_OSDetect.pm deleted file mode 100644 index 624e06c084b6..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Utils_OSDetect.pm +++ /dev/null @@ -1,92 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/OSDetect.pm.orig -+++ Slim/Utils/OSDetect.pm -@@ -125,7 +125,7 @@ - - if ($detectedOS ne "win") { - -- push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /usr/libexec /sw/bin /usr/sbin)); -+ push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /usr/local/libexec /usr/libexec /sw/bin /usr/sbin)); - - } else { - -@@ -248,6 +248,48 @@ - warn "dirsFor: Didn't find a match request: [$dir]\n"; - } - -+ } elsif (isFreeBSD()) { -+ -+ if ($dir =~ /^(?:Firmware|Graphics|HTML|IR|MySQL|SQL|lib|Bin)$/) { -+ -+ push @dirs, "%%PREFIX%%/squeezecenter/$dir"; -+ -+ } elsif ($dir eq 'Plugins') { -+ push @dirs, "%%SITE_PERL%%", "%%PREFIX%%/squeezecenter/Plugins"; -+ -+ } elsif ($dir eq 'strings' || $dir eq 'revision') { -+ -+ push @dirs, "%%PREFIX%%/squeezecenter"; -+ -+ } elsif ($dir eq 'types' || $dir eq 'convert') { -+ -+ push @dirs, "%%PREFIX%%/squeezecenter"; -+ -+ } elsif ($dir eq 'prefs') { -+ -+ push @dirs, "%%SLIMDBDIR%%/prefs"; -+ -+ } elsif ($dir eq 'log') { -+ -+ push @dirs, "/var/log/squeezecenter"; -+ -+ } elsif ($dir eq 'cache') { -+ -+ push @dirs, "%%SLIMDBDIR%%/cache"; -+ -+ } elsif ($dir eq 'MySQL') { -+ -+ # Do nothing - use the depended upon MySQL install. -+ -+ } elsif ($dir =~ /^(?:music|playlists)$/) { -+ -+ push @dirs, ''; -+ -+ } else { -+ -+ warn "dirsFor: Didn't find a match request: [$dir]\n"; -+ } -+ - # Red Hat/Fedora/SUSE RPM specific paths. - } elsif (isRHorSUSE()) { - -@@ -432,6 +474,28 @@ - return isReadyNAS(); - } - -+=head2 isFreeBSD( ) -+ -+ The FreeBSD package has some specific differences for file locations. -+ This routine needs no args, and returns 1 if FreeBSD is detected, with -+ a clear sign that the port/package has been installed, 0 if not. -+ -+=cut -+ -+sub isFreeBSD { -+ -+ # Initialize -+ my $OS = OS(); -+ my $details = details(); -+ -+ if ($details->{'osName'} eq 'freebsd' && $0 =~ m{^/usr/local/squeezecenter} ) { -+ return 1; -+ } -+ -+ return 0; -+} -+ -+ - sub isRHorSUSE { - - # Initialize 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 f53ea9f04ff1..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs.pm.orig -+++ Slim/Utils/Prefs.pm -@@ -235,7 +235,7 @@ - ], - 'titleFormatWeb' => 1, - # Server Settings - UserInterface -- 'skin' => 'Default', -+ 'skin' => '%%DEFAULT_SKIN%%', - 'itemsPerPage' => 50, - 'refreshRate' => 30, - 'coverArt' => '', diff --git a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs_OldPrefs.pm b/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs_OldPrefs.pm deleted file mode 100644 index 1cbb1e4c6806..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs_OldPrefs.pm +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs/OldPrefs.pm.orig -+++ Slim/Utils/Prefs/OldPrefs.pm -@@ -117,7 +117,11 @@ - - $oldPrefs = catdir($ENV{'HOME'}, 'slimserver.pref'); - -- } else { -+ } elsif (-r '/var/db/slimserver/slimserver.conf') { -+ -+ $oldPrefs = '/var/db/slimserver/slimserver.conf'; -+ -+ }else { - - $log->warn("no old preference file found - using default preferences"); - diff --git a/audio/squeezeboxserver/files/patch-Slim_Web_HTTP.pm b/audio/squeezeboxserver/files/patch-Slim_Web_HTTP.pm deleted file mode 100644 index 0c3adf865339..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Web_HTTP.pm +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Slim/Web/HTTP.pm.orig -+++ Slim/Web/HTTP.pm -@@ -54,7 +54,7 @@ - $Template::Config::CONTEXT = 'Slim::Web::Template::Context'; - } - --use constant defaultSkin => 'Default'; -+use constant defaultSkin => '%%DEFAULT_SKIN%%'; - use constant baseSkin => 'EN'; - use constant HALFYEAR => 60 * 60 * 24 * 180; - diff --git a/audio/squeezeboxserver/files/patch-convert.conf b/audio/squeezeboxserver/files/patch-convert.conf deleted file mode 100644 index 2171893b3f4d..000000000000 --- a/audio/squeezeboxserver/files/patch-convert.conf +++ /dev/null @@ -1,57 +0,0 @@ - -$FreeBSD$ - ---- convert.conf.orig -+++ convert.conf -@@ -42,13 +42,13 @@ - # specific combinations match before wildcards - - mov mp3 * * -- [mov123] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - - -+ [faad] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - - - - alc mp3 * * - [alac] -r $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r -x - - - - ogg mp3 * * -- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ - | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - - -+ [oggdec] -Q -o - $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - - - - wav mp3 * * - [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ $FILE$ - -@@ -88,7 +88,7 @@ - - - - ogg aif * * -- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ - -+ [oggdec] -Q -o - $FILE$ - - wma wav * * - [wmadec] -r 44100 -b 16 -n 2 $FILE$ -@@ -110,7 +110,7 @@ - - ## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3. - mov aif * * -- [mov123] $FILE$ -+ [faad] -w -f 2 $FILE$ - - wma wma squeezebox2 * - - -@@ -130,7 +130,7 @@ - [flac] -cs --totally-silent --compression-level-0 --skip=$START$ --until=$END$ -- $FILE$ - - ogg flc * * -- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ - | [flac] -cs --compression-level-0 --totally-silent --endian big --channels 2 --bps 16 --sample-rate 44100 --sign signed - -+ [oggdec] -Q -o - $FILE$ | [flac] -cs --compression-level-0 --totally-silent --endian big --channels 2 --bps 16 --sample-rate 44100 --sign signed - - - wma flc * * - [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 - -@@ -142,7 +142,7 @@ - [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 - - - mov flc * * -- [mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - -+ [faad ] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - - - alc flc * * - [alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - diff --git a/audio/squeezeboxserver/files/pkg-install.in b/audio/squeezeboxserver/files/pkg-install.in deleted file mode 100644 index 4f4f0b53766b..000000000000 --- a/audio/squeezeboxserver/files/pkg-install.in +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.6 2008-04-30 23:18:04 brooks Exp $ - -name=slimserver -u=%%SLIMUSER%% -g=%%SLIMGROUP%% -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin -comment="Slim Devices SlimServer/SqueezeCenter pseudo-user" -slimdir="%%PREFIX%%/%%SLIMDIR%%" -statedir=%%SLIMDBDIR%% -cachedir=${statedir}/cache -conffile=${statedir}/squeezecenter.conf -playlistdir=${statedir}/playlists -pidfile=/var/run/${name}/${name}.pid -newsyslogfile=/etc/newsyslog.conf -logcomment="# added by audio/squeezecenter port" -serverlogfile=/var/log/squeezecenter/server.log -scannerlogfile=/var/log/squeezecenter/scanner.log -serverlogline="${serverlogfile} ${u}:${g} 644 3 100 * J ${pidfile}" -scannerlogline="${scannerlogfile} ${u}:${g} 644 3 100 * J ${pidfile}" - -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 egrep -q "^${serverlogfile}\>" ${newsyslogfile}; then - echo "Using existing ${newsyslogfile} entry." - else - echo "Adding squeezecenter log entry to ${newsyslogfile}." - echo "$logcomment" >> ${newsyslogfile} - echo "$serverlogline" >> ${newsyslogfile} - echo "$scannerlogline" >> ${newsyslogfile} - fi - for file in %%CONFFILES%%; do - path="${slimdir}/${file}" - if [ ! -e ${path} ]; then - cp ${path}.sample ${path} - chmod 644 ${path} - fi - done - ;; -esac diff --git a/audio/squeezeboxserver/files/softsqueeze.sh.in b/audio/squeezeboxserver/files/softsqueeze.sh.in deleted file mode 100644 index c33b7161cc82..000000000000 --- a/audio/squeezeboxserver/files/softsqueeze.sh.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# This script requires that that java/javavmwrapper port and a JDK -# version 1.4 or greater be installed. -# -# The javavmwrapper port is not installed by default lest the JDK -# requirement drag this port down into oblivion. Perhaps someday Sun -# will release the JDK under a license that makes dependencies on the -# JDK reasionable. -# -%%LOCALBASE%%/bin/javavm -jar /usr/local/slimserver/HTML/EN/html/softsqueeze/SoftSqueeze.jar diff --git a/audio/squeezeboxserver/files/squeezecenter.sh.in b/audio/squeezeboxserver/files/squeezecenter.sh.in deleted file mode 100644 index 9b4a6f2687dc..000000000000 --- a/audio/squeezeboxserver/files/squeezecenter.sh.in +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: squeezecenter -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable squeezecenter: -# -#squeezecenter_enable="YES" -# - -. %%RC_SUBR%% - -name=squeezecenter -start_precmd="squeezecenter_start_precmd" -stop_postcmd="squeezecenter_stop_postcmd" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -command_interpreter=%%PERL%% -pidfile=/var/run/${name}/${name}.pid -logdir=/var/log/squeezecenter -statedir=%%SLIMDBDIR%% -cachedir=${statedir}/cache -prefsdir=${statedir}/prefs -playlistdir=${statedir}/playlists -conffile=${statedir}/squeezecenter.conf -u=%%SLIMUSER%% -g=%%SLIMGROUP%% -command_args="--daemon --prefsfile=${conffile} --pidfile=${pidfile}" -squeezecenter_user=${u} -squeezecenter_group=${g} - -squeezecenter_start_precmd() -{ - mkdir -p /var/run/${name} - chown -R ${u}:${g} /var/run/${name} - - mkdir -p ${logdir} - chown -R ${u}:${g} ${logdir} - - mkdir -p ${statedir} - mkdir -p ${cachedir} - mkdir -p ${prefsdir} - mkdir -p ${playlistdir} - touch ${conffile} - chown -R ${u}:${g} ${statedir} - - if [ ! -f ${logfile} ]; then - touch ${logfile} - chown ${u}:${g} ${logfile} - fi -} - -squeezecenter_stop_postcmd() -{ - pids=`pgrep -u $u` - if [ -n "${pids}" ]; then - sleep 1 - kill $pids > /dev/null 2>&1 - fi - pids=`pgrep -u $u` - if [ -n "${pids}" ]; then - wait_for_pids $pids - fi -} - -load_rc_config ${name} - -squeezecenter_enable=${squeezecenter_enable:-"NO"} -squeezecenter_flags=${squeezecenter_flags:-""} - -run_rc_command "$1" diff --git a/audio/squeezeboxserver/pkg-descr b/audio/squeezeboxserver/pkg-descr deleted file mode 100644 index 6d2328746359..000000000000 --- a/audio/squeezeboxserver/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -An audio streaming server with many features including: - -- Web Interface--control the player and manage MP3 Internet radio -- MP3 Internet radio -- Alarm clock -- 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 API--easy 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-message b/audio/squeezeboxserver/pkg-message deleted file mode 100644 index e31e1c6ff3ad..000000000000 --- a/audio/squeezeboxserver/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -************************************************************************* -Note on security settings: - -The slimserver service is wide open, and by default there is no password. -You can control access to your music collection by pointing your web -browser to http://localhost:9000/, and then choosing: - -Server Settings -> Security -************************************************************************* diff --git a/audio/squeezeboxserver/pkg-plist b/audio/squeezeboxserver/pkg-plist deleted file mode 100644 index 86eebab508dc..000000000000 --- a/audio/squeezeboxserver/pkg-plist +++ /dev/null @@ -1,2548 +0,0 @@ -bin/softsqueeze -@unexec if cmp -s %D/%%SLIMDIR%%/convert.conf %D/%%SLIMDIR%%/convert.conf.sample; then rm -f %D/%%SLIMDIR%%/convert.conf; fi -@unexec if cmp -s %D/%%SLIMDIR%%/types.conf %D/%%SLIMDIR%%/types.conf.sample; then rm -f %D/%%SLIMDIR%%/types.conf; fi -%%DOCSDIR%%/Changelog.html -%%DOCSDIR%%/Installation.txt -%%DOCSDIR%%/License.txt -%%SLIMDIR%%/CPAN/Algorithm/C3.pm -%%SLIMDIR%%/CPAN/Archive/Zip.pm -%%SLIMDIR%%/CPAN/Archive/Zip/Archive.pm -%%SLIMDIR%%/CPAN/Archive/Zip/BufferedFileHandle.pm -%%SLIMDIR%%/CPAN/Archive/Zip/DirectoryMember.pm -%%SLIMDIR%%/CPAN/Archive/Zip/FAQ.pod -%%SLIMDIR%%/CPAN/Archive/Zip/FileMember.pm -%%SLIMDIR%%/CPAN/Archive/Zip/Member.pm -%%SLIMDIR%%/CPAN/Archive/Zip/MemberRead.pm -%%SLIMDIR%%/CPAN/Archive/Zip/MockFileHandle.pm -%%SLIMDIR%%/CPAN/Archive/Zip/NewFileMember.pm -%%SLIMDIR%%/CPAN/Archive/Zip/StringMember.pm -%%SLIMDIR%%/CPAN/Archive/Zip/Tree.pm -%%SLIMDIR%%/CPAN/Archive/Zip/ZipFileMember.pm -%%SLIMDIR%%/CPAN/CGI/Cookie.pm -%%SLIMDIR%%/CPAN/Cache/BaseCache.pm -%%SLIMDIR%%/CPAN/Cache/Cache.pm -%%SLIMDIR%%/CPAN/Cache/CacheUtils.pm -%%SLIMDIR%%/CPAN/Cache/FileCache.pm -%%SLIMDIR%%/CPAN/Cache/Object.pm -%%SLIMDIR%%/CPAN/Carp/Assert.pm -%%SLIMDIR%%/CPAN/Carp/Clan.pm -%%SLIMDIR%%/CPAN/Class/Accessor.pm -%%SLIMDIR%%/CPAN/Class/Accessor/Chained.pm -%%SLIMDIR%%/CPAN/Class/Accessor/Chained/Fast.pm -%%SLIMDIR%%/CPAN/Class/Accessor/Fast.pm -%%SLIMDIR%%/CPAN/Class/Accessor/Faster.pm -%%SLIMDIR%%/CPAN/Class/C3.pm -%%SLIMDIR%%/CPAN/Class/Data/Accessor.pm -%%SLIMDIR%%/CPAN/Class/Data/Inheritable.pm -%%SLIMDIR%%/CPAN/Class/ISA.pm -%%SLIMDIR%%/CPAN/Class/Inspector.pm -%%SLIMDIR%%/CPAN/Class/Singleton.pm -%%SLIMDIR%%/CPAN/Class/Virtual.pm -%%SLIMDIR%%/CPAN/Class/Virtually/Abstract.pm -%%SLIMDIR%%/CPAN/DBD/Sponge.pm -%%SLIMDIR%%/CPAN/DBD/mysql.pm -%%SLIMDIR%%/CPAN/DBD/mysql/GetInfo.pm -%%SLIMDIR%%/CPAN/DBI.pm -%%SLIMDIR%%/CPAN/DBI/Const/GetInfo/ANSI.pm -%%SLIMDIR%%/CPAN/DBI/Const/GetInfo/ODBC.pm -%%SLIMDIR%%/CPAN/DBI/Const/GetInfoReturn.pm -%%SLIMDIR%%/CPAN/DBI/Const/GetInfoType.pm -%%SLIMDIR%%/CPAN/DBI/DBD.pm -%%SLIMDIR%%/CPAN/DBI/DBD/Metadata.pm -%%SLIMDIR%%/CPAN/DBI/Format.pm -%%SLIMDIR%%/CPAN/DBI/Format/SQLMinus.pm -%%SLIMDIR%%/CPAN/DBI/Profile.pm -%%SLIMDIR%%/CPAN/DBI/ProfileData.pm -%%SLIMDIR%%/CPAN/DBI/ProfileDumper.pm -%%SLIMDIR%%/CPAN/DBI/ProfileDumper/Apache.pm -%%SLIMDIR%%/CPAN/DBI/Shell.pm -%%SLIMDIR%%/CPAN/DBI/Shell/Completion.pm -%%SLIMDIR%%/CPAN/DBI/Shell/FindSqlFile.pm -%%SLIMDIR%%/CPAN/DBI/Shell/SQLMinus.pm -%%SLIMDIR%%/CPAN/DBI/Shell/Spool.pm -%%SLIMDIR%%/CPAN/DBI/Shell/Timing.pm -%%SLIMDIR%%/CPAN/DBIx/Class.pm -%%SLIMDIR%%/CPAN/DBIx/Class/AccessorGroup.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ClassResolver/PassThrough.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Componentised.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Core.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Cursor.pm -%%SLIMDIR%%/CPAN/DBIx/Class/DB.pm -%%SLIMDIR%%/CPAN/DBIx/Class/InflateColumn.pm -%%SLIMDIR%%/CPAN/DBIx/Class/InflateColumn/DateTime.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Manual.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Component.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Cookbook.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/DocMap.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Example.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/FAQ.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Glossary.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Intro.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Manual/Troubleshooting.pod -%%SLIMDIR%%/CPAN/DBIx/Class/Ordered.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/DB2.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/MSSQL.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/MySQL.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/Oracle.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/Pg.pm -%%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto/SQLite.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/Accessor.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/Base.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/BelongsTo.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/CascadeActions.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/HasMany.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/HasOne.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/Helpers.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/ManyToMany.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Relationship/ProxyMethods.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSet.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSetColumn.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSetManager.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSetProxy.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSource.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSource/Table.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSourceProxy.pm -%%SLIMDIR%%/CPAN/DBIx/Class/ResultSourceProxy/Table.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Row.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Schema.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Serialize/Storable.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Cursor.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/DB2.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/MSSQL.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/NoBindVars.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/ODBC.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Oracle.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Pg.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/SQLite.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Sybase.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/mysql.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Storage/Statistics.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UTF8Columns.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDColumns.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/APR/UUID.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Data/UUID.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Data/Uniqid.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/UUID.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Win32/Guidgen.pm -%%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Win32API/GUID.pm -%%SLIMDIR%%/CPAN/DBIx/Class/Validation.pm -%%SLIMDIR%%/CPAN/DBIx/Migration.pm -%%SLIMDIR%%/CPAN/Data/Dump.pm -%%SLIMDIR%%/CPAN/Data/Page.pm -%%SLIMDIR%%/CPAN/Data/URIEncode.pm -%%SLIMDIR%%/CPAN/Date/Parse.pm -%%SLIMDIR%%/CPAN/Devel/InnerPackage.pm -%%SLIMDIR%%/CPAN/Digest/SHA1.pm -%%SLIMDIR%%/CPAN/Digest/base.pm -%%SLIMDIR%%/CPAN/Encode/Detect/Detector.pm -%%SLIMDIR%%/CPAN/Error.pm -%%SLIMDIR%%/CPAN/Exporter/Lite.pm -%%SLIMDIR%%/CPAN/File/BOM.pm -%%SLIMDIR%%/CPAN/File/Find/Rule.pm -%%SLIMDIR%%/CPAN/File/Listing.pm -%%SLIMDIR%%/CPAN/File/Next.pm -%%SLIMDIR%%/CPAN/File/Slurp.pm -%%SLIMDIR%%/CPAN/File/Spec.pm -%%SLIMDIR%%/CPAN/File/Spec/Cygwin.pm -%%SLIMDIR%%/CPAN/File/Spec/Epoc.pm -%%SLIMDIR%%/CPAN/File/Spec/Functions.pm -%%SLIMDIR%%/CPAN/File/Spec/Mac.pm -%%SLIMDIR%%/CPAN/File/Spec/OS2.pm -%%SLIMDIR%%/CPAN/File/Spec/Unix.pm -%%SLIMDIR%%/CPAN/File/Spec/VMS.pm -%%SLIMDIR%%/CPAN/File/Spec/Win32.pm -%%SLIMDIR%%/CPAN/File/Tail.pm -%%SLIMDIR%%/CPAN/File/Temp.pm -%%SLIMDIR%%/CPAN/File/Which.pm -%%SLIMDIR%%/CPAN/HTML/Entities.pm -%%SLIMDIR%%/CPAN/HTML/Filter.pm -%%SLIMDIR%%/CPAN/HTML/Form.pm -%%SLIMDIR%%/CPAN/HTML/HeadParser.pm -%%SLIMDIR%%/CPAN/HTML/LinkExtor.pm -%%SLIMDIR%%/CPAN/HTML/Parser.pm -%%SLIMDIR%%/CPAN/HTML/PullParser.pm -%%SLIMDIR%%/CPAN/HTML/TokeParser.pm -%%SLIMDIR%%/CPAN/HTTP/Cookies.pm -%%SLIMDIR%%/CPAN/HTTP/Cookies/Microsoft.pm -%%SLIMDIR%%/CPAN/HTTP/Cookies/Netscape.pm -%%SLIMDIR%%/CPAN/HTTP/Daemon.pm -%%SLIMDIR%%/CPAN/HTTP/Date.pm -%%SLIMDIR%%/CPAN/HTTP/Headers.pm -%%SLIMDIR%%/CPAN/HTTP/Headers/Auth.pm -%%SLIMDIR%%/CPAN/HTTP/Headers/ETag.pm -%%SLIMDIR%%/CPAN/HTTP/Headers/Util.pm -%%SLIMDIR%%/CPAN/HTTP/Message.pm -%%SLIMDIR%%/CPAN/HTTP/Negotiate.pm -%%SLIMDIR%%/CPAN/HTTP/Request.pm -%%SLIMDIR%%/CPAN/HTTP/Request/Common.pm -%%SLIMDIR%%/CPAN/HTTP/Response.pm -%%SLIMDIR%%/CPAN/HTTP/Status.pm -%%SLIMDIR%%/CPAN/I18N/LangTags.pm -%%SLIMDIR%%/CPAN/I18N/LangTags/Detect.pm -%%SLIMDIR%%/CPAN/I18N/LangTags/List.pm -%%SLIMDIR%%/CPAN/IO/String.pm -%%SLIMDIR%%/CPAN/Imager.pm -%%SLIMDIR%%/CPAN/Imager/Color.pm -%%SLIMDIR%%/CPAN/Imager/Font.pm -%%SLIMDIR%%/CPAN/LWP.pm -%%SLIMDIR%%/CPAN/LWP/Authen/Basic.pm -%%SLIMDIR%%/CPAN/LWP/Authen/Digest.pm -%%SLIMDIR%%/CPAN/LWP/Authen/Ntlm.pm -%%SLIMDIR%%/CPAN/LWP/ConnCache.pm -%%SLIMDIR%%/CPAN/LWP/Debug.pm -%%SLIMDIR%%/CPAN/LWP/DebugFile.pm -%%SLIMDIR%%/CPAN/LWP/MediaTypes.pm -%%SLIMDIR%%/CPAN/LWP/MemberMixin.pm -%%SLIMDIR%%/CPAN/LWP/Protocol.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/GHTTP.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/cpan.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/data.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/file.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/ftp.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/gopher.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/http.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/http10.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/https.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/https10.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/loopback.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/mailto.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/nntp.pm -%%SLIMDIR%%/CPAN/LWP/Protocol/nogo.pm -%%SLIMDIR%%/CPAN/LWP/RobotUA.pm -%%SLIMDIR%%/CPAN/LWP/Simple.pm -%%SLIMDIR%%/CPAN/LWP/UserAgent.pm -%%SLIMDIR%%/CPAN/LWP/media.types -%%SLIMDIR%%/CPAN/Locale/Hebrew.pm -%%SLIMDIR%%/CPAN/Log/Log4perl.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/Buffer.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/DBI.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/File.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/Limit.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/RRDs.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/Screen.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/ScreenColoredLevels.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/Socket.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/String.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/Synchronized.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/TestArrayBuffer.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/TestBuffer.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Appender/TestFileCreeper.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Config.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Config/BaseConfigurator.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Config/DOMConfigurator.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Config/PropertyConfigurator.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Config/Watch.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/DateFormat.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/FAQ.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Filter.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Filter/Boolean.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Filter/LevelMatch.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Filter/LevelRange.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Filter/StringMatch.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/ConsoleAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/FileAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/JDBCAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/NTEventLogAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/RollingFileAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/SyslogAppender.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap/TestBuffer.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Layout.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Layout/NoopLayout.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Layout/PatternLayout.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Layout/SimpleLayout.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Level.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Logger.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/MDC.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/NDC.pm -%%SLIMDIR%%/CPAN/Log/Log4perl/Util.pm -%%SLIMDIR%%/CPAN/Math/VecStat.pm -%%SLIMDIR%%/CPAN/Net/DNS.pm -%%SLIMDIR%%/CPAN/Net/DNS/FAQ.pod -%%SLIMDIR%%/CPAN/Net/DNS/Header.pm -%%SLIMDIR%%/CPAN/Net/DNS/Nameserver.pm -%%SLIMDIR%%/CPAN/Net/DNS/Packet.pm -%%SLIMDIR%%/CPAN/Net/DNS/Question.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/A.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/AAAA.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/AFSDB.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/CERT.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/CNAME.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/DNAME.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/EID.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/HINFO.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/ISDN.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/LOC.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/MB.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/MG.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/MINFO.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/MR.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/MX.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/NAPTR.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/NIMLOC.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/NS.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/NSAP.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/NULL.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/OPT.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/PTR.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/PX.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/RP.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/RT.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/SOA.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/SPF.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/SRV.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/SSHFP.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/TKEY.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/TSIG.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/TXT.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/Unknown.pm -%%SLIMDIR%%/CPAN/Net/DNS/RR/X25.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver/Base.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver/Cygwin.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver/Recurse.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver/UNIX.pm -%%SLIMDIR%%/CPAN/Net/DNS/Resolver/Win32.pm -%%SLIMDIR%%/CPAN/Net/DNS/Select.pm -%%SLIMDIR%%/CPAN/Net/DNS/Update.pm -%%SLIMDIR%%/CPAN/Net/HTTP.pm -%%SLIMDIR%%/CPAN/Net/HTTP/Methods.pm -%%SLIMDIR%%/CPAN/Net/HTTP/NB.pm -%%SLIMDIR%%/CPAN/Net/HTTPS.pm -%%SLIMDIR%%/CPAN/Net/IP.pm -%%SLIMDIR%%/CPAN/Net/UPnP.pm -%%SLIMDIR%%/CPAN/Net/UPnP/ActionResponse.pm -%%SLIMDIR%%/CPAN/Net/UPnP/Device.pm -%%SLIMDIR%%/CPAN/Net/UPnP/HTTP.pm -%%SLIMDIR%%/CPAN/Net/UPnP/HTTPResponse.pm -%%SLIMDIR%%/CPAN/Net/UPnP/QueryResponse.pm -%%SLIMDIR%%/CPAN/Number/Compare.pm -%%SLIMDIR%%/CPAN/PAR.pm -%%SLIMDIR%%/CPAN/PAR/Dist.pm -%%SLIMDIR%%/CPAN/PAR/Heavy.pm -%%SLIMDIR%%/CPAN/POE/Queue.pm -%%SLIMDIR%%/CPAN/POE/Queue/Array.pm -%%SLIMDIR%%/CPAN/POE/XS/Queue/Array.pm -%%SLIMDIR%%/CPAN/Path/Class.pm -%%SLIMDIR%%/CPAN/Path/Class/Dir.pm -%%SLIMDIR%%/CPAN/Path/Class/Entity.pm -%%SLIMDIR%%/CPAN/Path/Class/File.pm -%%SLIMDIR%%/CPAN/Proc/Background.pm -%%SLIMDIR%%/CPAN/Proc/Background/Unix.pm -%%SLIMDIR%%/CPAN/Proc/Background/Win32.pm -%%SLIMDIR%%/CPAN/RPC/XML.pm -%%SLIMDIR%%/CPAN/RPC/XML/Client.pm -%%SLIMDIR%%/CPAN/RPC/XML/Function.pm -%%SLIMDIR%%/CPAN/RPC/XML/Method.pm -%%SLIMDIR%%/CPAN/RPC/XML/Parser.pm -%%SLIMDIR%%/CPAN/RPC/XML/Procedure.pm -%%SLIMDIR%%/CPAN/RPC/XML/Server.pm -%%SLIMDIR%%/CPAN/Readonly.pm -%%SLIMDIR%%/CPAN/SQL/Abstract.pm -%%SLIMDIR%%/CPAN/SQL/Abstract/Limit.pm -%%SLIMDIR%%/CPAN/Test/Builder.pm -%%SLIMDIR%%/CPAN/Test/Builder/Module.pm -%%SLIMDIR%%/CPAN/Test/Builder/Tester.pm -%%SLIMDIR%%/CPAN/Test/Builder/Tester/Color.pm -%%SLIMDIR%%/CPAN/Test/More.pm -%%SLIMDIR%%/CPAN/Test/Simple.pm -%%SLIMDIR%%/CPAN/Text/Glob.pm -%%SLIMDIR%%/CPAN/Text/Unidecode.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x00.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x01.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x02.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x03.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x04.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x05.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x06.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x07.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x09.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x0f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x10.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x11.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x12.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x13.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x14.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x15.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x16.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x17.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x18.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x1e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x1f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x20.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x21.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x22.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x23.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x24.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x25.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x26.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x27.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x28.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x2e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x2f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x30.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x31.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x32.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x33.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x4d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x4e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x4f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x50.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x51.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x52.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x53.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x54.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x55.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x56.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x57.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x58.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x59.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x5f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x60.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x61.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x62.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x63.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x64.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x65.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x66.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x67.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x68.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x69.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x6f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x70.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x71.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x72.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x73.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x74.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x75.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x76.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x77.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x78.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x79.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x7f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x80.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x81.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x82.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x83.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x84.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x85.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x86.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x87.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x88.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x89.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x8f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x90.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x91.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x92.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x93.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x94.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x95.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x96.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x97.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x98.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x99.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9a.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9b.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9c.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9d.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9e.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/x9f.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xa0.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xa1.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xa2.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xa3.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xa4.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xac.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xad.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xae.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xaf.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb0.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb1.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb2.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb3.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb4.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb5.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb6.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb7.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb8.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xb9.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xba.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xbb.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xbc.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xbd.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xbe.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xbf.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc0.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc1.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc2.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc3.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc4.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc5.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc6.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc7.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc8.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xc9.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xca.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xcb.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xcc.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xcd.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xce.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xcf.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd0.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd1.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd2.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd3.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd4.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd5.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd6.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xd7.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xf9.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xfa.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xfb.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xfc.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xfd.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xfe.pm -%%SLIMDIR%%/CPAN/Text/Unidecode/xff.pm -%%SLIMDIR%%/CPAN/Tie/Cache/LRU.pm -%%SLIMDIR%%/CPAN/Tie/Cache/LRU/Array.pm -%%SLIMDIR%%/CPAN/Tie/Cache/LRU/Expires.pm -%%SLIMDIR%%/CPAN/Tie/Cache/LRU/LinkedList.pm -%%SLIMDIR%%/CPAN/Tie/Cache/LRU/Virtual.pm -%%SLIMDIR%%/CPAN/Tie/IxHash.pm -%%SLIMDIR%%/CPAN/Tie/LLHash.pm -%%SLIMDIR%%/CPAN/Tie/RegexpHash.pm -%%SLIMDIR%%/CPAN/Tie/Watch.pm -%%SLIMDIR%%/CPAN/Time/HiRes.pm -%%SLIMDIR%%/CPAN/Time/Zone.pm -%%SLIMDIR%%/CPAN/Time/localtime.pm -%%SLIMDIR%%/CPAN/Time/tm.pm -%%SLIMDIR%%/CPAN/URI.pm -%%SLIMDIR%%/CPAN/URI/Escape.pm -%%SLIMDIR%%/CPAN/URI/Find.pm -%%SLIMDIR%%/CPAN/URI/Heuristic.pm -%%SLIMDIR%%/CPAN/URI/QueryParam.pm -%%SLIMDIR%%/CPAN/URI/Split.pm -%%SLIMDIR%%/CPAN/URI/URL.pm -%%SLIMDIR%%/CPAN/URI/WithBase.pm -%%SLIMDIR%%/CPAN/URI/_foreign.pm -%%SLIMDIR%%/CPAN/URI/_generic.pm -%%SLIMDIR%%/CPAN/URI/_ldap.pm -%%SLIMDIR%%/CPAN/URI/_login.pm -%%SLIMDIR%%/CPAN/URI/_query.pm -%%SLIMDIR%%/CPAN/URI/_segment.pm -%%SLIMDIR%%/CPAN/URI/_server.pm -%%SLIMDIR%%/CPAN/URI/_userpass.pm -%%SLIMDIR%%/CPAN/URI/data.pm -%%SLIMDIR%%/CPAN/URI/file.pm -%%SLIMDIR%%/CPAN/URI/file/Base.pm -%%SLIMDIR%%/CPAN/URI/file/FAT.pm -%%SLIMDIR%%/CPAN/URI/file/Mac.pm -%%SLIMDIR%%/CPAN/URI/file/OS2.pm -%%SLIMDIR%%/CPAN/URI/file/QNX.pm -%%SLIMDIR%%/CPAN/URI/file/Unix.pm -%%SLIMDIR%%/CPAN/URI/file/Win32.pm -%%SLIMDIR%%/CPAN/URI/ftp.pm -%%SLIMDIR%%/CPAN/URI/gopher.pm -%%SLIMDIR%%/CPAN/URI/http.pm -%%SLIMDIR%%/CPAN/URI/https.pm -%%SLIMDIR%%/CPAN/URI/ldap.pm -%%SLIMDIR%%/CPAN/URI/ldapi.pm -%%SLIMDIR%%/CPAN/URI/ldaps.pm -%%SLIMDIR%%/CPAN/URI/mailto.pm -%%SLIMDIR%%/CPAN/URI/mms.pm -%%SLIMDIR%%/CPAN/URI/news.pm -%%SLIMDIR%%/CPAN/URI/nntp.pm -%%SLIMDIR%%/CPAN/URI/pop.pm -%%SLIMDIR%%/CPAN/URI/rlogin.pm -%%SLIMDIR%%/CPAN/URI/rsync.pm -%%SLIMDIR%%/CPAN/URI/rtsp.pm -%%SLIMDIR%%/CPAN/URI/rtspu.pm -%%SLIMDIR%%/CPAN/URI/sip.pm -%%SLIMDIR%%/CPAN/URI/sips.pm -%%SLIMDIR%%/CPAN/URI/snews.pm -%%SLIMDIR%%/CPAN/URI/ssh.pm -%%SLIMDIR%%/CPAN/URI/telnet.pm -%%SLIMDIR%%/CPAN/URI/tn3270.pm -%%SLIMDIR%%/CPAN/URI/urn.pm -%%SLIMDIR%%/CPAN/URI/urn/isbn.pm -%%SLIMDIR%%/CPAN/URI/urn/oid.pm -%%SLIMDIR%%/CPAN/WWW/RobotRules.pm -%%SLIMDIR%%/CPAN/WWW/RobotRules/AnyDBM_File.pm -%%SLIMDIR%%/CPAN/XML/NamespaceSupport.pm -%%SLIMDIR%%/CPAN/XML/SAX.pm -%%SLIMDIR%%/CPAN/XML/SAX/Base.pm -%%SLIMDIR%%/CPAN/XML/SAX/DocumentLocator.pm -%%SLIMDIR%%/CPAN/XML/SAX/Exception.pm -%%SLIMDIR%%/CPAN/XML/SAX/Intro.pod -%%SLIMDIR%%/CPAN/XML/SAX/ParserDetails.ini -%%SLIMDIR%%/CPAN/XML/SAX/ParserFactory.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/DTDDecls.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/DebugHandler.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/DocType.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/EncodingDetect.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Exception.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/NoUnicodeExt.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Productions.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader/Stream.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader/String.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader/URI.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader/UnicodeExt.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/UnicodeExt.pm -%%SLIMDIR%%/CPAN/XML/SAX/PurePerl/XMLDecl.pm -%%SLIMDIR%%/CPAN/XML/SAX/placeholder.pl -%%SLIMDIR%%/CPAN/XML/Simple.pm -%%SLIMDIR%%/CPAN/XML/Writer.pm -%%SLIMDIR%%/CPAN/XML/XSPF.pm -%%SLIMDIR%%/CPAN/XML/XSPF/Base.pm -%%SLIMDIR%%/CPAN/XML/XSPF/Track.pm -%%SLIMDIR%%/CPAN/enum.pm -%%SLIMDIR%%/Changelog1.html -%%SLIMDIR%%/Changelog2.html -%%SLIMDIR%%/Changelog3.html -%%SLIMDIR%%/Changelog4.html -%%SLIMDIR%%/Changelog5.html -%%SLIMDIR%%/Changelog6.html -%%SLIMDIR%%/Changelog7.html -%%SLIMDIR%%/Firmware/receiver.version -%%SLIMDIR%%/Firmware/receiver_22.bin -%%SLIMDIR%%/Firmware/squeezebox.version -%%SLIMDIR%%/Firmware/squeezebox2.version -%%SLIMDIR%%/Firmware/squeezebox2_86.bin -%%SLIMDIR%%/Firmware/squeezebox_10.bin -%%SLIMDIR%%/Firmware/squeezebox_40.bin -%%SLIMDIR%%/Firmware/transporter.version -%%SLIMDIR%%/Firmware/transporter_36.bin -%%SLIMDIR%%/Graphics/CODE2000.HTM -%%SLIMDIR%%/Graphics/CODE2000.TTF -%%SLIMDIR%%/Graphics/FreeSans.ttf -%%SLIMDIR%%/Graphics/blockanimateSB2.1.font.bmp -%%SLIMDIR%%/Graphics/blockanimateSBG.1.font.bmp -%%SLIMDIR%%/Graphics/full.2.font.bmp -%%SLIMDIR%%/Graphics/high.2.font.bmp -%%SLIMDIR%%/Graphics/huge.2.font.bmp -%%SLIMDIR%%/Graphics/large.2.font.bmp -%%SLIMDIR%%/Graphics/light.1.font.bmp -%%SLIMDIR%%/Graphics/light.2.font.bmp -%%SLIMDIR%%/Graphics/logo.font.bmp -%%SLIMDIR%%/Graphics/medium.1.font.bmp -%%SLIMDIR%%/Graphics/medium.2.font.bmp -%%SLIMDIR%%/Graphics/small.1.font.bmp -%%SLIMDIR%%/Graphics/small.2.font.bmp -%%SLIMDIR%%/Graphics/standard.1.font.bmp -%%SLIMDIR%%/Graphics/standard.2.font.bmp -%%SLIMDIR%%/Graphics/threeline.1.font.bmp -%%SLIMDIR%%/Graphics/threeline.2.font.bmp -%%SLIMDIR%%/Graphics/threeline.3.font.bmp -%%SLIMDIR%%/HTML/Classic/cmdwrappers_Classic -%%SLIMDIR%%/HTML/Classic/helpfooter.html -%%SLIMDIR%%/HTML/Classic/helpheader.html -%%SLIMDIR%%/HTML/Classic/html/images/alpha_spacer.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_add.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_delete_white.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_down.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_favorite.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_favorite_remove.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_first.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_last.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_mix.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_mmmix.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_next.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_play.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_prev.gif -%%SLIMDIR%%/HTML/Classic/html/images/b_up.gif -%%SLIMDIR%%/HTML/Classic/html/images/topbar.gif -%%SLIMDIR%%/HTML/Classic/index.html -%%SLIMDIR%%/HTML/Classic/pagefooter.html -%%SLIMDIR%%/HTML/Classic/pageheader.html -%%SLIMDIR%%/HTML/Classic/playlist.html -%%SLIMDIR%%/HTML/Classic/skinconfig.yml -%%SLIMDIR%%/HTML/Classic/slimserver.css -%%SLIMDIR%%/HTML/Classic/status_header.html -%%SLIMDIR%%/HTML/Classic/status_list.html -%%SLIMDIR%%/HTML/Classic/status_needs_upgrade.html -%%SLIMDIR%%/HTML/Classic/status_noclients.html -%%SLIMDIR%%/HTML/Classic/upnpinfo.html -%%SLIMDIR%%/HTML/Default/ajaxProgress.txt -%%SLIMDIR%%/HTML/Default/browsedb.html -%%SLIMDIR%%/HTML/Default/cmdwrappers_Default -%%SLIMDIR%%/HTML/Default/helpfooter.html -%%SLIMDIR%%/HTML/Default/helpheader.html -%%SLIMDIR%%/HTML/Default/home.html -%%SLIMDIR%%/HTML/Default/html/browse.js -%%SLIMDIR%%/HTML/Default/html/docs/help.html -%%SLIMDIR%%/HTML/Default/html/help.js -%%SLIMDIR%%/HTML/Default/html/home.js -%%SLIMDIR%%/HTML/Default/html/images/albumlist0.gif -%%SLIMDIR%%/HTML/Default/html/images/albumlist0_on.gif -%%SLIMDIR%%/HTML/Default/html/images/albumlist1.gif -%%SLIMDIR%%/HTML/Default/html/images/albumlist1_on.gif -%%SLIMDIR%%/HTML/Default/html/images/albumlist2.gif -%%SLIMDIR%%/HTML/Default/html/images/albumlist2_on.gif -%%SLIMDIR%%/HTML/Default/html/images/b_add.gif -%%SLIMDIR%%/HTML/Default/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Default/html/images/b_down.gif -%%SLIMDIR%%/HTML/Default/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Default/html/images/b_favorite.gif -%%SLIMDIR%%/HTML/Default/html/images/b_favorite_remove.gif -%%SLIMDIR%%/HTML/Default/html/images/b_first.gif -%%SLIMDIR%%/HTML/Default/html/images/b_last.gif -%%SLIMDIR%%/HTML/Default/html/images/b_mmmix.gif -%%SLIMDIR%%/HTML/Default/html/images/b_next.gif -%%SLIMDIR%%/HTML/Default/html/images/b_play.gif -%%SLIMDIR%%/HTML/Default/html/images/b_previous.gif -%%SLIMDIR%%/HTML/Default/html/images/b_queue.gif -%%SLIMDIR%%/HTML/Default/html/images/b_search.gif -%%SLIMDIR%%/HTML/Default/html/images/b_up.gif -%%SLIMDIR%%/HTML/Default/html/images/background.png -%%SLIMDIR%%/HTML/Default/html/images/blank.png -%%SLIMDIR%%/HTML/Default/html/images/btn_help.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_info.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_next.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_pause.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_play.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_player_toggle_col.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_player_toggle_exp.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_playlist_clear.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_playlist_save.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_power.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_power_on.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_previous.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_repeat_off.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_repeat_playlist.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_repeat_song.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_settings.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_shuffle_album.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_shuffle_off.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_shuffle_song.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_undock.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_volume_decrease.gif -%%SLIMDIR%%/HTML/Default/html/images/btn_volume_increase.gif -%%SLIMDIR%%/HTML/Default/html/images/cover.png -%%SLIMDIR%%/HTML/Default/html/images/details.gif -%%SLIMDIR%%/HTML/Default/html/images/disclosure_home.gif -%%SLIMDIR%%/HTML/Default/html/images/footer_left.gif -%%SLIMDIR%%/HTML/Default/html/images/footer_right.gif -%%SLIMDIR%%/HTML/Default/html/images/header_left.gif -%%SLIMDIR%%/HTML/Default/html/images/header_right.gif -%%SLIMDIR%%/HTML/Default/html/images/icon_now_playing_normal.gif -%%SLIMDIR%%/HTML/Default/html/images/icon_now_playing_selected.gif -%%SLIMDIR%%/HTML/Default/html/images/icon_nowplaying.gif -%%SLIMDIR%%/HTML/Default/html/images/icon_nowplaying_collapsed.gif -%%SLIMDIR%%/HTML/Default/html/images/inner_edges.gif -%%SLIMDIR%%/HTML/Default/html/images/logitech.gif -%%SLIMDIR%%/HTML/Default/html/images/playlist.png -%%SLIMDIR%%/HTML/Default/html/images/pointer.gif -%%SLIMDIR%%/HTML/Default/html/images/progress.gif -%%SLIMDIR%%/HTML/Default/html/images/questionmark.gif -%%SLIMDIR%%/HTML/Default/html/images/radio.png -%%SLIMDIR%%/HTML/Default/html/images/selector_bottom_left.gif -%%SLIMDIR%%/HTML/Default/html/images/selector_bottom_right.gif -%%SLIMDIR%%/HTML/Default/html/images/selector_top_left.gif -%%SLIMDIR%%/HTML/Default/html/images/selector_top_right.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/btn-arrow.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/btn-generic-ie6.png -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/btn-generic.png -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/btn-small.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/dlg-bg.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/group-checked.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/hd-sprite.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/menu.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/se-handle.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/tab-sprite.gif -%%SLIMDIR%%/HTML/Default/html/images/slim-ext/tip-sprite.gif -%%SLIMDIR%%/HTML/Default/html/images/squeezecenter.gif -%%SLIMDIR%%/HTML/Default/html/images/track_info.gif -%%SLIMDIR%%/HTML/Default/html/images/volume_levels.gif -%%SLIMDIR%%/HTML/Default/html/main.js -%%SLIMDIR%%/HTML/Default/html/settings.js -%%SLIMDIR%%/HTML/Default/html/utils.js -%%SLIMDIR%%/HTML/Default/ie.css -%%SLIMDIR%%/HTML/Default/ie7.css -%%SLIMDIR%%/HTML/Default/index.html -%%SLIMDIR%%/HTML/Default/pagefooter.html -%%SLIMDIR%%/HTML/Default/pageheader.html -%%SLIMDIR%%/HTML/Default/playlist.html -%%SLIMDIR%%/HTML/Default/search.html -%%SLIMDIR%%/HTML/Default/settings/footer.html -%%SLIMDIR%%/HTML/Default/settings/header.html -%%SLIMDIR%%/HTML/Default/settings/index.html -%%SLIMDIR%%/HTML/Default/skinconfig.yml -%%SLIMDIR%%/HTML/Default/slim-ext.css -%%SLIMDIR%%/HTML/Default/slimserver.css -%%SLIMDIR%%/HTML/Default/status_header.html -%%SLIMDIR%%/HTML/Default/status_list.html -%%SLIMDIR%%/HTML/Default/xmlbrowser.html -%%SLIMDIR%%/HTML/EN/advanced_search.html -%%SLIMDIR%%/HTML/EN/ajaxHome.txt -%%SLIMDIR%%/HTML/EN/ajaxProgress.txt -%%SLIMDIR%%/HTML/EN/ajaxRequest.txt -%%SLIMDIR%%/HTML/EN/artistsAsHTML.html -%%SLIMDIR%%/HTML/EN/artistsAsText.html -%%SLIMDIR%%/HTML/EN/browse_playlist.html -%%SLIMDIR%%/HTML/EN/browsedb.html -%%SLIMDIR%%/HTML/EN/browsedbitems_list.html -%%SLIMDIR%%/HTML/EN/cmdwrappers -%%SLIMDIR%%/HTML/EN/firmware.html -%%SLIMDIR%%/HTML/EN/galleryselect.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/hreftemplate -%%SLIMDIR%%/HTML/EN/html/common.js -%%SLIMDIR%%/HTML/EN/html/docs/artwork.html -%%SLIMDIR%%/HTML/EN/html/docs/buttons.html -%%SLIMDIR%%/HTML/EN/html/docs/cli-api.html -%%SLIMDIR%%/HTML/EN/html/docs/display.html -%%SLIMDIR%%/HTML/EN/html/docs/fonts.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/plugins.html -%%SLIMDIR%%/HTML/EN/html/docs/protocol.html -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.da -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.de -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.es -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.fr -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.he -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.it -%%SLIMDIR%%/HTML/EN/html/docs/quickstart.html.nl -%%SLIMDIR%%/HTML/EN/html/docs/remote.html -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.da -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.de -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.es -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.fr -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.he -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.it -%%SLIMDIR%%/HTML/EN/html/docs/remote.html.nl -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.da -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.de -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.es -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.fr -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.he -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.it -%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.nl -%%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/errors/405.html -%%SLIMDIR%%/HTML/EN/html/ext/adapter/ext/ext-base.js -%%SLIMDIR%%/HTML/EN/html/ext/ext-all-debug.js -%%SLIMDIR%%/HTML/EN/html/ext/ext-all.js -%%SLIMDIR%%/HTML/EN/html/ext/license.txt -%%SLIMDIR%%/HTML/EN/html/ext/resources/css/ext-all.css -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/btn-arrow.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/btn-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/close.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/collapse.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/e-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/expand.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/hd-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/progress.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/progress2.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/s-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog/se-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/corners-blue.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/corners.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/l-blue.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/l.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/r-blue.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/r.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/tb-blue.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box/tb.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/dd/drop-add.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/dd/drop-no.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/dd/drop-yes.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/editor/tb-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/clear-trigger.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/clear-trigger.psd -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/date-trigger.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/date-trigger.psd -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/error-tip-corners.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/exclamation.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/search-trigger.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/search-trigger.psd -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/text-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/trigger-tpl.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/trigger.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form/trigger.psd -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/gradient-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/Thumbs.db -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/arrow-left-white.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/arrow-right-white.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/col-move-bottom.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/col-move-top.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/dirty.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/done.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/drop-no.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/drop-yes.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/footer-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-blue-hd.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-blue-split.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-hrow.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-loading.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-split.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid-vista-hd.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid3-hd-btn.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid3-hrow-over.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid3-hrow.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid3-special-col-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/grid3-special-col-sel-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hd-pop.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-asc.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-desc.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-lock.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-lock.png -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-unlock.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/hmenu-unlock.png -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/invalid_line.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/loading.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/mso-hd.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/nowait.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-first-disabled.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-first.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-last-disabled.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-last.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-next-disabled.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-next.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-prev-disabled.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/page-prev.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/pick-button.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/refresh.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/row-check-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/row-expand-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/row-over.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/row-sel.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/sort_asc.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/sort_desc.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid/wait.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/collapse.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/expand.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/gradient-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/ns-collapse.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/ns-expand.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/panel-close.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/panel-title-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/panel-title-light-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/stick.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/stuck.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/tab-close-on.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout/tab-close.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu/checked.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu/group-checked.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu/menu-parent.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu/menu.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu/unchecked.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/panel/tool-sprites.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/qtip/bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/qtip/close.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/qtip/tip-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/s.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shadow-c.png -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shadow-lr.png -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shadow.png -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared/calendar.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared/glass-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared/left-btn.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared/right-btn.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared/warning.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/e-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/e-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/ne-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/ne-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/nw-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/nw-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/s-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/s-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/se-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/se-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/square.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/sw-handle-dark.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer/sw-handle.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-inactive-left-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-inactive-right-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-left-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-right-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs/tab-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/btn-arrow-light.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/btn-arrow.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/btn-over-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/gray-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/tb-bg.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar/tb-btn-sprite.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-add.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-between.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-no.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-over.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-under.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/drop-yes.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-end-minus-nl.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-end-minus.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-end-plus-nl.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-end-plus.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-end.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-line.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-minus-nl.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-minus.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-plus-nl.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow-plus.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/elbow.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/folder-open.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/folder.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/leaf.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/loading.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree/s.gif -%%SLIMDIR%%/HTML/EN/html/ext/resources/license.txt -%%SLIMDIR%%/HTML/EN/html/fileselector.js -%%SLIMDIR%%/HTML/EN/html/global.js -%%SLIMDIR%%/HTML/EN/html/home.js -%%SLIMDIR%%/HTML/EN/html/images/ServiceProviders/squeezecenter.png -%%SLIMDIR%%/HTML/EN/html/images/ServiceProviders/squeezenetwork.png -%%SLIMDIR%%/HTML/EN/html/images/ServiceProviders/tuneinurl.png -%%SLIMDIR%%/HTML/EN/html/images/albums.png -%%SLIMDIR%%/HTML/EN/html/images/artists.png -%%SLIMDIR%%/HTML/EN/html/images/b_ascend.gif -%%SLIMDIR%%/HTML/EN/html/images/b_descend.gif -%%SLIMDIR%%/HTML/EN/html/images/b_favorite.gif -%%SLIMDIR%%/HTML/EN/html/images/b_favorite_remove.gif -%%SLIMDIR%%/HTML/EN/html/images/b_wait.gif -%%SLIMDIR%%/HTML/EN/html/images/bar_small_empty.gif -%%SLIMDIR%%/HTML/EN/html/images/bar_small_first.gif -%%SLIMDIR%%/HTML/EN/html/images/bar_small_full.gif -%%SLIMDIR%%/HTML/EN/html/images/cdspin3.gif -%%SLIMDIR%%/HTML/EN/html/images/cover.png -%%SLIMDIR%%/HTML/EN/html/images/extensionItem.png -%%SLIMDIR%%/HTML/EN/html/images/gallery.png -%%SLIMDIR%%/HTML/EN/html/images/genres.png -%%SLIMDIR%%/HTML/EN/html/images/list.png -%%SLIMDIR%%/HTML/EN/html/images/loading.gif -%%SLIMDIR%%/HTML/EN/html/images/musicfolder.png -%%SLIMDIR%%/HTML/EN/html/images/newmusic.png -%%SLIMDIR%%/HTML/EN/html/images/playall.png -%%SLIMDIR%%/HTML/EN/html/images/playlists.png -%%SLIMDIR%%/HTML/EN/html/images/plugin.png -%%SLIMDIR%%/HTML/EN/html/images/radio.png -%%SLIMDIR%%/HTML/EN/html/images/remote.gif -%%SLIMDIR%%/HTML/EN/html/images/search.png -%%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/softsqueeze.png -%%SLIMDIR%%/HTML/EN/html/images/spacer.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox.jpg -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/images/squeezebox_logo.small_bk.gif -%%SLIMDIR%%/HTML/EN/html/images/transporter_logo.gif -%%SLIMDIR%%/HTML/EN/html/images/transporter_logo.small.gif -%%SLIMDIR%%/HTML/EN/html/images/transporter_logo.small_bk.gif -%%SLIMDIR%%/HTML/EN/html/images/transporter_logo.small_grey.gif -%%SLIMDIR%%/HTML/EN/html/images/wait.gif -%%SLIMDIR%%/HTML/EN/html/images/years.png -%%SLIMDIR%%/HTML/EN/html/lbrsilence.mp3 -%%SLIMDIR%%/HTML/EN/html/mypage.ico -%%SLIMDIR%%/HTML/EN/html/ping.html -%%SLIMDIR%%/HTML/EN/html/progress.js -%%SLIMDIR%%/HTML/EN/html/prototype.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/builder.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/controls.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/dragdrop.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/effects.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/scriptaculous.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/slider.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/sound.js -%%SLIMDIR%%/HTML/EN/html/scriptaculous/unittest.js -%%SLIMDIR%%/HTML/EN/html/settings.js -%%SLIMDIR%%/HTML/EN/html/setup.html -%%SLIMDIR%%/HTML/EN/html/silence.mp3 -%%SLIMDIR%%/HTML/EN/html/silentpacket.mp3 -%%SLIMDIR%%/HTML/EN/html/softsqueeze/LICENSE.txt -%%SLIMDIR%%/HTML/EN/html/softsqueeze/SoftSqueeze.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/applet.html -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/checked.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/fwd.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/icon256.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/icon32.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/icon64.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/screenshot.png -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/splash.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/icons/unchecked.gif -%%SLIMDIR%%/HTML/EN/html/softsqueeze/index.html -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/dtd-xercesImpl.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jflac-1.2.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jl1.0.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jnlp.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jogg-0.0.7.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jorbis-0.0.15.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/jsch-20040429.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/log4j-1.2.8.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/mp3spi1.9.2.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/nativeskin.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/nativeskinlib.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/tritonus_share.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/vorbisspi1.0.2.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/lib/xml-apis.jar -%%SLIMDIR%%/HTML/EN/html/softsqueeze/softsqueeze.jnlp -%%SLIMDIR%%/HTML/EN/html/softsqueeze/webstart.html -%%SLIMDIR%%/HTML/EN/html/test.html -%%SLIMDIR%%/HTML/EN/html/vars.js -%%SLIMDIR%%/HTML/EN/html/wizard.js -%%SLIMDIR%%/HTML/EN/include.html -%%SLIMDIR%%/HTML/EN/index.html -%%SLIMDIR%%/HTML/EN/listparams.html -%%SLIMDIR%%/HTML/EN/pagebarheader.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/progress.html -%%SLIMDIR%%/HTML/EN/reloadStatusFrame.html -%%SLIMDIR%%/HTML/EN/robots.txt -%%SLIMDIR%%/HTML/EN/rtl.css -%%SLIMDIR%%/HTML/EN/search-observer.html -%%SLIMDIR%%/HTML/EN/search.html -%%SLIMDIR%%/HTML/EN/select_option.html -%%SLIMDIR%%/HTML/EN/setting_chooser.html -%%SLIMDIR%%/HTML/EN/setting_tablist.html -%%SLIMDIR%%/HTML/EN/settings/ajaxSettings.txt -%%SLIMDIR%%/HTML/EN/settings/footer.html -%%SLIMDIR%%/HTML/EN/settings/header.html -%%SLIMDIR%%/HTML/EN/settings/index.html -%%SLIMDIR%%/HTML/EN/settings/player/alarm.html -%%SLIMDIR%%/HTML/EN/settings/player/audio.html -%%SLIMDIR%%/HTML/EN/settings/player/basic.html -%%SLIMDIR%%/HTML/EN/settings/player/display.html -%%SLIMDIR%%/HTML/EN/settings/player/menu.html -%%SLIMDIR%%/HTML/EN/settings/player/remote.html -%%SLIMDIR%%/HTML/EN/settings/server/basic.html -%%SLIMDIR%%/HTML/EN/settings/server/behavior.html -%%SLIMDIR%%/HTML/EN/settings/server/debugging.html -%%SLIMDIR%%/HTML/EN/settings/server/fileselector.html -%%SLIMDIR%%/HTML/EN/settings/server/fileselector_autocomplete.html -%%SLIMDIR%%/HTML/EN/settings/server/filetypes.html -%%SLIMDIR%%/HTML/EN/settings/server/formatting.html -%%SLIMDIR%%/HTML/EN/settings/server/interface.html -%%SLIMDIR%%/HTML/EN/settings/server/networking.html -%%SLIMDIR%%/HTML/EN/settings/server/performance.html -%%SLIMDIR%%/HTML/EN/settings/server/plugins.html -%%SLIMDIR%%/HTML/EN/settings/server/security.html -%%SLIMDIR%%/HTML/EN/settings/server/software.html -%%SLIMDIR%%/HTML/EN/settings/server/squeezenetwork.html -%%SLIMDIR%%/HTML/EN/settings/server/status.html -%%SLIMDIR%%/HTML/EN/settings/server/wizard.html -%%SLIMDIR%%/HTML/EN/skin.css -%%SLIMDIR%%/HTML/EN/slimserver.css -%%SLIMDIR%%/HTML/EN/songinfo.html -%%SLIMDIR%%/HTML/EN/songinfo_details.html -%%SLIMDIR%%/HTML/EN/squeezenetwork.html -%%SLIMDIR%%/HTML/EN/standardheader.html -%%SLIMDIR%%/HTML/EN/statecontrol.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/tunein.html -%%SLIMDIR%%/HTML/EN/update_firmware.html -%%SLIMDIR%%/HTML/EN/upnpinfo.html -%%SLIMDIR%%/HTML/EN/volumecontrol.html -%%SLIMDIR%%/HTML/EN/xmlbrowser.html -%%SLIMDIR%%/HTML/EN/xmlbrowser_details.html -%%SLIMDIR%%/HTML/EN/xmlbrowser_redirect.html -%%SLIMDIR%%/HTML/Fishbone/FBajaxRequest.txt -%%SLIMDIR%%/HTML/Fishbone/cmdwrappers_Fishbone -%%SLIMDIR%%/HTML/Fishbone/customheader.html -%%SLIMDIR%%/HTML/Fishbone/gray.css -%%SLIMDIR%%/HTML/Fishbone/helpfooter.html -%%SLIMDIR%%/HTML/Fishbone/helpheader.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/ajax.js -%%SLIMDIR%%/HTML/Fishbone/html/black.html -%%SLIMDIR%%/HTML/Fishbone/html/docs/help.html -%%SLIMDIR%%/HTML/Fishbone/html/docs/readme.html -%%SLIMDIR%%/HTML/Fishbone/html/images/Fishbone_Gray.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/Fishbone_Tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/add.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_add.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_ascend.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_descend.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_down.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_favorite.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_favorite_remove.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_first.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_last.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_mix.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_mmmix.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_next.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_play.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_prev.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_queue.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_up.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/b_wait.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/back.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/back_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/blank.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/edit.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_m_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_m_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/ffwd_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/forward.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/forward_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/go.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/info.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mlmix.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mmmix.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/move.down.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/move.up.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mute.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mute_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mute_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/mute_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/next.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pause.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pause_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pause_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pause_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pixel.green.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pixel.green_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pixel.grey.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pixel.middle.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/pixel.middle_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/play.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/play.this.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/play_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/play_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/play_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/queue.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/remove.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_m.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_m_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_m_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_m_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/rew_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/slimp3_logo.small_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/squeezebox_logo.small_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/stop.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/stop_s.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/stop_s_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/stop_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/subtract.gif -%%SLIMDIR%%/HTML/Fishbone/html/images/transporter_logo.small_tan.gif -%%SLIMDIR%%/HTML/Fishbone/html/scripts.js -%%SLIMDIR%%/HTML/Fishbone/html/songprogress.js -%%SLIMDIR%%/HTML/Fishbone/html/styleswitcher.js -%%SLIMDIR%%/HTML/Fishbone/index.html -%%SLIMDIR%%/HTML/Fishbone/pagefooter.html -%%SLIMDIR%%/HTML/Fishbone/pageheader.html -%%SLIMDIR%%/HTML/Fishbone/playlist.html -%%SLIMDIR%%/HTML/Fishbone/skin.css -%%SLIMDIR%%/HTML/Fishbone/skinconfig.yml -%%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/Fishbone/tan.css -%%SLIMDIR%%/HTML/Handheld/browsedb.html -%%SLIMDIR%%/HTML/Handheld/cmdwrappers_Handheld -%%SLIMDIR%%/HTML/Handheld/helpfooter.html -%%SLIMDIR%%/HTML/Handheld/helpheader.html -%%SLIMDIR%%/HTML/Handheld/home.html -%%SLIMDIR%%/HTML/Handheld/html/about.html -%%SLIMDIR%%/HTML/Handheld/html/help.html -%%SLIMDIR%%/HTML/Handheld/html/images/gallery.png -%%SLIMDIR%%/HTML/Handheld/html/images/list.png -%%SLIMDIR%%/HTML/Handheld/index.html -%%SLIMDIR%%/HTML/Handheld/pagefooter.html -%%SLIMDIR%%/HTML/Handheld/pageheader.html -%%SLIMDIR%%/HTML/Handheld/playlist.html -%%SLIMDIR%%/HTML/Handheld/progress.html -%%SLIMDIR%%/HTML/Handheld/reloadStatusFrame.html -%%SLIMDIR%%/HTML/Handheld/skinconfig.yml -%%SLIMDIR%%/HTML/Handheld/slimserver.css -%%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/Nokia770/ajaxStatus.txt -%%SLIMDIR%%/HTML/Nokia770/artwork.js -%%SLIMDIR%%/HTML/Nokia770/browse.js -%%SLIMDIR%%/HTML/Nokia770/browsedb.html -%%SLIMDIR%%/HTML/Nokia770/browsedb_artwork.html -%%SLIMDIR%%/HTML/Nokia770/browsedb_list.html -%%SLIMDIR%%/HTML/Nokia770/browsedbitems_list.html -%%SLIMDIR%%/HTML/Nokia770/cmdwrappers_Nokia770 -%%SLIMDIR%%/HTML/Nokia770/galleryselect.html -%%SLIMDIR%%/HTML/Nokia770/hitlist.html -%%SLIMDIR%%/HTML/Nokia770/hitlist_bar.html -%%SLIMDIR%%/HTML/Nokia770/hitlist_list.html -%%SLIMDIR%%/HTML/Nokia770/home.html -%%SLIMDIR%%/HTML/Nokia770/homeplayer_list.html -%%SLIMDIR%%/HTML/Nokia770/html/about.html -%%SLIMDIR%%/HTML/Nokia770/html/help.html -%%SLIMDIR%%/HTML/Nokia770/html/images/1.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/10.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/10_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/1_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/2.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/2_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/3.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/3_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/4.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/4_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/5.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/5_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/6.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/6_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/7.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/7_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/8.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/8_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/9.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/9_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep00.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep00_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep15.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep15_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep30.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep30_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep45.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep45_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep60.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Sleep60_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/Textfield.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/add.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/album.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/album_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/album_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/album_symbol_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/artist.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/artist_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/artwork.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/artwork_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_add.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_delete.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_down.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_edit.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_mix.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_mmmix.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_next.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_play.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/b_up.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/back.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bar.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bar_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bass_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt1.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt10.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt10_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt1_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt2.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt2_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt3.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt3_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt4.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt4_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt5.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt5_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt6.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt6_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt7.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt7_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt8.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt8_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt9.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/bt9_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/button.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/buttonKB.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/buttonSpace.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/button_gray.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/cancel.jpg -%%SLIMDIR%%/HTML/Nokia770/html/images/close.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/deviceoff.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/deviceoff_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/deviceon.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/deviceon_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/favorites.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/favorites_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/ffw.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/ffw_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/folder.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/folder_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/genre.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/genre_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/inactive.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/next.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/next_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/pause.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/pause_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/play.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/play_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/prev.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/prev_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/stop.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/larger/stop_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/leftcorner.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/lefttopcorner.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_back.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_home.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_home_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_playlist.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_playlist_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_radio.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_radio_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_search.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_search_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_statistics.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_statistics_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_status.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/menu_status_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/moonwalker.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/new_music.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/new_music_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/next.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/next_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/nocoverart.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/nokia770.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/off_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/off_symbol_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/off_symbol_gray.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/pause.current.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/pause.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/pause_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/play.current.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/play.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/play.this.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/play_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/playlist.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/playlist_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/playlist_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/playlist_symbol_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/playnext.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/power.png -%%SLIMDIR%%/HTML/Nokia770/html/images/power_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/prev.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/prev_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/progress.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/progress_color.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/queue.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/radio.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/radio.png -%%SLIMDIR%%/HTML/Nokia770/html/images/radio_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/random.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/random_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/remove.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/repeat_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/rew.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/rew_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/rightcorner.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/righttopcorner.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/search.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/search_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/shrink2.pl -%%SLIMDIR%%/HTML/Nokia770/html/images/shrink_icons.pl -%%SLIMDIR%%/HTML/Nokia770/html/images/shuffle_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/album.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/album_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/artist.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/artist_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/artwork.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/artwork_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/favorites.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/favorites_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/ffw.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/ffw_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/folder.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/folder_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/genre.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/genre_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/new_music.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/new_music_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/next.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/next_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/pause.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/pause_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/pause_transparent.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/play.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/play_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/play_transparent.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/playlist.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/playlist_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/prev.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/prev_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/radio.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/radio_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/random.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/random_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/rew.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/rew_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/search.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/search_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/statistics.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/statistics_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/stop.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/smaller/stop_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/song_info.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/song_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/song_symbol_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/spinner.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/stat.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/stat_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/statistics.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/statistics_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/stop.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/stop_active.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/trans.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/treble_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/vol_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/vol_symbol2.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/volume_down.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/volume_up.gif -%%SLIMDIR%%/HTML/Nokia770/html/images/zzz_symbol.gif -%%SLIMDIR%%/HTML/Nokia770/index.html -%%SLIMDIR%%/HTML/Nokia770/menu.html -%%SLIMDIR%%/HTML/Nokia770/pagebarheader.html -%%SLIMDIR%%/HTML/Nokia770/pagefooter.html -%%SLIMDIR%%/HTML/Nokia770/pageheader.html -%%SLIMDIR%%/HTML/Nokia770/playlist.html -%%SLIMDIR%%/HTML/Nokia770/playlist.js -%%SLIMDIR%%/HTML/Nokia770/search.html -%%SLIMDIR%%/HTML/Nokia770/search.js -%%SLIMDIR%%/HTML/Nokia770/searchinput.html -%%SLIMDIR%%/HTML/Nokia770/skin_global.js -%%SLIMDIR%%/HTML/Nokia770/skinconfig.yml -%%SLIMDIR%%/HTML/Nokia770/slimserver.css -%%SLIMDIR%%/HTML/Nokia770/songinfo.html -%%SLIMDIR%%/HTML/Nokia770/status.html -%%SLIMDIR%%/HTML/Nokia770/status.js -%%SLIMDIR%%/HTML/Nokia770/status_header.html -%%SLIMDIR%%/HTML/Nokia770/status_list.html -%%SLIMDIR%%/HTML/Nokia770/status_noclients.html -%%SLIMDIR%%/HTML/README.txt -%%SLIMDIR%%/HTML/Touch/browsedb_artwork.html -%%SLIMDIR%%/HTML/Touch/html/about.html -%%SLIMDIR%%/HTML/Touch/searchinput.html -%%SLIMDIR%%/HTML/Touch/skinconfig.yml -%%SLIMDIR%%/HTML/Touch/slimserver.css -%%SLIMDIR%%/HTML/xml/_xml_song.html -%%SLIMDIR%%/HTML/xml/browse_list_empty.html -%%SLIMDIR%%/HTML/xml/browsedb.html -%%SLIMDIR%%/HTML/xml/browsedb_artwork.html -%%SLIMDIR%%/HTML/xml/browsedb_list.html -%%SLIMDIR%%/HTML/xml/browsedb_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/playlist.html -%%SLIMDIR%%/HTML/xml/playlist_list.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%%/HTML/xmlTelCanto/_xml_song.html -%%SLIMDIR%%/HTML/xmlTelCanto/_xml_song_full.html -%%SLIMDIR%%/HTML/xmlTelCanto/browse_list_empty.html -%%SLIMDIR%%/HTML/xmlTelCanto/browse_playlist.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsedb.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsedb_list.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsedb_pwdlist.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsetree.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsetree_list.html -%%SLIMDIR%%/HTML/xmlTelCanto/browsetree_pwdlist.html -%%SLIMDIR%%/HTML/xmlTelCanto/hitlist.html -%%SLIMDIR%%/HTML/xmlTelCanto/hitlist_list.html -%%SLIMDIR%%/HTML/xmlTelCanto/html/slimserver_xml.dtd -%%SLIMDIR%%/HTML/xmlTelCanto/include.html -%%SLIMDIR%%/HTML/xmlTelCanto/pagebarheader.html -%%SLIMDIR%%/HTML/xmlTelCanto/playlist.html -%%SLIMDIR%%/HTML/xmlTelCanto/search.html -%%SLIMDIR%%/HTML/xmlTelCanto/select_option.html -%%SLIMDIR%%/HTML/xmlTelCanto/songinfo.html -%%SLIMDIR%%/HTML/xmlTelCanto/status.html -%%SLIMDIR%%/HTML/xmlTelCanto/status_header.html -%%SLIMDIR%%/HTML/xmlTelCanto/status_list.html -%%SLIMDIR%%/HTML/xmlTelCanto/status_noclients.html -%%SLIMDIR%%/HTML/xmlTelCanto/vssver.scc -%%SLIMDIR%%/IR/Default.map -%%SLIMDIR%%/IR/Front_Panel.ir -%%SLIMDIR%%/IR/Slim_Devices_Remote.ir -%%SLIMDIR%%/IR/jvc_dvd.ir -%%SLIMDIR%%/License.de.txt -%%SLIMDIR%%/License.es.txt -%%SLIMDIR%%/License.fr.txt -%%SLIMDIR%%/License.he.txt -%%SLIMDIR%%/License.it.txt -%%SLIMDIR%%/License.nl.txt -%%SLIMDIR%%/MySQL/COPYING -%%SLIMDIR%%/MySQL/README -%%SLIMDIR%%/MySQL/my.tt -%%SLIMDIR%%/MySQL/system.sql -%%SLIMDIR%%/SQL/mysql/schema_1_down.sql -%%SLIMDIR%%/SQL/mysql/schema_1_up.sql -%%SLIMDIR%%/SQL/mysql/schema_2_down.sql -%%SLIMDIR%%/SQL/mysql/schema_2_up.sql -%%SLIMDIR%%/SQL/mysql/schema_3_down.sql -%%SLIMDIR%%/SQL/mysql/schema_3_up.sql -%%SLIMDIR%%/SQL/mysql/schema_4_down.sql -%%SLIMDIR%%/SQL/mysql/schema_4_up.sql -%%SLIMDIR%%/SQL/mysql/schema_5_down.sql -%%SLIMDIR%%/SQL/mysql/schema_5_up.sql -%%SLIMDIR%%/SQL/mysql/schema_clear.sql -%%SLIMDIR%%/SQL/mysql/schema_optimize.sql -%%SLIMDIR%%/Slim/Buttons/AlarmClock.pm -%%SLIMDIR%%/Slim/Buttons/Block.pm -%%SLIMDIR%%/Slim/Buttons/BrowseDB.pm -%%SLIMDIR%%/Slim/Buttons/BrowseTree.pm -%%SLIMDIR%%/Slim/Buttons/BrowseUPnPMediaServer.pm -%%SLIMDIR%%/Slim/Buttons/Common.pm -%%SLIMDIR%%/Slim/Buttons/Home.pm -%%SLIMDIR%%/Slim/Buttons/Information.pm -%%SLIMDIR%%/Slim/Buttons/Input/Bar.pm -%%SLIMDIR%%/Slim/Buttons/Input/Choice.pm -%%SLIMDIR%%/Slim/Buttons/Input/List.pm -%%SLIMDIR%%/Slim/Buttons/Input/Text.pm -%%SLIMDIR%%/Slim/Buttons/Input/Time.pm -%%SLIMDIR%%/Slim/Buttons/Playlist.pm -%%SLIMDIR%%/Slim/Buttons/Power.pm -%%SLIMDIR%%/Slim/Buttons/RemoteTrackInfo.pm -%%SLIMDIR%%/Slim/Buttons/ScreenSaver.pm -%%SLIMDIR%%/Slim/Buttons/Search.pm -%%SLIMDIR%%/Slim/Buttons/Settings.pm -%%SLIMDIR%%/Slim/Buttons/SqueezeNetwork.pm -%%SLIMDIR%%/Slim/Buttons/Synchronize.pm -%%SLIMDIR%%/Slim/Buttons/TrackInfo.pm -%%SLIMDIR%%/Slim/Buttons/Volume.pm -%%SLIMDIR%%/Slim/Buttons/XMLBrowser.pm -%%SLIMDIR%%/Slim/Control/Commands.pm -%%SLIMDIR%%/Slim/Control/Jive.pm -%%SLIMDIR%%/Slim/Control/Queries.pm -%%SLIMDIR%%/Slim/Control/Request.pm -%%SLIMDIR%%/Slim/Control/Stdio.pm -%%SLIMDIR%%/Slim/Display/Display.pm -%%SLIMDIR%%/Slim/Display/EmulatedSqueezebox2.pm -%%SLIMDIR%%/Slim/Display/Graphics.pm -%%SLIMDIR%%/Slim/Display/Lib/Fonts.pm -%%SLIMDIR%%/Slim/Display/Lib/TextVFD.pm -%%SLIMDIR%%/Slim/Display/NoDisplay.pm -%%SLIMDIR%%/Slim/Display/Squeezebox2.pm -%%SLIMDIR%%/Slim/Display/SqueezeboxG.pm -%%SLIMDIR%%/Slim/Display/Text.pm -%%SLIMDIR%%/Slim/Display/Transporter.pm -%%SLIMDIR%%/Slim/Formats.pm -%%SLIMDIR%%/Slim/Formats/AIFF.pm -%%SLIMDIR%%/Slim/Formats/APE.pm -%%SLIMDIR%%/Slim/Formats/FLAC.pm -%%SLIMDIR%%/Slim/Formats/HTTP.pm -%%SLIMDIR%%/Slim/Formats/MMS.pm -%%SLIMDIR%%/Slim/Formats/MP3.pm -%%SLIMDIR%%/Slim/Formats/Movie.pm -%%SLIMDIR%%/Slim/Formats/Musepack.pm -%%SLIMDIR%%/Slim/Formats/Ogg.pm -%%SLIMDIR%%/Slim/Formats/Playlists.pm -%%SLIMDIR%%/Slim/Formats/Playlists/ASX.pm -%%SLIMDIR%%/Slim/Formats/Playlists/Base.pm -%%SLIMDIR%%/Slim/Formats/Playlists/CUE.pm -%%SLIMDIR%%/Slim/Formats/Playlists/M3U.pm -%%SLIMDIR%%/Slim/Formats/Playlists/PLS.pm -%%SLIMDIR%%/Slim/Formats/Playlists/WPL.pm -%%SLIMDIR%%/Slim/Formats/Playlists/XML.pm -%%SLIMDIR%%/Slim/Formats/Playlists/XSPF.pm -%%SLIMDIR%%/Slim/Formats/RemoteStream.pm -%%SLIMDIR%%/Slim/Formats/WMA.pm -%%SLIMDIR%%/Slim/Formats/Wav.pm -%%SLIMDIR%%/Slim/Formats/WavPack.pm -%%SLIMDIR%%/Slim/Formats/XML.pm -%%SLIMDIR%%/Slim/Hardware/IR.pm -%%SLIMDIR%%/Slim/Hardware/TriLED.pm -%%SLIMDIR%%/Slim/Hardware/mas3507d.pm -%%SLIMDIR%%/Slim/Hardware/mas35x9.pm -%%SLIMDIR%%/Slim/Music/Artwork.pm -%%SLIMDIR%%/Slim/Music/Import.pm -%%SLIMDIR%%/Slim/Music/Info.pm -%%SLIMDIR%%/Slim/Music/MusicFolderScan.pm -%%SLIMDIR%%/Slim/Music/PlaylistFolderScan.pm -%%SLIMDIR%%/Slim/Music/TitleFormatter.pm -%%SLIMDIR%%/Slim/Networking/Async.pm -%%SLIMDIR%%/Slim/Networking/Async/DNS.pm -%%SLIMDIR%%/Slim/Networking/Async/HTTP.pm -%%SLIMDIR%%/Slim/Networking/Async/Socket.pm -%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTP.pm -%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTPS.pm -%%SLIMDIR%%/Slim/Networking/Async/Socket/UDP.pm -%%SLIMDIR%%/Slim/Networking/Discovery.pm -%%SLIMDIR%%/Slim/Networking/Select.pm -%%SLIMDIR%%/Slim/Networking/SimpleAsyncHTTP.pm -%%SLIMDIR%%/Slim/Networking/SliMP3/Protocol.pm -%%SLIMDIR%%/Slim/Networking/SliMP3/Stream.pm -%%SLIMDIR%%/Slim/Networking/Slimproto.pm -%%SLIMDIR%%/Slim/Networking/SqueezeNetwork.pm -%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Players.pm -%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/PrefSync.pm -%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Stats.pm -%%SLIMDIR%%/Slim/Networking/UDP.pm -%%SLIMDIR%%/Slim/Networking/UPnP/ControlPoint.pm -%%SLIMDIR%%/Slim/Networking/mDNS.pm -%%SLIMDIR%%/Slim/Player/Client.pm -%%SLIMDIR%%/Slim/Player/HTTP.pm -%%SLIMDIR%%/Slim/Player/Pipeline.pm -%%SLIMDIR%%/Slim/Player/Player.pm -%%SLIMDIR%%/Slim/Player/Playlist.pm -%%SLIMDIR%%/Slim/Player/ProtocolHandlers.pm -%%SLIMDIR%%/Slim/Player/Protocols/HTTP.pm -%%SLIMDIR%%/Slim/Player/Protocols/MMS.pm -%%SLIMDIR%%/Slim/Player/Receiver.pm -%%SLIMDIR%%/Slim/Player/ReplayGain.pm -%%SLIMDIR%%/Slim/Player/SLIMP3.pm -%%SLIMDIR%%/Slim/Player/SoftSqueeze.pm -%%SLIMDIR%%/Slim/Player/Source.pm -%%SLIMDIR%%/Slim/Player/SqueezeSlave.pm -%%SLIMDIR%%/Slim/Player/Squeezebox.pm -%%SLIMDIR%%/Slim/Player/Squeezebox2.pm -%%SLIMDIR%%/Slim/Player/Sync.pm -%%SLIMDIR%%/Slim/Player/TranscodingHelper.pm -%%SLIMDIR%%/Slim/Player/Transporter.pm -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler/settings/player.html -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/PlayerSettings.pm -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/Settings.pm -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/install.xml -%%SLIMDIR%%/Slim/Plugin/AudioScrobbler/strings.txt -%%SLIMDIR%%/Slim/Plugin/Base.pm -%%SLIMDIR%%/Slim/Plugin/CLI/HTML/EN/plugins/CLI/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/CLI/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/CLI/Settings.pm -%%SLIMDIR%%/Slim/Plugin/CLI/install.xml -%%SLIMDIR%%/Slim/Plugin/CLI/strings.txt -%%SLIMDIR%%/Slim/Plugin/DateTime/HTML/EN/plugins/DateTime/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/DateTime/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/DateTime/Settings.pm -%%SLIMDIR%%/Slim/Plugin/DateTime/install.xml -%%SLIMDIR%%/Slim/Plugin/DateTime/strings.txt -%%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/list.html -%%SLIMDIR%%/Slim/Plugin/DigitalInput/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/DigitalInput/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/DigitalInput/install.xml -%%SLIMDIR%%/Slim/Plugin/DigitalInput/strings.txt -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/Default/plugins/Favorites/html/favorites.js -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/html/images/favorites.png -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/html/images/favorites_remove.png -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/favcontrol.html -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/html/favorites.js -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html -%%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/Favorites/Opml.pm -%%SLIMDIR%%/Slim/Plugin/Favorites/OpmlFavorites.pm -%%SLIMDIR%%/Slim/Plugin/Favorites/Playlist.pm -%%SLIMDIR%%/Slim/Plugin/Favorites/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Favorites/Settings.pm -%%SLIMDIR%%/Slim/Plugin/Favorites/install.xml -%%SLIMDIR%%/Slim/Plugin/Favorites/strings.txt -%%SLIMDIR%%/Slim/Plugin/Health/HTML/EN/plugins/Health/graphs.html -%%SLIMDIR%%/Slim/Plugin/Health/HTML/EN/plugins/Health/index.html -%%SLIMDIR%%/Slim/Plugin/Health/NetTest.pm -%%SLIMDIR%%/Slim/Plugin/Health/PerfMon.pm -%%SLIMDIR%%/Slim/Plugin/Health/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Health/install.xml -%%SLIMDIR%%/Slim/Plugin/Health/strings.txt -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/Default/default.opml -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/Settings.pm -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/install.xml -%%SLIMDIR%%/Slim/Plugin/InfoBrowser/strings.txt -%%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN/plugins/LMA/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/LMA/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/LMA/install.xml -%%SLIMDIR%%/Slim/Plugin/LMA/strings.txt -%%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Live365/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Live365/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/Live365/install.xml -%%SLIMDIR%%/Slim/Plugin/Live365/strings.txt -%%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/MP3tunes/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/MP3tunes/install.xml -%%SLIMDIR%%/Slim/Plugin/MP3tunes/strings.txt -%%SLIMDIR%%/Slim/Plugin/MusicMagic/ClientSettings.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/Common.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/mixerlink.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_mix.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_moods.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_pwdlist.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/settings/mipclient.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/settings/musicmagic.html -%%SLIMDIR%%/Slim/Plugin/MusicMagic/Importer.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/PlayerSettings.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/Settings.pm -%%SLIMDIR%%/Slim/Plugin/MusicMagic/install.xml -%%SLIMDIR%%/Slim/Plugin/MusicMagic/strings.txt -%%SLIMDIR%%/Slim/Plugin/OPMLBased.pm -%%SLIMDIR%%/Slim/Plugin/Pandora/HTML/Default/html/images/btn_thumbs_down.gif -%%SLIMDIR%%/Slim/Plugin/Pandora/HTML/Default/html/images/btn_thumbs_up.gif -%%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN/plugins/Pandora/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Pandora/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Pandora/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/Pandora/install.xml -%%SLIMDIR%%/Slim/Plugin/Pandora/strings.txt -%%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN/plugins/Picks/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Picks/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Picks/install.xml -%%SLIMDIR%%/Slim/Plugin/Picks/strings.txt -%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/Podcast/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Podcast/Settings.pm -%%SLIMDIR%%/Slim/Plugin/Podcast/install.xml -%%SLIMDIR%%/Slim/Plugin/Podcast/strings.txt -%%SLIMDIR%%/Slim/Plugin/PreventStandby/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/PreventStandby/install.xml -%%SLIMDIR%%/Slim/Plugin/PreventStandby/strings.txt -%%SLIMDIR%%/Slim/Plugin/RPC/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RPC/install.xml -%%SLIMDIR%%/Slim/Plugin/RPC/strings.txt -%%SLIMDIR%%/Slim/Plugin/RS232/HTML/EN/plugins/RS232/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/RS232/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RS232/Settings.pm -%%SLIMDIR%%/Slim/Plugin/RS232/install.xml -%%SLIMDIR%%/Slim/Plugin/RS232/strings.txt -%%SLIMDIR%%/Slim/Plugin/RSSNews/HTML/EN/plugins/RSSNews/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/RSSNews/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RSSNews/Settings.pm -%%SLIMDIR%%/Slim/Plugin/RSSNews/install.xml -%%SLIMDIR%%/Slim/Plugin/RSSNews/strings.txt -%%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN/plugins/RadioIO/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/RadioIO/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RadioIO/install.xml -%%SLIMDIR%%/Slim/Plugin/RadioIO/strings.txt -%%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/RadioTime/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RadioTime/Settings.pm -%%SLIMDIR%%/Slim/Plugin/RadioTime/install.xml -%%SLIMDIR%%/Slim/Plugin/RadioTime/strings.txt -%%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/list.html -%%SLIMDIR%%/Slim/Plugin/RandomPlay/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RandomPlay/install.xml -%%SLIMDIR%%/Slim/Plugin/RandomPlay/strings.txt -%%SLIMDIR%%/Slim/Plugin/Rescan/HTML/EN/plugins/Rescan/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/Rescan/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Rescan/Settings.pm -%%SLIMDIR%%/Slim/Plugin/Rescan/install.xml -%%SLIMDIR%%/Slim/Plugin/Rescan/strings.txt -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins/RhapsodyDirect/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/RPDS.pm -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/install.xml -%%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/strings.txt -%%SLIMDIR%%/Slim/Plugin/SavePlaylist/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/SavePlaylist/install.xml -%%SLIMDIR%%/Slim/Plugin/SavePlaylist/strings.txt -%%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN/plugins/ShoutcastBrowser/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/install.xml -%%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/strings.txt -%%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_ban.gif -%%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_fav.gif -%%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_fav_on.gif -%%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN/plugins/Slacker/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Slacker/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Slacker/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/Slacker/install.xml -%%SLIMDIR%%/Slim/Plugin/Slacker/strings.txt -%%SLIMDIR%%/Slim/Plugin/SlimTris/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/SlimTris/install.xml -%%SLIMDIR%%/Slim/Plugin/SlimTris/strings.txt -%%SLIMDIR%%/Slim/Plugin/Snow/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Snow/install.xml -%%SLIMDIR%%/Slim/Plugin/Snow/strings.txt -%%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN/plugins/Sounds/html/images/icon.png -%%SLIMDIR%%/Slim/Plugin/Sounds/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Sounds/ProtocolHandler.pm -%%SLIMDIR%%/Slim/Plugin/Sounds/install.xml -%%SLIMDIR%%/Slim/Plugin/Sounds/strings.txt -%%SLIMDIR%%/Slim/Plugin/TT/Clients.pm -%%SLIMDIR%%/Slim/Plugin/TT/Prefs.pm -%%SLIMDIR%%/Slim/Plugin/TT/README -%%SLIMDIR%%/Slim/Plugin/Visualizer/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/Visualizer/install.xml -%%SLIMDIR%%/Slim/Plugin/Visualizer/strings.txt -%%SLIMDIR%%/Slim/Plugin/iTunes/Common.pm -%%SLIMDIR%%/Slim/Plugin/iTunes/HTML/EN/plugins/iTunes/settings/itunes.html -%%SLIMDIR%%/Slim/Plugin/iTunes/Importer.pm -%%SLIMDIR%%/Slim/Plugin/iTunes/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/iTunes/Settings.pm -%%SLIMDIR%%/Slim/Plugin/iTunes/install.xml -%%SLIMDIR%%/Slim/Plugin/iTunes/strings.txt -%%SLIMDIR%%/Slim/Plugin/xPL/HTML/EN/plugins/xPL/settings/basic.html -%%SLIMDIR%%/Slim/Plugin/xPL/Plugin.pm -%%SLIMDIR%%/Slim/Plugin/xPL/Settings.pm -%%SLIMDIR%%/Slim/Plugin/xPL/install.xml -%%SLIMDIR%%/Slim/Plugin/xPL/strings.txt -%%SLIMDIR%%/Slim/Schema.pm -%%SLIMDIR%%/Slim/Schema/Age.pm -%%SLIMDIR%%/Slim/Schema/Album.pm -%%SLIMDIR%%/Slim/Schema/Comment.pm -%%SLIMDIR%%/Slim/Schema/Contributor.pm -%%SLIMDIR%%/Slim/Schema/ContributorAlbum.pm -%%SLIMDIR%%/Slim/Schema/ContributorTrack.pm -%%SLIMDIR%%/Slim/Schema/DBI.pm -%%SLIMDIR%%/Slim/Schema/Debug.pm -%%SLIMDIR%%/Slim/Schema/Genre.pm -%%SLIMDIR%%/Slim/Schema/GenreTrack.pm -%%SLIMDIR%%/Slim/Schema/MetaInformation.pm -%%SLIMDIR%%/Slim/Schema/PageBar.pm -%%SLIMDIR%%/Slim/Schema/Playlist.pm -%%SLIMDIR%%/Slim/Schema/PlaylistTrack.pm -%%SLIMDIR%%/Slim/Schema/Progress.pm -%%SLIMDIR%%/Slim/Schema/Rescan.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Age.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Album.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Base.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Contributor.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Genre.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Playlist.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/PlaylistTrack.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Track.pm -%%SLIMDIR%%/Slim/Schema/ResultSet/Year.pm -%%SLIMDIR%%/Slim/Schema/Storage.pm -%%SLIMDIR%%/Slim/Schema/Track.pm -%%SLIMDIR%%/Slim/Schema/Year.pm -%%SLIMDIR%%/Slim/Utils/Alarms.pm -%%SLIMDIR%%/Slim/Utils/Cache.pm -%%SLIMDIR%%/Slim/Utils/ChangeNotify.pm -%%SLIMDIR%%/Slim/Utils/ChangeNotify/Linux.pm -%%SLIMDIR%%/Slim/Utils/ChangeNotify/Win32.pm -%%SLIMDIR%%/Slim/Utils/DateTime.pm -%%SLIMDIR%%/Slim/Utils/Errno.pm -%%SLIMDIR%%/Slim/Utils/Favorites.pm -%%SLIMDIR%%/Slim/Utils/Firmware.pm -%%SLIMDIR%%/Slim/Utils/IPDetect.pm -%%SLIMDIR%%/Slim/Utils/Log.pm -%%SLIMDIR%%/Slim/Utils/MemoryUsage.pm -%%SLIMDIR%%/Slim/Utils/Misc.pm -%%SLIMDIR%%/Slim/Utils/MySQLHelper.pm -%%SLIMDIR%%/Slim/Utils/Network.pm -%%SLIMDIR%%/Slim/Utils/OSDetect.pm -%%SLIMDIR%%/Slim/Utils/PerfMon.pm -%%SLIMDIR%%/Slim/Utils/PerlRunTime.pm -%%SLIMDIR%%/Slim/Utils/PluginManager.pm -%%SLIMDIR%%/Slim/Utils/Prefs.pm -%%SLIMDIR%%/Slim/Utils/Prefs/Base.pm -%%SLIMDIR%%/Slim/Utils/Prefs/Client.pm -%%SLIMDIR%%/Slim/Utils/Prefs/Namespace.pm -%%SLIMDIR%%/Slim/Utils/Prefs/OldPrefs.pm -%%SLIMDIR%%/Slim/Utils/Progress.pm -%%SLIMDIR%%/Slim/Utils/SQLHelper.pm -%%SLIMDIR%%/Slim/Utils/Scanner.pm -%%SLIMDIR%%/Slim/Utils/Scheduler.pm -%%SLIMDIR%%/Slim/Utils/SoundCheck.pm -%%SLIMDIR%%/Slim/Utils/Strings.pm -%%SLIMDIR%%/Slim/Utils/Text.pm -%%SLIMDIR%%/Slim/Utils/Timers.pm -%%SLIMDIR%%/Slim/Utils/UPnPMediaServer.pm -%%SLIMDIR%%/Slim/Utils/Unicode.pm -%%SLIMDIR%%/Slim/Utils/Validate.pm -%%SLIMDIR%%/Slim/Utils/Versions.pm -%%SLIMDIR%%/Slim/Web/Cometd.pm -%%SLIMDIR%%/Slim/Web/Cometd/Manager.pm -%%SLIMDIR%%/Slim/Web/Graphics.pm -%%SLIMDIR%%/Slim/Web/HTTP.pm -%%SLIMDIR%%/Slim/Web/HTTP/ClientConn.pm -%%SLIMDIR%%/Slim/Web/JSONRPC.pm -%%SLIMDIR%%/Slim/Web/Pages.pm -%%SLIMDIR%%/Slim/Web/Pages/BrowseDB.pm -%%SLIMDIR%%/Slim/Web/Pages/BrowseTree.pm -%%SLIMDIR%%/Slim/Web/Pages/EditPlaylist.pm -%%SLIMDIR%%/Slim/Web/Pages/History.pm -%%SLIMDIR%%/Slim/Web/Pages/Home.pm -%%SLIMDIR%%/Slim/Web/Pages/LiveSearch.pm -%%SLIMDIR%%/Slim/Web/Pages/Playlist.pm -%%SLIMDIR%%/Slim/Web/Pages/Progress.pm -%%SLIMDIR%%/Slim/Web/Pages/Search.pm -%%SLIMDIR%%/Slim/Web/Pages/Status.pm -%%SLIMDIR%%/Slim/Web/Settings.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Alarm.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Audio.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Basic.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Display.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Menu.pm -%%SLIMDIR%%/Slim/Web/Settings/Player/Remote.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Basic.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Behavior.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Debugging.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/FileSelector.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/FileTypes.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Index.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Network.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Performance.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Plugins.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Security.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Software.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/SqueezeNetwork.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Status.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/TextFormatting.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/UserInterface.pm -%%SLIMDIR%%/Slim/Web/Settings/Server/Wizard.pm -%%SLIMDIR%%/Slim/Web/Setup.pm -%%SLIMDIR%%/Slim/Web/Template/Context.pm -%%SLIMDIR%%/Slim/Web/UPnPMediaServer.pm -%%SLIMDIR%%/Slim/Web/XMLBrowser.pm -%%SLIMDIR%%/Slim/bootstrap.pm -%%SLIMDIR%%/convert.conf.sample -%%SLIMDIR%%/lib/Audio/APE.pm -%%SLIMDIR%%/lib/Audio/APETags.pm -%%SLIMDIR%%/lib/Audio/FLAC/Header.pm -%%SLIMDIR%%/lib/Audio/Musepack.pm -%%SLIMDIR%%/lib/Audio/WMA.pm -%%SLIMDIR%%/lib/Audio/Wav.pm -%%SLIMDIR%%/lib/Audio/Wav/Read.pm -%%SLIMDIR%%/lib/Audio/Wav/Tools.pm -%%SLIMDIR%%/lib/Audio/Wav/Write.pm -%%SLIMDIR%%/lib/Audio/Wav/Write/Header.pm -%%SLIMDIR%%/lib/Cache/FileBackend.pm -%%SLIMDIR%%/lib/MP3/Info.pm -%%SLIMDIR%%/lib/MP4/Info.pm -%%SLIMDIR%%/lib/MPEG/Audio/Frame.pm -%%SLIMDIR%%/lib/Net/UPnP/Service.pm -%%SLIMDIR%%/lib/Ogg/Vorbis/Header/PurePerl.pm -%%SLIMDIR%%/lib/README -%%SLIMDIR%%/modules.conf -%%SLIMDIR%%/revision.txt -%%SLIMDIR%%/scanner.pl -%%SLIMDIR%%/slimserver.pl -%%SLIMDIR%%/strings.txt -%%SLIMDIR%%/types.conf.sample -squeezecenter/Cache -squeezecenter/MySQL/errmsg.txt -squeezecenter/MySQL/errmsg.sys -@dirrm %%SLIMDIR%%/lib/Ogg/Vorbis/Header -@dirrm %%SLIMDIR%%/lib/Ogg/Vorbis -@dirrm %%SLIMDIR%%/lib/Ogg -@dirrm %%SLIMDIR%%/lib/Net/UPnP -@dirrm %%SLIMDIR%%/lib/Net -@dirrm %%SLIMDIR%%/lib/MPEG/Audio -@dirrm %%SLIMDIR%%/lib/MPEG -@dirrm %%SLIMDIR%%/lib/MP4 -@dirrm %%SLIMDIR%%/lib/MP3 -@dirrm %%SLIMDIR%%/lib/Cache -@dirrm %%SLIMDIR%%/lib/Audio/Wav/Write -@dirrm %%SLIMDIR%%/lib/Audio/Wav -@dirrm %%SLIMDIR%%/lib/Audio/FLAC -@dirrm %%SLIMDIR%%/lib/Audio -@dirrm %%SLIMDIR%%/lib -@dirrm %%SLIMDIR%%/Slim/Web/Template -@dirrm %%SLIMDIR%%/Slim/Web/Settings/Server -@dirrm %%SLIMDIR%%/Slim/Web/Settings/Player -@dirrm %%SLIMDIR%%/Slim/Web/Settings -@dirrm %%SLIMDIR%%/Slim/Web/Pages -@dirrm %%SLIMDIR%%/Slim/Web/HTTP -@dirrm %%SLIMDIR%%/Slim/Web/Cometd -@dirrm %%SLIMDIR%%/Slim/Web -@dirrm %%SLIMDIR%%/Slim/Utils/Prefs -@dirrm %%SLIMDIR%%/Slim/Utils/ChangeNotify -@dirrm %%SLIMDIR%%/Slim/Utils -@dirrm %%SLIMDIR%%/Slim/Schema/ResultSet -@dirrm %%SLIMDIR%%/Slim/Schema -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL/HTML/EN/plugins/xPL/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL/HTML/EN/plugins/xPL -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/xPL -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes/HTML/EN/plugins/iTunes/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes/HTML/EN/plugins/iTunes -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/iTunes -@dirrm %%SLIMDIR%%/Slim/Plugin/Visualizer -@dirrm %%SLIMDIR%%/Slim/Plugin/TT -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN/plugins/Sounds/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN/plugins/Sounds/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN/plugins/Sounds -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Sounds -@dirrm %%SLIMDIR%%/Slim/Plugin/Snow -@dirrm %%SLIMDIR%%/Slim/Plugin/SlimTris -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN/plugins/Slacker/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN/plugins/Slacker/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN/plugins/Slacker -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML/Default -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Slacker -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN/plugins/ShoutcastBrowser/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN/plugins/ShoutcastBrowser/html -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN/plugins/ShoutcastBrowser -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/ShoutcastBrowser -@dirrm %%SLIMDIR%%/Slim/Plugin/SavePlaylist -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins/RhapsodyDirect/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins/RhapsodyDirect/html -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins/RhapsodyDirect -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RhapsodyDirect -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan/HTML/EN/plugins/Rescan/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan/HTML/EN/plugins/Rescan -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Rescan -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RandomPlay -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime/html -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins/RadioTime -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioTime -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN/plugins/RadioIO/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN/plugins/RadioIO/html -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN/plugins/RadioIO -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RadioIO -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews/HTML/EN/plugins/RSSNews/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews/HTML/EN/plugins/RSSNews -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RSSNews -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232/HTML/EN/plugins/RS232/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232/HTML/EN/plugins/RS232 -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/RS232 -@dirrm %%SLIMDIR%%/Slim/Plugin/RPC -@dirrm %%SLIMDIR%%/Slim/Plugin/PreventStandby -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Podcast -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN/plugins/Picks/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN/plugins/Picks/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN/plugins/Picks -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Picks -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN/plugins/Pandora/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN/plugins/Pandora/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN/plugins/Pandora -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/Default/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/Default/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML/Default -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Pandora -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/html -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/MusicMagic -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/MP3tunes -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365 -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Live365 -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN/plugins/LMA/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN/plugins/LMA/html -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN/plugins/LMA -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/LMA -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/html -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser/Default -@dirrm %%SLIMDIR%%/Slim/Plugin/InfoBrowser -@dirrm %%SLIMDIR%%/Slim/Plugin/Health/HTML/EN/plugins/Health -@dirrm %%SLIMDIR%%/Slim/Plugin/Health/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Health/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Health/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Health -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/Default/plugins/Favorites/html -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/Default/plugins/Favorites -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/Default/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML/Default -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/Favorites -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/html/images -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/html -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/DigitalInput -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime/HTML/EN/plugins/DateTime/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime/HTML/EN/plugins/DateTime -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/DateTime -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI/HTML/EN/plugins/CLI/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI/HTML/EN/plugins/CLI -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/CLI -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler/settings -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN/plugins -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML/EN -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler/HTML -@dirrm %%SLIMDIR%%/Slim/Plugin/AudioScrobbler -@dirrm %%SLIMDIR%%/Slim/Plugin -@dirrm %%SLIMDIR%%/Slim/Player/Protocols -@dirrm %%SLIMDIR%%/Slim/Player -@dirrm %%SLIMDIR%%/Slim/Networking/UPnP -@dirrm %%SLIMDIR%%/Slim/Networking/SqueezeNetwork -@dirrm %%SLIMDIR%%/Slim/Networking/SliMP3 -@dirrm %%SLIMDIR%%/Slim/Networking/Async/Socket -@dirrm %%SLIMDIR%%/Slim/Networking/Async -@dirrm %%SLIMDIR%%/Slim/Networking -@dirrm %%SLIMDIR%%/Slim/Music -@dirrm %%SLIMDIR%%/Slim/Hardware -@dirrm %%SLIMDIR%%/Slim/Formats/Playlists -@dirrm %%SLIMDIR%%/Slim/Formats -@dirrm %%SLIMDIR%%/Slim/Display/Lib -@dirrm %%SLIMDIR%%/Slim/Display -@dirrm %%SLIMDIR%%/Slim/Control -@dirrm %%SLIMDIR%%/Slim/Buttons/Input -@dirrm %%SLIMDIR%%/Slim/Buttons -@dirrm %%SLIMDIR%%/Slim -@dirrm %%SLIMDIR%%/SQL/mysql -@dirrm %%SLIMDIR%%/SQL -@dirrm %%SLIMDIR%%/MySQL -@dirrm %%SLIMDIR%%/IR -@dirrm %%SLIMDIR%%/HTML/xmlTelCanto/html -@dirrm %%SLIMDIR%%/HTML/xmlTelCanto -@dirrm %%SLIMDIR%%/HTML/xml/html -@dirrm %%SLIMDIR%%/HTML/xml -@dirrm %%SLIMDIR%%/HTML/Touch/html -@dirrm %%SLIMDIR%%/HTML/Touch -@dirrm %%SLIMDIR%%/HTML/Nokia770/html/images/smaller -@dirrm %%SLIMDIR%%/HTML/Nokia770/html/images/larger -@dirrm %%SLIMDIR%%/HTML/Nokia770/html/images -@dirrm %%SLIMDIR%%/HTML/Nokia770/html -@dirrm %%SLIMDIR%%/HTML/Nokia770 -@dirrm %%SLIMDIR%%/HTML/Handheld/html/images -@dirrm %%SLIMDIR%%/HTML/Handheld/html -@dirrm %%SLIMDIR%%/HTML/Handheld -@dirrm %%SLIMDIR%%/HTML/Fishbone/html/images -@dirrm %%SLIMDIR%%/HTML/Fishbone/html/docs -@dirrm %%SLIMDIR%%/HTML/Fishbone/html -@dirrm %%SLIMDIR%%/HTML/Fishbone -@dirrm %%SLIMDIR%%/HTML/EN/settings/server -@dirrm %%SLIMDIR%%/HTML/EN/settings/player -@dirrm %%SLIMDIR%%/HTML/EN/settings -@dirrm %%SLIMDIR%%/HTML/EN/html/softsqueeze/lib -@dirrm %%SLIMDIR%%/HTML/EN/html/softsqueeze/icons -@dirrm %%SLIMDIR%%/HTML/EN/html/softsqueeze -@dirrm %%SLIMDIR%%/HTML/EN/html/scriptaculous -@dirrm %%SLIMDIR%%/HTML/EN/html/images/ServiceProviders -@dirrm %%SLIMDIR%%/HTML/EN/html/images -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tree -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/toolbar -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/tabs -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/sizer -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/shared -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/qtip -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/panel -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/menu -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/layout -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/grid -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/form -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/editor -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/dd -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/box -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default/basic-dialog -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images/default -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/images -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources/css -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/resources -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/adapter/ext -@dirrm %%SLIMDIR%%/HTML/EN/html/ext/adapter -@dirrm %%SLIMDIR%%/HTML/EN/html/ext -@dirrm %%SLIMDIR%%/HTML/EN/html/errors -@dirrm %%SLIMDIR%%/HTML/EN/html/docs/vfdshots -@dirrm %%SLIMDIR%%/HTML/EN/html/docs -@dirrm %%SLIMDIR%%/HTML/EN/html -@dirrm %%SLIMDIR%%/HTML/EN -@dirrm %%SLIMDIR%%/HTML/Default/settings -@dirrm %%SLIMDIR%%/HTML/Default/html/images/slim-ext -@dirrm %%SLIMDIR%%/HTML/Default/html/images -@dirrm %%SLIMDIR%%/HTML/Default/html/docs -@dirrm %%SLIMDIR%%/HTML/Default/html -@dirrm %%SLIMDIR%%/HTML/Default -@dirrm %%SLIMDIR%%/HTML/Classic/html/images -@dirrm %%SLIMDIR%%/HTML/Classic/html -@dirrm %%SLIMDIR%%/HTML/Classic -@dirrm %%SLIMDIR%%/HTML -@dirrm %%SLIMDIR%%/Graphics -@dirrm %%SLIMDIR%%/Firmware -@dirrm %%SLIMDIR%%/CPAN/XML/XSPF -@dirrm %%SLIMDIR%%/CPAN/XML/SAX/PurePerl/Reader -@dirrm %%SLIMDIR%%/CPAN/XML/SAX/PurePerl -@dirrm %%SLIMDIR%%/CPAN/XML/SAX -@dirrm %%SLIMDIR%%/CPAN/XML -@dirrm %%SLIMDIR%%/CPAN/WWW/RobotRules -@dirrm %%SLIMDIR%%/CPAN/WWW -@dirrm %%SLIMDIR%%/CPAN/URI/urn -@dirrm %%SLIMDIR%%/CPAN/URI/file -@dirrm %%SLIMDIR%%/CPAN/URI -@dirrm %%SLIMDIR%%/CPAN/Time -@dirrm %%SLIMDIR%%/CPAN/Tie/Cache/LRU -@dirrm %%SLIMDIR%%/CPAN/Tie/Cache -@dirrm %%SLIMDIR%%/CPAN/Tie -@dirrm %%SLIMDIR%%/CPAN/Text/Unidecode -@dirrm %%SLIMDIR%%/CPAN/Text -@dirrm %%SLIMDIR%%/CPAN/Test/Builder/Tester -@dirrm %%SLIMDIR%%/CPAN/Test/Builder -@dirrm %%SLIMDIR%%/CPAN/Test -@dirrm %%SLIMDIR%%/CPAN/SQL/Abstract -@dirrm %%SLIMDIR%%/CPAN/SQL -@dirrm %%SLIMDIR%%/CPAN/RPC/XML -@dirrm %%SLIMDIR%%/CPAN/RPC -@dirrm %%SLIMDIR%%/CPAN/Proc/Background -@dirrm %%SLIMDIR%%/CPAN/Proc -@dirrm %%SLIMDIR%%/CPAN/Path/Class -@dirrm %%SLIMDIR%%/CPAN/Path -@dirrm %%SLIMDIR%%/CPAN/POE/XS/Queue -@dirrm %%SLIMDIR%%/CPAN/POE/XS -@dirrm %%SLIMDIR%%/CPAN/POE/Queue -@dirrm %%SLIMDIR%%/CPAN/POE -@dirrm %%SLIMDIR%%/CPAN/PAR -@dirrm %%SLIMDIR%%/CPAN/Number -@dirrm %%SLIMDIR%%/CPAN/Net/UPnP -@dirrm %%SLIMDIR%%/CPAN/Net/HTTP -@dirrm %%SLIMDIR%%/CPAN/Net/DNS/Resolver -@dirrm %%SLIMDIR%%/CPAN/Net/DNS/RR -@dirrm %%SLIMDIR%%/CPAN/Net/DNS -@dirrm %%SLIMDIR%%/CPAN/Net -@dirrm %%SLIMDIR%%/CPAN/Math -@dirrm %%SLIMDIR%%/CPAN/MPEG/Audio -@dirrm %%SLIMDIR%%/CPAN/MPEG -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl/Layout -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl/JavaMap -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl/Filter -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl/Config -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl/Appender -@dirrm %%SLIMDIR%%/CPAN/Log/Log4perl -@dirrm %%SLIMDIR%%/CPAN/Log -@dirrm %%SLIMDIR%%/CPAN/Locale -@dirrm %%SLIMDIR%%/CPAN/LWP/Protocol -@dirrm %%SLIMDIR%%/CPAN/LWP/Authen -@dirrm %%SLIMDIR%%/CPAN/LWP -@dirrm %%SLIMDIR%%/CPAN/Imager -@dirrm %%SLIMDIR%%/CPAN/IO -@dirrm %%SLIMDIR%%/CPAN/I18N/LangTags -@dirrm %%SLIMDIR%%/CPAN/I18N -@dirrm %%SLIMDIR%%/CPAN/HTTP/Request -@dirrm %%SLIMDIR%%/CPAN/HTTP/Headers -@dirrm %%SLIMDIR%%/CPAN/HTTP/Cookies -@dirrm %%SLIMDIR%%/CPAN/HTTP -@dirrm %%SLIMDIR%%/CPAN/HTML -@dirrm %%SLIMDIR%%/CPAN/File/Spec -@dirrm %%SLIMDIR%%/CPAN/File/Find -@dirrm %%SLIMDIR%%/CPAN/File -@dirrm %%SLIMDIR%%/CPAN/Exporter -@dirrm %%SLIMDIR%%/CPAN/Encode/Detect -@dirrm %%SLIMDIR%%/CPAN/Encode -@dirrm %%SLIMDIR%%/CPAN/Digest -@dirrm %%SLIMDIR%%/CPAN/Devel -@dirrm %%SLIMDIR%%/CPAN/Date -@dirrm %%SLIMDIR%%/CPAN/Data -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Win32API -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Win32 -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/Data -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker/APR -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/UUIDMaker -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/Sybase -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI/ODBC -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Storage/DBI -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Storage -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Serialize -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/ResultSourceProxy -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/ResultSource -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Relationship -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/PK/Auto -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/PK -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/Manual -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/InflateColumn -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class/ClassResolver -@dirrm %%SLIMDIR%%/CPAN/DBIx/Class -@dirrm %%SLIMDIR%%/CPAN/DBIx -@dirrm %%SLIMDIR%%/CPAN/DBI/Shell -@dirrm %%SLIMDIR%%/CPAN/DBI/ProfileDumper -@dirrm %%SLIMDIR%%/CPAN/DBI/Format -@dirrm %%SLIMDIR%%/CPAN/DBI/DBD -@dirrm %%SLIMDIR%%/CPAN/DBI/Const/GetInfo -@dirrm %%SLIMDIR%%/CPAN/DBI/Const -@dirrm %%SLIMDIR%%/CPAN/DBI -@dirrm %%SLIMDIR%%/CPAN/DBD/mysql -@dirrm %%SLIMDIR%%/CPAN/DBD -@dirrm %%SLIMDIR%%/CPAN/Class/Virtually -@dirrm %%SLIMDIR%%/CPAN/Class/Data -@dirrm %%SLIMDIR%%/CPAN/Class/Accessor/Chained -@dirrm %%SLIMDIR%%/CPAN/Class/Accessor -@dirrm %%SLIMDIR%%/CPAN/Class -@dirrm %%SLIMDIR%%/CPAN/Carp -@dirrm %%SLIMDIR%%/CPAN/Cache -@dirrm %%SLIMDIR%%/CPAN/CGI -@dirrm %%SLIMDIR%%/CPAN/Archive/Zip -@dirrm %%SLIMDIR%%/CPAN/Archive -@dirrm %%SLIMDIR%%/CPAN/Algorithm -@dirrm %%SLIMDIR%%/CPAN -@dirrmtry %%SLIMDIR%%/Plugins -@dirrmtry %%SLIMDIR%% -@dirrm %%DOCSDIR%% -@unexec rm -rf /var/db/squeezecenter/cache > /dev/null 2>&1 || true -@dirrmtry /var/db/squeezecenter/playlists -@dirrmtry /var/db/squeezecenter -@unexec test -d /var/db/squeezecenter && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/squeezecenter and its contents manually.") diff --git a/audio/teamspeak3-server/Makefile b/audio/teamspeak3-server/Makefile deleted file mode 100644 index c9ad5889e51f..000000000000 --- a/audio/teamspeak3-server/Makefile +++ /dev/null @@ -1,42 +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.23.19 -CATEGORIES= audio net -MASTER_SITES= ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ -DISTNAME= ts2_server_rc2_202319 - -MAINTAINER= tremere@cainites.net -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 -PKGDEINSTALL= ${PKGINSTALL} - -USE_RC_SUBR= teamspeak-server - -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -do-install: - @${MKDIR} ${PREFIX}/lib/teamspeak_server - ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/teamspeak_server -xf - - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -post-deinstall: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDEINSTALL} ${PORTNAME} POST-DEINSTALL - -.include <bsd.port.mk> diff --git a/audio/teamspeak3-server/distinfo b/audio/teamspeak3-server/distinfo deleted file mode 100644 index 158aa8dbfd4a..000000000000 --- a/audio/teamspeak3-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ts2_server_rc2_202319.tar.bz2) = 05e2bdec80eeed3d935eacb9ada3623e -SHA256 (ts2_server_rc2_202319.tar.bz2) = 56ae9f2cbb83c04102561ca377cedb6881579a80493b2b0ebf73afe2ac279a67 -SIZE (ts2_server_rc2_202319.tar.bz2) = 1155345 diff --git a/audio/teamspeak3-server/files/teamspeak-server.in b/audio/teamspeak3-server/files/teamspeak-server.in deleted file mode 100644 index 0e740a3b801e..000000000000 --- a/audio/teamspeak3-server/files/teamspeak-server.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: teamspeak -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# teamspeak_enable (bool): Set to NO by default. -# Set it to YES to enable teamspeak. -# - -. %%RC_SUBR%% - -name=teamspeak -rcvar=${name}_enable - -command="%%PREFIX%%/lib/teamspeak_server/server_linux" -command_args=">/dev/null" -pidfile="%%PREFIX%%/lib/teamspeak_server/server.pid" -stop_postcmd="teamspeak_poststop" - -teamspeak_poststop() -{ - /bin/rm -f "${pidfile}" -} - -load_rc_config $name - -: ${teamspeak_enable="NO"} - -run_rc_command "$1" diff --git a/audio/teamspeak3-server/pkg-descr b/audio/teamspeak3-server/pkg-descr deleted file mode 100644 index 7b6f87d445e4..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.com 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 39015018df9c..000000000000 --- a/audio/teamspeak3-server/pkg-plist +++ /dev/null @@ -1,254 +0,0 @@ -lib/teamspeak_server/INSTALL -lib/teamspeak_server/INSTALL.mysql -lib/teamspeak_server/LICENSE -lib/teamspeak_server/Manual/C1H_HTML.css -lib/teamspeak_server/Manual/DocToHelp.js -lib/teamspeak_server/Manual/RC2servermanual-blank.htm -lib/teamspeak_server/Manual/RC2servermanual-css.rtf -lib/teamspeak_server/Manual/RC2servermanual-index.htm -lib/teamspeak_server/Manual/RC2servermanual-toc.htm -lib/teamspeak_server/Manual/RC2servermanuallinux -lib/teamspeak_server/Manual/_TeamSpeak RC2 Server manual-1.png -lib/teamspeak_server/Manual/administration1.htm -lib/teamspeak_server/Manual/back.gif -lib/teamspeak_server/Manual/bandwidthandcodecs1.htm -lib/teamspeak_server/Manual/button.gif -lib/teamspeak_server/Manual/closed.gif -lib/teamspeak_server/Manual/closingdowntheserver4.htm -lib/teamspeak_server/Manual/closingdowntheserver5.htm -lib/teamspeak_server/Manual/default.htm -lib/teamspeak_server/Manual/frequentlyaskedquestions1.htm -lib/teamspeak_server/Manual/howtoruntheteamspeakserverasaserviceunderwinxpand20001.htm -lib/teamspeak_server/Manual/installingtheserver4.htm -lib/teamspeak_server/Manual/installingtheserver5.htm -lib/teamspeak_server/Manual/lastnotes1.htm -lib/teamspeak_server/Manual/licensing1.htm -lib/teamspeak_server/Manual/linuxinstalling.htm -lib/teamspeak_server/Manual/loggingin1.htm -lib/teamspeak_server/Manual/login.png -lib/teamspeak_server/Manual/logout1.htm -lib/teamspeak_server/Manual/mainconfig1.htm -lib/teamspeak_server/Manual/miscellaneous1.htm -lib/teamspeak_server/Manual/open.gif -lib/teamspeak_server/Manual/ports1.htm -lib/teamspeak_server/Manual/qilostmyserveradminpassword.htm -lib/teamspeak_server/Manual/qwhatportsdoestheserveruse.htm -lib/teamspeak_server/Manual/qwhatsupportdoesteamspeakoffer.htm -lib/teamspeak_server/Manual/requirementstoruntheteamspeak2server1.htm -lib/teamspeak_server/Manual/serverpermissions1.htm -lib/teamspeak_server/Manual/serversettings.png -lib/teamspeak_server/Manual/serversettings1.htm -lib/teamspeak_server/Manual/startingtheserver1.htm -lib/teamspeak_server/Manual/startinguptheserver1.htm -lib/teamspeak_server/Manual/superadmin1.htm -lib/teamspeak_server/Manual/superadminservers.png -lib/teamspeak_server/Manual/superadminstart.png -lib/teamspeak_server/Manual/tcpqueryfunction1.htm -lib/teamspeak_server/Manual/teamspeak.gif -lib/teamspeak_server/Manual/teamspeakrc2servermanual1.htm -lib/teamspeak_server/Manual/toc.css -lib/teamspeak_server/Manual/topic.gif -lib/teamspeak_server/Manual/usermanager.png -lib/teamspeak_server/Manual/usermanager1.htm -lib/teamspeak_server/Manual/webadminningtheserver1.htm -lib/teamspeak_server/Manual/webpost2.htm -lib/teamspeak_server/Manual/webpost3.htm -lib/teamspeak_server/Manual/whatistheteamspeak2server1.htm -lib/teamspeak_server/Manual/whatsnewinteamspeakreleasecandidate21.htm -lib/teamspeak_server/Manual/windowsinstalling.htm -lib/teamspeak_server/Manual/yourips1.htm -lib/teamspeak_server/README -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/global_settings.jpg -lib/teamspeak_server/httpdocs/gfx/headerline.gif -lib/teamspeak_server/httpdocs/gfx/help.gif -lib/teamspeak_server/httpdocs/gfx/helpnav.jpg -lib/teamspeak_server/httpdocs/gfx/helppages.jpg -lib/teamspeak_server/httpdocs/gfx/helppages.png -lib/teamspeak_server/httpdocs/gfx/menu_background.gif -lib/teamspeak_server/httpdocs/gfx/permissions.jpg -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/server_overview.jpg -lib/teamspeak_server/httpdocs/gfx/server_settings.jpg -lib/teamspeak_server/httpdocs/gfx/serveradminlogin.gif -lib/teamspeak_server/httpdocs/gfx/servers.jpg -lib/teamspeak_server/httpdocs/gfx/superadmin_manager.jpg -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/user_manager.jpg -lib/teamspeak_server/httpdocs/gfx/vBulletin_logo.gif -lib/teamspeak_server/httpdocs/header.html -lib/teamspeak_server/httpdocs/help/global_settings.html -lib/teamspeak_server/httpdocs/help/permissions_general.html -lib/teamspeak_server/httpdocs/help/server_overview.html -lib/teamspeak_server/httpdocs/help/server_settings.html -lib/teamspeak_server/httpdocs/help/servers.html -lib/teamspeak_server/httpdocs/help/superadmin_manager.html -lib/teamspeak_server/httpdocs/help/user_manager.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/libsqlmy.so -lib/teamspeak_server/manual.html -lib/teamspeak_server/mysql_sql/create_bans.sql -lib/teamspeak_server/mysql_sql/create_channel_privileges.sql -lib/teamspeak_server/mysql_sql/create_channels.sql -lib/teamspeak_server/mysql_sql/create_clients.sql -lib/teamspeak_server/mysql_sql/create_server_privileges.sql -lib/teamspeak_server/mysql_sql/create_servers.sql -lib/teamspeak_server/server_linux -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_nicks.sql -lib/teamspeak_server/sqlite_sql/create_server_privileges.sql -lib/teamspeak_server/sqlite_sql/create_servers.sql -lib/teamspeak_server/sqlite_sql/create_settings.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_channel_privilege.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_client_lastonline.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.sql -lib/teamspeak_server/sqlite_sql/read_channel_privilege.sql -lib/teamspeak_server/sqlite_sql/read_channel_privileges.sql -lib/teamspeak_server/sqlite_sql/read_channels.sql -lib/teamspeak_server/sqlite_sql/read_client_channels_privileges.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_bans.sql -lib/teamspeak_server/sqlite_sql/remove_moderatedattribs.sql -lib/teamspeak_server/sqlite_sql/search_client.sql -lib/teamspeak_server/sqlite_sql/upgrade_1.sql -lib/teamspeak_server/sqlite_sql/upgrade_2.sql -lib/teamspeak_server/sqlite_sql/upgrade_3.sql -lib/teamspeak_server/tcpquerydocs/banadd.txt -lib/teamspeak_server/tcpquerydocs/banclear.txt -lib/teamspeak_server/tcpquerydocs/bandel.txt -lib/teamspeak_server/tcpquerydocs/banlist.txt -lib/teamspeak_server/tcpquerydocs/banplayer.txt -lib/teamspeak_server/tcpquerydocs/checkserverok.txt -lib/teamspeak_server/tcpquerydocs/ci.txt -lib/teamspeak_server/tcpquerydocs/cl.txt -lib/teamspeak_server/tcpquerydocs/dbci.txt -lib/teamspeak_server/tcpquerydocs/dbfp.txt -lib/teamspeak_server/tcpquerydocs/dbpi.txt -lib/teamspeak_server/tcpquerydocs/dbserverlist.txt -lib/teamspeak_server/tcpquerydocs/dbsuseradd.txt -lib/teamspeak_server/tcpquerydocs/dbsuserchangepw.txt -lib/teamspeak_server/tcpquerydocs/dbsuserdel.txt -lib/teamspeak_server/tcpquerydocs/dbsuserlist.txt -lib/teamspeak_server/tcpquerydocs/dbuseradd.txt -lib/teamspeak_server/tcpquerydocs/dbuserchangeattribs.txt -lib/teamspeak_server/tcpquerydocs/dbuserchangepw.txt -lib/teamspeak_server/tcpquerydocs/dbuserdel.txt -lib/teamspeak_server/tcpquerydocs/dbuserid.txt -lib/teamspeak_server/tcpquerydocs/dbuserlist.txt -lib/teamspeak_server/tcpquerydocs/dccl.txt -lib/teamspeak_server/tcpquerydocs/fc.txt -lib/teamspeak_server/tcpquerydocs/fp.txt -lib/teamspeak_server/tcpquerydocs/gapl.txt -lib/teamspeak_server/tcpquerydocs/gi.txt -lib/teamspeak_server/tcpquerydocs/globalset.txt -lib/teamspeak_server/tcpquerydocs/globalset.txt.bak -lib/teamspeak_server/tcpquerydocs/help.txt -lib/teamspeak_server/tcpquerydocs/ki.txt -lib/teamspeak_server/tcpquerydocs/kick.txt -lib/teamspeak_server/tcpquerydocs/lc.txt -lib/teamspeak_server/tcpquerydocs/log.txt -lib/teamspeak_server/tcpquerydocs/logfind.txt -lib/teamspeak_server/tcpquerydocs/login.txt -lib/teamspeak_server/tcpquerydocs/logmark.txt -lib/teamspeak_server/tcpquerydocs/mptc.txt -lib/teamspeak_server/tcpquerydocs/msg.txt -lib/teamspeak_server/tcpquerydocs/msgall.txt -lib/teamspeak_server/tcpquerydocs/msgu.txt -lib/teamspeak_server/tcpquerydocs/pi.txt -lib/teamspeak_server/tcpquerydocs/pl.txt -lib/teamspeak_server/tcpquerydocs/rehash.txt -lib/teamspeak_server/tcpquerydocs/removeclient.txt -lib/teamspeak_server/tcpquerydocs/sel.txt -lib/teamspeak_server/tcpquerydocs/serveradd.txt -lib/teamspeak_server/tcpquerydocs/serverdel.txt -lib/teamspeak_server/tcpquerydocs/serverset.txt -lib/teamspeak_server/tcpquerydocs/serverstart.txt -lib/teamspeak_server/tcpquerydocs/serverstop.txt -lib/teamspeak_server/tcpquerydocs/si.txt -lib/teamspeak_server/tcpquerydocs/sl.txt -lib/teamspeak_server/tcpquerydocs/slogin.txt -lib/teamspeak_server/tcpquerydocs/sppriv.txt -lib/teamspeak_server/tcpquerydocs/ver.txt -lib/teamspeak_server/teamspeak2-server_startscript -@dirrm lib/teamspeak_server/tcpquerydocs -@dirrm lib/teamspeak_server/sqlite_sql -@dirrm lib/teamspeak_server/mysql_sql -@dirrm lib/teamspeak_server/httpdocs/help -@dirrm lib/teamspeak_server/httpdocs/gfx -@dirrm lib/teamspeak_server/httpdocs -@dirrm lib/teamspeak_server/Manual -@dirrm lib/teamspeak_server diff --git a/audio/uade/Makefile b/audio/uade/Makefile deleted file mode 100644 index 241e058273fb..000000000000 --- a/audio/uade/Makefile +++ /dev/null @@ -1,61 +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= 2.05 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://zakalwe.fi/uade/uade2/ \ - http://critical.ch/distfiles/ -DISTNAME= uade-${PORTVERSION} - -MAINTAINER= mbr@FreeBSD.org -COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin - -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ - ao.3:${PORTSDIR}/audio/libao -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha - -HAS_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gtk12 - -DOCSDIR= ${PREFIX}/share/doc/uade2 -DATADIR= ${PREFIX}/share/uade2 -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man/man1 \ - --without-audacious --no-debug - -CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}' - -WRKSRC= ${WRKDIR}/uade-${PORTVERSION} - -MAN1= uade123.1 -PORTDOCS= UAE-CREDITS UAE-README audio_emulation.txt design.tex \ - layers.eps layers.xfig \ - play_loop_state_diagram.dia play_loop_state_diagram.eps \ - play_loop_state_diagram.txt - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' \ - ${WRKSRC}/configure - -post-install: - @${RM} -rf ${DATADIR}/players/S - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/audio/uade/distinfo b/audio/uade/distinfo deleted file mode 100644 index 319b8d7ee5e2..000000000000 --- a/audio/uade/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (uade-2.05.tar.bz2) = 5a8304ce122c0aef853a60075a83a551 -SHA256 (uade-2.05.tar.bz2) = 3c1f08d1eaa19d3381407994b5190bbd01ff97e9aaec992ddcbdfa245724eead -SIZE (uade-2.05.tar.bz2) = 2506572 diff --git a/audio/uade/files/patch-nooptimize b/audio/uade/files/patch-nooptimize deleted file mode 100644 index a367d978a0e8..000000000000 --- a/audio/uade/files/patch-nooptimize +++ /dev/null @@ -1,43 +0,0 @@ ---- src/frontends/xmms/Makefile.in.orig Sun Dec 10 12:02:29 2006 -+++ src/frontends/xmms/Makefile.in Sun Dec 10 12:01:15 2006 -@@ -5,7 +5,7 @@ - XMMSFLAGS={XMMSFLAGS} - XMMSLIBS={XMMSLIBS} - SHAREDLIBRARYFLAGS={SHAREDLIBRARYFLAGS} --CFLAGS = -Wall -O2 $(SHAREDLIBRARYFLAGS) $(DEBUGFLAGS) $(XMMSFLAGS) $(ARCHFLAGS) -I../common -I../../include -+CFLAGS = $(SHAREDLIBRARYFLAGS) $(DEBUGFLAGS) $(XMMSFLAGS) $(ARCHFLAGS) -I../common -I../../include - CLIBS = $(XMMSLIBS) -lm - MODULES = plugin.o amifilemagic.o eagleplayer.o strlrep.o uadecontrol.o \ - uadeipc.o unixatomic.o subsongseek.o effects.o uadeconf.o md5.o \ ---- src/Makefile.in.orig Sun Dec 10 12:02:22 2006 -+++ src/Makefile.in Sun Dec 10 12:01:35 2006 -@@ -4,7 +4,7 @@ - ARCHLIBS = {ARCHLIBS} - DEBUGFLAGS = {DEBUGFLAGS} - --COMMONGCCOPTS = -Wall -Wno-unused -Wno-format -Wmissing-prototypes -Wstrict-prototypes -fno-exceptions -O2 -+COMMONGCCOPTS = -Wno-unused -Wno-format -Wmissing-prototypes -Wstrict-prototypes -fno-exceptions - - TARGETCFLAGS = -fomit-frame-pointer -DGCCCONSTFUNC="__attribute__((const))" -D_REENTRANT -DREGPARAM= -D__inline__=inline $(COMMONGCCOPTS) $(DEBUGFLAGS) $(ARCHFLAGS) - LIBRARIES = -lm $(AUDIOLIBS) $(ARCHLIBS) ---- src/frontends/uade123/Makefile.in.orig Sun Dec 10 12:02:16 2006 -+++ src/frontends/uade123/Makefile.in Sun Dec 10 12:01:08 2006 -@@ -1,6 +1,6 @@ - - CC = {CC} --CFLAGS = -Wall -O2 -I../../include -I../common {AOFLAGS} {DEBUGFLAGS} {ARCHFLAGS} -+CFLAGS = -I../../include -I../common {AOFLAGS} {DEBUGFLAGS} {ARCHFLAGS} - CLIBS = {AOLIBS} {ARCHLIBS} -lm - MODULES = uade123.o strlrep.o unixatomic.o uadeipc.o amifilemagic.o \ - chrarray.o playlist.o eagleplayer.o unixwalkdir.o effects.o \ ---- src/frontends/audacious/Makefile.in.orig Sun Dec 10 12:02:10 2006 -+++ src/frontends/audacious/Makefile.in Sun Dec 10 12:00:55 2006 -@@ -5,7 +5,7 @@ - AUDACIOUSFLAGS={AUDACIOUSFLAGS} - AUDACIOUSLIBS={AUDACIOUSLIBS} - SHAREDLIBRARYFLAGS={SHAREDLIBRARYFLAGS} --CFLAGS = -Wall -O2 $(SHAREDLIBRARYFLAGS) $(AUDACIOUSFLAGS) $(ARCHFLAGS) $(DEBUGFLAGS) -I../common -I../../include -+CFLAGS = $(SHAREDLIBRARYFLAGS) $(AUDACIOUSFLAGS) $(ARCHFLAGS) $(DEBUGFLAGS) -I../common -I../../include - CLIBS = $(XMLIBS) -lm - MODULES = plugin.o amifilemagic.o eagleplayer.o strlrep.o uadecontrol.o \ - uadeipc.o unixatomic.o subsongseek.o effects.o uadeconf.o md5.o \ 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 64ad80507809..000000000000 --- a/audio/uade/pkg-plist +++ /dev/null @@ -1,167 +0,0 @@ -bin/uade123 -bin/uadexmmsadd -lib/xmms/Input/libuade2.so -lib/uade2/uadecore -libdata/pkgconfig/uade.pc -%%DATADIR%%/players/AM-Composer -%%DATADIR%%/players/AMOS -%%DATADIR%%/players/AbyssHighestExperience -%%DATADIR%%/players/ActionAmics -%%DATADIR%%/players/ArtAndMagic -%%DATADIR%%/players/ArtOfNoise-4V -%%DATADIR%%/players/ArtOfNoise-8V -%%DATADIR%%/players/AudioSculpture -%%DATADIR%%/players/BeathovenSynthesizer -%%DATADIR%%/players/BenDaglish -%%DATADIR%%/players/BenDaglish-SID -%%DATADIR%%/players/BladePacker -%%DATADIR%%/players/Cinemaware -%%DATADIR%%/players/CoreDesign -%%DATADIR%%/players/CustomMade -%%DATADIR%%/players/DIGI-Booster -%%DATADIR%%/players/DariusZendeh -%%DATADIR%%/players/DaveLowe -%%DATADIR%%/players/DaveLoweNew -%%DATADIR%%/players/DaveLowe_Deli -%%DATADIR%%/players/DavidHanney -%%DATADIR%%/players/DavidWhittaker -%%DATADIR%%/players/DeltaMusic1.3 -%%DATADIR%%/players/DeltaMusic2.0 -%%DATADIR%%/players/Desire -%%DATADIR%%/players/DigitalSonixChrome -%%DATADIR%%/players/DigitalSoundStudio -%%DATADIR%%/players/DirkBialluch -%%DATADIR%%/players/DynamicSynthesizer -%%DATADIR%%/players/EMS -%%DATADIR%%/players/EMS-6 -%%DATADIR%%/players/ENV/EaglePlayer/EP-Hippel_7V.cfg -%%DATADIR%%/players/ENV/EaglePlayer/EP-Mugician_II.cfg -%%DATADIR%%/players/ENV/EaglePlayer/EP-PTK-Prowiz.cfg -%%DATADIR%%/players/ENV/EaglePlayer/EP-S3M.cfg -%%DATADIR%%/players/ENV/EaglePlayer/EP-TFMX_7V.cfg -%%DATADIR%%/players/ENV/EaglePlayer/EP-TFMX_Pro.cfg -%%DATADIR%%/players/ENV/EaglePlayer/ahx -%%DATADIR%%/players/ENV/EaglePlayer/ahx.waves -%%DATADIR%%/players/ENV/EaglePlayer/ems_v6.cfg -%%DATADIR%%/players/ENV/EaglePlayer/ems_v6.cfg.txt -%%DATADIR%%/players/EarAche -%%DATADIR%%/players/FashionTracker -%%DATADIR%%/players/ForgottenWorlds_Game -%%DATADIR%%/players/Fred -%%DATADIR%%/players/FredGray -%%DATADIR%%/players/FutureComposer-BSI -%%DATADIR%%/players/FutureComposer1.3 -%%DATADIR%%/players/FutureComposer1.4 -%%DATADIR%%/players/FuturePlayer -%%DATADIR%%/players/GlueMon -%%DATADIR%%/players/HowieDavies -%%DATADIR%%/players/ImagesMusicSystem -%%DATADIR%%/players/InStereo -%%DATADIR%%/players/InStereo2.0 -%%DATADIR%%/players/Infogrames -%%DATADIR%%/players/JamCracker -%%DATADIR%%/players/JankoMrsicFlogel -%%DATADIR%%/players/JasonBrooke -%%DATADIR%%/players/JasonPage -%%DATADIR%%/players/JasonPage_JP -%%DATADIR%%/players/JeroenTel -%%DATADIR%%/players/JesperOlsen -%%DATADIR%%/players/JochenHippel -%%DATADIR%%/players/JochenHippel-7V -%%DATADIR%%/players/JochenHippel-CoSo -%%DATADIR%%/players/JochenHippel_UADE -%%DATADIR%%/players/Jochen_Hippel_ST -%%DATADIR%%/players/KrisHatlelid -%%DATADIR%%/players/Laxity -%%DATADIR%%/players/LegglessMusicEditor -%%DATADIR%%/players/Lionheart_Game -%%DATADIR%%/players/MCMD -%%DATADIR%%/players/MED -%%DATADIR%%/players/MMDC -%%DATADIR%%/players/MagneticFieldsPacker -%%DATADIR%%/players/MajorTom -%%DATADIR%%/players/ManiacsOfNoise -%%DATADIR%%/players/MarkII -%%DATADIR%%/players/Mark_Cooksey -%%DATADIR%%/players/Mark_Cooksey_Old -%%DATADIR%%/players/MartinWalker -%%DATADIR%%/players/Medley -%%DATADIR%%/players/MikeDavies -%%DATADIR%%/players/Mugician -%%DATADIR%%/players/MugicianII -%%DATADIR%%/players/MusicAssembler -%%DATADIR%%/players/MusicMaker-4V -%%DATADIR%%/players/MusicMaker-8V -%%DATADIR%%/players/MusiclineEditor -%%DATADIR%%/players/NovoTradePacker -%%DATADIR%%/players/Octa-MED -%%DATADIR%%/players/Oktalyzer -%%DATADIR%%/players/PTK-Prowiz -%%DATADIR%%/players/PaulRobotham -%%DATADIR%%/players/PaulShields -%%DATADIR%%/players/PaulSummers -%%DATADIR%%/players/PeterVerswyvelen -%%DATADIR%%/players/PierreAdane -%%DATADIR%%/players/ProfessionalSoundArtists -%%DATADIR%%/players/PumaTracker -%%DATADIR%%/players/QuadraComposer -%%DATADIR%%/players/Quartet -%%DATADIR%%/players/RichardJoseph -%%DATADIR%%/players/RiffRaff -%%DATADIR%%/players/RobHubbard -%%DATADIR%%/players/RobHubbardOld -%%DATADIR%%/players/SCUMM -%%DATADIR%%/players/SIDMon1.0 -%%DATADIR%%/players/SIDMon2.0 -%%DATADIR%%/players/SUN-Tronic -%%DATADIR%%/players/ScottJohnston -%%DATADIR%%/players/SeanConnolly -%%DATADIR%%/players/SeanConran -%%DATADIR%%/players/Sierra-AGI -%%DATADIR%%/players/Silmarils -%%DATADIR%%/players/SonicArranger -%%DATADIR%%/players/SonicArranger-pc-all -%%DATADIR%%/players/SonixMusicDriver -%%DATADIR%%/players/Sound-FX -%%DATADIR%%/players/SoundControl -%%DATADIR%%/players/SoundFactory -%%DATADIR%%/players/SoundImages -%%DATADIR%%/players/SoundMaster -%%DATADIR%%/players/SoundMon2.0 -%%DATADIR%%/players/SoundMon2.2 -%%DATADIR%%/players/SoundPlayer -%%DATADIR%%/players/SoundProgrammingLanguage -%%DATADIR%%/players/Soundtracker-IV -%%DATADIR%%/players/Special-FX -%%DATADIR%%/players/SpeedyA1System -%%DATADIR%%/players/SpeedySystem -%%DATADIR%%/players/SteveBarrett -%%DATADIR%%/players/SteveTurner -%%DATADIR%%/players/SynTracker -%%DATADIR%%/players/Synth -%%DATADIR%%/players/SynthDream -%%DATADIR%%/players/SynthPack -%%DATADIR%%/players/TFMX -%%DATADIR%%/players/TFMX-7V -%%DATADIR%%/players/TFMX-7V-TFHD -%%DATADIR%%/players/TFMX-Pro -%%DATADIR%%/players/TFMX-Pro-TFHD -%%DATADIR%%/players/TFMX-TFHD -%%DATADIR%%/players/TheMusicalEnlightenment -%%DATADIR%%/players/ThomasHermann -%%DATADIR%%/players/TimFollin -%%DATADIR%%/players/TomyTracker -%%DATADIR%%/players/Tronic -%%DATADIR%%/players/UltimateSoundtracker -%%DATADIR%%/players/VoodooSupremeSynthesizer -%%DATADIR%%/players/WallyBeben -%%DATADIR%%/players/YM-2149 -%%DATADIR%%/uade.conf -%%DATADIR%%/eagleplayer.conf -%%DATADIR%%/uaerc -%%DATADIR%%/score -@dirrm lib/uade2 -@dirrm %%DATADIR%%/players/ENV/EaglePlayer -@dirrm %%DATADIR%%/players/ENV -@dirrm %%DATADIR%%/players -@dirrm %%DATADIR%% diff --git a/audio/vat/Makefile b/audio/vat/Makefile deleted file mode 100644 index cc85e2619033..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= 3 -CATEGORIES= mbone tk -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ -DISTFILES= vatsrc-4.0b2.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Visual Audio Tool - multicast audioconferencing - -GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12 - -# 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_XORG= x11 -USE_AUTOTOOLS= autoconf: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 ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.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 f5d24f56e817..000000000000 --- a/audio/vat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vatsrc-4.0b2.tar.gz) = ad6bfa8e986be1706e60251dd9c2f204 -SHA256 (vatsrc-4.0b2.tar.gz) = 47ee08fc7ce2c0e39c00fa4eabeadd4eb1aba6de6c14dacc24949849c73015af -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 85e74ea80447..000000000000 --- a/audio/vat/files/patch-af +++ /dev/null @@ -1,128 +0,0 @@ ---- net.cc.orig Thu Mar 21 03:49:18 1996 -+++ net.cc Sun Dec 3 19:04:01 2006 -@@ -163,46 +163,49 @@ - { - 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, savederrno; -+ socklen_t errlen = sizeof(err); -+ -+ 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 +220,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 +267,15 @@ - } - int cc = ::sendmsg(ssock_, (msghdr*)&mh, 0); - if (cc < 0) { -- switch (errno) { -+ int err, savederrno; -+ socklen_t errlen = sizeof(err); -+ -+ 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: -@@ -297,7 +303,7 @@ - int Network::dorecv(u_char* buf, int len, u_int32_t& from, int fd) - { - sockaddr_in sfrom; -- int fromlen = sizeof(sfrom); -+ socklen_t fromlen = sizeof(sfrom); - int cc = ::recvfrom(fd, (char*)buf, len, 0, - (sockaddr*)&sfrom, &fromlen); - if (cc < 0) { 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/files/patch-ap b/audio/vat/files/patch-ap deleted file mode 100644 index 178e46540170..000000000000 --- a/audio/vat/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- net-ip.cc.orig Thu May 16 05:28:06 1996 -+++ net-ip.cc Sun Dec 3 19:04:50 2006 -@@ -203,7 +203,7 @@ - { - memset((char *)p, 0, sizeof(*p)); - p->sin_family = AF_INET; -- int len = sizeof(*p); -+ socklen_t len = sizeof(*p); - if (getsockname(ssock_, (struct sockaddr *)p, &len) < 0) { - perror("getsockname"); - p->sin_addr.s_addr = 0; 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 963575b9c534..000000000000 --- a/audio/xspeakfree/Makefile +++ /dev/null @@ -1,36 +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 -PORTREVISION= 2 -CATEGORIES= mbone net audio -MASTER_SITES= http://www.liquidx.org/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 - -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 24b01e7513e8..000000000000 --- a/audio/xspeakfree/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xspeakfree-0.8.2.tar.gz) = d2bf1a47a56acea1ef64ddf66cd28220 -SHA256 (xspeakfree-0.8.2.tar.gz) = eb3cfb7b7a5bbbe9d7a1d098b2bccfb0ff6bb9f937c1a5046ee74cd8122f7ae2 -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 |