diff options
Diffstat (limited to 'audio')
223 files changed, 7 insertions, 8240 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile deleted file mode 100644 index e2b5fa21ba5b..000000000000 --- a/audio/amarok-kde4/Makefile +++ /dev/null @@ -1,119 +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.2.4 -PORTREVISION= 1 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= mich@FreeBSD.org -COMMENT= Media player for KDE - -LIB_DEPENDS= tag.4:${PORTSDIR}/audio/taglib \ - tunepimp:${PORTSDIR}/audio/libtunepimp - -USE_BZIP2= yes -USE_KDEBASE_VER=3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes -USE_SDL= sdl - -OPTIONS= ARTS "aRts playback engine" off \ - GSTREAMER "GStreamer playback engine (includes aRts-output)" on \ - XINE "Xine playback engine" off \ - XMMS "XMMS visualizations" off \ - LIBVISUAL "libvisual support" off \ - OPENGL "OpenGL support" on \ - AMAZON "Amazon cover fetching support" on \ - MYSQL "Use MySQL as collection backend" off \ - AKODE "Akode playback engine" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_ARTS) -CONFIGURE_ARGS+=--without-arts -PLIST_SUB+= ARTS="@comment " -.else -LIB_DEPENDS+= artsgui:${PORTSDIR}/multimedia/kdemultimedia3 -PLIST_SUB+= ARTS="" -.endif - -.if defined(WITHOUT_GSTREAMER) -CONFIGURE_ARGS+=--without-gstreamer -PLIST_SUB+= GSTREAMER="@comment " -.else -USE_GSTREAMER+= mad vorbis flac musepack artsd -PLIST_SUB+= GSTREAMER="" -.endif - -.if defined(WITHOUT_XINE) -CONFIGURE_ARGS+=--without-xine -PLIST_SUB+= XINE="@comment " -.else -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine -PLIST_SUB+= XINE="" -.endif - -.if defined(WITHOUT_XMMS) -PLIST_SUB+= XMMS="@comment " -.else -BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -PLIST_SUB+= XMMS="" -.endif - -.if defined(WITHOUT_LIBVISUAL) -PLIST_SUB+= LIBVISUAL="@comment " -.else -LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -PLIST_SUB+= LIBVISUAL="" -.endif - -.if defined(WITHOUT_OPENGL) -CONFIGURE_ARGS+=--without-opengl -.endif - -.if defined(WITHOUT_AMAZON) -CONFIGURE_ARGS+=--without-amazon -.endif - -.if !defined(WITHOUT_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+=--enable-mysql -.endif - -.if defined(WITHOUT_AKODE) -CONFIGURE_ARGS+=--without-akode -PLIST_SUB+= AKODE="@comment " -.else -CONFIGURE_ARGS+=--with-akode -LIB_DEPENDS+= akode:${PORTSDIR}/audio/akode -PLIST_SUB+= AKODE="" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in - @${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL11/SDL.h|g' \ - ${WRKSRC}/amarok/src/vis/libvisual/libvisual.h - @${REINPLACE_CMD} -e 's|-lSDL|-lSDL-1.1 ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/amarok/src/vis/libvisual/Makefile.in - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} - -post-configure: -.if defined(WITHOUT_XMMS) - @${REINPLACE_CMD} -e '/XMMS /d' ${WRKSRC}/config.h - @${REINPLACE_CMD} -e 's/xmmswrapper//g' ${WRKSRC}/amarok/src/vis/Makefile -.endif -.if defined(WITHOUT_LIBVISUAL) - @${REINPLACE_CMD} -e '/LIBVISUAL /d' ${WRKSRC}/config.h - @${REINPLACE_CMD} -e 's/libvisual//g' ${WRKSRC}/amarok/src/vis/Makefile -.endif - -.include <bsd.port.post.mk> diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo deleted file mode 100644 index b102d29c3ce7..000000000000 --- a/audio/amarok-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (amarok-1.2.4.tar.bz2) = 9a3bb2c043d1db169c6a370aff439e0f -SIZE (amarok-1.2.4.tar.bz2) = 6016470 diff --git a/audio/amarok-kde4/files/patch-configure b/audio/amarok-kde4/files/patch-configure deleted file mode 100644 index 16f93f652e08..000000000000 --- a/audio/amarok-kde4/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Mon Mar 28 21:16:17 2005 -+++ configure Mon Apr 11 02:44:50 2005 -@@ -35871,15 +35871,15 @@ - fi - - --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 f9c4f3cdefff..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-plist b/audio/amarok-kde4/pkg-plist deleted file mode 100644 index 200eefe315fd..000000000000 --- a/audio/amarok-kde4/pkg-plist +++ /dev/null @@ -1,481 +0,0 @@ -bin/amarok -bin/amarokapp -%%LIBVISUAL%%bin/amarok_libvisual -%%XMMS%%bin/amarok_xmmswrapper2 -lib/kde3/konqsidebar_universalamarok.la -lib/kde3/konqsidebar_universalamarok.so -%%AKODE%%lib/kde3/libamarok_aKode-engine.la -%%AKODE%%lib/kde3/libamarok_aKode-engine.so -%%ARTS%%lib/kde3/libamarok_artsengine_plugin.la -%%ARTS%%lib/kde3/libamarok_artsengine_plugin.so -%%GSTREAMER%%lib/kde3/libamarok_gstengine_plugin.la -%%GSTREAMER%%lib/kde3/libamarok_gstengine_plugin.so -%%XINE%%lib/kde3/libamarok_xine-engine.la -%%XINE%%lib/kde3/libamarok_xine-engine.so -lib/kde3/libamarok_void-engine_plugin.la -lib/kde3/libamarok_void-engine_plugin.so -%%ARTS%%lib/libamarokarts.la -%%ARTS%%lib/libamarokarts.so -%%ARTS%%lib/mcop/Amarok/RawScope.mcopclass -%%ARTS%%lib/mcop/Amarok/Synth_STEREO_XFADE.mcopclass -%%ARTS%%lib/mcop/amarokarts.mcopclass -%%ARTS%%lib/mcop/amarokarts.mcoptype -share/applications/kde/amarok.desktop -share/apps/amarok/amarokui.rc -share/apps/amarok/amarokui_xmms.rc -share/apps/amarok/data/Cool-Streams.m3u -share/apps/amarok/data/ball.png -share/apps/amarok/data/dot.png -share/apps/amarok/data/grid.png -share/apps/amarok/data/wirl1.png -share/apps/amarok/data/wirl2.png -share/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.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/22x22/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/32x32/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/48x48/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/64x64/actions/random.png -share/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png -share/apps/amarok/images/amarok_cut.png -share/apps/amarok/images/amarok_rocks.jpg -share/apps/amarok/images/audioscrobbler.png -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/babelfish.png -share/apps/amarok/images/bucky.png -share/apps/amarok/images/covermanager.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/description.png -share/apps/amarok/images/eq_active2.png -share/apps/amarok/images/eq_inactive2.png -share/apps/amarok/images/folder_crystal.png -share/apps/amarok/images/loading1.png -share/apps/amarok/images/loading2.png -share/apps/amarok/images/logo_splash.png -share/apps/amarok/images/logo_web.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/time_minus.png -share/apps/amarok/images/time_plus.png -share/apps/amarok/images/vol_speaker.png -share/apps/amarok/images/wizard_compact.png -share/apps/amarok/images/wizard_xmms.png -share/apps/amarok/scripts/alarm/README -share/apps/amarok/scripts/alarm/alarm.py -share/apps/amarok/scripts/graphequalizer/README -share/apps/amarok/scripts/graphequalizer/graphequalizer -share/apps/amarok/scripts/playlist2html/Playlist.py -share/apps/amarok/scripts/playlist2html/PlaylistServer.py -share/apps/amarok/scripts/playlist2html/README -share/apps/amarok/scripts/playlist2html/playlist2html.py -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/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/template.thtml -share/apps/amarok/scripts/webcontrol/vol_speaker.png -share/apps/amarok/themes/default/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_append.desktop -share/apps/profiles/amarok.profile.xml -share/config.kcfg/amarok.kcfg -%%GSTREAMER%%share/config.kcfg/gstconfig.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/develop.docbook -share/doc/HTML/da/amarok/faq.docbook -share/doc/HTML/da/amarok/feature_guide.docbook -share/doc/HTML/da/amarok/hidden.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/advanced.docbook -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/common -share/doc/HTML/de/amarok/config.docbook -share/doc/HTML/de/amarok/config_appearance.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/context.png -share/doc/HTML/de/amarok/coverman.png -share/doc/HTML/de/amarok/develop.docbook -share/doc/HTML/de/amarok/faq.docbook -share/doc/HTML/de/amarok/file_browser.png -share/doc/HTML/de/amarok/hidden.docbook -share/doc/HTML/de/amarok/index.cache.bz2 -share/doc/HTML/de/amarok/index.docbook -share/doc/HTML/de/amarok/menubar.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_window.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/search.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/advanced.docbook -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/context.png -share/doc/HTML/en/amarok/coverman.png -share/doc/HTML/en/amarok/equalizer.png -share/doc/HTML/en/amarok/faq.docbook -share/doc/HTML/en/amarok/feature_guide.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_browser.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_window.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/status_bar.png -share/doc/HTML/en/amarok/using.docbook -share/doc/HTML/en/amarok/vis_window.png -share/doc/HTML/et/amarok/advanced.docbook -share/doc/HTML/et/amarok/common -share/doc/HTML/et/amarok/config.docbook -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/common -share/doc/HTML/fr/amarok/config.docbook -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/advanced.docbook -share/doc/HTML/it/amarok/common -share/doc/HTML/it/amarok/config.docbook -share/doc/HTML/it/amarok/develop.docbook -share/doc/HTML/it/amarok/faq.docbook -share/doc/HTML/it/amarok/feature_guide.docbook -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/plugin.docbook -share/doc/HTML/it/amarok/quick.docbook -share/doc/HTML/it/amarok/requirements.docbook -share/doc/HTML/it/amarok/using.docbook -share/doc/HTML/nl/amarok/advanced.docbook -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_colors.png -share/doc/HTML/nl/amarok/config_engine.png -share/doc/HTML/nl/amarok/config_fonts.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/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/media_device.png -share/doc/HTML/nl/amarok/menubar.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_window.png -share/doc/HTML/nl/amarok/plugin.docbook -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/search.png -share/doc/HTML/nl/amarok/status_bar.png -share/doc/HTML/nl/amarok/using.docbook -share/doc/HTML/nl/amarok/vis_window.png -share/doc/HTML/pt/amarok/advanced.docbook -share/doc/HTML/pt/amarok/common -share/doc/HTML/pt/amarok/config.docbook -share/doc/HTML/pt/amarok/develop.docbook -share/doc/HTML/pt/amarok/faq.docbook -share/doc/HTML/pt/amarok/feature_guide.docbook -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/plugin.docbook -share/doc/HTML/pt/amarok/quick.docbook -share/doc/HTML/pt/amarok/requirements.docbook -share/doc/HTML/pt/amarok/using.docbook -share/doc/HTML/pt_BR/amarok/advanced.docbook -share/doc/HTML/pt_BR/amarok/analyzer.png -share/doc/HTML/pt_BR/amarok/buttons.png -share/doc/HTML/pt_BR/amarok/collection.png -share/doc/HTML/pt_BR/amarok/common -share/doc/HTML/pt_BR/amarok/config.docbook -share/doc/HTML/pt_BR/amarok/config_appearance.png -share/doc/HTML/pt_BR/amarok/config_collection.png -share/doc/HTML/pt_BR/amarok/config_engine.png -share/doc/HTML/pt_BR/amarok/config_general.png -share/doc/HTML/pt_BR/amarok/config_osd.png -share/doc/HTML/pt_BR/amarok/config_playback.png -share/doc/HTML/pt_BR/amarok/config_scrobbler.png -share/doc/HTML/pt_BR/amarok/context.png -share/doc/HTML/pt_BR/amarok/coverman.png -share/doc/HTML/pt_BR/amarok/equalizer.png -share/doc/HTML/pt_BR/amarok/faq.docbook -share/doc/HTML/pt_BR/amarok/feature_guide.docbook -share/doc/HTML/pt_BR/amarok/file_browser.png -share/doc/HTML/pt_BR/amarok/index.cache.bz2 -share/doc/HTML/pt_BR/amarok/index.docbook -share/doc/HTML/pt_BR/amarok/logo.png -share/doc/HTML/pt_BR/amarok/media_device.png -share/doc/HTML/pt_BR/amarok/menubar.png -share/doc/HTML/pt_BR/amarok/musicbrainz.png -share/doc/HTML/pt_BR/amarok/pl_browser.png -share/doc/HTML/pt_BR/amarok/pl_tip1.png -share/doc/HTML/pt_BR/amarok/play_list.png -share/doc/HTML/pt_BR/amarok/player_window.png -share/doc/HTML/pt_BR/amarok/playlist_window.png -share/doc/HTML/pt_BR/amarok/quick.docbook -share/doc/HTML/pt_BR/amarok/requirements.docbook -share/doc/HTML/pt_BR/amarok/rmb_menu.png -share/doc/HTML/pt_BR/amarok/status_bar.png -share/doc/HTML/pt_BR/amarok/using.docbook -share/doc/HTML/pt_BR/amarok/vis_window.png -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/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/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/advanced.docbook -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_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/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_window.png -share/doc/HTML/sv/amarok/plugin.docbook -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/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/crystalsvg/128x128/apps/amarok.png -share/icons/crystalsvg/16x16/apps/amarok.png -share/icons/crystalsvg/22x22/apps/amarok.png -share/icons/crystalsvg/32x32/apps/amarok.png -share/icons/crystalsvg/48x48/apps/amarok.png -share/icons/crystalsvg/64x64/apps/amarok.png -share/locale/az/LC_MESSAGES/amarok.mo -share/locale/bg/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/en_GB/LC_MESSAGES/amarok.mo -share/locale/es/LC_MESSAGES/amarok.mo -share/locale/et/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/is/LC_MESSAGES/amarok.mo -share/locale/it/LC_MESSAGES/amarok.mo -share/locale/ja/LC_MESSAGES/amarok.mo -share/locale/ko/LC_MESSAGES/amarok.mo -share/locale/lt/LC_MESSAGES/amarok.mo -share/locale/nb/LC_MESSAGES/amarok.mo -share/locale/nl/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/sl/LC_MESSAGES/amarok.mo -share/locale/sr/LC_MESSAGES/amarok.mo -share/locale/sr@Latn/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/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/nls/POSIX -share/nls/en_US.US-ASCII -%%AKODE%%share/services/amarok_aKode-engine.desktop -%%ARTS%%share/services/amarok_artsengine_plugin.desktop -%%GSTREAMER%%share/services/amarok_gstengine_plugin.desktop -%%XINE%%share/services/amarok_xine-engine.desktop -share/services/amarok_void-engine_plugin.desktop -share/servicetypes/amarok_plugin.desktop -@dirrm share/locale/uz/LC_MESSAGES -@dirrm share/locale/uz -@dirrm share/doc/HTML/sv/amarok -@dirrm share/doc/HTML/ru/amarok -@dirrm share/doc/HTML/pt_BR/amarok -@dirrm share/doc/HTML/pt/amarok -@dirrm share/doc/HTML/nl/amarok -@dirrm share/doc/HTML/it/amarok -@dirrm share/doc/HTML/fr/amarok -@dirrm share/doc/HTML/et/amarok -@dirrm share/doc/HTML/en/amarok -@dirrm share/doc/HTML/de/amarok -@dirrm share/doc/HTML/da/amarok -@dirrm share/apps/amarok/themes/reinhardt/images -@dirrm share/apps/amarok/themes/reinhardt -@dirrm share/apps/amarok/themes/default -@dirrm share/apps/amarok/themes -@dirrm share/apps/amarok/scripts/webcontrol -@dirrm share/apps/amarok/scripts/templates -@dirrm share/apps/amarok/scripts/playlist2html -@dirrm share/apps/amarok/scripts/graphequalizer -@dirrm share/apps/amarok/scripts/alarm -@dirrm share/apps/amarok/scripts -@dirrm share/apps/amarok/images -@dirrm share/apps/amarok/icons/crystalsvg/64x64/actions -@dirrm share/apps/amarok/icons/crystalsvg/64x64 -@dirrm share/apps/amarok/icons/crystalsvg/48x48/actions -@dirrm share/apps/amarok/icons/crystalsvg/48x48 -@dirrm share/apps/amarok/icons/crystalsvg/32x32/actions -@dirrm share/apps/amarok/icons/crystalsvg/32x32 -@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 -%%ARTS%%@dirrm lib/mcop/Amarok diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile deleted file mode 100644 index 91c3b8ebd6dd..000000000000 --- a/audio/ccaudio2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ccaudio -# Date created: 26 July 2000 -# Whom: David Sugar <dyfet@gnu.org> -# -# $FreeBSD$ -# - -PORTNAME= ccaudio -PORTVERSION= 1.1.3 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnutelephony - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ class framework for manipulating audio files - -LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp - -USE_GNOME= gnometarget -USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 -INSTALL_TARGET= install man -INSTALLS_SHLIB= yes - -MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \ - AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \ - LinearSample.3cc - -post-patch: - @${REINPLACE_CMD} -e \ - 's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp - -.include <bsd.port.mk> diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo deleted file mode 100644 index 4edc1ace2891..000000000000 --- a/audio/ccaudio2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ccaudio-1.1.3.tar.gz) = d8995ab5ed5d4b3817efabf9c151ddfc -SIZE (ccaudio-1.1.3.tar.gz) = 349183 diff --git a/audio/ccaudio2/pkg-descr b/audio/ccaudio2/pkg-descr deleted file mode 100644 index b98289e9d351..000000000000 --- a/audio/ccaudio2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ccaudio offers a portable framework for developing applications which -access audio files. This library is optimized for DSP frame presentation -and for merging audio from multiple sources. Support is provided for many -common and popular sound file formats such as .au, .wav/RIFF, etc. - -WWW: http://www.gnutelephony.org/ diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist deleted file mode 100644 index b1365fa20227..000000000000 --- a/audio/ccaudio2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/cc++2/cc++/audio.h -lib/libccaudio1.a -lib/libccaudio1.so -lib/libccaudio1-1.1.so -lib/libccaudio1-1.1.so.0 -lib/ccaudio1/g.711 -@dirrm lib/ccaudio1 diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile deleted file mode 100644 index f446cf19412e..000000000000 --- a/audio/dumb/Makefile +++ /dev/null @@ -1,43 +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.2 -CATEGORIES= devel audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dumb -DISTNAME= ${PORTNAME}-${PORTVERSION}-fixed - -MAINTAINER= andreas@syndrom23.de -COMMENT= IT, XM, S3M and MOD player library - -WRKSRC= ${WRKDIR}/dumb -USE_REINPLACE= yes -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_ALLEGRO) -LIB_DEPENDS+= alleg.41:${PORTSDIR}/devel/allegro -PLIST_SUB+= ALLEGRO="" -.else -PLIST_SUB+= ALLEGRO="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/Makefile - -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 6b979179b11d..000000000000 --- a/audio/dumb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dumb-0.9.2-fixed.tar.gz) = 0ce45f64934e6d5d7b82a55108596680 -SIZE (dumb-0.9.2-fixed.tar.gz) = 145722 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 7cf93017e641..000000000000 --- a/audio/dumb/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig Sat Feb 26 15:24:14 2005 -+++ Makefile Sat Feb 26 15:25:07 2005 -@@ -186,10 +186,10 @@ - OFLAGS := -O2 -ffast-math -fomit-frame-pointer - DBGFLAGS := -DDEBUGMODE=1 -g3 - --CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS) --CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS) -+CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(OFLAGS) -+CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(DBGFLAGS) - --LDFLAGS := -s -+LDFLAGS := -s -L$(PREFIX)/lib - - - CORE_EXAMPLES_OBJ := $(addprefix examples/, $(notdir $(patsubst %.c, %.o, $(CORE_EXAMPLES)))) 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 ef81f770d34c..000000000000 --- a/audio/dumb/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%ALLEGRO%%bin/dumbplay -bin/dumbout -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/festival/Makefile b/audio/festival/Makefile index 485dbcfd9b79..34bcd4d4fbed 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -80,9 +80,11 @@ post-patch: @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \ ${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD3.${i}.mak .endfor -.for ii in 4 5 -.for jj in 1 2 3 4 5 6 7 8 9 10 11 - @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ + @${MV} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ + ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.x.mak +.for ii in 4 5 6 7 +.for jj in 0 1 2 3 4 5 6 7 8 9 10 11 + @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.x.mak \ ${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD${ii}.${jj}.mak .endfor .endfor diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile deleted file mode 100644 index 7bb0197155ca..000000000000 --- a/audio/gnome-audio/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomeaudio2 -# Date created: 10 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomeaudio -PORTVERSION= 2.0.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-audio/2.0 -PKGNAMESUFFIX= 2 -DISTNAME= gnome-audio-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound files for use with GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -NO_BUILD= yes -USE_GNOME= gnomehack gnomeprefix gnomehier -WRKSRC= ${WRKDIR}/${DISTNAME}/sounds - -.include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo deleted file mode 100644 index f7849f80ad5b..000000000000 --- a/audio/gnome-audio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f -SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319 diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile deleted file mode 100644 index f5556e24f16d..000000000000 --- a/audio/gnome-audio/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Feb 15 14:40:33 2001 -+++ Makefile Mon Feb 26 19:24:22 2001 -@@ -1,3 +1 @@ --prefix=$(shell gnome-config --prefix) -- - LN_S=ln -sf -@@ -14,4 +12,4 @@ - for I in *.wav */*.wav ; do \ -- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ -- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ -+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ - done -@@ -19,3 +17,3 @@ - install-default-links: -- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav -- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav -+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav -+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr deleted file mode 100644 index 02b911e2de13..000000000000 --- a/audio/gnome-audio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module holds sound files for use with GNOME 2. diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist deleted file mode 100644 index 93609a8dc24a..000000000000 --- a/audio/gnome-audio/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -share/gnome/sounds/card_shuffle.wav -share/gnome/sounds/email.wav -share/gnome/sounds/error.wav -share/gnome/sounds/generic.wav -share/gnome/sounds/gtk-events/activate.wav -share/gnome/sounds/gtk-events/clicked.wav -share/gnome/sounds/gtk-events/toggled.wav -share/gnome/sounds/info.wav -share/gnome/sounds/login.wav -share/gnome/sounds/logout.wav -share/gnome/sounds/panel/slide.wav -share/gnome/sounds/phone.wav -share/gnome/sounds/question.wav -share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup3.wav -share/gnome/sounds/warning.wav -@dirrm share/gnome/sounds/gtk-events -@dirrm share/gnome/sounds/panel diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index 51946794819d..000000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomemedia2 -PORTVERSION= 2.10.2 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/2.10 -DISTNAME= gnome-media-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner -USE_GSTREAMER= esound cdparanoia gconf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ - gnome-cd.schemas gnome-sound-recorder.schemas - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in -.if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure -.endif -.if ${OSVERSION} < 504000 - @${REINPLACE_CMD} -e 's|lrint|rint|' \ - ${WRKSRC}/gnome-cd/gst-cdparanoia-cdrom.c \ - ${WRKSRC}/gst-mixer/src/volume.c -.endif - -.include <bsd.port.post.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index ecdc3f5b955b..000000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-media-2.10.2.tar.bz2) = 3d73cd40cfa52c5eef882302f92c60d6 -SIZE (gnome2/gnome-media-2.10.2.tar.bz2) = 3328141 diff --git a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h b/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h deleted file mode 100644 index 1ec1fc50f5d5..000000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cddb-slave2/gnet-private.h.orig Tue Aug 31 19:58:18 2004 -+++ cddb-slave2/gnet-private.h Tue Aug 31 20:02:23 2004 -@@ -68,7 +68,7 @@ - #include <resolv.h> - #include <netdb.h> - --#ifndef __socklen_t_defined -+#if !defined(__socklen_t_defined) && !defined(__FreeBSD__) - typedef guint32 socklen_t; - #endif - diff --git a/audio/gnome-media/files/patch-cddb-slave2_tcp.c b/audio/gnome-media/files/patch-cddb-slave2_tcp.c deleted file mode 100644 index f316b7f01301..000000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_tcp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- cddb-slave2/tcp.c.orig Mon Sep 20 14:52:50 2004 -+++ cddb-slave2/tcp.c Sat Mar 12 03:30:52 2005 -@@ -265,7 +265,7 @@ gnet_tcp_socket_new_async (const GInetAd - continue; - - sa_in6->sin6_scope_id = ifindex; -- con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(s->sa)); -+ con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(sa6)); - if (con == 0 || errno == EINPROGRESS) - break; - -@@ -283,7 +283,7 @@ gnet_tcp_socket_new_async (const GInetAd - memcpy(&sa, &addr->sa, sizeof(sa)); - sa_in = (struct sockaddr_in *) &sa; - sa_in->sin_family = AF_INET; -- con = connect(s->sockfd, &sa, sizeof(s->sa)); -+ con = connect(s->sockfd, &sa, sizeof(sa)); - } - - /* Connect (but non-blocking!) */ diff --git a/audio/gnome-media/files/patch-configure b/audio/gnome-media/files/patch-configure deleted file mode 100644 index e2224d9308de..000000000000 --- a/audio/gnome-media/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Jun 1 17:42:05 2004 -+++ configure Tue Jun 1 18:38:15 2004 -@@ -24584,7 +24584,7 @@ - *FreeBSD*) - CDROM_HOST=bsd - CDROM_HOST_BSD=true -- default_cd_device="/dev/acd0c" -+ default_cd_device="/dev/%%CDROM%%" - ;; - *NetBSD*) - CDROM_HOST=bsd diff --git a/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c b/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c deleted file mode 100644 index 8d49db7bc871..000000000000 --- a/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c +++ /dev/null @@ -1,49 +0,0 @@ ---- gnome-cd/gst-cdparanoia-cdrom.c.orig Mon Apr 4 16:25:49 2005 -+++ gnome-cd/gst-cdparanoia-cdrom.c Mon Apr 4 16:26:14 2005 -@@ -1224,6 +1224,16 @@ - *status = NULL; - return FALSE; - } -+#else -+ if (ioctl (cdrom->fd, CDIOREADTOCHEADER, priv->tochdr) < 0) { -+ realstatus->cd = GNOME_CDROM_STATUS_NO_DISC; -+ realstatus->audio = GNOME_CDROM_AUDIO_NOTHING; -+ realstatus->track = -1; -+ -+ gst_cdparanoia_cdrom_close (lcd); -+ return TRUE; -+ } -+ realstatus->cd = GNOME_CDROM_STATUS_OK; - #endif - - gst_cdparanoia_cdrom_close (lcd); -@@ -1421,15 +1431,18 @@ - return FALSE; - } - -+#if !defined(__FreeBSD__) -+ /* XXX: One cannot send CDIOCCAPABILITY to an atapicam CD-ROM -+ * device. -+ */ -+ - fd = open (device, O_RDONLY | O_NONBLOCK); - if (fd < 0) { - return FALSE; - } - - /* Fire a harmless ioctl at the device. */ --#if defined(__FreeBSD__) -- if (ioctl (fd, CDIOCCAPABILITY, 0) < 0) { --#elif defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__NetBSD__) || defined(__OpenBSD__) - if (ioctl (fd, CDIOCGETVOL, 0) < 0) { - #else - if (ioctl (fd, CDROM_GET_CAPABILITY, 0) < 0) { -@@ -1441,6 +1454,7 @@ - } - - close (fd); -+#endif /* __FreeBSD__ */ - - return TRUE; - } diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b22584992ac..000000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index d4b0694c11e6..000000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,540 +0,0 @@ -bin/cddb-slave2-properties -bin/gnome-audio-profiles-properties -bin/gnome-cd -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -bin/vumeter -include/cddb-slave2/cddb-slave-client.h -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libcddb-slave2.a -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server -libdata/pkgconfig/gnome-media-profiles.pc -libexec/CDDBSlave2 -libexec/cddb-track-editor -share/gnome/applications/cddb-slave.desktop -share/gnome/applications/gnome-cd.desktop -share/gnome/applications/gnome-sound-recorder.desktop -share/gnome/applications/gnome-volume-control.desktop -share/gnome/applications/gstreamer-properties.desktop -share/gnome/applications/reclevel.desktop -share/gnome/applications/vumeter.desktop -share/gnome/gnome-media/glade/gnome-audio-profiles.glade2 -share/gnome/gnome-media/pixmaps/3dsound.png -share/gnome/gnome-media/pixmaps/chain-broken.png -share/gnome/gnome-media/pixmaps/chain.png -share/gnome/gnome-media/pixmaps/headphones.png -share/gnome/gnome-media/pixmaps/mixer.png -share/gnome/gnome-media/pixmaps/noplay.png -share/gnome/gnome-media/pixmaps/norecord.png -share/gnome/gnome-media/pixmaps/phone.png -share/gnome/gnome-media/pixmaps/play.png -share/gnome/gnome-media/pixmaps/record.png -share/gnome/gnome-media/pixmaps/tone.png -share/gnome/gnome-media/pixmaps/video.png -share/gnome/gnome-sound-recorder/ui/gsr.xml -share/gnome/gstreamer-properties/glade/gstreamer-properties.glade -share/gnome/gstreamer-properties/icons/gstreamer-properties.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/C/figures/cdplayer_window.png -share/gnome/help/gnome-cd/C/figures/eject_button.png -share/gnome/help/gnome-cd/C/figures/forward_button.png -share/gnome/help/gnome-cd/C/figures/next_button.png -share/gnome/help/gnome-cd/C/figures/pause_button.png -share/gnome/help/gnome-cd/C/figures/play_button.png -share/gnome/help/gnome-cd/C/figures/preferences_button.png -share/gnome/help/gnome-cd/C/figures/previous_button.png -share/gnome/help/gnome-cd/C/figures/rewind_button.png -share/gnome/help/gnome-cd/C/figures/stop_button.png -share/gnome/help/gnome-cd/C/gnome-cd.xml -share/gnome/help/gnome-cd/C/legal.xml -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/de/figures/cdplayer_window.png -share/gnome/help/gnome-cd/de/figures/eject_button.png -share/gnome/help/gnome-cd/de/figures/forward_button.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/de/figures/gnome-cd.png -share/gnome/help/gnome-cd/de/figures/next_button.png -share/gnome/help/gnome-cd/de/figures/pause_button.png -share/gnome/help/gnome-cd/de/figures/play_button.png -share/gnome/help/gnome-cd/de/figures/preferences_button.png -share/gnome/help/gnome-cd/de/figures/previous_button.png -share/gnome/help/gnome-cd/de/figures/rewind_button.png -share/gnome/help/gnome-cd/de/figures/stop_button.png -share/gnome/help/gnome-cd/de/gnome-cd.xml -share/gnome/help/gnome-cd/de/legal.xml -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/es/figures/cdplayer_window.png -share/gnome/help/gnome-cd/es/figures/eject_button.png -share/gnome/help/gnome-cd/es/figures/forward_button.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/es/figures/gnome-cd.png -share/gnome/help/gnome-cd/es/figures/next_button.png -share/gnome/help/gnome-cd/es/figures/pause_button.png -share/gnome/help/gnome-cd/es/figures/play_button.png -share/gnome/help/gnome-cd/es/figures/preferences_button.png -share/gnome/help/gnome-cd/es/figures/previous_button.png -share/gnome/help/gnome-cd/es/figures/rewind_button.png -share/gnome/help/gnome-cd/es/figures/stop_button.png -share/gnome/help/gnome-cd/es/gnome-cd.xml -share/gnome/help/gnome-cd/es/legal.xml -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png -share/gnome/help/gnome-cd/fr/figures/eject_button.png -share/gnome/help/gnome-cd/fr/figures/forward_button.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd.png -share/gnome/help/gnome-cd/fr/figures/next_button.png -share/gnome/help/gnome-cd/fr/figures/pause_button.png -share/gnome/help/gnome-cd/fr/figures/play_button.png -share/gnome/help/gnome-cd/fr/figures/preferences_button.png -share/gnome/help/gnome-cd/fr/figures/previous_button.png -share/gnome/help/gnome-cd/fr/figures/rewind_button.png -share/gnome/help/gnome-cd/fr/figures/stop_button.png -share/gnome/help/gnome-cd/fr/gnome-cd.xml -share/gnome/help/gnome-cd/fr/legal.xml -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/it/figures/cdplayer_window.png -share/gnome/help/gnome-cd/it/figures/eject_button.png -share/gnome/help/gnome-cd/it/figures/forward_button.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/it/figures/gnome-cd.png -share/gnome/help/gnome-cd/it/figures/next_button.png -share/gnome/help/gnome-cd/it/figures/pause_button.png -share/gnome/help/gnome-cd/it/figures/play_button.png -share/gnome/help/gnome-cd/it/figures/preferences_button.png -share/gnome/help/gnome-cd/it/figures/previous_button.png -share/gnome/help/gnome-cd/it/figures/rewind_button.png -share/gnome/help/gnome-cd/it/figures/stop_button.png -share/gnome/help/gnome-cd/it/gnome-cd.xml -share/gnome/help/gnome-cd/it/legal.xml -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ja/figures/eject_button.png -share/gnome/help/gnome-cd/ja/figures/forward_button.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd.png -share/gnome/help/gnome-cd/ja/figures/next_button.png -share/gnome/help/gnome-cd/ja/figures/pause_button.png -share/gnome/help/gnome-cd/ja/figures/play_button.png -share/gnome/help/gnome-cd/ja/figures/preferences_button.png -share/gnome/help/gnome-cd/ja/figures/previous_button.png -share/gnome/help/gnome-cd/ja/figures/rewind_button.png -share/gnome/help/gnome-cd/ja/figures/stop_button.png -share/gnome/help/gnome-cd/ja/gnome-cd.xml -share/gnome/help/gnome-cd/ja/legal.xml -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ko/figures/eject_button.png -share/gnome/help/gnome-cd/ko/figures/forward_button.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd.png -share/gnome/help/gnome-cd/ko/figures/next_button.png -share/gnome/help/gnome-cd/ko/figures/pause_button.png -share/gnome/help/gnome-cd/ko/figures/play_button.png -share/gnome/help/gnome-cd/ko/figures/preferences_button.png -share/gnome/help/gnome-cd/ko/figures/previous_button.png -share/gnome/help/gnome-cd/ko/figures/rewind_button.png -share/gnome/help/gnome-cd/ko/figures/stop_button.png -share/gnome/help/gnome-cd/ko/gnome-cd.xml -share/gnome/help/gnome-cd/ko/legal.xml -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png -share/gnome/help/gnome-cd/sv/figures/eject_button.png -share/gnome/help/gnome-cd/sv/figures/forward_button.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd.png -share/gnome/help/gnome-cd/sv/figures/next_button.png -share/gnome/help/gnome-cd/sv/figures/pause_button.png -share/gnome/help/gnome-cd/sv/figures/play_button.png -share/gnome/help/gnome-cd/sv/figures/preferences_button.png -share/gnome/help/gnome-cd/sv/figures/previous_button.png -share/gnome/help/gnome-cd/sv/figures/rewind_button.png -share/gnome/help/gnome-cd/sv/figures/stop_button.png -share/gnome/help/gnome-cd/sv/gnome-cd.xml -share/gnome/help/gnome-cd/sv/legal.xml -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png -share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_CN/figures/next_button.png -share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png -share/gnome/help/gnome-cd/zh_CN/figures/play_button.png -share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png -share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png -share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml -share/gnome/help/gnome-cd/zh_CN/legal.xml -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png -share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_TW/figures/next_button.png -share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png -share/gnome/help/gnome-cd/zh_TW/figures/play_button.png -share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png -share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png -share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml -share/gnome/help/gnome-cd/zh_TW/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/C/figures/gmix.png -share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/grecord/de/figures/grecord-prefs-path.png -share/gnome/help/grecord/de/figures/grecord-prefs-play.png -share/gnome/help/grecord/de/figures/grecord-prefs-rec.png -share/gnome/help/grecord/de/figures/grecord-prefs-sound.png -share/gnome/help/grecord/de/figures/grecord-prefs-ui.png -share/gnome/help/grecord/de/figures/grecord.png -share/gnome/help/grecord/de/figures/grecord_window.png -share/gnome/help/grecord/de/grecord.xml -share/gnome/help/grecord/de/legal.xml -share/gnome/help/grecord/es/figures/grecord-prefs-path.png -share/gnome/help/grecord/es/figures/grecord-prefs-play.png -share/gnome/help/grecord/es/figures/grecord-prefs-rec.png -share/gnome/help/grecord/es/figures/grecord-prefs-sound.png -share/gnome/help/grecord/es/figures/grecord-prefs-ui.png -share/gnome/help/grecord/es/figures/grecord.png -share/gnome/help/grecord/es/figures/grecord_window.png -share/gnome/help/grecord/es/grecord.xml -share/gnome/help/grecord/es/legal.xml -share/gnome/help/grecord/fr/figures/grecord-prefs-path.png -share/gnome/help/grecord/fr/figures/grecord-prefs-play.png -share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png -share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png -share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png -share/gnome/help/grecord/fr/figures/grecord.png -share/gnome/help/grecord/fr/figures/grecord_window.png -share/gnome/help/grecord/fr/grecord.xml -share/gnome/help/grecord/fr/legal.xml -share/gnome/help/grecord/it/figures/grecord-prefs-path.png -share/gnome/help/grecord/it/figures/grecord-prefs-play.png -share/gnome/help/grecord/it/figures/grecord-prefs-rec.png -share/gnome/help/grecord/it/figures/grecord-prefs-sound.png -share/gnome/help/grecord/it/figures/grecord-prefs-ui.png -share/gnome/help/grecord/it/figures/grecord.png -share/gnome/help/grecord/it/figures/grecord_window.png -share/gnome/help/grecord/it/grecord.xml -share/gnome/help/grecord/it/legal.xml -share/gnome/help/grecord/ja/figures/grecord-prefs-path.png -share/gnome/help/grecord/ja/figures/grecord-prefs-play.png -share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ja/figures/grecord.png -share/gnome/help/grecord/ja/figures/grecord_window.png -share/gnome/help/grecord/ja/grecord.xml -share/gnome/help/grecord/ja/legal.xml -share/gnome/help/grecord/ko/figures/grecord-prefs-path.png -share/gnome/help/grecord/ko/figures/grecord-prefs-play.png -share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ko/figures/grecord.png -share/gnome/help/grecord/ko/figures/grecord_window.png -share/gnome/help/grecord/ko/grecord.xml -share/gnome/help/grecord/ko/legal.xml -share/gnome/help/grecord/sv/figures/grecord-prefs-path.png -share/gnome/help/grecord/sv/figures/grecord-prefs-play.png -share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png -share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png -share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png -share/gnome/help/grecord/sv/figures/grecord.png -share/gnome/help/grecord/sv/figures/grecord_window.png -share/gnome/help/grecord/sv/grecord.xml -share/gnome/help/grecord/sv/legal.xml -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_CN/figures/grecord.png -share/gnome/help/grecord/zh_CN/figures/grecord_window.png -share/gnome/help/grecord/zh_CN/grecord.xml -share/gnome/help/grecord/zh_CN/legal.xml -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_TW/figures/grecord.png -share/gnome/help/grecord/zh_TW/figures/grecord_window.png -share/gnome/help/grecord/zh_TW/grecord.xml -share/gnome/help/grecord/zh_TW/legal.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/idl/GNOME_Media_CDDBSlave2.idl -share/gnome/omf/gnome-media/gnome-cd-C.omf -share/gnome/omf/gnome-media/gnome-cd-de.omf -share/gnome/omf/gnome-media/gnome-cd-es.omf -share/gnome/omf/gnome-media/gnome-cd-fr.omf -share/gnome/omf/gnome-media/gnome-cd-it.omf -share/gnome/omf/gnome-media/gnome-cd-ja.omf -share/gnome/omf/gnome-media/gnome-cd-ko.omf -share/gnome/omf/gnome-media/gnome-cd-sv.omf -share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf -share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf -share/gnome/omf/gnome-media/gnome-volume-control-C.omf -share/gnome/omf/gnome-media/grecord-C.omf -share/gnome/omf/gnome-media/grecord-de.omf -share/gnome/omf/gnome-media/grecord-es.omf -share/gnome/omf/gnome-media/grecord-fr.omf -share/gnome/omf/gnome-media/grecord-it.omf -share/gnome/omf/gnome-media/grecord-ja.omf -share/gnome/omf/gnome-media/grecord-ko.omf -share/gnome/omf/gnome-media/grecord-sv.omf -share/gnome/omf/gnome-media/grecord-zh_CN.omf -share/gnome/omf/gnome-media/grecord-zh_TW.omf -share/gnome/omf/gnome-media/gstreamer-properties-C.omf -share/gnome/pixmaps/gnome-cd.png -share/gnome/pixmaps/gnome-cd/cd.png -share/gnome/pixmaps/gnome-cd/disc.png -share/gnome/pixmaps/gnome-cd/media-eject.png -share/gnome/pixmaps/gnome-cd/media-ffwd.png -share/gnome/pixmaps/gnome-cd/media-next.png -share/gnome/pixmaps/gnome-cd/media-pause.png -share/gnome/pixmaps/gnome-cd/media-play.png -share/gnome/pixmaps/gnome-cd/media-prev.png -share/gnome/pixmaps/gnome-cd/media-record.png -share/gnome/pixmaps/gnome-cd/media-rewind.png -share/gnome/pixmaps/gnome-cd/media-stop.png -share/gnome/pixmaps/gnome-cd/once.png -share/gnome/pixmaps/gnome-cd/repeat.png -share/gnome/pixmaps/gnome-cd/themes/None/None.theme -share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom.png -share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png -share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png -share/gnome/pixmaps/gnome-cd/themes/None/media-next.png -share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png -share/gnome/pixmaps/gnome-cd/themes/None/media-play.png -share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png -share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png -share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/None/middle.png -share/gnome/pixmaps/gnome-cd/themes/None/top-left.png -share/gnome/pixmaps/gnome-cd/themes/None/top-right.png -share/gnome/pixmaps/gnome-cd/themes/None/top.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom.png -share/gnome/pixmaps/gnome-cd/themes/media/media.theme -share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/media/middle.png -share/gnome/pixmaps/gnome-cd/themes/media/top-left.png -share/gnome/pixmaps/gnome-cd/themes/media/top-right.png -share/gnome/pixmaps/gnome-cd/themes/media/top.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png -share/gnome/pixmaps/gnome-cd/track.png -share/gnome/pixmaps/gnome-grecord.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-record.png -share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png -share/gnome/pixmaps/gnome-mixer.png -share/gnome/pixmaps/gnome-reclevel.png -share/gnome/pixmaps/gnome-vumeter.png -share/gnome/pixmaps/gstreamer-properties.png -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/no/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -@dirrm share/gnome/pixmaps/gnome-media/gnome-sound-recorder -@dirrm share/gnome/pixmaps/gnome-media -@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/media -@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/None -@dirrm share/gnome/pixmaps/gnome-cd/themes -@dirrm share/gnome/pixmaps/gnome-cd -@dirrm share/gnome/omf/gnome-media -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/grecord/zh_TW/figures -@dirrm share/gnome/help/grecord/zh_TW -@dirrm share/gnome/help/grecord/zh_CN/figures -@dirrm share/gnome/help/grecord/zh_CN -@dirrm share/gnome/help/grecord/sv/figures -@dirrm share/gnome/help/grecord/sv -@dirrm share/gnome/help/grecord/ko/figures -@dirrm share/gnome/help/grecord/ko -@dirrm share/gnome/help/grecord/ja/figures -@dirrm share/gnome/help/grecord/ja -@dirrm share/gnome/help/grecord/it/figures -@dirrm share/gnome/help/grecord/it -@dirrm share/gnome/help/grecord/fr/figures -@dirrm share/gnome/help/grecord/fr -@dirrm share/gnome/help/grecord/es/figures -@dirrm share/gnome/help/grecord/es -@dirrm share/gnome/help/grecord/de/figures -@dirrm share/gnome/help/grecord/de -@dirrm share/gnome/help/grecord -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-cd/zh_TW/figures -@dirrm share/gnome/help/gnome-cd/zh_TW -@dirrm share/gnome/help/gnome-cd/zh_CN/figures -@dirrm share/gnome/help/gnome-cd/zh_CN -@dirrm share/gnome/help/gnome-cd/sv/figures -@dirrm share/gnome/help/gnome-cd/sv -@dirrm share/gnome/help/gnome-cd/ko/figures -@dirrm share/gnome/help/gnome-cd/ko -@dirrm share/gnome/help/gnome-cd/ja/figures -@dirrm share/gnome/help/gnome-cd/ja -@dirrm share/gnome/help/gnome-cd/it/figures -@dirrm share/gnome/help/gnome-cd/it -@dirrm share/gnome/help/gnome-cd/fr/figures -@dirrm share/gnome/help/gnome-cd/fr -@dirrm share/gnome/help/gnome-cd/es/figures -@dirrm share/gnome/help/gnome-cd/es -@dirrm share/gnome/help/gnome-cd/de/figures -@dirrm share/gnome/help/gnome-cd/de -@dirrm share/gnome/help/gnome-cd/C/figures -@dirrm share/gnome/help/gnome-cd/C -@dirrm share/gnome/help/gnome-cd -@dirrm share/gnome/gstreamer-properties/icons -@dirrm share/gnome/gstreamer-properties/glade -@dirrm share/gnome/gstreamer-properties -@dirrm share/gnome/gnome-sound-recorder/ui -@dirrm share/gnome/gnome-sound-recorder -@dirrm share/gnome/gnome-media/pixmaps -@dirrm share/gnome/gnome-media/glade -@dirrm share/gnome/gnome-media -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrm include/cddb-slave2 diff --git a/audio/gstreamer-plugins-a52dec80/Makefile b/audio/gstreamer-plugins-a52dec80/Makefile deleted file mode 100644 index ccd726bbfef8..000000000000 --- a/audio/gstreamer-plugins-a52dec80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-faac -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin - -GST_PLUGIN= a52dec - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-artsd80/Makefile b/audio/gstreamer-plugins-artsd80/Makefile deleted file mode 100644 index 253c9b2b155c..000000000000 --- a/audio/gstreamer-plugins-artsd80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-artsd -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer kde audio system plugin - -GST_PLUGIN= artsd - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-audiofile80/Makefile b/audio/gstreamer-plugins-audiofile80/Makefile deleted file mode 100644 index c0b205a6b78f..000000000000 --- a/audio/gstreamer-plugins-audiofile80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-audiofile -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer SGI audio file plugin - -GST_PLUGIN= audiofile - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-cdaudio80/Makefile b/audio/gstreamer-plugins-cdaudio80/Makefile deleted file mode 100644 index bed8a12956c3..000000000000 --- a/audio/gstreamer-plugins-cdaudio80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdaudio -# Date created: 17 Dec 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer audio cd playing plugin - -GST_PLUGIN= cdaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-cdparanoia80/Makefile b/audio/gstreamer-plugins-cdparanoia80/Makefile deleted file mode 100644 index 3327f70930e0..000000000000 --- a/audio/gstreamer-plugins-cdparanoia80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdparanoia -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin - -GST_PLUGIN= cdparanoia - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-esound80/Makefile b/audio/gstreamer-plugins-esound80/Makefile deleted file mode 100644 index 591c6e0250d7..000000000000 --- a/audio/gstreamer-plugins-esound80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-esd -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer enlightenment sound library plugin - -GST_PLUGIN= esound - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-faac80/Makefile b/audio/gstreamer-plugins-faac80/Makefile deleted file mode 100644 index 1cd3027acf2b..000000000000 --- a/audio/gstreamer-plugins-faac80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-faac -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin - -GST_PLUGIN= faac - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-faad80/Makefile b/audio/gstreamer-plugins-faad80/Makefile deleted file mode 100644 index cf29a1d52fde..000000000000 --- a/audio/gstreamer-plugins-faad80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-faad -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer MPEG-2 and MPEG-4 ACC decoder plugin - -GST_PLUGIN= faad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-flac80/Makefile b/audio/gstreamer-plugins-flac80/Makefile deleted file mode 100644 index f7e86b3f19d8..000000000000 --- a/audio/gstreamer-plugins-flac80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-flac -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer free lossless audio encoder/decoder plugin - -GST_PLUGIN= flac - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-gsm80/Makefile b/audio/gstreamer-plugins-gsm80/Makefile deleted file mode 100644 index 9e830feb1dc9..000000000000 --- a/audio/gstreamer-plugins-gsm80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gsm -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer gsm encoding/decoding plugin - -GST_PLUGIN= gsm - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-ivorbis80/Makefile b/audio/gstreamer-plugins-ivorbis80/Makefile deleted file mode 100644 index 06dc5c879cfd..000000000000 --- a/audio/gstreamer-plugins-ivorbis80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-ivorbis -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin - -GST_PLUGIN= ivorbis - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-jack80/Makefile b/audio/gstreamer-plugins-jack80/Makefile deleted file mode 100644 index 959ac287a1bb..000000000000 --- a/audio/gstreamer-plugins-jack80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-jack -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer low-latency audio server plugin - -GST_PLUGIN= jack - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-ladspa80/Makefile b/audio/gstreamer-plugins-ladspa80/Makefile deleted file mode 100644 index be29246a0db1..000000000000 --- a/audio/gstreamer-plugins-ladspa80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-ladspa -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin - -GST_PLUGIN= ladspa - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-lame80/Makefile b/audio/gstreamer-plugins-lame80/Makefile deleted file mode 100644 index db266a62a352..000000000000 --- a/audio/gstreamer-plugins-lame80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-lame -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer mp3 encode plugin - -GST_PLUGIN= lame - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-mad80/Makefile b/audio/gstreamer-plugins-mad80/Makefile deleted file mode 100644 index 497747bf08ad..000000000000 --- a/audio/gstreamer-plugins-mad80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mad -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer mp3 decoder plugin - -GST_PLUGIN= mad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-mikmod80/Makefile b/audio/gstreamer-plugins-mikmod80/Makefile deleted file mode 100644 index 59669433aad1..000000000000 --- a/audio/gstreamer-plugins-mikmod80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mikmod -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer mikmod sound plugin - -GST_PLUGIN= mikmod - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musepack80/Makefile b/audio/gstreamer-plugins-musepack80/Makefile deleted file mode 100644 index a136d83af22a..000000000000 --- a/audio/gstreamer-plugins-musepack80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-musepack -# Date created: 4 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer musepack mpc encoder/decoder plugin - -GST_PLUGIN= musepack - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musicbrainz80/Makefile b/audio/gstreamer-plugins-musicbrainz80/Makefile deleted file mode 100644 index 5e5e50d4145e..000000000000 --- a/audio/gstreamer-plugins-musicbrainz80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-musicbrainz -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer CD index/audio metadata plugin - -GST_PLUGIN= musicbrainz - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-nas80/Makefile b/audio/gstreamer-plugins-nas80/Makefile deleted file mode 100644 index cd1f2e6d7829..000000000000 --- a/audio/gstreamer-plugins-nas80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-nas -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= GStreamer NAS (Network Audio System) plugin - -GST_PLUGIN= nas - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-ogg80/Makefile b/audio/gstreamer-plugins-ogg80/Makefile deleted file mode 100644 index 743ac2781296..000000000000 --- a/audio/gstreamer-plugins-ogg80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-ogg -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer Ogg bitstream plugin - -GST_PLUGIN= ogg - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-polyp/Makefile b/audio/gstreamer-plugins-polyp/Makefile deleted file mode 100644 index 654f009f82e5..000000000000 --- a/audio/gstreamer-plugins-polyp/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-polypaudio -# Date created: 8 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer polypaudio sound server plugin - -GST_PLUGIN= polypaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile deleted file mode 100644 index 654f009f82e5..000000000000 --- a/audio/gstreamer-plugins-polyp80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-polypaudio -# Date created: 8 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer polypaudio sound server plugin - -GST_PLUGIN= polypaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-shout280/Makefile b/audio/gstreamer-plugins-shout280/Makefile deleted file mode 100644 index 93e99c62b4aa..000000000000 --- a/audio/gstreamer-plugins-shout280/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-shout2 -# Date created: 16 Mar 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer icecast plugin - -GST_PLUGIN= shout2 - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-shout80/Makefile b/audio/gstreamer-plugins-shout80/Makefile deleted file mode 100644 index 8c9aa2f40190..000000000000 --- a/audio/gstreamer-plugins-shout80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-shout -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer icecast plugin - -GST_PLUGIN= shout - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-sidplay80/Makefile b/audio/gstreamer-plugins-sidplay80/Makefile deleted file mode 100644 index 0740d5f5332d..000000000000 --- a/audio/gstreamer-plugins-sidplay80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-sidplay -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer Commodore SID decoder plugin - -GST_PLUGIN= sidplay - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-smoothwave80/Makefile b/audio/gstreamer-plugins-smoothwave80/Makefile deleted file mode 100644 index baf393cfc4c7..000000000000 --- a/audio/gstreamer-plugins-smoothwave80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-smoothwave -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer visualisation plugin - -GST_PLUGIN= smoothwave - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-sndfile80/Makefile b/audio/gstreamer-plugins-sndfile80/Makefile deleted file mode 100644 index e07dea1fbcea..000000000000 --- a/audio/gstreamer-plugins-sndfile80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-sndfile -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer sndfile plugin - -GST_PLUGIN= sndfile - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-speex80/Makefile b/audio/gstreamer-plugins-speex80/Makefile deleted file mode 100644 index e7a9302017ee..000000000000 --- a/audio/gstreamer-plugins-speex80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-speex -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer speex voice plugin - -GST_PLUGIN= speex - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-vorbis80/Makefile b/audio/gstreamer-plugins-vorbis80/Makefile deleted file mode 100644 index c8589f8050cf..000000000000 --- a/audio/gstreamer-plugins-vorbis80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-vorbis -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer vorbis encoder/decoder plugin - -GST_PLUGIN= vorbis - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-wavpack80/Makefile b/audio/gstreamer-plugins-wavpack80/Makefile deleted file mode 100644 index 2d41ba2ffa64..000000000000 --- a/audio/gstreamer-plugins-wavpack80/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-wavpack -# Date created: 5 July 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -GST_PLUGIN= wavpack - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/liba52-devel/Makefile b/audio/liba52-devel/Makefile deleted file mode 100644 index 2bf124e8cb99..000000000000 --- a/audio/liba52-devel/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: liba52 -# Date created: Tue Oct 16 10:43:56 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liba52 -PORTVERSION= 0.7.4 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://liba52.sourceforge.net/files/ -DISTNAME= a52dec-${PORTVERSION:S/.b/b/} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3 - -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-oss --enable-shared -USE_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes - -.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft -RUN_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft - -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-djbfft -.endif - -MAN1= a52dec.1 extract_a52.1 - -HEADER_FILES= liba52/a52_internal.h - -pre-everything:: -.ifndef(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} ">>>" - @${ECHO_MSG} ">>> You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS." - @${ECHO_MSG} ">>> For example, 'make WITH_OPTIMIZED_CFLAGS=yes'" - @${ECHO_MSG} ">>>" -.endif -.ifndef(WITHOUT_DJBFFT) - @${ECHO_MSG} '>>>' - @${ECHO_MSG} '>>> You can disable djbfft optimized FFT routines by defining WITHOUT_DJBFFT.' - @${ECHO_MSG} ">>> For example, 'make WITHOUT_DJBFFT=yes'" - @${ECHO_MSG} '>>>' -.endif - -post-patch: -.ifndef(WITH_OPTIMIZED_CFLAGS) - @${REINPLACE_CMD} -E -e 's!-O3!${CFLAGS}!' -e 's!-mcpu=[^"]+"!"!' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif -.ifndef(WITHOUT_DJBFFT) - @${REINPLACE_CMD} -E -e 's|(fftc4.h)|djbfft/\1|' ${WRKSRC}/liba52/imdct.c -.endif - -post-configure: - @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/liba52.txt ${DOCSDIR} -.endif -.for file in ${HEADER_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/a52dec -.endfor - -.include <bsd.port.mk> diff --git a/audio/liba52-devel/distinfo b/audio/liba52-devel/distinfo deleted file mode 100644 index 1df915b44fa8..000000000000 --- a/audio/liba52-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (a52dec-0.7.4.tar.gz) = caa9f5bc44232dc8aeea773fea56be80 -SIZE (a52dec-0.7.4.tar.gz) = 241507 diff --git a/audio/liba52-devel/pkg-descr b/audio/liba52-devel/pkg-descr deleted file mode 100644 index 10e66340e5da..000000000000 --- a/audio/liba52-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ from developer's site ] -It is a free library for decoding ATSC A/52 streams, aka AC-3. The -A/52 standard is used in a variety of applications, e.g., digital -television and DVD. The main goals in liba52 development are: - -Portability - most of the code is written in C, and when we use -platform-specific optimizations we always have a generic C routine -to fall back on. - -Reuseability - we do not want liba52 to include any project-specific -code, but it should still include enough features to be used by -very diverse projects. - -Precision - We are trying to implement all of the A/52 standard, -and to have a very precise output by doing all the calculations in -floating point. We have a test suite that detects any deviation in -the output when compared to previous versions. We do not have access -to official A/52 test vectors though, so we have to use our judgement -to ensure that such deviations are only introduced when we fix bugs! - -Speed - liba52 is really fast, on any modern PC it should take only -a few percent of CPU time. - -WWW: http://liba52.sourceforge.net/ diff --git a/audio/liba52-devel/pkg-plist b/audio/liba52-devel/pkg-plist deleted file mode 100644 index c03996cc1c6f..000000000000 --- a/audio/liba52-devel/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/a52dec -bin/extract_a52 -include/a52dec/a52.h -include/a52dec/a52_internal.h -include/a52dec/attributes.h -include/a52dec/audio_out.h -include/a52dec/mm_accel.h -lib/liba52.so.0 -lib/liba52.so -lib/liba52.la -lib/liba52.a -%%PORTDOCS%%%%DOCSDIR%%/liba52.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/a52dec diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile deleted file mode 100644 index 927ddf29799a..000000000000 --- a/audio/libmusicbrainz3/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz3/distinfo b/audio/libmusicbrainz3/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz3/files/patch-examples_getalbum.c b/audio/libmusicbrainz3/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz3/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz3/files/patch-ltmain.sh b/audio/libmusicbrainz3/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz3/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz3/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz3/pkg-descr b/audio/libmusicbrainz3/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz3/pkg-plist b/audio/libmusicbrainz3/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz3/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile deleted file mode 100644 index 927ddf29799a..000000000000 --- a/audio/libmusicbrainz4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz4/distinfo b/audio/libmusicbrainz4/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz4/files/patch-examples_getalbum.c b/audio/libmusicbrainz4/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz4/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz4/files/patch-ltmain.sh b/audio/libmusicbrainz4/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz4/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz4/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz4/pkg-descr b/audio/libmusicbrainz4/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz4/pkg-plist b/audio/libmusicbrainz4/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz4/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile deleted file mode 100644 index 927ddf29799a..000000000000 --- a/audio/libmusicbrainz5/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: musicbrainz -# Date Created: 26 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= libmusicbrainz -PORTVERSION= 2.1.1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2nd generation incarnation of the CD Index - audio metadata - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -CONFLICTS= musicbrainz-* - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/libmusicbrainz5/distinfo b/audio/libmusicbrainz5/distinfo deleted file mode 100644 index 347a231cffc3..000000000000 --- a/audio/libmusicbrainz5/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmusicbrainz-2.1.1.tar.gz) = 4f753d93a85cf413e00f1394b8cbd269 -SIZE (libmusicbrainz-2.1.1.tar.gz) = 528162 diff --git a/audio/libmusicbrainz5/files/patch-examples_getalbum.c b/audio/libmusicbrainz5/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz5/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date diff --git a/audio/libmusicbrainz5/files/patch-ltmain.sh b/audio/libmusicbrainz5/files/patch-ltmain.sh deleted file mode 100644 index 285ecfe5d590..000000000000 --- a/audio/libmusicbrainz5/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Thu Aug 23 07:47:42 2001 -+++ ltmain.sh Tue Dec 11 22:07:52 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp b/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp deleted file mode 100644 index cd0e810a8cc0..000000000000 --- a/audio/libmusicbrainz5/files/patch-mb_freebsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 -+++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 -@@ -34,6 +34,8 @@ - #include <fcntl.h> - #include <assert.h> - -+#include <netinet/in.h> -+ - #include "mb.h" - #include "diskid.h" - #include "config.h" diff --git a/audio/libmusicbrainz5/pkg-descr b/audio/libmusicbrainz5/pkg-descr deleted file mode 100644 index dfcf673c8cd0..000000000000 --- a/audio/libmusicbrainz5/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/audio/libmusicbrainz5/pkg-plist b/audio/libmusicbrainz5/pkg-plist deleted file mode 100644 index 06e7e89f4b3d..000000000000 --- a/audio/libmusicbrainz5/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/musicbrainz/browser.h -include/musicbrainz/errors.h -include/musicbrainz/mb_c.h -include/musicbrainz/musicbrainz.h -include/musicbrainz/queries.h -lib/libmusicbrainz.a -lib/libmusicbrainz.so -lib/libmusicbrainz.so.4 -libdata/pkgconfig/libmusicbrainz.pc -@dirrm include/musicbrainz diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile deleted file mode 100644 index f46f92b62006..000000000000 --- a/audio/libtunepimp-old/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: tunepimp -# Date Created: 11 Aug 2004 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= libtunepimp -PORTVERSION= 0.3.0 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= lauri@kde.org -COMMENT= Client library for musicbrainz - -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - FLAC:${PORTSDIR}/audio/flac \ - mad:${PORTSDIR}/audio/libmad \ - ogg:${PORTSDIR}/audio/libogg \ - expat:${PORTSDIR}/textproc/expat2 \ - musicbrainz:${PORTSDIR}/audio/libmusicbrainz - -CONFLICTS= trm-0* -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-lthr|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/lib/threads/posix/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/libtunepimp-old/distinfo b/audio/libtunepimp-old/distinfo deleted file mode 100644 index d4bd94ea614d..000000000000 --- a/audio/libtunepimp-old/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libtunepimp-0.3.0.tar.gz) = f1f506914150c4917ec730f847ad4709 -SIZE (libtunepimp-0.3.0.tar.gz) = 524889 diff --git a/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp b/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp deleted file mode 100644 index 411d7bcefaf9..000000000000 --- a/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/mp3_trm.cpp.orig Sat Aug 14 23:35:41 2004 -+++ lib/mp3_trm.cpp Sat Aug 14 23:35:55 2004 -@@ -82,6 +82,7 @@ - #ifdef WIN32 - #include <winsock.h> - #else -+#include <sys/types.h> - #include <netinet/in.h> - #endif - diff --git a/audio/libtunepimp-old/pkg-descr b/audio/libtunepimp-old/pkg-descr deleted file mode 100644 index 24a4b73e968f..000000000000 --- a/audio/libtunepimp-old/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Tunepimp is a client library for MusicBrainz - -MusicBrainz is the second generation incarnation of the CD Index. -This server is designed to enable Audio CD and MP3/Vorbis players -to download metadata about the music they are playing. All of the -data collected on the Musicbrainz server is made available to the -public under the OpenContent license. - -WWW: http://www.musicbrainz.org/ diff --git a/audio/libtunepimp-old/pkg-plist b/audio/libtunepimp-old/pkg-plist deleted file mode 100644 index 950bc6aa8465..000000000000 --- a/audio/libtunepimp-old/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/tp_tagger -bin/trm -include/tunepimp/context.h -include/tunepimp/defs.h -include/tunepimp/tp_c.h -include/tunepimp/track.h -include/tunepimp/tunepimp.h -lib/libtunepimp.a -lib/libtunepimp.so -lib/libtunepimp.so.2 -@dirrm include/tunepimp diff --git a/audio/linux-f10-arts/Makefile b/audio/linux-f10-arts/Makefile deleted file mode 100644 index 09fe988d6318..000000000000 --- a/audio/linux-f10-arts/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -PORTVERSION= 1.0.3 -PORTREVISION= 3 -CATEGORIES= audio kde linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= bms@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.mk> diff --git a/audio/linux-f10-arts/distinfo.i386 b/audio/linux-f10-arts/distinfo.i386 deleted file mode 100644 index 1534672dfef0..000000000000 --- a/audio/linux-f10-arts/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/arts-1.0.3-1.i386.rpm) = aec8597590890d348a1cad80d91885e9 -SIZE (rpm/arts-1.0.3-1.i386.rpm) = 1190339 diff --git a/audio/linux-f10-arts/pkg-descr b/audio/linux-f10-arts/pkg-descr deleted file mode 100644 index 4a0a599f0e89..000000000000 --- a/audio/linux-f10-arts/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Red Hat Linux 8.0 shipping version of the arts library. - -The principle of arts is to create/process sound using small modules which do -certain tasks. These may be create a waveform (oscillators), play samples, -filter data, add signals, perform effects like delay/flanger/chorus, or -output the data to the soundcard. - -By connecting all those small modules together, you can perform complex -tasks like simulating a mixer, generating an instrument or things like -playing a wave file with some effects. - -WWW: http://www.kde.org/ diff --git a/audio/linux-f10-arts/pkg-plist.i386 b/audio/linux-f10-arts/pkg-plist.i386 deleted file mode 100644 index 33655a2cc0a5..000000000000 --- a/audio/linux-f10-arts/pkg-plist.i386 +++ /dev/null @@ -1,92 +0,0 @@ -usr/bin/artscat -usr/bin/artsd -usr/bin/artsdsp -usr/bin/artsplay -usr/bin/artsrec -usr/bin/artsshell -usr/bin/artswrapper -usr/lib/libartsc.la -usr/lib/libartsc.so -usr/lib/libartsc.so.0 -usr/lib/libartsc.so.0.0.0 -usr/lib/libartscbackend.la -usr/lib/libartscbackend.so -usr/lib/libartscbackend.so.0 -usr/lib/libartscbackend.so.0.0.0 -usr/lib/libartsdsp.la -usr/lib/libartsdsp.so -usr/lib/libartsdsp.so.0 -usr/lib/libartsdsp.so.0.0.0 -usr/lib/libartsdsp_st.la -usr/lib/libartsdsp_st.so -usr/lib/libartsdsp_st.so.0 -usr/lib/libartsdsp_st.so.0.0.0 -usr/lib/libartsflow.la -usr/lib/libartsflow.so -usr/lib/libartsflow.so.1 -usr/lib/libartsflow.so.1.0.0 -usr/lib/libartsflow_idl.la -usr/lib/libartsflow_idl.so -usr/lib/libartsflow_idl.so.1 -usr/lib/libartsflow_idl.so.1.0.0 -usr/lib/libartswavplayobject.la -usr/lib/libartswavplayobject.so -usr/lib/libartswavplayobject.so.0 -usr/lib/libartswavplayobject.so.0.0.0 -usr/lib/libgmcop.la -usr/lib/libgmcop.so -usr/lib/libgmcop.so.1 -usr/lib/libgmcop.so.1.0.0 -usr/lib/libkmedia2.la -usr/lib/libkmedia2.so -usr/lib/libkmedia2.so.1 -usr/lib/libkmedia2.so.1.0.0 -usr/lib/libkmedia2_idl.la -usr/lib/libkmedia2_idl.so -usr/lib/libkmedia2_idl.so.1 -usr/lib/libkmedia2_idl.so.1.0.0 -usr/lib/libmcop.la -usr/lib/libmcop.so -usr/lib/libmcop.so.1 -usr/lib/libmcop.so.1.0.0 -usr/lib/libmcop_mt.la -usr/lib/libmcop_mt.so -usr/lib/libmcop_mt.so.1 -usr/lib/libmcop_mt.so.1.0.0 -usr/lib/libqtmcop.la -usr/lib/libqtmcop.so -usr/lib/libqtmcop.so.1 -usr/lib/libqtmcop.so.1.0.0 -usr/lib/libsoundserver_idl.la -usr/lib/libsoundserver_idl.so -usr/lib/libsoundserver_idl.so.1 -usr/lib/libsoundserver_idl.so.1.0.0 -usr/lib/libx11globalcomm.la -usr/lib/libx11globalcomm.so -usr/lib/libx11globalcomm.so.1 -usr/lib/libx11globalcomm.so.1.0.0 -usr/lib/mcop/Arts/FileInputStream.mcopclass -usr/lib/mcop/Arts/Synth_ADD.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass -usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass -usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass -usr/lib/mcop/Arts/Synth_MUL.mcopclass -usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass -usr/lib/mcop/Arts/Synth_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass -usr/lib/mcop/Arts/Synth_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass -usr/lib/mcop/Arts/WavPlayObject.mcopclass -usr/lib/mcop/Arts/X11GlobalComm.mcopclass -@dirrm usr/lib/mcop/Arts -usr/lib/mcop/artsflow.mcopclass -usr/lib/mcop/artsflow.mcoptype -usr/lib/mcop/kmedia2.mcopclass -usr/lib/mcop/kmedia2.mcoptype -usr/lib/mcop/soundserver.mcopclass -usr/lib/mcop/soundserver.mcoptype -usr/lib/mcop/x11globalcomm.mcopclass -usr/lib/mcop/x11globalcomm.mcoptype -@dirrm usr/lib/mcop diff --git a/audio/linux-f10-esound/Makefile b/audio/linux-f10-esound/Makefile deleted file mode 100644 index 9897ca985c97..000000000000 --- a/audio/linux-f10-esound/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: linux-esound -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= esound -CATEGORIES= audio linux -PORTVERSION= 0.2.22 -PORTREVISION= 4 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" - diff --git a/audio/linux-f10-esound/distinfo.alpha b/audio/linux-f10-esound/distinfo.alpha deleted file mode 100644 index a3bda61a9bfd..000000000000 --- a/audio/linux-f10-esound/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.alpha.rpm) = 94411e58472dbb01383a8c7784b9b4bd -SIZE (rpm/esound-0.2.22-1.alpha.rpm) = 129522 diff --git a/audio/linux-f10-esound/distinfo.i386 b/audio/linux-f10-esound/distinfo.i386 deleted file mode 100644 index 1c94076baffe..000000000000 --- a/audio/linux-f10-esound/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.i386.rpm) = c8395daab28f33d7a59ed18e484fbcc9 -SIZE (rpm/esound-0.2.22-1.i386.rpm) = 119299 diff --git a/audio/linux-f10-esound/pkg-descr b/audio/linux-f10-esound/pkg-descr deleted file mode 100644 index c8b9af439bfb..000000000000 --- a/audio/linux-f10-esound/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for esound rpm. diff --git a/audio/linux-f10-esound/pkg-plist.alpha b/audio/linux-f10-esound/pkg-plist.alpha deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f10-esound/pkg-plist.alpha +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f10-esound/pkg-plist.i386 b/audio/linux-f10-esound/pkg-plist.i386 deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f10-esound/pkg-plist.i386 +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f10-libaudiofile/Makefile b/audio/linux-f10-libaudiofile/Makefile deleted file mode 100644 index c2cfa44a1953..000000000000 --- a/audio/linux-f10-libaudiofile/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.1.11 -PORTREVISION= 5 -CATEGORIES= audio linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of audiofile - -RPM_SET= audiofile-${PORTVERSION}-1.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f10-libaudiofile/distinfo.alpha b/audio/linux-f10-libaudiofile/distinfo.alpha deleted file mode 100644 index f9522b40aba4..000000000000 --- a/audio/linux-f10-libaudiofile/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.alpha.rpm) = 852a9656ac61aec99c7a7936b0249a9d -SIZE (rpm/audiofile-0.1.11-1.alpha.rpm) = 166874 diff --git a/audio/linux-f10-libaudiofile/distinfo.i386 b/audio/linux-f10-libaudiofile/distinfo.i386 deleted file mode 100644 index 3a83924b1682..000000000000 --- a/audio/linux-f10-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.i386.rpm) = fb589f91458fd3d2b343bbed19919fd3 -SIZE (rpm/audiofile-0.1.11-1.i386.rpm) = 104687 diff --git a/audio/linux-f10-libaudiofile/pkg-descr b/audio/linux-f10-libaudiofile/pkg-descr deleted file mode 100644 index 984b57f9b57a..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for audiofile rpm. diff --git a/audio/linux-f10-libaudiofile/pkg-plist.alpha b/audio/linux-f10-libaudiofile/pkg-plist.alpha deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-plist.alpha +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f10-libaudiofile/pkg-plist.i386 b/audio/linux-f10-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f10-libaudiofile/pkg-plist.i386 +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f8-arts/Makefile b/audio/linux-f8-arts/Makefile deleted file mode 100644 index 09fe988d6318..000000000000 --- a/audio/linux-f8-arts/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -PORTVERSION= 1.0.3 -PORTREVISION= 3 -CATEGORIES= audio kde linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= bms@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.mk> diff --git a/audio/linux-f8-arts/distinfo.i386 b/audio/linux-f8-arts/distinfo.i386 deleted file mode 100644 index 1534672dfef0..000000000000 --- a/audio/linux-f8-arts/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/arts-1.0.3-1.i386.rpm) = aec8597590890d348a1cad80d91885e9 -SIZE (rpm/arts-1.0.3-1.i386.rpm) = 1190339 diff --git a/audio/linux-f8-arts/pkg-descr b/audio/linux-f8-arts/pkg-descr deleted file mode 100644 index 4a0a599f0e89..000000000000 --- a/audio/linux-f8-arts/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Red Hat Linux 8.0 shipping version of the arts library. - -The principle of arts is to create/process sound using small modules which do -certain tasks. These may be create a waveform (oscillators), play samples, -filter data, add signals, perform effects like delay/flanger/chorus, or -output the data to the soundcard. - -By connecting all those small modules together, you can perform complex -tasks like simulating a mixer, generating an instrument or things like -playing a wave file with some effects. - -WWW: http://www.kde.org/ diff --git a/audio/linux-f8-arts/pkg-plist.i386 b/audio/linux-f8-arts/pkg-plist.i386 deleted file mode 100644 index 33655a2cc0a5..000000000000 --- a/audio/linux-f8-arts/pkg-plist.i386 +++ /dev/null @@ -1,92 +0,0 @@ -usr/bin/artscat -usr/bin/artsd -usr/bin/artsdsp -usr/bin/artsplay -usr/bin/artsrec -usr/bin/artsshell -usr/bin/artswrapper -usr/lib/libartsc.la -usr/lib/libartsc.so -usr/lib/libartsc.so.0 -usr/lib/libartsc.so.0.0.0 -usr/lib/libartscbackend.la -usr/lib/libartscbackend.so -usr/lib/libartscbackend.so.0 -usr/lib/libartscbackend.so.0.0.0 -usr/lib/libartsdsp.la -usr/lib/libartsdsp.so -usr/lib/libartsdsp.so.0 -usr/lib/libartsdsp.so.0.0.0 -usr/lib/libartsdsp_st.la -usr/lib/libartsdsp_st.so -usr/lib/libartsdsp_st.so.0 -usr/lib/libartsdsp_st.so.0.0.0 -usr/lib/libartsflow.la -usr/lib/libartsflow.so -usr/lib/libartsflow.so.1 -usr/lib/libartsflow.so.1.0.0 -usr/lib/libartsflow_idl.la -usr/lib/libartsflow_idl.so -usr/lib/libartsflow_idl.so.1 -usr/lib/libartsflow_idl.so.1.0.0 -usr/lib/libartswavplayobject.la -usr/lib/libartswavplayobject.so -usr/lib/libartswavplayobject.so.0 -usr/lib/libartswavplayobject.so.0.0.0 -usr/lib/libgmcop.la -usr/lib/libgmcop.so -usr/lib/libgmcop.so.1 -usr/lib/libgmcop.so.1.0.0 -usr/lib/libkmedia2.la -usr/lib/libkmedia2.so -usr/lib/libkmedia2.so.1 -usr/lib/libkmedia2.so.1.0.0 -usr/lib/libkmedia2_idl.la -usr/lib/libkmedia2_idl.so -usr/lib/libkmedia2_idl.so.1 -usr/lib/libkmedia2_idl.so.1.0.0 -usr/lib/libmcop.la -usr/lib/libmcop.so -usr/lib/libmcop.so.1 -usr/lib/libmcop.so.1.0.0 -usr/lib/libmcop_mt.la -usr/lib/libmcop_mt.so -usr/lib/libmcop_mt.so.1 -usr/lib/libmcop_mt.so.1.0.0 -usr/lib/libqtmcop.la -usr/lib/libqtmcop.so -usr/lib/libqtmcop.so.1 -usr/lib/libqtmcop.so.1.0.0 -usr/lib/libsoundserver_idl.la -usr/lib/libsoundserver_idl.so -usr/lib/libsoundserver_idl.so.1 -usr/lib/libsoundserver_idl.so.1.0.0 -usr/lib/libx11globalcomm.la -usr/lib/libx11globalcomm.so -usr/lib/libx11globalcomm.so.1 -usr/lib/libx11globalcomm.so.1.0.0 -usr/lib/mcop/Arts/FileInputStream.mcopclass -usr/lib/mcop/Arts/Synth_ADD.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass -usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass -usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass -usr/lib/mcop/Arts/Synth_MUL.mcopclass -usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass -usr/lib/mcop/Arts/Synth_PLAY.mcopclass -usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass -usr/lib/mcop/Arts/Synth_RECORD.mcopclass -usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass -usr/lib/mcop/Arts/WavPlayObject.mcopclass -usr/lib/mcop/Arts/X11GlobalComm.mcopclass -@dirrm usr/lib/mcop/Arts -usr/lib/mcop/artsflow.mcopclass -usr/lib/mcop/artsflow.mcoptype -usr/lib/mcop/kmedia2.mcopclass -usr/lib/mcop/kmedia2.mcoptype -usr/lib/mcop/soundserver.mcopclass -usr/lib/mcop/soundserver.mcoptype -usr/lib/mcop/x11globalcomm.mcopclass -usr/lib/mcop/x11globalcomm.mcoptype -@dirrm usr/lib/mcop diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile deleted file mode 100644 index 9897ca985c97..000000000000 --- a/audio/linux-f8-esound/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: linux-esound -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= esound -CATEGORIES= audio linux -PORTVERSION= 0.2.22 -PORTREVISION= 4 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of esound - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile - -RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" - diff --git a/audio/linux-f8-esound/distinfo.alpha b/audio/linux-f8-esound/distinfo.alpha deleted file mode 100644 index a3bda61a9bfd..000000000000 --- a/audio/linux-f8-esound/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.alpha.rpm) = 94411e58472dbb01383a8c7784b9b4bd -SIZE (rpm/esound-0.2.22-1.alpha.rpm) = 129522 diff --git a/audio/linux-f8-esound/distinfo.i386 b/audio/linux-f8-esound/distinfo.i386 deleted file mode 100644 index 1c94076baffe..000000000000 --- a/audio/linux-f8-esound/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/esound-0.2.22-1.i386.rpm) = c8395daab28f33d7a59ed18e484fbcc9 -SIZE (rpm/esound-0.2.22-1.i386.rpm) = 119299 diff --git a/audio/linux-f8-esound/pkg-descr b/audio/linux-f8-esound/pkg-descr deleted file mode 100644 index c8b9af439bfb..000000000000 --- a/audio/linux-f8-esound/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for esound rpm. diff --git a/audio/linux-f8-esound/pkg-plist.alpha b/audio/linux-f8-esound/pkg-plist.alpha deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f8-esound/pkg-plist.alpha +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f8-esound/pkg-plist.i386 b/audio/linux-f8-esound/pkg-plist.i386 deleted file mode 100644 index 2fd653643fb5..000000000000 --- a/audio/linux-f8-esound/pkg-plist.i386 +++ /dev/null @@ -1,72 +0,0 @@ -etc/esd.conf -usr/bin/esd -usr/bin/esdcat -usr/bin/esdctl -usr/bin/esddsp -usr/bin/esdfilt -usr/bin/esdloop -usr/bin/esdmon -usr/bin/esdplay -usr/bin/esdrec -usr/bin/esdsample -usr/lib/libesd.so.0.2.22 -usr/lib/libesddsp.so.0.2.22 -usr/share/doc/esound-0.2.22/AUTHORS -usr/share/doc/esound-0.2.22/COPYING -usr/share/doc/esound-0.2.22/ChangeLog -usr/share/doc/esound-0.2.22/INSTALL -usr/share/doc/esound-0.2.22/NEWS -usr/share/doc/esound-0.2.22/README -usr/share/doc/esound-0.2.22/TIPS -usr/share/doc/esound-0.2.22/TODO -usr/share/doc/esound-0.2.22/esound.ps -usr/share/doc/esound-0.2.22/esound.sgml -usr/share/doc/esound-0.2.22/html/anything-else.html -usr/share/doc/esound-0.2.22/html/authentication.html -usr/share/doc/esound-0.2.22/html/book1.html -usr/share/doc/esound-0.2.22/html/compiling.html -usr/share/doc/esound-0.2.22/html/deficiencies.html -usr/share/doc/esound-0.2.22/html/design-docs.html -usr/share/doc/esound-0.2.22/html/docbook.css -usr/share/doc/esound-0.2.22/html/downloading-compiling-installing.html -usr/share/doc/esound-0.2.22/html/environment-variables.html -usr/share/doc/esound-0.2.22/html/esdcat-esdmon-esdrec.html -usr/share/doc/esound-0.2.22/html/esdctl.html -usr/share/doc/esound-0.2.22/html/esdsample-esdloop.html -usr/share/doc/esound-0.2.22/html/esound-api.html -usr/share/doc/esound-0.2.22/html/feature-additions.html -usr/share/doc/esound-0.2.22/html/index.html -usr/share/doc/esound-0.2.22/html/installing.html -usr/share/doc/esound-0.2.22/html/introduction.html -usr/share/doc/esound-0.2.22/html/ln17.html -usr/share/doc/esound-0.2.22/html/miscellaneous.html -usr/share/doc/esound-0.2.22/html/mpg123.html -usr/share/doc/esound-0.2.22/html/organization.html -usr/share/doc/esound-0.2.22/html/planned-development.html -usr/share/doc/esound-0.2.22/html/player-type.html -usr/share/doc/esound-0.2.22/html/r312.html -usr/share/doc/esound-0.2.22/html/refentry-esd.html -usr/share/doc/esound-0.2.22/html/remaining-details.html -usr/share/doc/esound-0.2.22/html/running-esound.html -usr/share/doc/esound-0.2.22/html/signal-path.html -usr/share/doc/esound-0.2.22/html/stylesheet-images/caution.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/home.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/important.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/next.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/note.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/prev.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/tip.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-blank.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-minus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/toc-plus.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/up.gif -usr/share/doc/esound-0.2.22/html/stylesheet-images/warning.gif -usr/share/doc/esound-0.2.22/html/supported-programs.html -usr/share/doc/esound-0.2.22/html/x27.html -usr/share/doc/esound-0.2.22/html/xmp.html -usr/lib/libesd.so.0 -usr/lib/libesddsp.so -usr/lib/libesddsp.so.0 -@dirrm usr/share/doc/esound-0.2.22/html/stylesheet-images -@dirrm usr/share/doc/esound-0.2.22/html -@dirrm usr/share/doc/esound-0.2.22 diff --git a/audio/linux-f8-libaudiofile/Makefile b/audio/linux-f8-libaudiofile/Makefile deleted file mode 100644 index c2cfa44a1953..000000000000 --- a/audio/linux-f8-libaudiofile/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libaudiofile -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libaudiofile -PORTVERSION= 0.1.11 -PORTREVISION= 5 -CATEGORIES= audio linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of audiofile - -RPM_SET= audiofile-${PORTVERSION}-1.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f8-libaudiofile/distinfo.alpha b/audio/linux-f8-libaudiofile/distinfo.alpha deleted file mode 100644 index f9522b40aba4..000000000000 --- a/audio/linux-f8-libaudiofile/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.alpha.rpm) = 852a9656ac61aec99c7a7936b0249a9d -SIZE (rpm/audiofile-0.1.11-1.alpha.rpm) = 166874 diff --git a/audio/linux-f8-libaudiofile/distinfo.i386 b/audio/linux-f8-libaudiofile/distinfo.i386 deleted file mode 100644 index 3a83924b1682..000000000000 --- a/audio/linux-f8-libaudiofile/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/audiofile-0.1.11-1.i386.rpm) = fb589f91458fd3d2b343bbed19919fd3 -SIZE (rpm/audiofile-0.1.11-1.i386.rpm) = 104687 diff --git a/audio/linux-f8-libaudiofile/pkg-descr b/audio/linux-f8-libaudiofile/pkg-descr deleted file mode 100644 index 984b57f9b57a..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for audiofile rpm. diff --git a/audio/linux-f8-libaudiofile/pkg-plist.alpha b/audio/linux-f8-libaudiofile/pkg-plist.alpha deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-plist.alpha +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-f8-libaudiofile/pkg-plist.i386 b/audio/linux-f8-libaudiofile/pkg-plist.i386 deleted file mode 100644 index 3dd95ab74feb..000000000000 --- a/audio/linux-f8-libaudiofile/pkg-plist.i386 +++ /dev/null @@ -1,28 +0,0 @@ -usr/bin/sfconvert -usr/bin/sfinfo -usr/lib/libaudiofile.so.0.0.0 -usr/share/doc/audiofile-0.1.11/COPYING -usr/share/doc/audiofile-0.1.11/ChangeLog -usr/share/doc/audiofile-0.1.11/README -usr/share/doc/audiofile-0.1.11/TODO -usr/share/doc/audiofile-0.1.11/docs/Makefile -usr/share/doc/audiofile-0.1.11/docs/Makefile.am -usr/share/doc/audiofile-0.1.11/docs/Makefile.in -usr/share/doc/audiofile-0.1.11/docs/afCloseFile -usr/share/doc/audiofile-0.1.11/docs/afGetFrameSize -usr/share/doc/audiofile-0.1.11/docs/afGetTrackBytes -usr/share/doc/audiofile-0.1.11/docs/afIntro -usr/share/doc/audiofile-0.1.11/docs/afNewFileSetup -usr/share/doc/audiofile-0.1.11/docs/afOpenFile -usr/share/doc/audiofile-0.1.11/docs/afQuery -usr/share/doc/audiofile-0.1.11/docs/afReadFrames -usr/share/doc/audiofile-0.1.11/docs/afReadMisc -usr/share/doc/audiofile-0.1.11/docs/afSeekFrame -usr/share/doc/audiofile-0.1.11/docs/afSetErrorHandler -usr/share/doc/audiofile-0.1.11/docs/afSetVirtualByteOrder -usr/share/doc/audiofile-0.1.11/docs/afWriteFrames -usr/share/doc/audiofile-0.1.11/docs/sfconvert -usr/share/doc/audiofile-0.1.11/docs/sfinfo -usr/lib/libaudiofile.so.0 -@dirrm usr/share/doc/audiofile-0.1.11/docs -@dirrm usr/share/doc/audiofile-0.1.11 diff --git a/audio/linux-mbrola/Makefile b/audio/linux-mbrola/Makefile index 59039811d97b..393c9be2d8a3 100644 --- a/audio/linux-mbrola/Makefile +++ b/audio/linux-mbrola/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= linux- COMMENT= MBROLA speech synthesizer for Linux +BROKEN= Size mismatch + CONFLICTS= mbrola-* DIST_SUBDIR= mbrola-linux MASTERDIR= ${PORTSDIR}/audio/mbrola diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile deleted file mode 100644 index dc8d98499335..000000000000 --- a/audio/portaudio2/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: portaudio -# Date created: 18 May 2003 -# Whom: michaelnottebrock@gmx.net and lioux@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= portaudio -PORTVERSION= 18.1 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://www.portaudio.com/archives/ -DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} - -MAINTAINER= lofi@freebsd.org -COMMENT= Portable cross-platform Audio API - -USE_REINPLACE= yes -USE_ZIP= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes - -PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} -SHLIB_VERSION= 0 - -pre-everything:: -.if !defined(WITH_PATESTS) - @${ECHO_MSG} - @${ECHO_MSG} "You can additionally build portaudio's testsuite by defining WITH_PATESTS." - @${ECHO_MSG} -PLIST_SUB+= WITH_PATESTS="@comment " -.else -PLIST_SUB+= WITH_PATESTS="" -.endif - -pre-patch: -# replace \r\n with \n - @${FIND} ${WRKSRC} -type f \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|
||' -post-patch: -# replace obsolete headers, and fix up thread library - @${FIND} ${WRKSRC} -type f \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|malloc.h|stdlib.h|' \ - -e 's|machine\/soundcard.h|sys\/soundcard.h|' \ - -e 's|-lpthread|${PTHREAD_LIBS}|' -pre-configure: -# Make configure executable - @${CHMOD} +x ${WRKSRC}/configure - -.if !defined(WITH_PATESTS) -post-configure: - @${REINPLACE_CMD} -e 's|tests$$||' ${WRKSRC}/Makefile -.endif - -post-install: -.if defined(WITH_PATESTS) - @${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin -.endif - @${LN} -sf libportaudio.so \ - ${PREFIX}/lib/libportaudio.so.${SHLIB_VERSION} - -.include <bsd.port.mk> diff --git a/audio/portaudio2/distinfo b/audio/portaudio2/distinfo deleted file mode 100644 index 125eda08d366..000000000000 --- a/audio/portaudio2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (portaudio_v18_1.zip) = ce66a732d263fde2b5ad2262ef37a691 -SIZE (portaudio_v18_1.zip) = 550130 diff --git a/audio/portaudio2/files/patch-Makefile.in b/audio/portaudio2/files/patch-Makefile.in deleted file mode 100644 index b0d24b715502..000000000000 --- a/audio/portaudio2/files/patch-Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.in.orig Mon Mar 15 15:51:08 2004 -+++ Makefile.in Mon Mar 15 15:51:59 2004 -@@ -15,6 +15,7 @@ - DLL_LIBS = @DLL_LIBS@ - - OTHER_OBJS = @OTHER_OBJS@ -+OTHER_SHOBJS = @OTHER_SHOBJS@ - - PALIB = libportaudio.a - PADLL = @PADLL@ -@@ -25,6 +26,10 @@ - pa_common/pa_convert.o \ - pa_common/pa_lib.o - -+COMMON_SHOBJS = \ -+ pa_common/pa_convert.So \ -+ pa_common/pa_lib.So -+ - TESTS = \ - bin/patest_buffer \ - bin/patest_clip \ -@@ -50,8 +55,15 @@ - bin/patest_underflow \ - bin/patest_wire - -+.SUFFIXES: .o .So -+ -+.c.So: -+ $(CC) $(CFLAGS) -fPIC -o $*.So -c $? -+ - OBJS = $(COMMON_OBJS) $(OTHER_OBJS) - -+SHOBJS = $(COMMON_SHOBJS) $(OTHER_SHOBJS) -+ - all: lib/$(PALIB) lib/$(PADLLV) tests - - tests: bin/ $(TESTS) -@@ -60,8 +72,8 @@ - $(AR) ruv lib/$(PALIB) $(OBJS) - $(RANLIB) lib/$(PALIB) - --lib/$(PADLLV): lib/ $(OBJS) Makefile $(PAINC) -- $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(OBJS) $(DLL_LIBS) -+lib/$(PADLLV): lib/ $(SHOBJS) Makefile $(PAINC) -+ $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(SHOBJS) $(DLL_LIBS) - - $(TESTS): bin/%: lib/$(PALIB) Makefile $(PAINC) pa_tests/%.c - $(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS) diff --git a/audio/portaudio2/files/patch-configure b/audio/portaudio2/files/patch-configure deleted file mode 100644 index 25233c71a03e..000000000000 --- a/audio/portaudio2/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Mon Mar 15 15:52:38 2004 -+++ configure Mon Mar 15 15:53:00 2004 -@@ -1972,6 +1972,7 @@ - fi - - OTHER_OBJS="pa_unix_oss/pa_unix_oss.o pa_unix_oss/pa_unix.o"; -+ OTHER_SHOBJS="pa_unix_oss/pa_unix_oss.So pa_unix_oss/pa_unix.So"; - LIBS="-lm -lpthread"; - PADLL="libportaudio.so"; - SHARED_FLAGS="-shared"; -@@ -2404,6 +2405,7 @@ - s,@INSTALL_DATA@,$INSTALL_DATA,;t t - s,@AR@,$AR,;t t - s,@OTHER_OBJS@,$OTHER_OBJS,;t t -+s,@OTHER_SHOBJS@,$OTHER_SHOBJS,;t t - s,@PADLL@,$PADLL,;t t - s,@SHARED_FLAGS@,$SHARED_FLAGS,;t t - s,@DLL_LIBS@,$DLL_LIBS,;t t diff --git a/audio/portaudio2/files/patch-pa_tests::patest_record.c b/audio/portaudio2/files/patch-pa_tests::patest_record.c deleted file mode 100644 index e24e9f28ed52..000000000000 --- a/audio/portaudio2/files/patch-pa_tests::patest_record.c +++ /dev/null @@ -1,14 +0,0 @@ ---- pa_tests/patest_record.c.orig Sun Dec 7 14:48:31 2003 -+++ pa_tests/patest_record.c Sun Dec 7 14:48:53 2003 -@@ -138,10 +138,10 @@ - SAMPLE *wptr = (SAMPLE*)outputBuffer; - unsigned int i; - int finished; -+ int framesToPlay, samplesToPlay, samplesPerBuffer; - unsigned int framesLeft = data->maxFrameIndex - data->frameIndex; - (void) inputBuffer; /* Prevent unused variable warnings. */ - (void) outTime; -- int framesToPlay, samplesToPlay, samplesPerBuffer; - - if( framesLeft < framesPerBuffer ) - { diff --git a/audio/portaudio2/files/patch-pa_tests::patest_wire.c b/audio/portaudio2/files/patch-pa_tests::patest_wire.c deleted file mode 100644 index 0f158d80fb41..000000000000 --- a/audio/portaudio2/files/patch-pa_tests::patest_wire.c +++ /dev/null @@ -1,13 +0,0 @@ ---- pa_tests/patest_wire.c.orig Sun Dec 7 14:49:15 2003 -+++ pa_tests/patest_wire.c Sun Dec 7 14:49:52 2003 -@@ -74,9 +74,9 @@ - SAMPLE *out = (SAMPLE*)outputBuffer; - SAMPLE *in = (SAMPLE*)inputBuffer; - unsigned int i; -- (void) outTime; - int samplesPerFrame; - int numSamples; -+ (void) outTime; - - samplesPerFrame = (int) userData; - numSamples = framesPerBuffer * samplesPerFrame; diff --git a/audio/portaudio2/pkg-descr b/audio/portaudio2/pkg-descr deleted file mode 100644 index 99c36c3bd475..000000000000 --- a/audio/portaudio2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -PortAudio is a free, cross platform, open-source, audio I/O library. -It lets you write simple audio programs in 'C' that will compile -and run on many platforms including Windows, Macintosh (8,9,X), -Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the -exchange of audio synthesis software between developers on different -platforms, and was recently selected as the audio component of a -larger PortMusic project that includes MIDI and sound file support. - -WWW: http://www.portaudio.com/ - -michaelnottebrock@gmx.net diff --git a/audio/portaudio2/pkg-plist b/audio/portaudio2/pkg-plist deleted file mode 100644 index 0b42b5cf9c38..000000000000 --- a/audio/portaudio2/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -%%WITH_PATESTS%%bin/patest_buffer -%%WITH_PATESTS%%bin/patest_clip -%%WITH_PATESTS%%bin/patest_dither -%%WITH_PATESTS%%bin/patest_hang -%%WITH_PATESTS%%bin/patest_latency -%%WITH_PATESTS%%bin/patest_leftright -%%WITH_PATESTS%%bin/patest_longsine -%%WITH_PATESTS%%bin/patest_many -%%WITH_PATESTS%%bin/patest_maxsines -%%WITH_PATESTS%%bin/patest_multi_sine -%%WITH_PATESTS%%bin/patest_pink -%%WITH_PATESTS%%bin/patest_record -%%WITH_PATESTS%%bin/patest_ringmix -%%WITH_PATESTS%%bin/patest_saw -%%WITH_PATESTS%%bin/patest_sine -%%WITH_PATESTS%%bin/patest_sine8 -%%WITH_PATESTS%%bin/patest_sine_formats -%%WITH_PATESTS%%bin/patest_sine_time -%%WITH_PATESTS%%bin/patest_stop -%%WITH_PATESTS%%bin/patest_sync -%%WITH_PATESTS%%bin/patest_toomanysines -%%WITH_PATESTS%%bin/patest_underflow -%%WITH_PATESTS%%bin/patest_wire -include/portaudio.h -lib/libportaudio.a -lib/libportaudio.so -lib/libportaudio.so.0.0.18 -lib/libportaudio.so.%%SHLIB_VERSION%% diff --git a/audio/rat/Makefile b/audio/rat/Makefile deleted file mode 100644 index 8481e1c1916d..000000000000 --- a/audio/rat/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 3 July 1999 -# Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 4.2.25 -PORTREVISION= 1 -CATEGORIES= mbone audio ipv6 tk83 -MASTER_SITES= \ - http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ - http://www.icir.org/hodson/ucl-mirror/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -TCLTK_VERSION= 8.3 -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 - -USE_AUTOCONF_VER= 213 -USE_GMAKE= yes -MAN1= rat.1 -MANCOMPRESSED= no - -RAT_BUILD_DIRS= common rat -RAT= ${PORTNAME}-${PORTVERSION} -RAT_SCRIPT= ${PORTNAME} -PLIST_SUB= PORTVERSION=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 -ENABLE_IPv6= --enable-ipv6 -.endif - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui - ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-media ${PREFIX}/bin/${RAT}-media - ${INSTALL_SCRIPT} ${WRKSRC}/rat/${RAT_SCRIPT} ${PREFIX}/bin/${RAT_SCRIPT} - ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 - ${MKDIR} ${LOCALBASE}/etc/sdr/plugins - ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.${RAT} ${LOCALBASE}/etc/sdr/plugins - -do-build: - cd ${WRKSRC}/common/src && ${GMAKE} - cd ${WRKSRC}/rat && ${GMAKE} - -run-autotools: - @${DO_NADA} - -do-configure: - cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} - cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION} - -.include <bsd.port.post.mk> diff --git a/audio/rat/distinfo b/audio/rat/distinfo deleted file mode 100644 index 6175d10a2a7b..000000000000 --- a/audio/rat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rat-4.2.25.tar.gz) = d959a507b27573f80511fd6739b33514 -SIZE (rat-4.2.25.tar.gz) = 726326 diff --git a/audio/rat/files/patch-ac b/audio/rat/files/patch-ac deleted file mode 100644 index f2ed68da4800..000000000000 --- a/audio/rat/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003 -+++ common/src/net_udp.c Sat Jan 11 19:51:27 2003 -@@ -43,8 +43,10 @@ - #include "config_win32.h" - #include "debug.h" - #include "memory.h" -+#ifndef __FreeBSD__ - #include "inet_pton.h" - #include "inet_ntop.h" -+#endif - #include "vsnprintf.h" - #include "net_udp.h" - diff --git a/audio/rat/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/pkg-descr b/audio/rat/pkg-descr deleted file mode 100644 index 22763c1892ae..000000000000 --- a/audio/rat/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ diff --git a/audio/rat/pkg-plist b/audio/rat/pkg-plist deleted file mode 100644 index b925d308e8c6..000000000000 --- a/audio/rat/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/rat-%%PORTVERSION%% -bin/rat-%%PORTVERSION%%-ui -bin/rat-%%PORTVERSION%%-media -bin/rat -etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-%%PORTVERSION%% -@dirrm etc/sdr/plugins -@dirrm etc/sdr diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile deleted file mode 100644 index dcde95806395..000000000000 --- a/audio/rat30/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: rat -# Date created: 6 June 2001 -# Whom: anton -# -# $FreeBSD$ -# - -PORTNAME= rat -PORTVERSION= 3.0.35 -PORTREVISION= 1 -CATEGORIES= mbone audio -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ - -MAINTAINER= anton@chelcom.ru -COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/rat-3.0 - -USE_GMAKE= yes -MAN1= rat.1 -MANCOMPRESSED= no -PLIST_FILES= bin/rat30 - -LATEST_LINK= rat30 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -do-build: - (cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rat ${PREFIX}/bin/rat30 - ${INSTALL_MAN} ${WRKSRC}/man/man1/rat.1 ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/audio/rat30/distinfo b/audio/rat30/distinfo deleted file mode 100644 index 0e981cc025bc..000000000000 --- a/audio/rat30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rat-3.0.35.tar.gz) = fff6e4a4c9617c5b7ea80f63fda96a9a -SIZE (rat-3.0.35.tar.gz) = 185374 diff --git a/audio/rat30/files/patch-Makefile b/audio/rat30/files/patch-Makefile deleted file mode 100644 index 1141401cb3de..000000000000 --- a/audio/rat30/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Tue Sep 14 03:39:00 1999 -+++ Makefile Sun Oct 20 14:06:27 2002 -@@ -10,8 +10,8 @@ - # -DDEBUG_RTP -DREPEAT - - DEFS += -D$(OSTYPE) -D$(OSTYPE)_$(OSMVER) --CC = gcc --CFLAGS = -Wall -Werror -Wno-implicit-int $(INCS) $(DEFS) -g -O -fsigned-char -+CC ?= cc -+CFLAGS += -Wall -Wno-implicit-int $(INCS) $(DEFS) -g -fsigned-char - LDFLAGS= - LDLIBS= $(LDLIBS) -lm - RANLIB = ranlib -@@ -82,6 +82,7 @@ - $(BINDIR)/rat-$(OSTYPE)-$(OSVERS): $(OBJS) $(GSMOBJS) $(CRYPTOBJS) $(RATOBJS) - rm -f $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) - $(CC) $(RATOBJS) $(OBJS) $(GSMOBJS) $(CRYPTOBJS) $(LDLIBS) $(LDFLAGS) -o $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) -+ cp $(BINDIR)/rat-$(OSTYPE)-$(OSVERS) bin/rat - - $(OBJDIR)/%.o: $(SRCDIR)/%.c - $(CC) $(CFLAGS) $(GSMFLAGS) $(CRYPTFLAGS) -c $(SRCDIR)/$*.c -o $(OBJDIR)/$*.o diff --git a/audio/rat30/files/patch-Makefile_FreeBSD_4 b/audio/rat30/files/patch-Makefile_FreeBSD_4 deleted file mode 100644 index 36c4e87a95d7..000000000000 --- a/audio/rat30/files/patch-Makefile_FreeBSD_4 +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile_FreeBSD_4.org Mon May 7 13:07:46 2001 -+++ Makefile_FreeBSD_4 Mon May 7 13:03:51 2001 -@@ -0,0 +1,6 @@ -+TCL_INC = /usr/local/include/tcl8.2 -+TK_INC = /usr/local/include/tk8.2 -+INCS = -I/usr/X11R6/include \ -+ -I$(TCL_INC)/generic -I$(TK_INC)/generic -+LDLIBS = -L/usr/local/lib \ -+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm diff --git a/audio/rat30/files/patch-Makefile_FreeBSD_5 b/audio/rat30/files/patch-Makefile_FreeBSD_5 deleted file mode 100644 index 5b74e91d7d6c..000000000000 --- a/audio/rat30/files/patch-Makefile_FreeBSD_5 +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile_FreeBSD_5.orig Sun Oct 20 14:03:11 2002 -+++ Makefile_FreeBSD_5 Sun Oct 20 14:03:06 2002 -@@ -0,0 +1,6 @@ -+TCL_INC = /usr/local/include/tcl8.2 -+TK_INC = /usr/local/include/tk8.2 -+INCS = -I/usr/X11R6/include \ -+ -I$(TCL_INC)/generic -I$(TK_INC)/generic -+LDLIBS = -L/usr/local/lib \ -+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm diff --git a/audio/rat30/files/patch-aa b/audio/rat30/files/patch-aa deleted file mode 100644 index 5eb716af785e..000000000000 --- a/audio/rat30/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- ./src/auddev_freebsd.c.orig Sun Oct 20 14:05:07 2002 -+++ ./src/auddev_freebsd.c Sun Oct 20 14:05:16 2002 -@@ -45,7 +45,7 @@ - #include "bat_include.h" - #ifdef FreeBSD - --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - - int can_read = FALSE; - int can_write = FALSE; -@@ -204,18 +204,10 @@ - if (audio_fd <= 0) { - return; - } -- switch (iport) { -- case AUDIO_MICROPHONE : if (ioctl(audio_fd, MIXER_WRITE(SOUND_MIXER_MIC), &volume) == -1) { -- perror("Setting gain"); -- } -- return; -- case AUDIO_LINE_IN : if (ioctl(audio_fd, MIXER_WRITE(SOUND_MIXER_LINE), &volume) == -1) { -- perror("Setting gain"); -- } -- return; -+ if (ioctl(audio_fd, SOUND_MIXER_WRITE_RECLEV, &volume) == -1) { -+ perror("Setting gain"); - } -- printf("ERROR: Unknown iport in audio_set_gain!\n"); -- abort(); -+ return; - } - - int -@@ -226,17 +218,8 @@ - if (audio_fd <= 0) { - return (0); - } -- switch (iport) { -- case AUDIO_MICROPHONE : if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_MIC), &volume) == -1) { -- perror("Getting gain"); -- } -- break; -- case AUDIO_LINE_IN : if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_LINE), &volume) == -1) { -- perror("Getting gain"); -- } -- break; -- default : printf("ERROR: Unknown iport in audio_set_gain!\n"); -- abort(); -+ if (ioctl(audio_fd, SOUND_MIXER_READ_RECLEV, &volume) == -1) { -+ perror("Setting gain"); - } - return device_to_bat(volume & 0xff); - } -@@ -263,7 +246,7 @@ - if (audio_fd <= 0) { - return (0); - } -- if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_VOLUME), &volume) == -1) { -+ if (ioctl(audio_fd, MIXER_READ(SOUND_MIXER_PCM), &volume) == -1) { - perror("Getting volume"); - } - return device_to_bat(volume & 0x000000ff); /* Extract left channel volume */ diff --git a/audio/rat30/files/patch-ab b/audio/rat30/files/patch-ab deleted file mode 100644 index 6be58d321a47..000000000000 --- a/audio/rat30/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config.h.orig Sun Oct 20 14:05:43 2002 -+++ src/config.h Sun Oct 20 14:05:49 2002 -@@ -47,7 +47,7 @@ - #define OSNAME "FreeBSD" - #include <unistd.h> - #include <stdlib.h> --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #define DIFF_BYTE_ORDER 1 - #define AUDIO_SPEAKER 0 - #define AUDIO_HEADPHONE 1 diff --git a/audio/rat30/pkg-descr b/audio/rat30/pkg-descr deleted file mode 100644 index 988875e9800a..000000000000 --- a/audio/rat30/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -This is a stable branch version. Works with half-duplex casrd as well. -This is required mbone/relate. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ -RAT is a network audio tool that allows users to particpate in -audio conferences over the internet. These can be between two -participants directly, or between a group of participants on a -common multicast group. RAT features sender based loss mitigation -mechanisms and receiver based audio repair techniques to compensate -for packet loss, and load adaption in response to host performance. - -This is a stable branch version. Works with half-duplex casrd as well. -This is required mbone/relate. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index e3ecbd1e8c32..000000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.8.8 -PORTREVISION= 4 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.2:${PORTSDIR}/audio/libid3tag - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui -WANT_GSTREAMER= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --enable-nautilus-menu -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= XINE "Use xine backend instead of GStreamer" off \ - MONKEYMEDIA "Use MonkeyMedia metadata reader" off \ - IPOD "Enable iPod support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_XINE) -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ - FLAC.7:${PORTSDIR}/audio/flac \ - mad.2:${PORTSDIR}/audio/libmad -CONFIGURE_ARGS+= --with-player=xine -WITH_MONKEYMEDIA= yes -.else -CONFIGURE_ARGS+= --with-player=gstreamer -USE_GSTREAMER+= flac mad gnomevfs gconf -.endif - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -.ifndef (WITH_XINE) -USE_GSTREAMER+= vorbis -.else -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.endif -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if !defined(WITH_XINE) && defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -pre-everything:: -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif -.if !defined(WITH_XINE) && !defined(WITH_FAAD) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_FAAD to enable Faad support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index 47e7558cbbb1..000000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/rhythmbox-0.8.8.tar.bz2) = 46cd84b3b67f85009aa48e0e301124fe -SIZE (gnome2/rhythmbox-0.8.8.tar.bz2) = 2435338 diff --git a/audio/rhythmbox-devel/files/patch-corba_Makefile.in b/audio/rhythmbox-devel/files/patch-corba_Makefile.in deleted file mode 100644 index 723285dfa01b..000000000000 --- a/audio/rhythmbox-devel/files/patch-corba_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- corba/Makefile.in.orig Wed Aug 27 04:19:40 2003 -+++ corba/Makefile.in Wed Aug 27 04:19:56 2003 -@@ -237,7 +237,7 @@ - - noinst_HEADERS = Rhythmbox.h - --idldir = $(prefix)/share/idl -+idldir = $(datadir)/idl - idl_DATA = Rhythmbox.idl - - CLEAN_FILES = $(rhythmbox_interface_idl_sources) diff --git a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c b/audio/rhythmbox-devel/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74cc1..000000000000 --- a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c deleted file mode 100644 index 61fbb19a5cd5..000000000000 --- a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c +++ /dev/null @@ -1,18 +0,0 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 17:05:37 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 17:05:49 2004 -@@ -234,6 +234,7 @@ - } - - /* Set disc number */ -+ /* - if (song->cd_nr != 0) { - GValue value = {0, }; - g_value_init (&value, G_TYPE_ULONG); -@@ -243,6 +244,7 @@ - &value); - g_value_unset (&value); - } -+ */ - - /* Set bitrate */ - if (song->bitrate != 0) { diff --git a/audio/rhythmbox-devel/pkg-descr b/audio/rhythmbox-devel/pkg-descr deleted file mode 100644 index 39e0558c2ab3..000000000000 --- a/audio/rhythmbox-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://web.rhythmbox.org/ diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist deleted file mode 100644 index 74aaaf42d9f5..000000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/rhythmbox -lib/bonobo/librb-nautilus-context-menu.so -libdata/bonobo/servers/GNOME_Rhythmbox.server -libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server -libdata/pkgconfig/rhythmbox.pc -share/gnome/application-registry/rhythmbox.applications -share/gnome/applications/rhythmbox.desktop -share/gnome/gnome-2.0/ui/rhythmbox-ui.xml -share/gnome/help/rhythmbox/C/authors.xml -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-adv.png -share/gnome/help/rhythmbox/C/figures/rb-asst-finish.png -share/gnome/help/rhythmbox/C/figures/rb-asst-library.png -share/gnome/help/rhythmbox/C/figures/rb-asst-start.png -share/gnome/help/rhythmbox/C/figures/rb-basic.png -share/gnome/help/rhythmbox/C/figures/rb-browser.png -share/gnome/help/rhythmbox/C/figures/rb-context-menu.png -share/gnome/help/rhythmbox/C/figures/rb-empty.png -share/gnome/help/rhythmbox/C/figures/rb-full-play.png -share/gnome/help/rhythmbox/C/figures/rb-group-auto.png -share/gnome/help/rhythmbox/C/figures/rb-group-create.png -share/gnome/help/rhythmbox/C/figures/rb-group.png -share/gnome/help/rhythmbox/C/figures/rb-imported.png -share/gnome/help/rhythmbox/C/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/C/figures/rb-iradio.png -share/gnome/help/rhythmbox/C/figures/rb-nextprev.png -share/gnome/help/rhythmbox/C/figures/rb-nobrowse-play.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area.png -share/gnome/help/rhythmbox/C/figures/rb-player.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-ipod.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/C/figures/rb-prefs.png -share/gnome/help/rhythmbox/C/figures/rb-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-search.png -share/gnome/help/rhythmbox/C/figures/rb-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-sidebar.png -share/gnome/help/rhythmbox/C/figures/rb-stats.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-editor.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-volume-mute.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-group.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-tray-icon.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/quick-reference.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/C/user-guide.xml -share/gnome/help/rhythmbox/ja/authors.xml -share/gnome/help/rhythmbox/ja/fdl-appendix.xml -share/gnome/help/rhythmbox/ja/figures/rb-adv.png -share/gnome/help/rhythmbox/ja/figures/rb-basic.png -share/gnome/help/rhythmbox/ja/figures/rb-browser.png -share/gnome/help/rhythmbox/ja/figures/rb-context-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio.png -share/gnome/help/rhythmbox/ja/figures/rb-nextprev.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area.png -share/gnome/help/rhythmbox/ja/figures/rb-player.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/ja/figures/rb-repeat.png -share/gnome/help/rhythmbox/ja/figures/rb-search.png -share/gnome/help/rhythmbox/ja/figures/rb-shuffle.png -share/gnome/help/rhythmbox/ja/figures/rb-sidebar.png -share/gnome/help/rhythmbox/ja/figures/rb-stats.png -share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ja/figures/rb-window.png -share/gnome/help/rhythmbox/ja/legal.xml -share/gnome/help/rhythmbox/ja/quick-reference.xml -share/gnome/help/rhythmbox/ja/rhythmbox.xml -share/gnome/help/rhythmbox/ja/user-guide.xml -share/gnome/idl/Rhythmbox.idl -share/gnome/mime-info/rhythmbox.keys -share/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-ja.omf -share/gnome/pixmaps/rhythmbox.png -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/rhythmbox-album.png -share/gnome/rhythmbox/art/rhythmbox-audiocd.png -share/gnome/rhythmbox/art/rhythmbox-automatic-playlist.png -share/gnome/rhythmbox/art/rhythmbox-dnd.png -share/gnome/rhythmbox/art/rhythmbox-ipod.png -share/gnome/rhythmbox/art/rhythmbox-iradio.png -share/gnome/rhythmbox/art/rhythmbox-library.png -share/gnome/rhythmbox/art/rhythmbox-next.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-pause.png -share/gnome/rhythmbox/art/rhythmbox-paused.png -share/gnome/rhythmbox/art/rhythmbox-play.png -share/gnome/rhythmbox/art/rhythmbox-playing.png -share/gnome/rhythmbox/art/rhythmbox-playlist-menu.png -share/gnome/rhythmbox/art/rhythmbox-playlist.png -share/gnome/rhythmbox/art/rhythmbox-previous.png -share/gnome/rhythmbox/art/rhythmbox-repeat.png -share/gnome/rhythmbox/art/rhythmbox-rewind.png -share/gnome/rhythmbox/art/rhythmbox-set-star.png -share/gnome/rhythmbox/art/rhythmbox-shuffle.png -share/gnome/rhythmbox/art/rhythmbox-stop.png -share/gnome/rhythmbox/art/rhythmbox-tray-icon.png -share/gnome/rhythmbox/art/rhythmbox-unset-star.png -share/gnome/rhythmbox/art/rhythmbox-visuals.png -share/gnome/rhythmbox/art/rhythmbox-volume-max.png -share/gnome/rhythmbox/art/rhythmbox-volume-medium.png -share/gnome/rhythmbox/art/rhythmbox-volume-min.png -share/gnome/rhythmbox/art/rhythmbox-volume-mute.png -share/gnome/rhythmbox/art/rhythmbox-volume-zero.png -share/gnome/rhythmbox/glade/create-playlist.glade -share/gnome/rhythmbox/glade/druid.glade -share/gnome/rhythmbox/glade/general-prefs.glade -share/gnome/rhythmbox/glade/library-prefs.glade -share/gnome/rhythmbox/glade/load-failure.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade -share/gnome/rhythmbox/glade/station-properties.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/iradio-initial.pls -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/no/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/ja/figures -@dirrm share/gnome/help/rhythmbox/ja -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox diff --git a/audio/rubygem-mp3info/Makefile b/audio/rubygem-mp3info/Makefile deleted file mode 100644 index ea4b4115ea18..000000000000 --- a/audio/rubygem-mp3info/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Ruby/mp3info -# Date created: 24 March 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.3 -CATEGORIES= audio ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/808/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to information on mp3 files - -USE_RUBY= yes -USE_RUBY_SETUP= yes -USE_RUBY_RDOC= yes -RUBY_SETUP= install.rb - -DOCS= CHANGELOG doc -#EXAMPLES= test.rb - -post-build: - cd ${BUILD_WRKSRC}; ${RM} -r doc; ${RUBY_RDOC} lib - -post-install: -.if !defined(NOPORTDOCS) -# ${MKDIR} ${RUBY_MODEXAMPLESDIR} -#.for f in ${EXAMPLES} -# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -#.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/rubygem-mp3info/distinfo b/audio/rubygem-mp3info/distinfo deleted file mode 100644 index 1c6993a020fc..000000000000 --- a/audio/rubygem-mp3info/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-mp3info-0.3.tar.gz) = 1fd1bcdccdd076e0c67cca93dee2f5e5 -SIZE (ruby/ruby-mp3info-0.3.tar.gz) = 187525 diff --git a/audio/rubygem-mp3info/pkg-descr b/audio/rubygem-mp3info/pkg-descr deleted file mode 100644 index 722ef1710de7..000000000000 --- a/audio/rubygem-mp3info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library gives you access to low level informations on mp3 files -(bitrate, length, samplerate, etc...). It can read, write, remove -id3v1 tag and read id3v2. It is written in pure ruby. - -Author: Guillaume Pierronnet <moumar@netcourrier.com> -WWW: http://rubyforge.org/projects/ruby-mp3info diff --git a/audio/rubygem-mp3info/pkg-plist b/audio/rubygem-mp3info/pkg-plist deleted file mode 100644 index 72e0c867d90a..000000000000 --- a/audio/rubygem-mp3info/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -%%RUBY_SITELIBDIR%%/mp3info.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGELOG -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.src/M000014.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.src/M000015.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Hash.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Hash.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000003.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000004.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000005.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000006.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000007.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000008.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000009.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000010.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000011.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000012.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000013.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3InfoError.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Numeric.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Numeric.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lib/mp3info_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Numeric.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Hash.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/File.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile deleted file mode 100644 index ea4b4115ea18..000000000000 --- a/audio/rubygem-ruby-mp3info/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Ruby/mp3info -# Date created: 24 March 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.3 -CATEGORIES= audio ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/808/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to information on mp3 files - -USE_RUBY= yes -USE_RUBY_SETUP= yes -USE_RUBY_RDOC= yes -RUBY_SETUP= install.rb - -DOCS= CHANGELOG doc -#EXAMPLES= test.rb - -post-build: - cd ${BUILD_WRKSRC}; ${RM} -r doc; ${RUBY_RDOC} lib - -post-install: -.if !defined(NOPORTDOCS) -# ${MKDIR} ${RUBY_MODEXAMPLESDIR} -#.for f in ${EXAMPLES} -# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -#.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/rubygem-ruby-mp3info/distinfo b/audio/rubygem-ruby-mp3info/distinfo deleted file mode 100644 index 1c6993a020fc..000000000000 --- a/audio/rubygem-ruby-mp3info/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-mp3info-0.3.tar.gz) = 1fd1bcdccdd076e0c67cca93dee2f5e5 -SIZE (ruby/ruby-mp3info-0.3.tar.gz) = 187525 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 72e0c867d90a..000000000000 --- a/audio/rubygem-ruby-mp3info/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -%%RUBY_SITELIBDIR%%/mp3info.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGELOG -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.src/M000014.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/File.src/M000015.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Hash.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Hash.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000003.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000004.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000005.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000006.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000007.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000008.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000009.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000010.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000011.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000012.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000013.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3InfoError.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Numeric.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Numeric.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lib/mp3info_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Numeric.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Hash.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/File.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% 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 53da7f9aba62..000000000000 --- a/audio/speak_freely/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (speak_freely-7.6a.tar.gz) = 0c35c891d24f8df7f2bdedc3b91ab161 -SIZE (speak_freely-7.6a.tar.gz) = 787915 diff --git a/audio/speak_freely/files/patch-aa b/audio/speak_freely/files/patch-aa deleted file mode 100644 index 679a2c41f257..000000000000 --- a/audio/speak_freely/files/patch-aa +++ /dev/null @@ -1,93 +0,0 @@ ---- Makefile.orig Sun Jun 8 22:21:55 2003 -+++ Makefile Sun Jun 8 22:33:37 2003 -@@ -6,7 +6,7 @@ - #DEBUG = -O - #DEBUG = -g -DHEXDUMP - #DEBUG = -g -DHEXDUMP -DNOCRYPTO --DEBUG = -O3 -DHEXDUMP -+#DEBUG = -O3 -DHEXDUMP - - # Installation - -@@ -50,13 +50,13 @@ - # of the available flags which follows these declarations. - # - #CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN --CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -DHAVE_DEV_RANDOM --CC = gcc -Wall # for GNU's gcc compiler -+#CCFLAGS = -DAUDIO_BLOCKING -DLINUX -DHALF_DUPLEX -DM_LITTLE_ENDIAN -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -DHAVE_DEV_RANDOM -+#CC = gcc -Wall # for GNU's gcc compiler - # CELPFLAGS below are tweaked for GCC 2.96 on Intel Pentium. - # Comment out if you are using a compiler which doesn't - # understand these options. --CELPFLAGS = -fomit-frame-pointer -ffast-math -funroll-loops --LFLAGS = -lncurses -lm -+#CELPFLAGS = -fomit-frame-pointer -ffast-math -funroll-loops -+#LFLAGS = -lncurses -lm - - - # If you want to use ALSA instead of OSS, uncomment the following -@@ -269,8 +269,8 @@ - # Depending on how your driver handles non-blocking I/O, - # you may also have to add -DAUDIO_BLOCKING to the - # CCFLAGS line. --#CCFLAGS = -DM_LITTLE_ENDIAN --#LFLAGS = -lcurses -ltermcap -lcompat -lm -+CCFLAGS = -DM_LITTLE_ENDIAN -DAUDIO_BLOCKING -DNEEDED_LINEAR -DLINUX_DSP_SMALL_BUFFER -+LFLAGS = -lcurses -ltermcap -lcompat -lm - - # Hewlett-Packard - # (courtesy of Marc Kilian) -@@ -318,7 +318,7 @@ - - # Compiler flags - --CFLAGS = $(DEBUG) $(PKOPTS) -Iadpcm -Iaes -Icelp -Ilpc -Igsm/inc -Ilpc10 -Imd5 -Ides -Iidea -Ilibdes -Iblowfish $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN) -+CFLAGS = $(OPTFLAGS) $(DEBUG) $(PKOPTS) -Iadpcm -Iaes -Icelp -Ilpc -I$(LOCALBASE)/include -Igsm/inc -Ilpc10 -Imd5 -Ides -Iidea -Ilibdes -Iblowfish $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN) - - BINARIES = sfspeaker sfmike sflaunch sflwld sflwl sfecho sfreflect - -@@ -333,12 +333,12 @@ - SPKROBJS = speaker.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o tempfile.o ulaw.o usleep.o vatpkt.o vox.o audio_hp.o audio_sgi.o audio_alsa.o common.o - - sfspeaker: $(SPKROBJS) adpcmlib.o aeslib.o celplib.o libblowfish.o lpclib.o lpc10lib.o gsmlib.o deslib.o md5lib.o idealib.o libdes.o xdsub.o -- $(CC) $(SPKROBJS) adpcm/adpcm-u.o aes/aes.a blowfish/libblowfish.a celp/celp.o des/des.a md5/md5.o idea/idea.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o xdsub.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfspeaker -+ $(CC) $(SPKROBJS) adpcm/adpcm-u.o aes/aes.a blowfish/libblowfish.a celp/celp.o des/des.a -lmd idea/idea.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o xdsub.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfspeaker - - MIKEOBJS = mike.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o tempfile.o ulaw.o usleep.o vatpkt.o xdsub.o audio_hp.o audio_sgi.o audio_alsa.o - - sfmike: $(MIKEOBJS) adpcmlib.o aeslib.o celplib.o libblowfish.o lpclib.o lpc10lib.o gsmlib.o deslib.o md5lib.o idealib.o libdes.o -- $(CC) $(MIKEOBJS) adpcm/adpcm-u.o aes/aes.a celp/celp.o des/des.a md5/md5.o idea/idea.a -lm blowfish/libblowfish.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfmike -+ $(CC) $(MIKEOBJS) adpcm/adpcm-u.o aes/aes.a celp/celp.o des/des.a -lmd idea/idea.a -lm blowfish/libblowfish.a lpc10/liblpc10.a gsm/lib/libgsm.a lpc/lpc.o libdes/libdes.a $(LFLAGS) $(SOUNDLIB) -o sfmike - - LAUNCHOBJS = launch.o soundbyte.o usleep.o g711.o - -@@ -358,12 +358,12 @@ - ECHOOBJS = echo.o codecs.o g711.o rtpacket.o ulaw.o xdsub.o - - sfecho: $(ECHOOBJS) md5lib.o -- $(CC) $(ECHOOBJS) md5/md5.o adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfecho -+ $(CC) $(ECHOOBJS) -lmd adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfecho - - REFLECTOBJS = reflect.o codecs.o html.o g711.o rtpacket.o ulaw.o xdsub.o - - sfreflect: $(REFLECTOBJS) md5lib.o -- $(CC) $(REFLECTOBJS) md5/md5.o adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfreflect -+ $(CC) $(REFLECTOBJS) -lmd adpcm/adpcm-u.o lpc/lpc.o $(LFLAGS) -o sfreflect - - # Configure the voice on demand server for the platform's - # location of Perl and network constant definitions. -@@ -412,11 +412,11 @@ - echo "BLOWFISH" >libblowfish.o - - libdes.o: -- ( echo "Building LIBDES library."; cd libdes ; make -f Makefile.sf CC="$(CC) $(CCFLAGS) $(DEBUG)" ) -+ ( echo "Building LIBDES library."; cd libdes ; make -f Makefile.sf CC="$(CC) $(OPTFLAGS) $(CCFLAGS) $(DEBUG)" ) - echo "LIBDES" >libdes.o - - lpclib.o: -- ( echo "Building LPC library."; cd lpc ; make CC="$(CC) $(CCFLAGS) $(DEBUG)" ) -+ ( echo "Building LPC library."; cd lpc ; make CC="$(CC) $(OPTFLAGS) $(CCFLAGS) $(DEBUG)" ) - echo "LPC" >lpclib.o - - lpc10lib.o: diff --git a/audio/speak_freely/files/patch-ac b/audio/speak_freely/files/patch-ac deleted file mode 100644 index e9d8a5977a47..000000000000 --- a/audio/speak_freely/files/patch-ac +++ /dev/null @@ -1,69 +0,0 @@ ---- mike.c.orig Mon Aug 19 17:20:52 2002 -+++ mike.c Thu Dec 12 02:46:38 2002 -@@ -130,8 +130,8 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 --#include <termio.h> --static struct termio old_term_params; -+#include <termios.h> -+static struct termios old_term_params; - #endif /* UNIX5 */ - - /* Set raw mode on terminal file. Basically, get the terminal into a -@@ -150,16 +150,16 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 -- struct termio term_params; -+ struct termios term_params; - -- ioctl(fileno(stdin), TCGETA, &old_term_params); -+ tcgetattr(fileno(stdin), &old_term_params); - term_params = old_term_params; - term_params.c_iflag &= ~(ICRNL|IXON|IXOFF); /* no cr translation */ - term_params.c_iflag &= ~(ISTRIP); /* no stripping of high order bit */ - term_params.c_oflag &= ~(OPOST); /* no output processing */ - term_params.c_lflag &= ~(ISIG|ICANON|ECHO); /* raw mode */ - term_params.c_cc[4] = 1; /* satisfy read after 1 char */ -- ioctl(fileno(stdin), TCSETAF, &term_params); -+ tcsetattr(fileno(stdin), TCSAFLUSH, &term_params); - #endif /* UNIX5 */ - /*printf("\n(raw)\n");*/ - } -@@ -178,7 +178,7 @@ - #endif /* UNIX420 */ - - #ifdef UNIX5 -- ioctl(fileno(stdin), TCSETAF, &old_term_params); -+ tcsetattr(fileno(stdin), TCSAFLUSH, &old_term_params); - #endif /* UNIX5 */ - /*printf("\n(cooked)\n");*/ - } -@@ -1135,7 +1135,7 @@ - /* SENDFILE -- Send a file or, if the file name is NULL or a - single period, send real-time sound input. */ - --static int sendfile(char *f) -+static int sfsendfile(char *f) - { - soundbuf netbuf; - #define buf netbuf.buffer.buffer_val -@@ -2306,7 +2306,7 @@ - return 1; - } - } else { -- int ok = sendfile(op); -+ int ok = sfsendfile(op); - if (ok != 0) - return ok; - sentfile++; -@@ -2318,7 +2318,7 @@ - usage(); - } else { - if (sentfile == 0) { -- return sendfile(NULL); -+ return sfsendfile(NULL); - } - } - diff --git a/audio/speak_freely/files/patch-ad b/audio/speak_freely/files/patch-ad deleted file mode 100644 index b0ebafecdf39..000000000000 --- a/audio/speak_freely/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- adpcm/Makefile.orig Sat Oct 13 15:00:05 2001 -+++ adpcm/Makefile Thu Dec 12 02:47:59 2002 -@@ -2,7 +2,7 @@ - # Makefile for adpcm and test programs - # ------------------- - --CFLAGS = -I.. -+CFLAGS += -I.. - - all: adpcm-u.o - diff --git a/audio/speak_freely/files/patch-ae b/audio/speak_freely/files/patch-ae deleted file mode 100644 index 6a3b0db9c2e1..000000000000 --- a/audio/speak_freely/files/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- soundbyte.c.orig Fri Feb 28 23:18:38 2003 -+++ soundbyte.c Wed Jun 25 19:42:45 2003 -@@ -13,7 +13,9 @@ - #ifdef Solaris - #include <sys/filio.h> - #else -+#ifndef __FreeBSD__ - #include <sys/dir.h> -+#endif - #include <sys/file.h> - #endif - -@@ -32,7 +34,7 @@ - #ifdef LINUX - #include <linux/soundcard.h> - #else /*!LINUX */ --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #endif /* LINUX */ - #endif /* sun */ - diff --git a/audio/speak_freely/files/patch-af b/audio/speak_freely/files/patch-af deleted file mode 100644 index 8f99c43f7cd2..000000000000 --- a/audio/speak_freely/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- blowfish/Makefile.orig Wed Jan 5 20:12:14 2000 -+++ blowfish/Makefile Wed Jan 5 20:15:02 2000 -@@ -18,7 +18,7 @@ - - MAKE=make -f Makefile - CC=cc --CFLAG= -O -+CFLAG= $(OPTFLAGS) - - #CC=gcc - #CFLAG= -O4 -funroll-loops -fomit-frame-pointer diff --git a/audio/speak_freely/files/patch-ag b/audio/speak_freely/files/patch-ag deleted file mode 100644 index 8de3e742784f..000000000000 --- a/audio/speak_freely/files/patch-ag +++ /dev/null @@ -1,8 +0,0 @@ ---- des/Makefile.orig Wed Jan 5 20:20:30 2000 -+++ des/Makefile Wed Jan 5 20:20:44 2000 -@@ -1,4 +1,4 @@ --CFLAGS=-O -+CFLAGS=$(OPTFLAGS) - - all: des.a - diff --git a/audio/speak_freely/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 5d054ed2b1f0..000000000000 --- a/audio/squeezeboxserver/Makefile +++ /dev/null @@ -1,158 +0,0 @@ -# Ports collection makefile for: slimserver -# Date created: Wed Apr 14, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= slimserver -PORTVERSION?= 6.1.1 -PORTREVISION= 0 -CATEGORIES= audio -MASTER_SITES= http://www.slimdevices.com/downloads/${NIGHTLY}SlimServer_v${DISTVERSION}/ -DISTNAME= SlimServer_v${DISTVERSION} -DISTFILES= ${DISTNAME}.no-cpan-arch${EXTRACT_SUFX} -DIST_SUBDIR= slimserver - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Slim Devices audio streaming server - -RESTRICTED= Contains non-redistributable firmware, documentation, and images - -DISTVERSION?= ${PORTVERSION} - -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder - -PKGINSTALL= ${WRKDIR}/pkg-install - -USE_PERL5= yes - -.include <bsd.port.pre.mk> - -SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ - DBI-1.46.tar.gz \ - DBD-SQLite-1.08.tar.gz \ - HTML-Parser-3.45.tar.gz \ - Template-Toolkit-2.13.tar.gz \ - Time-HiRes-1.66.tar.gz \ - XML-Parser-2.34.tar.gz - -ALLFILES= ${DISTFILES} ${SLIMCPANPKGS} - -.if ${PERL_LEVEL} < 500800 -IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. -.endif - -.if ${OSVERSION} < 502110 -RUN_DEPENDS+= ${LOCALBASE}/bin/pgrep:${PORTSDIR}/sysutils/pkill -PGREPBASE= ${LOCALBASE} -.else -PGREPBASE= /usr -.endif - -USE_RC_SUBR= slimserver.sh -USE_REINPLACE= yes -TMP_SLIMDIR= ${WRKDIR}/slimserver -TMP_DOCSDIR= ${WRKDIR}/doc -CPANWRKDIR= ${WRKDIR}/cpantemp -DOCFILES= Changelog.html Installation.txt License.txt -CONFFILES= convert.conf types.conf -EXCEPTFILES= ${DOCFILES} ${CONFFILES} -EXCEPTDIRS= Bin \ - CPAN/arch - -CPIOARGS= --quiet -pdum -R -PLIST= ${WRKDIR}/pkg-plist -PLIST_SUB= SLIMDIR=${SLIMDIR} -PLIST_FILES= bin/softsqueeze - -SUB_FILES= softsqueeze.sh pkg-install -SUB_LIST= PGREPBASE=${PGREPBASE} \ - SLIMDIR=${SLIMDIR} \ - CONFFILES="${CONFFILES}" - -pre-fetch: -.if !defined(SLIMDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define SLIMDIR to override default of 'slimserver'." - @${ECHO_MSG} "" -.endif - -SLIMDIR?= slimserver - -post-fetch: -.for _PKG in ${SLIMCPANPKGS} - @cd ${_DISTDIR}; test -e ${_PKG} || \ - ${FETCH_CMD} -o ${_PKG} http://svn.slimdevices.com/vendor/src/${_PKG}?view=auto -.endfor - -post-patch: - ${REINPLACE_CMD} \ - -e 's|%%PERL%%|${PERL}|' \ - -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|' \ - -e 's|%%CPANWRKDIR%%|${CPANWRKDIR}|' \ - -e 's|%%DISTDIR%%|${_DISTDIR}|' ${WRKSRC}/Bin/build-perl-modules.pl - -do-build: - @${MKDIR} -m 0755 ${TMP_SLIMDIR} - @cd ${WRKSRC} && \ - ${FIND} . -name \*.orig ${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 - ${MKDIR} ${CPANWRKDIR} - ${WRKSRC}/Bin/build-perl-modules.pl -.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} - @${FIND} ${TMP_SLIMDIR} -type d | \ - ${SED} -e 's|${TMP_SLIMDIR}|@dirrm %%SLIMDIR%%|' | \ - ${SORT} -r >> ${PLIST} -.if !defined(NOPORTDOCS) - @${FIND} ${TMP_DOCSDIR} -type d | \ - ${SED} -e 's|${TMP_DOCSDIR}|@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} -.endif - @${ECHO} '@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.")' >> ${PLIST} - -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${SLIMDIR} - @${LN} -s /var/db/slimserver/cache ${PREFIX}/${SLIMDIR}/Cache - @cd ${TMP_SLIMDIR} && \ - ${FIND} . | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${PREFIX}/${SLIMDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/slimserver.sh \ - ${PREFIX}/etc/rc.d/slimserver${PKGNAMESUFFIX}.sh - @${INSTALL_SCRIPT} ${WRKDIR}/softsqueeze.sh ${PREFIX}/bin/softsqueeze -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${TMP_DOCSDIR} && \ - ${FIND} . | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${DOCSDIR} -.endif - -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/audio/squeezeboxserver/distinfo b/audio/squeezeboxserver/distinfo deleted file mode 100644 index 626a49ae17a2..000000000000 --- a/audio/squeezeboxserver/distinfo +++ /dev/null @@ -1,16 +0,0 @@ -MD5 (slimserver/SlimServer_v6.1.1.no-cpan-arch.tar.gz) = 241e4ba20bc7a80baae94b4419e56352 -SIZE (slimserver/SlimServer_v6.1.1.no-cpan-arch.tar.gz) = 6149126 -MD5 (slimserver/Compress-Zlib-1.33.tar.gz) = 724552bde7f380e8c8a9da00a9bbc3d2 -SIZE (slimserver/Compress-Zlib-1.33.tar.gz) = 113859 -MD5 (slimserver/DBI-1.46.tar.gz) = 863034a912ae56968e48d1c30d5954ef -SIZE (slimserver/DBI-1.46.tar.gz) = 372247 -MD5 (slimserver/DBD-SQLite-1.08.tar.gz) = a4c44391cfa3452f782c403bd04b41a6 -SIZE (slimserver/DBD-SQLite-1.08.tar.gz) = 470012 -MD5 (slimserver/HTML-Parser-3.45.tar.gz) = b12d484853d96c4f045f49f91d50349f -SIZE (slimserver/HTML-Parser-3.45.tar.gz) = 82466 -MD5 (slimserver/Template-Toolkit-2.13.tar.gz) = 64737793e053f0e684012918a6aa4701 -SIZE (slimserver/Template-Toolkit-2.13.tar.gz) = 834496 -MD5 (slimserver/Time-HiRes-1.66.tar.gz) = 57c0da44b48854b90b33c22a65336886 -SIZE (slimserver/Time-HiRes-1.66.tar.gz) = 59740 -MD5 (slimserver/XML-Parser-2.34.tar.gz) = 2e44f9e6e6ed730e28b056d55e48413f -SIZE (slimserver/XML-Parser-2.34.tar.gz) = 230102 diff --git a/audio/squeezeboxserver/files/patch-Bin_build-perl-modules.pl b/audio/squeezeboxserver/files/patch-Bin_build-perl-modules.pl deleted file mode 100644 index 4e2fab43e13f..000000000000 --- a/audio/squeezeboxserver/files/patch-Bin_build-perl-modules.pl +++ /dev/null @@ -1,164 +0,0 @@ - -$FreeBSD$ - ---- Bin/build-perl-modules.pl.orig -+++ Bin/build-perl-modules.pl -@@ -74,28 +74,30 @@ - - print "*** Ignore any warnings about AppConfig. ***\n\n"; - -- print "Please enter a perl binary to use (defaults to /usr/bin/perl)\n"; -- print "This must be the same perl binary that you ran this program with --> "; -- chomp($perlBinary = <STDIN>); -- -- $perlBinary ||= '/usr/bin/perl'; -+# print "Please enter a perl binary to use (defaults to /usr/bin/perl)\n"; -+# print "This must be the same perl binary that you ran this program with --> "; -+# chomp($perlBinary = <STDIN>); -+# -+# $perlBinary ||= '/usr/bin/perl'; -+ $perlBinary = '%%PERL%%'; - - unless (-x $perlBinary) { - die "Couldn't find a perl binary. Exiting.\n"; - } - -- # Where does their slimserver live? Try to guess. -- if (-f 'slimserver.pl' && -d 'CPAN/arch') { -- -- $slimServerPath = cwd(); -- -- } else { -- -- print "Please enter the path to your SlimServer directory (ex: /usr/local/slimserver) --> "; -- chomp($slimServerPath = <STDIN>); -- } -- -- $slimServerPath ||= '/usr/local/slimserver'; -+# # Where does their slimserver live? Try to guess. -+# if (-f 'slimserver.pl' && -d 'CPAN/arch') { -+# -+# $slimServerPath = cwd(); -+# -+# } else { -+# -+# print "Please enter the path to your SlimServer directory (ex: /usr/local/slimserver) --> "; -+# chomp($slimServerPath = <STDIN>); -+# } -+# -+# $slimServerPath ||= '/usr/local/slimserver'; -+ $slimServerPath = '%%TMP_SLIMDIR%%'; - - unless (-d $slimServerPath) { - die "Couldn't find a valid SlimServer path. Exiting.\n"; -@@ -104,12 +106,13 @@ - # This is where the binaries will end up. - my $cpanDest = "$slimServerPath/CPAN/arch/$version/$archname/auto"; - -- # Where do they want the downloads to go? -- print "Please enter a directory to download files to --> "; -- chomp($downloadPath = <STDIN>); -- -- # Default to the current directory. -- $downloadPath ||= '.'; -+# # Where do they want the downloads to go? -+# print "Please enter a directory to download files to --> "; -+# chomp($downloadPath = <STDIN>); -+# -+# # Default to the current directory. -+# $downloadPath ||= '.'; -+ $downloadPath = '%%CPANWRKDIR%%'; - - # Remove trailing slash - $downloadPath =~ s|^(.+?)/$|$1|; -@@ -122,32 +125,32 @@ - - my $pwd = cwd(); - -- # What do we want to download with? -- eval { require LWP::Simple }; -- -- # No LWP - try a command line program. -- if ($@) { -- -- for my $cmd (qw(curl wget)) { -- -- system("which $cmd >/dev/null 2>&1"); -- -- unless ($? >> 8) { -- $downloadUsing = $cmd; -- last; -- } -- } -- -- } else { -- -- $downloadUsing = 'lwp'; -- } -- -- unless ($downloadUsing) { -- die "Couldn't find any valid downloaders - install LWP, wget or curl.\n"; -- } else { -- print "Downloads will use $downloadUsing to fetch tarballs.\n"; -- } -+# # What do we want to download with? -+# eval { require LWP::Simple }; -+# -+# # No LWP - try a command line program. -+# if ($@) { -+# -+# for my $cmd (qw(curl wget)) { -+# -+# system("which $cmd >/dev/null 2>&1"); -+# -+# unless ($? >> 8) { -+# $downloadUsing = $cmd; -+# last; -+# } -+# } -+# -+# } else { -+# -+# $downloadUsing = 'lwp'; -+# } -+# -+# unless ($downloadUsing) { -+# die "Couldn't find any valid downloaders - install LWP, wget or curl.\n"; -+# } else { -+# print "Downloads will use $downloadUsing to fetch tarballs.\n"; -+# } - - for my $package (@packages) { - -@@ -158,18 +161,19 @@ - # Remove any previous version. - unlink $package; - -- if ($downloadUsing eq 'lwp') { -- -- LWP::Simple::getstore("$SOURCE/$package?view=auto", $package); -- -- } elsif ($downloadUsing eq 'curl') { -- -- `$downloadUsing --silent -o $package $SOURCE/$package?view=auto`; -- -- } else { -- -- `$downloadUsing -q -O $package $SOURCE/$package?view=auto`; -- } -+# if ($downloadUsing eq 'lwp') { -+# -+# LWP::Simple::getstore("$SOURCE/$package?view=auto", $package); -+# -+# } elsif ($downloadUsing eq 'curl') { -+# -+# `$downloadUsing --silent -o $package $SOURCE/$package?view=auto`; -+# -+# } else { -+# -+# `$downloadUsing -q -O $package $SOURCE/$package?view=auto`; -+# } -+ `cp %%DISTDIR%%/$package .`; - - unless (-r $package) { - print "Something looks wrong - I couldn't read $pwd/$package, which I just downloaded.\n"; 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 131a26b0b1b2..000000000000 --- a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs.pm.orig -+++ Slim/Utils/Prefs.pm -@@ -99,6 +99,10 @@ - - $path = $Bin . '/Playlists'; - -+ } elsif (Slim::Utils::OSDetect::OS() eq 'unix') { -+ -+ $path = "/var/db/slimserver/playlists"; -+ - } else { - - $path = ''; -@@ -131,7 +135,7 @@ - - } elsif ($os eq 'unix') { - -- $CacheDir = $ENV{'HOME'}; -+ $CacheDir = "/var/db/slimserver/cache"; - } - - my @CacheDirs = splitdir($CacheDir); -@@ -714,7 +718,7 @@ - } elsif (Slim::Utils::OSDetect::OS() eq 'win') { - $prefsPath = $Bin; - } else { -- $prefsPath = $ENV{'HOME'}; -+ $prefsPath = "/var/db/slimserver"; - } - - $::d_prefs && msg("The default prefs directory is $prefsPath\n"); diff --git a/audio/squeezeboxserver/files/pkg-install.in b/audio/squeezeboxserver/files/pkg-install.in deleted file mode 100644 index ef9c47ecbd6b..000000000000 --- a/audio/squeezeboxserver/files/pkg-install.in +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.2 2005-04-21 20:05:53 brooks Exp $ - -name=slimserver -u=slimserv -g=slimserv -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin -comment="Slim Devices SlimServer pseudo-user" -slimdir="%%PREFIX%%/%%SLIMDIR%%" -statedir=/var/db/slimserver -cachedir=${statedir}/cache -conffile=${statedir}/slimserver.conf -playlistdir=${statedir}/playlists -pidfile=/var/run/${name}.pid -newsyslogfile=/etc/newsyslog.conf -logfile=/var/log/slimserver.log -logcomment="# added by audio/slimserver port" -logline="${logfile} ${u}:${g} 644 3 100 * Z ${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 [ -d ${statedir} ]; then - chown -R ${u}:${g} ${statedir} - fi - if [ -d ${cachedir} ]; then - chown -R ${u}:${g} ${cachedir} - fi - if [ -d ${playlistdir} ]; then - chown -R ${u}:${g} ${playlistdir} - fi - if [ -d /var/run/slimserver ]; then - chown -R ${u}:${g} /var/run/slimserver - fi - if [ -f ${conffile} ]; then - chown ${u}:${g} ${conffile} - fi - if [ -f ${logfile} ]; then - chown ${u}:${g} ${logfile} - fi - if egrep -q "^${logfile}\>" ${newsyslogfile}; then - echo "Using existing ${newsyslogfile} entry." - else - echo "Adding slimserver log entry to ${newsyslogfile}." - echo "$logcomment" >> ${newsyslogfile} - echo "$logline" >> ${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/slimserver.sh.in b/audio/squeezeboxserver/files/slimserver.sh.in deleted file mode 100644 index d4617c1cc2a8..000000000000 --- a/audio/squeezeboxserver/files/slimserver.sh.in +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -start_precmd="slimserver_start_precmd" -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -logfile=/var/log/slimserver.log -statedir=/var/db/slimserver -cachedir=${statedir}/cache -playlistdir=${statedir}/playlists -conffile=${statedir}/slimserver.conf -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -PGREP=%%PGREPBASE%%/bin/pgrep - -slimserver_start_precmd() -{ - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - if [ ! -d ${cachedir} ]; then - mkdir -p ${cachedir} - chown -R ${u}:${g} ${cachedir} - fi - if [ ! -d ${playlistdir} ]; then - mkdir -p ${playlistdir} - chown -R ${u}:${g} ${playlistdir} - fi - if [ ! -f ${conffile} ]; then - touch ${conffile} - chown ${u}:${g} ${conffile} - fi - if [ ! -f ${logfile} ]; then - touch ${logfile} - chown ${u}:${g} ${logfile} - fi -} - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`${PGREP} -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - # Should be mDNSResponderPosix, but the port truncates - rc_pids="${rc_pid} `${PGREP} -u ${u} mDNSResponderPos`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -load_rc_config ${name} - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -run_rc_command "$1" 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 d4617c1cc2a8..000000000000 --- a/audio/squeezeboxserver/files/squeezecenter.sh.in +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -start_precmd="slimserver_start_precmd" -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -logfile=/var/log/slimserver.log -statedir=/var/db/slimserver -cachedir=${statedir}/cache -playlistdir=${statedir}/playlists -conffile=${statedir}/slimserver.conf -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -PGREP=%%PGREPBASE%%/bin/pgrep - -slimserver_start_precmd() -{ - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - if [ ! -d ${cachedir} ]; then - mkdir -p ${cachedir} - chown -R ${u}:${g} ${cachedir} - fi - if [ ! -d ${playlistdir} ]; then - mkdir -p ${playlistdir} - chown -R ${u}:${g} ${playlistdir} - fi - if [ ! -f ${conffile} ]; then - touch ${conffile} - chown ${u}:${g} ${conffile} - fi - if [ ! -f ${logfile} ]; then - touch ${logfile} - chown ${u}:${g} ${logfile} - fi -} - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`${PGREP} -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - # Should be mDNSResponderPosix, but the port truncates - rc_pids="${rc_pid} `${PGREP} -u ${u} mDNSResponderPos`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -load_rc_config ${name} - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_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/squeezecenter/Makefile b/audio/squeezecenter/Makefile deleted file mode 100644 index 5d054ed2b1f0..000000000000 --- a/audio/squeezecenter/Makefile +++ /dev/null @@ -1,158 +0,0 @@ -# Ports collection makefile for: slimserver -# Date created: Wed Apr 14, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= slimserver -PORTVERSION?= 6.1.1 -PORTREVISION= 0 -CATEGORIES= audio -MASTER_SITES= http://www.slimdevices.com/downloads/${NIGHTLY}SlimServer_v${DISTVERSION}/ -DISTNAME= SlimServer_v${DISTVERSION} -DISTFILES= ${DISTNAME}.no-cpan-arch${EXTRACT_SUFX} -DIST_SUBDIR= slimserver - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Slim Devices audio streaming server - -RESTRICTED= Contains non-redistributable firmware, documentation, and images - -DISTVERSION?= ${PORTVERSION} - -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder - -PKGINSTALL= ${WRKDIR}/pkg-install - -USE_PERL5= yes - -.include <bsd.port.pre.mk> - -SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ - DBI-1.46.tar.gz \ - DBD-SQLite-1.08.tar.gz \ - HTML-Parser-3.45.tar.gz \ - Template-Toolkit-2.13.tar.gz \ - Time-HiRes-1.66.tar.gz \ - XML-Parser-2.34.tar.gz - -ALLFILES= ${DISTFILES} ${SLIMCPANPKGS} - -.if ${PERL_LEVEL} < 500800 -IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. -.endif - -.if ${OSVERSION} < 502110 -RUN_DEPENDS+= ${LOCALBASE}/bin/pgrep:${PORTSDIR}/sysutils/pkill -PGREPBASE= ${LOCALBASE} -.else -PGREPBASE= /usr -.endif - -USE_RC_SUBR= slimserver.sh -USE_REINPLACE= yes -TMP_SLIMDIR= ${WRKDIR}/slimserver -TMP_DOCSDIR= ${WRKDIR}/doc -CPANWRKDIR= ${WRKDIR}/cpantemp -DOCFILES= Changelog.html Installation.txt License.txt -CONFFILES= convert.conf types.conf -EXCEPTFILES= ${DOCFILES} ${CONFFILES} -EXCEPTDIRS= Bin \ - CPAN/arch - -CPIOARGS= --quiet -pdum -R -PLIST= ${WRKDIR}/pkg-plist -PLIST_SUB= SLIMDIR=${SLIMDIR} -PLIST_FILES= bin/softsqueeze - -SUB_FILES= softsqueeze.sh pkg-install -SUB_LIST= PGREPBASE=${PGREPBASE} \ - SLIMDIR=${SLIMDIR} \ - CONFFILES="${CONFFILES}" - -pre-fetch: -.if !defined(SLIMDIR) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define SLIMDIR to override default of 'slimserver'." - @${ECHO_MSG} "" -.endif - -SLIMDIR?= slimserver - -post-fetch: -.for _PKG in ${SLIMCPANPKGS} - @cd ${_DISTDIR}; test -e ${_PKG} || \ - ${FETCH_CMD} -o ${_PKG} http://svn.slimdevices.com/vendor/src/${_PKG}?view=auto -.endfor - -post-patch: - ${REINPLACE_CMD} \ - -e 's|%%PERL%%|${PERL}|' \ - -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|' \ - -e 's|%%CPANWRKDIR%%|${CPANWRKDIR}|' \ - -e 's|%%DISTDIR%%|${_DISTDIR}|' ${WRKSRC}/Bin/build-perl-modules.pl - -do-build: - @${MKDIR} -m 0755 ${TMP_SLIMDIR} - @cd ${WRKSRC} && \ - ${FIND} . -name \*.orig ${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 - ${MKDIR} ${CPANWRKDIR} - ${WRKSRC}/Bin/build-perl-modules.pl -.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} - @${FIND} ${TMP_SLIMDIR} -type d | \ - ${SED} -e 's|${TMP_SLIMDIR}|@dirrm %%SLIMDIR%%|' | \ - ${SORT} -r >> ${PLIST} -.if !defined(NOPORTDOCS) - @${FIND} ${TMP_DOCSDIR} -type d | \ - ${SED} -e 's|${TMP_DOCSDIR}|@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} -.endif - @${ECHO} '@unexec rmdir /var/db/slimserver 2>/dev/null || (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove /var/db/slimserver and its contents manually.")' >> ${PLIST} - -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${SLIMDIR} - @${LN} -s /var/db/slimserver/cache ${PREFIX}/${SLIMDIR}/Cache - @cd ${TMP_SLIMDIR} && \ - ${FIND} . | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${PREFIX}/${SLIMDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/slimserver.sh \ - ${PREFIX}/etc/rc.d/slimserver${PKGNAMESUFFIX}.sh - @${INSTALL_SCRIPT} ${WRKDIR}/softsqueeze.sh ${PREFIX}/bin/softsqueeze -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${TMP_DOCSDIR} && \ - ${FIND} . | \ - ${CPIO} ${CPIOARGS} ${BINOWN}:${BINGRP} ${DOCSDIR} -.endif - -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/audio/squeezecenter/distinfo b/audio/squeezecenter/distinfo deleted file mode 100644 index 626a49ae17a2..000000000000 --- a/audio/squeezecenter/distinfo +++ /dev/null @@ -1,16 +0,0 @@ -MD5 (slimserver/SlimServer_v6.1.1.no-cpan-arch.tar.gz) = 241e4ba20bc7a80baae94b4419e56352 -SIZE (slimserver/SlimServer_v6.1.1.no-cpan-arch.tar.gz) = 6149126 -MD5 (slimserver/Compress-Zlib-1.33.tar.gz) = 724552bde7f380e8c8a9da00a9bbc3d2 -SIZE (slimserver/Compress-Zlib-1.33.tar.gz) = 113859 -MD5 (slimserver/DBI-1.46.tar.gz) = 863034a912ae56968e48d1c30d5954ef -SIZE (slimserver/DBI-1.46.tar.gz) = 372247 -MD5 (slimserver/DBD-SQLite-1.08.tar.gz) = a4c44391cfa3452f782c403bd04b41a6 -SIZE (slimserver/DBD-SQLite-1.08.tar.gz) = 470012 -MD5 (slimserver/HTML-Parser-3.45.tar.gz) = b12d484853d96c4f045f49f91d50349f -SIZE (slimserver/HTML-Parser-3.45.tar.gz) = 82466 -MD5 (slimserver/Template-Toolkit-2.13.tar.gz) = 64737793e053f0e684012918a6aa4701 -SIZE (slimserver/Template-Toolkit-2.13.tar.gz) = 834496 -MD5 (slimserver/Time-HiRes-1.66.tar.gz) = 57c0da44b48854b90b33c22a65336886 -SIZE (slimserver/Time-HiRes-1.66.tar.gz) = 59740 -MD5 (slimserver/XML-Parser-2.34.tar.gz) = 2e44f9e6e6ed730e28b056d55e48413f -SIZE (slimserver/XML-Parser-2.34.tar.gz) = 230102 diff --git a/audio/squeezecenter/files/patch-Bin_build-perl-modules.pl b/audio/squeezecenter/files/patch-Bin_build-perl-modules.pl deleted file mode 100644 index 4e2fab43e13f..000000000000 --- a/audio/squeezecenter/files/patch-Bin_build-perl-modules.pl +++ /dev/null @@ -1,164 +0,0 @@ - -$FreeBSD$ - ---- Bin/build-perl-modules.pl.orig -+++ Bin/build-perl-modules.pl -@@ -74,28 +74,30 @@ - - print "*** Ignore any warnings about AppConfig. ***\n\n"; - -- print "Please enter a perl binary to use (defaults to /usr/bin/perl)\n"; -- print "This must be the same perl binary that you ran this program with --> "; -- chomp($perlBinary = <STDIN>); -- -- $perlBinary ||= '/usr/bin/perl'; -+# print "Please enter a perl binary to use (defaults to /usr/bin/perl)\n"; -+# print "This must be the same perl binary that you ran this program with --> "; -+# chomp($perlBinary = <STDIN>); -+# -+# $perlBinary ||= '/usr/bin/perl'; -+ $perlBinary = '%%PERL%%'; - - unless (-x $perlBinary) { - die "Couldn't find a perl binary. Exiting.\n"; - } - -- # Where does their slimserver live? Try to guess. -- if (-f 'slimserver.pl' && -d 'CPAN/arch') { -- -- $slimServerPath = cwd(); -- -- } else { -- -- print "Please enter the path to your SlimServer directory (ex: /usr/local/slimserver) --> "; -- chomp($slimServerPath = <STDIN>); -- } -- -- $slimServerPath ||= '/usr/local/slimserver'; -+# # Where does their slimserver live? Try to guess. -+# if (-f 'slimserver.pl' && -d 'CPAN/arch') { -+# -+# $slimServerPath = cwd(); -+# -+# } else { -+# -+# print "Please enter the path to your SlimServer directory (ex: /usr/local/slimserver) --> "; -+# chomp($slimServerPath = <STDIN>); -+# } -+# -+# $slimServerPath ||= '/usr/local/slimserver'; -+ $slimServerPath = '%%TMP_SLIMDIR%%'; - - unless (-d $slimServerPath) { - die "Couldn't find a valid SlimServer path. Exiting.\n"; -@@ -104,12 +106,13 @@ - # This is where the binaries will end up. - my $cpanDest = "$slimServerPath/CPAN/arch/$version/$archname/auto"; - -- # Where do they want the downloads to go? -- print "Please enter a directory to download files to --> "; -- chomp($downloadPath = <STDIN>); -- -- # Default to the current directory. -- $downloadPath ||= '.'; -+# # Where do they want the downloads to go? -+# print "Please enter a directory to download files to --> "; -+# chomp($downloadPath = <STDIN>); -+# -+# # Default to the current directory. -+# $downloadPath ||= '.'; -+ $downloadPath = '%%CPANWRKDIR%%'; - - # Remove trailing slash - $downloadPath =~ s|^(.+?)/$|$1|; -@@ -122,32 +125,32 @@ - - my $pwd = cwd(); - -- # What do we want to download with? -- eval { require LWP::Simple }; -- -- # No LWP - try a command line program. -- if ($@) { -- -- for my $cmd (qw(curl wget)) { -- -- system("which $cmd >/dev/null 2>&1"); -- -- unless ($? >> 8) { -- $downloadUsing = $cmd; -- last; -- } -- } -- -- } else { -- -- $downloadUsing = 'lwp'; -- } -- -- unless ($downloadUsing) { -- die "Couldn't find any valid downloaders - install LWP, wget or curl.\n"; -- } else { -- print "Downloads will use $downloadUsing to fetch tarballs.\n"; -- } -+# # What do we want to download with? -+# eval { require LWP::Simple }; -+# -+# # No LWP - try a command line program. -+# if ($@) { -+# -+# for my $cmd (qw(curl wget)) { -+# -+# system("which $cmd >/dev/null 2>&1"); -+# -+# unless ($? >> 8) { -+# $downloadUsing = $cmd; -+# last; -+# } -+# } -+# -+# } else { -+# -+# $downloadUsing = 'lwp'; -+# } -+# -+# unless ($downloadUsing) { -+# die "Couldn't find any valid downloaders - install LWP, wget or curl.\n"; -+# } else { -+# print "Downloads will use $downloadUsing to fetch tarballs.\n"; -+# } - - for my $package (@packages) { - -@@ -158,18 +161,19 @@ - # Remove any previous version. - unlink $package; - -- if ($downloadUsing eq 'lwp') { -- -- LWP::Simple::getstore("$SOURCE/$package?view=auto", $package); -- -- } elsif ($downloadUsing eq 'curl') { -- -- `$downloadUsing --silent -o $package $SOURCE/$package?view=auto`; -- -- } else { -- -- `$downloadUsing -q -O $package $SOURCE/$package?view=auto`; -- } -+# if ($downloadUsing eq 'lwp') { -+# -+# LWP::Simple::getstore("$SOURCE/$package?view=auto", $package); -+# -+# } elsif ($downloadUsing eq 'curl') { -+# -+# `$downloadUsing --silent -o $package $SOURCE/$package?view=auto`; -+# -+# } else { -+# -+# `$downloadUsing -q -O $package $SOURCE/$package?view=auto`; -+# } -+ `cp %%DISTDIR%%/$package .`; - - unless (-r $package) { - print "Something looks wrong - I couldn't read $pwd/$package, which I just downloaded.\n"; diff --git a/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm b/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm deleted file mode 100644 index 131a26b0b1b2..000000000000 --- a/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- Slim/Utils/Prefs.pm.orig -+++ Slim/Utils/Prefs.pm -@@ -99,6 +99,10 @@ - - $path = $Bin . '/Playlists'; - -+ } elsif (Slim::Utils::OSDetect::OS() eq 'unix') { -+ -+ $path = "/var/db/slimserver/playlists"; -+ - } else { - - $path = ''; -@@ -131,7 +135,7 @@ - - } elsif ($os eq 'unix') { - -- $CacheDir = $ENV{'HOME'}; -+ $CacheDir = "/var/db/slimserver/cache"; - } - - my @CacheDirs = splitdir($CacheDir); -@@ -714,7 +718,7 @@ - } elsif (Slim::Utils::OSDetect::OS() eq 'win') { - $prefsPath = $Bin; - } else { -- $prefsPath = $ENV{'HOME'}; -+ $prefsPath = "/var/db/slimserver"; - } - - $::d_prefs && msg("The default prefs directory is $prefsPath\n"); diff --git a/audio/squeezecenter/files/pkg-install.in b/audio/squeezecenter/files/pkg-install.in deleted file mode 100644 index 6281f6397078..000000000000 --- a/audio/squeezecenter/files/pkg-install.in +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/audio/squeezecenter/files/Attic/pkg-install.in,v 1.2 2005-04-21 20:05:53 brooks Exp $ - -name=slimserver -u=slimserv -g=slimserv -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin -comment="Slim Devices SlimServer pseudo-user" -slimdir="%%PREFIX%%/%%SLIMDIR%%" -statedir=/var/db/slimserver -cachedir=${statedir}/cache -conffile=${statedir}/slimserver.conf -playlistdir=${statedir}/playlists -pidfile=/var/run/${name}.pid -newsyslogfile=/etc/newsyslog.conf -logfile=/var/log/slimserver.log -logcomment="# added by audio/slimserver port" -logline="${logfile} ${u}:${g} 644 3 100 * Z ${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 [ -d ${statedir} ]; then - chown -R ${u}:${g} ${statedir} - fi - if [ -d ${cachedir} ]; then - chown -R ${u}:${g} ${cachedir} - fi - if [ -d ${playlistdir} ]; then - chown -R ${u}:${g} ${playlistdir} - fi - if [ -d /var/run/slimserver ]; then - chown -R ${u}:${g} /var/run/slimserver - fi - if [ -f ${conffile} ]; then - chown ${u}:${g} ${conffile} - fi - if [ -f ${logfile} ]; then - chown ${u}:${g} ${logfile} - fi - if egrep -q "^${logfile}\>" ${newsyslogfile}; then - echo "Using existing ${newsyslogfile} entry." - else - echo "Adding slimserver log entry to ${newsyslogfile}." - echo "$logcomment" >> ${newsyslogfile} - echo "$logline" >> ${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/squeezecenter/files/slimserver.sh.in b/audio/squeezecenter/files/slimserver.sh.in deleted file mode 100644 index d4617c1cc2a8..000000000000 --- a/audio/squeezecenter/files/slimserver.sh.in +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -start_precmd="slimserver_start_precmd" -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -logfile=/var/log/slimserver.log -statedir=/var/db/slimserver -cachedir=${statedir}/cache -playlistdir=${statedir}/playlists -conffile=${statedir}/slimserver.conf -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -PGREP=%%PGREPBASE%%/bin/pgrep - -slimserver_start_precmd() -{ - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - if [ ! -d ${cachedir} ]; then - mkdir -p ${cachedir} - chown -R ${u}:${g} ${cachedir} - fi - if [ ! -d ${playlistdir} ]; then - mkdir -p ${playlistdir} - chown -R ${u}:${g} ${playlistdir} - fi - if [ ! -f ${conffile} ]; then - touch ${conffile} - chown ${u}:${g} ${conffile} - fi - if [ ! -f ${logfile} ]; then - touch ${logfile} - chown ${u}:${g} ${logfile} - fi -} - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`${PGREP} -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - # Should be mDNSResponderPosix, but the port truncates - rc_pids="${rc_pid} `${PGREP} -u ${u} mDNSResponderPos`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -load_rc_config ${name} - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -run_rc_command "$1" diff --git a/audio/squeezecenter/files/softsqueeze.sh.in b/audio/squeezecenter/files/softsqueeze.sh.in deleted file mode 100644 index c33b7161cc82..000000000000 --- a/audio/squeezecenter/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/squeezecenter/files/squeezecenter.sh.in b/audio/squeezecenter/files/squeezecenter.sh.in deleted file mode 100644 index d4617c1cc2a8..000000000000 --- a/audio/squeezecenter/files/squeezecenter.sh.in +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: slimserver -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable slimserver: -# -#slimserver_enable="YES" -# - -. %%RC_SUBR%% - -name=slimserver -start_precmd="slimserver_start_precmd" -stop_cmd="slimserver_stop" -rcvar=`set_rcvar` - -command=%%PREFIX%%/%%SLIMDIR%%/slimserver.pl -pidfile=/var/run/${name}.pid -logfile=/var/log/slimserver.log -statedir=/var/db/slimserver -cachedir=${statedir}/cache -playlistdir=${statedir}/playlists -conffile=${statedir}/slimserver.conf -u=slimserv -g=slimserv -command_args="--daemon --prefsfile=${conffile} --logfile=${logfile} --user=${u} --group=${g} --pidfile=${pidfile}" - -PGREP=%%PGREPBASE%%/bin/pgrep - -slimserver_start_precmd() -{ - if [ ! -d ${statedir} ]; then - mkdir -p ${statedir} - chown -R ${u}:${g} ${statedir} - fi - if [ ! -d ${cachedir} ]; then - mkdir -p ${cachedir} - chown -R ${u}:${g} ${cachedir} - fi - if [ ! -d ${playlistdir} ]; then - mkdir -p ${playlistdir} - chown -R ${u}:${g} ${playlistdir} - fi - if [ ! -f ${conffile} ]; then - touch ${conffile} - chown ${u}:${g} ${conffile} - fi - if [ ! -f ${logfile} ]; then - touch ${logfile} - chown ${u}:${g} ${logfile} - fi -} - -slimserver_stop() -{ - if [ ! -f ${pidfile} ]; then - exit - fi - echo 'Stopping SlimServer.' - rc_pid=`cat ${pidfile}` - rc_pid=`${PGREP} -u ${u} | grep ${rc_pid}` - if [ -n "${rc_pid}" ]; then - # Should be mDNSResponderPosix, but the port truncates - rc_pids="${rc_pid} `${PGREP} -u ${u} mDNSResponderPos`" - - kill $sig_stop $rc_pids - wait_for_pids $rc_pids - else - echo "${name} not running? (check ${pidfile})" - fi - - rm -f ${pidfile} -} - -load_rc_config ${name} - -slimserver_enable=${slimserver_enable:-"NO"} -slimserver_flags=${slimserver_flags:-""} - -run_rc_command "$1" diff --git a/audio/squeezecenter/pkg-descr b/audio/squeezecenter/pkg-descr deleted file mode 100644 index 6d2328746359..000000000000 --- a/audio/squeezecenter/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/squeezecenter/pkg-message b/audio/squeezecenter/pkg-message deleted file mode 100644 index e31e1c6ff3ad..000000000000 --- a/audio/squeezecenter/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/teamspeak3-server/Makefile b/audio/teamspeak3-server/Makefile deleted file mode 100644 index 57f6a4746ec9..000000000000 --- a/audio/teamspeak3-server/Makefile +++ /dev/null @@ -1,40 +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.20.1 -CATEGORIES= audio net -MASTER_SITES= ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ -DISTNAME= ts2_server_rc2_20201 - -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 - -do-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - ${MKDIR} ${PREFIX}/lib/teamspeak_server - ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/teamspeak_server -xf - - ${SED} -e 's#%%TSHOME%%#${PREFIX}/lib/teamspeak_server#' <${FILESDIR}/teamspeak_server.sh >${WRKSRC}/teamspeak_server.sh - ${INSTALL_SCRIPT} ${WRKSRC}/teamspeak_server.sh ${PREFIX}/etc/rc.d/teamspeak_server.sh.sample - ${RM} ${WRKSRC}/teamspeak_server.sh - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -post-deinstall: - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDEINSTALL} ${PORTNAME} POST-DEINSTALL - -.include <bsd.port.pre.mk> -PKGDEINSTALL= ${PKGINSTALL} -.include <bsd.port.post.mk> diff --git a/audio/teamspeak3-server/distinfo b/audio/teamspeak3-server/distinfo deleted file mode 100644 index d0c04dbf7fec..000000000000 --- a/audio/teamspeak3-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ts2_server_rc2_20201.tar.bz2) = e1f0dace646affc80c1e0d83fa7f9161 -SIZE (ts2_server_rc2_20201.tar.bz2) = 1112816 diff --git a/audio/teamspeak3-server/files/teamspeak_server.sh b/audio/teamspeak3-server/files/teamspeak_server.sh deleted file mode 100644 index be5137cbfcc1..000000000000 --- a/audio/teamspeak3-server/files/teamspeak_server.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Start/stop the TeamSpeak 2 server -# - -TSHOME=%%TSHOME%% -PIDFILE=${TSHOME}/server.pid - -cd "$TSHOME" - -case "$1" in - start) - su -fm teamspeak -c './server_linux >/dev/null' && echo -n ' teamspeak_server' - ;; - stop) - kill -TERM `cat "$PIDFILE"` - ;; - restart) - $0 stop - echo 5 second pause before restart. . . - sleep 5 - $0 start - ;; - *) - echo "Usage: $0 {start|stop|restart}" - exit 1 -esac -exit 0 - diff --git a/audio/teamspeak3-server/pkg-descr b/audio/teamspeak3-server/pkg-descr deleted file mode 100644 index 5a1507c0369a..000000000000 --- a/audio/teamspeak3-server/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The server for Team Speak a voice chat program which supports multiple -channels with different rate codecs and several people on each channel. -Primarily aimed at team gamers but can be used as an IP phone as well. - -WWW: http://www.teamspeak.org diff --git a/audio/teamspeak3-server/pkg-install b/audio/teamspeak3-server/pkg-install deleted file mode 100644 index ebb6e3496a8f..000000000000 --- a/audio/teamspeak3-server/pkg-install +++ /dev/null @@ -1,72 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -TSHOME=${PKG_PREFIX}/lib/teamspeak_server - -USER=teamspeak -GROUP=${USER} - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d ${TSHOME} -c "Teamspeak Server" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${USER} ] ; then - mkdir -p ${TSHOME} - chown ${USER}:${GROUP} ${TSHOME} - fi - ;; - -POST-INSTALL) - chown -R ${USER}:${GROUP} ${TSHOME} - chmod -R u+w,o-rx ${TSHOME} - ;; - - -POST-DEINSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - if pw groupdel ${GROUP}; then - echo "Removed group \"${GROUP}\"." - else - echo "Removing group \"${GROUP}\" failed..." - exit 1 - fi - else - echo "Group \"${GROUP}\" doesn't exist!" - fi - - if pw user show "${USER}" 2>/dev/null; then - if pw userdel ${USER}; then - echo "Removed user \"${USER}\"." - else - echo "Removing user \"${USER}\" failed..." - exit 1 - fi - else - echo "User \"${USER}\" doesn't exist!" - fi - ;; -esac diff --git a/audio/teamspeak3-server/pkg-plist b/audio/teamspeak3-server/pkg-plist deleted file mode 100644 index ae3535e10042..000000000000 --- a/audio/teamspeak3-server/pkg-plist +++ /dev/null @@ -1,296 +0,0 @@ -etc/rc.d/teamspeak_server.sh.sample -lib/teamspeak_server/INSTALL -lib/teamspeak_server/INSTALL.mysql -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/changelog.txt -lib/teamspeak_server/httpdocs/choice_box.html -lib/teamspeak_server/httpdocs/database_client_manager.html -lib/teamspeak_server/httpdocs/database_client_manager_add.html -lib/teamspeak_server/httpdocs/database_client_manager_clientlist.html -lib/teamspeak_server/httpdocs/database_client_manager_edit.html -lib/teamspeak_server/httpdocs/database_sclient_manager.html -lib/teamspeak_server/httpdocs/database_sclient_manager_add.html -lib/teamspeak_server/httpdocs/database_sclient_manager_clientlist.html -lib/teamspeak_server/httpdocs/database_sclient_manager_edit.html -lib/teamspeak_server/httpdocs/error_box.html -lib/teamspeak_server/httpdocs/footer.html -lib/teamspeak_server/httpdocs/gfx/add_client.png -lib/teamspeak_server/httpdocs/gfx/add_server.png -lib/teamspeak_server/httpdocs/gfx/delete.png -lib/teamspeak_server/httpdocs/gfx/edit.png -lib/teamspeak_server/httpdocs/gfx/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_nicks.sql -lib/teamspeak_server/mysql_sql/create_server_privileges.sql -lib/teamspeak_server/mysql_sql/create_servers.sql -lib/teamspeak_server/mysql_sql/create_settings.sql -lib/teamspeak_server/mysql_sql/delete_ban.sql -lib/teamspeak_server/mysql_sql/delete_ban_ip.sql -lib/teamspeak_server/mysql_sql/delete_channel.sql -lib/teamspeak_server/mysql_sql/delete_channel_privilege.sql -lib/teamspeak_server/mysql_sql/delete_client.sql -lib/teamspeak_server/mysql_sql/delete_server.sql -lib/teamspeak_server/mysql_sql/edit_channel.sql -lib/teamspeak_server/mysql_sql/edit_channel_privilege.sql -lib/teamspeak_server/mysql_sql/edit_client.sql -lib/teamspeak_server/mysql_sql/edit_client_lastonline.sql -lib/teamspeak_server/mysql_sql/edit_server.sql -lib/teamspeak_server/mysql_sql/edit_server_privilege.sql -lib/teamspeak_server/mysql_sql/new_ban.sql -lib/teamspeak_server/mysql_sql/new_channel.sql -lib/teamspeak_server/mysql_sql/new_channel_privilege.sql -lib/teamspeak_server/mysql_sql/new_client.sql -lib/teamspeak_server/mysql_sql/new_server.sql -lib/teamspeak_server/mysql_sql/new_server_privilege.sql -lib/teamspeak_server/mysql_sql/read_active_servers.sql -lib/teamspeak_server/mysql_sql/read_bans.sql -lib/teamspeak_server/mysql_sql/read_channel.sql -lib/teamspeak_server/mysql_sql/read_channel_privilege.sql -lib/teamspeak_server/mysql_sql/read_channel_privileges.sql -lib/teamspeak_server/mysql_sql/read_channels.sql -lib/teamspeak_server/mysql_sql/read_client_channels_privileges.sql -lib/teamspeak_server/mysql_sql/read_client_login.sql -lib/teamspeak_server/mysql_sql/read_clients.sql -lib/teamspeak_server/mysql_sql/read_clients_id.sql -lib/teamspeak_server/mysql_sql/read_clients_name.sql -lib/teamspeak_server/mysql_sql/read_server.sql -lib/teamspeak_server/mysql_sql/read_server_port.sql -lib/teamspeak_server/mysql_sql/read_server_privilege.sql -lib/teamspeak_server/mysql_sql/read_servers.sql -lib/teamspeak_server/mysql_sql/remove_bans.sql -lib/teamspeak_server/mysql_sql/remove_moderatedattribs.sql -lib/teamspeak_server/mysql_sql/search_client.sql -lib/teamspeak_server/mysql_sql/upgrade_1.sql -lib/teamspeak_server/mysql_sql/upgrade_2.sql -lib/teamspeak_server/mysql_sql/upgrade_3.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/Manual -@dirrm lib/teamspeak_server/httpdocs/gfx -@dirrm lib/teamspeak_server/httpdocs/help -@dirrm lib/teamspeak_server/httpdocs -@dirrm lib/teamspeak_server/mysql_sql -@dirrm lib/teamspeak_server/sqlite_sql -@dirrm lib/teamspeak_server/tcpquerydocs -@dirrm lib/teamspeak_server diff --git a/audio/uade/Makefile b/audio/uade/Makefile deleted file mode 100644 index ad221981e565..000000000000 --- a/audio/uade/Makefile +++ /dev/null @@ -1,40 +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= 1.00 -CATEGORIES= audio -MASTER_SITES= http://uade.ton.tut.fi/uade/ -DISTNAME= uade-${PORTVERSION} - -MAINTAINER= mbr@FreeBSD.org -COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ - --mymods=/ \ - --docdir=${X11BASE}/lib/xmms/doc/uade \ - -CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}' - -WRKSRC= ${WRKDIR}/uade-${PORTVERSION} - -MAN1= uade.1 - -post-install: - ${RM} -rf ${X11BASE}/share/uade/players/S - -.include <bsd.port.mk> diff --git a/audio/uade/distinfo b/audio/uade/distinfo deleted file mode 100644 index 4500024600a0..000000000000 --- a/audio/uade/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (uade-1.00.tar.bz2) = 6179e098cb9a79be1fa4d886a0fd35e1 -SIZE (uade-0.81.tar.bz2) = 2134483 diff --git a/audio/uade/files/patch-configure b/audio/uade/files/patch-configure deleted file mode 100644 index 7309a0aebeed..000000000000 --- a/audio/uade/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure.orig -+++ configure -@@ -198,8 +198,6 @@ - --x-includes=*) - ;; - *) -- echo "illegal option $opt" -- exit - ;; - esac - done -@@ -411,7 +409,7 @@ - docdir="$prefix/share/doc/uade-$VERSION" - fi - if test -z "$mandir"; then -- mandir="$prefix/share/man/man1" -+ mandir="$prefix/man/man1" - fi - else - # user installation 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 7a0d856ced04..000000000000 --- a/audio/uade/pkg-plist +++ /dev/null @@ -1,255 +0,0 @@ -lib/xmms/Input/libuade.la -lib/xmms/Input/libuade.so -share/uade/players/ENV/EaglePlayer/ahx -share/uade/players/ENV/EaglePlayer/EP-TFMX_7V.cfg -share/uade/players/ENV/EaglePlayer/EP-TFMX_Pro.cfg -share/uade/players/ENV/EaglePlayer/EP-Mugician_II.cfg -share/uade/players/ENV/EaglePlayer/ahx.waves -share/uade/players/ENV/EaglePlayer/ems_v6.cfg -share/uade/players/ENV/EaglePlayer/ems_v6.cfg.txt -share/uade/db-content -share/uade/players/AHX -share/uade/players/AMComposer1.2 -share/uade/players/ActionAmics -share/uade/players/Art&Magic -share/uade/players/ArtOfNoise -share/uade/players/ArtOfNoise8 -share/uade/players/AudioSculpture -share/uade/players/BeathovenSynthesizer -share/uade/players/BennDaglish -share/uade/players/BladePacker -share/uade/players/CustomMade -share/uade/players/DIGIBooster -share/uade/players/DSS -share/uade/players/DariusZendeh -share/uade/players/DaveLowe -share/uade/players/DaveLoweNew -share/uade/players/DaveLowe_Deli -share/uade/players/DavidHanney -share/uade/players/DavidWhittaker -share/uade/players/Delta2.0 -share/uade/players/DeltaMusic -share/uade/players/Desire -share/uade/players/DigitalSonix_Chrome -share/uade/players/DynamicSynthesizer -share/uade/players/EMS_v6 -share/uade/players/FC1.3 -share/uade/players/FC1.4 -share/uade/players/Fred -share/uade/players/FredGray -share/uade/players/FutureComposerBSI -share/uade/players/FuturePlayer -share/uade/players/GlueMon -share/uade/players/Grouleff -share/uade/players/Hippel -share/uade/players/Hippel-COSO -share/uade/players/HowieDavies -share/uade/players/ImagesMusicSystem -share/uade/players/InStereo! -share/uade/players/InStereo2.0 -share/uade/players/Infogrames -share/uade/players/JamCracker -share/uade/players/JankoMrsic-Flogel -share/uade/players/JasonBrooke -share/uade/players/JasonPage -share/uade/players/JesperOlsen -share/uade/players/Jochen_Hippel_7V -share/uade/players/KrisHatlelid -share/uade/players/LME -share/uade/players/Laxity-Player -share/uade/players/M.O.N -share/uade/players/MED -share/uade/players/MMDC -share/uade/players/MCMD -share/uade/players/MagneticFieldsPacker -share/uade/players/MajorTom -share/uade/players/MarkCooksey -share/uade/players/MarkCookseyNew -share/uade/players/MarkCookseyOld -share/uade/players/MarkII -share/uade/players/MartinWalker -share/uade/players/Medley -share/uade/players/MikeDavies -share/uade/players/Mugician -share/uade/players/MugicianII -share/uade/players/Music-Ass -share/uade/players/NovoTradePacker -share/uade/players/OctaMED -share/uade/players/Oktalyzer -share/uade/players/PSA -share/uade/players/PTK-Prowiz -share/uade/players/PaulRobotham -share/uade/players/PaulShields -share/uade/players/PaulSummers -share/uade/players/PeterVerswyvelenPacker -share/uade/players/PierreAdanePacker -share/uade/players/PumaTracker -share/uade/players/RichardJosephPlayer -share/uade/players/RiffRaff -share/uade/players/RobHubbard -share/uade/players/RobHubbardOld -share/uade/players/SA-packed -share/uade/players/SCUMM -share/uade/players/SIDMon1.0 -share/uade/players/SIDMon2.0 -share/uade/players/SOPROL -share/uade/players/SUNtronic -share/uade/players/ScottJohnston -share/uade/players/SeanConnolly -share/uade/players/SeanConran -share/uade/players/Silmarils -share/uade/players/BennDaglish_SID -share/uade/players/Cinemaware -share/uade/players/CoreDesign -share/uade/players/FashionTracker -share/uade/players/SonixMusicDriver -share/uade/players/SonicArranger -share/uade/players/SoundFX -share/uade/players/SoundImages -share/uade/players/SoundMon -share/uade/players/SoundMon2.2 -share/uade/players/SoundPlayer -share/uade/players/Soundcontrol -share/uade/players/Soundfactory -share/uade/players/SoundMaster -share/uade/players/Special_FX -share/uade/players/SpeedyA1System -share/uade/players/SpeedySystem -share/uade/players/SteveBarrett -share/uade/players/SteveTurner -share/uade/players/SynTracker -share/uade/players/Synth -share/uade/players/SynthDream -share/uade/players/SynthPack -share/uade/players/TFMX -share/uade/players/TFMX_1.5_(TFHD) -share/uade/players/TFMX_7V -share/uade/players/TFMX_7V_(TFHD) -share/uade/players/TFMX_Pro -share/uade/players/TFMX_Pro_(TFHD) -share/uade/players/TME -share/uade/players/ThomasHermann -share/uade/players/TimFollin -share/uade/players/TomyTracker -share/uade/players/Tronic -share/uade/players/UltimateST -share/uade/players/WallyBeben -share/uade/players/YMPlayer -share/uade/players/fwmp -share/uade/players/iff-emod -share/uade/players/uadeformats -share/uade/score -share/uade/uadelogo.xpm -share/uade/uaerc -bin/uade -bin/pwrap.pl -lib/xmms/doc/uade/INSTALL.alpha -lib/xmms/doc/uade/INSTALL.MacOSX -lib/xmms/doc/uade/INSTALL.MorphOS -lib/xmms/doc/uade/amplifiers.txt -lib/xmms/doc/uade/local-slaves.txt -lib/xmms/doc/uade/players/WantedTeam/EP_Cinemaware.readme -lib/xmms/doc/uade/players/WantedTeam/EP_CoreDesign.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Fashion.readme -lib/xmms/doc/uade/players/WantedTeam/WT_Players.txt -lib/xmms/doc/uade/players/WantedTeam/EP_BennDaglish.readme -lib/xmms/doc/uade/players/WantedTeam/EP_BladePacker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_ChipTracker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DSS.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DWhittaker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DaveLowe.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DaveLoweNew.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Desire.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DigitSonix.readme -lib/xmms/doc/uade/players/WantedTeam/EP_DynamicSynt.readme -lib/xmms/doc/uade/players/WantedTeam/EP_FredGray.readme -lib/xmms/doc/uade/players/WantedTeam/EP_FuturePlay.readme -lib/xmms/doc/uade/players/WantedTeam/EP_HowieDavies.readme -lib/xmms/doc/uade/players/WantedTeam/EP_ImagesMusic.readme -lib/xmms/doc/uade/players/WantedTeam/EP_JankoMrsic.readme -lib/xmms/doc/uade/players/WantedTeam/EP_JasonBrooke.readme -lib/xmms/doc/uade/players/WantedTeam/EP_JasonPage.readme -lib/xmms/doc/uade/players/WantedTeam/EP_JasonPageO.readme -lib/xmms/doc/uade/players/WantedTeam/EP_JHippel7V.readme -lib/xmms/doc/uade/players/WantedTeam/EP_KHatlelid.readme -lib/xmms/doc/uade/players/WantedTeam/EP_LME.readme -lib/xmms/doc/uade/players/WantedTeam/EP_MFP.readme -lib/xmms/doc/uade/players/WantedTeam/EP_MMDC.readme -lib/xmms/doc/uade/players/WantedTeam/EP_MWalker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_MikeDavies.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Mugician.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Mugician2.readme -lib/xmms/doc/uade/players/WantedTeam/EP_NovoTrade.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PAP.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PRobotham.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PVP.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PaulShields.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PaulSummers.readme -lib/xmms/doc/uade/players/WantedTeam/EP_PumaTracker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_RJosephPlay.readme -lib/xmms/doc/uade/players/WantedTeam/EP_RiffRaff.readme -lib/xmms/doc/uade/players/WantedTeam/EP_RobHubbard.readme -lib/xmms/doc/uade/players/WantedTeam/EP_RobHubbardO.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SConnolly.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SOPROL.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SeanConran.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Silmarils.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SoundFX.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SoundPlayer.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Soundcontr.readme -lib/xmms/doc/uade/players/WantedTeam/EP_Soundfactor.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SpecialFX.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SpeedSystem.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SpeedyA1Sys.readme -lib/xmms/doc/uade/players/WantedTeam/EP_StevBarrett.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SteveTurner.readme -lib/xmms/doc/uade/players/WantedTeam/EP_SynthPack.readme -lib/xmms/doc/uade/players/WantedTeam/EP_TFMX.readme -lib/xmms/doc/uade/players/WantedTeam/EP_TFMX7V.readme -lib/xmms/doc/uade/players/WantedTeam/EP_TFMXPro.readme -lib/xmms/doc/uade/players/WantedTeam/EP_THermann.readme -lib/xmms/doc/uade/players/WantedTeam/EP_TME.readme -lib/xmms/doc/uade/players/WantedTeam/EP_TomyTracker.readme -lib/xmms/doc/uade/players/WantedTeam/EP_WallyBeben.readme -lib/xmms/doc/uade/players/WantedTeam/WT_Customs.txt -lib/xmms/doc/uade/players/WantedTeam/EP_AMComposer.readme -lib/xmms/doc/uade/players/ptk-prowiz/Changelog.PTK-Prowiz -lib/xmms/doc/uade/players/ptk-prowiz/DeliWiz-Readme.txt -lib/xmms/doc/uade/players/ptk-prowiz/PTK-Prowiz.txt -lib/xmms/doc/uade/players/ArtOfNoise.readme -lib/xmms/doc/uade/players/README.UltimateST -lib/xmms/doc/uade/players/Soundmon2.x.readme -lib/xmms/doc/uade/players/Whittaker.readme -lib/xmms/doc/uade/players/nasr_TFMX.Disclaimer.readme -lib/xmms/doc/uade/decrunch/README.ppcrack -lib/xmms/doc/uade/decrunch/README.unsqsh -lib/xmms/doc/uade/uade_doc.txt -lib/xmms/doc/uade/faq.html -lib/xmms/doc/uade/download.html -lib/xmms/doc/uade/formats.txt -lib/xmms/doc/uade/uade.html -lib/xmms/doc/uade/uade.logo-big.png -lib/xmms/doc/uade/uadelogo2.png -lib/xmms/doc/uade/README -lib/xmms/doc/uade/INSTALL.sun -lib/xmms/doc/uade/INSTALL.sgi -lib/xmms/doc/uade/INSTALL.FreeBSD -lib/xmms/doc/uade/INSTALL -lib/xmms/doc/uade/COPYING -lib/xmms/doc/uade/uade.1 -lib/xmms/doc/uade/PLANS -lib/xmms/doc/uade/ANTIPLANS -lib/xmms/doc/uade/FIXED -lib/xmms/doc/uade/BUGS -lib/xmms/doc/uade/TESTING -lib/xmms/doc/uade/ChangeLog.txt -@dirrm lib/xmms/doc/uade/players/ptk-prowiz -@dirrm lib/xmms/doc/uade/players/WantedTeam -@dirrm lib/xmms/doc/uade/decrunch -@dirrm lib/xmms/doc/uade/players -@dirrm lib/xmms/doc/uade -@dirrm lib/xmms/doc -@dirrm share/uade/players/ENV/EaglePlayer -@dirrm share/uade/players/ENV -@dirrm share/uade/players -@dirrm share/uade diff --git a/audio/vat/Makefile b/audio/vat/Makefile deleted file mode 100644 index 97ca722aaf4a..000000000000 --- a/audio/vat/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: vat -# Date created: 2 November 1996 -# Whom: fenner -# -# $FreeBSD$ -# - -PORTNAME= vat -PORTVERSION= 4.0b2 -PORTREVISION= 1 -CATEGORIES= mbone tk83 -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ -DISTFILES= vatsrc-4.0b2.tar.gz - -MAINTAINER= fenner@FreeBSD.org -COMMENT= The Visual Audio Tool - multicast audioconferencing - -GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 - -# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then -# we can use this first BUILD_DEPENDS and save some work. -#BUILD_DEPENDS= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch -BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ - gsm.1:${GSM_DIR} - -USE_X_PREFIX= yes -USE_AUTOCONF_VER= 213 -CONFIGURE_ARGS= --with-gsm=${GSM_WORK} -INSTALL_TARGET= install install-man -MAN1= vat.1 -PLIST_FILES= bin/vat - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/vat - -.include <bsd.port.post.mk> diff --git a/audio/vat/distinfo b/audio/vat/distinfo deleted file mode 100644 index e59c9bc18634..000000000000 --- a/audio/vat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (vatsrc-4.0b2.tar.gz) = ad6bfa8e986be1706e60251dd9c2f204 -SIZE (vatsrc-4.0b2.tar.gz) = 263799 diff --git a/audio/vat/files/patch-aa b/audio/vat/files/patch-aa deleted file mode 100644 index 574759971107..000000000000 --- a/audio/vat/files/patch-aa +++ /dev/null @@ -1,249 +0,0 @@ ---- configure.in.tk.orig Thu May 16 01:06:05 1996 -+++ configure.in.tk Tue Sep 9 11:35:45 1997 -@@ -2,6 +2,7 @@ - dnl $Header: /home/ncvs/ports/mbone/vat/patches/patch-aa,v 1.3 1998/06/26 19:05:34 fenner Exp $ (LBL) - - AC_ARG_WITH(tcl, --with-tcl=path specify a pathname for tcl, d=$withval, d="") -+tclposs="tcl8.3 tcl83 tcl" - if test "$d" != "" ; then - if test ! -d $d ; then - echo "'$d' is not a directory" -@@ -12,22 +13,22 @@ - echo "can't find tcl.h in $d/include" - exit 1 - fi -- places="$d/lib/libtcl7.5.so \ -- $d/lib/libtcl7.5.a \ -- $d/lib/libtcl.so \ -- $d/lib/libtcl.a" - V_LIB_TCL=FAIL -- for dir in $places; do -- if test -r $dir ; then -- V_LIB_TCL=$dir -+ for p in $tclposs; do -+ if test "`echo $d/lib/lib$p.so*`" != "$d/lib/lib$p.so*" ; then -+ V_LIB_TCL="-L$d/lib -l$p" -+ break -+ fi -+ if test -r $d/lib/lib$p.a ; then -+ V_LIB_TCL="-L$d/lib -l$p" - break - fi - done -- if test $V_LIB_TCL = FAIL ; then -+ if test "$V_LIB_TCL" = FAIL ; then - echo "can't find libtcl.a in $d/lib" - exit 1 - fi -- places="$d/lib/tcl7.5 \ -+ places="$d/lib/tcl8.3 \ - $d/lib/tcl" - V_LIBRARY_TCL=FAIL - for dir in $places; do -@@ -44,13 +45,14 @@ - AC_TEST_CPP([#include <tcl.h>], V_INCLUDE_TCL="", V_INCLUDE_TCL=FAIL) - if test "$V_INCLUDE_TCL" = FAIL; then - echo "checking for tcl.h" -- places="$PWD/../tcl7.5 \ -- /usr/src/local/tcl7.5 \ -- /import/tcl/include/tcl7.5 \ -+ places="$PWD/../tcl8.3 \ -+ /usr/src/local/tcl8.3 \ -+ /import/tcl/include/tcl8.3 \ - $prefix/include \ - $x_includes/tk \ - $x_includes \ - /usr/local/include \ -+ /usr/local/include/tcl8.3 \ - /usr/contrib/include \ - /usr/include" - for dir in $places; do -@@ -64,7 +66,7 @@ - exit 1 - fi - fi -- AC_CHECK_LIB(tcl7.5, main, V_LIB_TCL="-ltcl7.5", V_LIB_TCL="FAIL") -+ AC_CHECK_LIB(tcl8.3, main, V_LIB_TCL="-ltcl8.3", V_LIB_TCL="FAIL") - if test "$V_LIB_TCL" = FAIL; then - echo "checking for libtcl.a" - places="\ -@@ -73,17 +75,22 @@ - /usr/contrib/lib \ - /usr/local/lib \ - /usr/lib \ -- $PWD/../tcl7.5 \ -- /usr/src/local/tcl7.5 \ -- /import/tcl/lib/tcl7.5 \ -+ $PWD/../tcl8.3 \ -+ /usr/src/local/tcl8.3 \ -+ /import/tcl/lib/tcl8.3 \ - " - for dir in $places; do -- if test -r $dir/libtcl7.5.so -o -r $dir/libtcl7.5.a; then -- V_LIB_TCL="-L$dir -ltcl7.5" -- break -- fi -- if test -r $dir/libtcl.so -o -r $dir/libtcl.a; then -- V_LIB_TCL="-L$dir -ltcl" -+ for p in $tclposs; do -+ if test "`echo $dir/lib$p.so*`" != "$dir/lib$p.so*" ; then -+ V_LIB_TCL="-L$dir -l$p" -+ break -+ fi -+ if test -r $dir/lib$p.a ; then -+ V_LIB_TCL="-L$dir -l$p" -+ break -+ fi -+ done -+ if test "$V_LIB_TCL" != FAIL; then - break - fi - done -@@ -98,15 +105,16 @@ - fi - echo "checking for tcl/init.tcl" - V_LIBRARY_TCL=FAIL -- places="/usr/local/lib/tcl7.5 \ -- /usr/contrib/lib/tcl7.5 \ -- /usr/lib/tcl7.5 \ -- /usr/lib/tk/tcl7.5 \ -- /import/tcl/lib/tcl7.5 \ -- $prefix/lib/tcl7.5 \ -- $x_libraries/tcl7.5 \ -+ places="/usr/local/lib/tcl8.3 \ -+ /usr/contrib/lib/tcl8.3 \ -+ /usr/lib/tcl8.3 \ -+ /usr/lib/tk/tcl8.3 \ -+ /import/tcl/lib/tcl8.3 \ -+ $prefix/lib/tcl8.3 \ -+ $x_libraries/tcl8.3 \ - /usr/local/lib/tcl \ - /usr/lib/tcl \ -+ /usr/libdata/tcl \ - /usr/lib/tk/tcl \ - /import/tcl/lib/tcl \ - $prefix/lib/tcl \ -@@ -128,6 +136,7 @@ - AC_SUBST(V_LIBRARY_TCL) - - AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkposs="tk8.3 tk83 tk" - if test "$d" != "" ; then - if test ! -d $d ; then - echo "'$d' is not a directory" -@@ -138,22 +147,22 @@ - echo "can't find tk.h in $d/include" - exit 1 - fi -- places="$d/lib/libtk4.1.so \ -- $d/lib/libtk4.1.a \ -- $d/lib/libtk.so \ -- $d/lib/libtk.a" - V_LIB_TK=FAIL -- for dir in $places; do -- if test -r $dir ; then -- V_LIB_TK=$dir -+ for p in $tkposs; do -+ if test "`echo $d/lib/lib$p.so*`" != "$d/lib/lib$p.so*" ; then -+ V_LIB_TK="-L$d/lib -l$p" -+ break -+ fi -+ if test -r $d/lib/lib$p.a ; then -+ V_LIB_TK="-L$d/lib -l$p" - break - fi - done -- if test $V_LIB_TK = FAIL ; then -+ if test "$V_LIB_TK" = FAIL ; then - echo "can't find libtk.a in $d/lib" - exit 1 - fi -- places="$d/lib/tk4.1 \ -+ places="$d/lib/tk8.3 \ - $d/lib/tk" - V_LIBRARY_TK=FAIL - for dir in $places; do -@@ -174,14 +183,15 @@ - places="\ - $prefix/include \ - /usr/local/include \ -+ /usr/local/include/tk8.3 \ - /usr/contrib/include \ - /usr/include/tcl \ - /usr/include\ - $x_includes/tk \ - $x_includes \ -- $PWD/../tk4.1 \ -- /usr/src/local/tk4.1 \ -- /import/tcl/include/tk4.1 \ -+ $PWD/../tk8.3 \ -+ /usr/src/local/tk8.3 \ -+ /import/tcl/include/tk8.3 \ - " - for dir in $places; do - if test -r $dir/tk.h ; then -@@ -194,7 +204,7 @@ - exit 1 - fi - fi -- AC_CHECK_LIB(tk4.1, main, V_LIB_TK="-ltk4.1", V_LIB_TK="FAIL") -+ AC_CHECK_LIB(tk8.3, main, V_LIB_TK="-ltk8.3", V_LIB_TK="FAIL") - if test "$V_LIB_TK" = FAIL; then - echo "checking for libtk.a" - places="/usr/local/lib \ -@@ -202,17 +212,22 @@ - /usr/lib \ - /usr/lib/tk \ - /import/tcl/lib \ -- $PWD/../tk4.1 \ -- /usr/src/local/tk4.1 \ -+ $PWD/../tk8.3 \ -+ /usr/src/local/tk8.3 \ - $prefix/lib \ - $x_libraries" - for dir in $places; do -- if test -r $dir/libtk4.1.so -o -r $dir/libtk4.1.a; then -- V_LIB_TK="-L$dir -ltk4.1" -- break -- fi -- if test -r $dir/libtk.so -o -r $dir/libtk.a; then -- V_LIB_TK="-L$dir -ltk" -+ for p in $tkposs; do -+ if test "`echo $dir/lib$p.so*`" != "$dir/lib$p.so*" ; then -+ V_LIB_TK="-L$dir -l$p" -+ break -+ fi -+ if test -r $dir/lib$p.a ; then -+ V_LIB_TK="-L$dir -l$p" -+ break -+ fi -+ done -+ if test "$V_LIB_TK" != FAIL; then - break - fi - done -@@ -227,15 +242,15 @@ - fi - echo "checking for tk/tk.tcl" - V_LIBRARY_TK=FAIL -- places="/usr/local/lib/tk4.1 \ -- /usr/contrib/lib/tk4.1 \ -- /usr/lib/tk4.1 \ -- /usr/lib/tk/tk4.1 \ -- /import/tcl/lib/tk4.1 \ -- $prefix/lib/tk4.1 \ -- $x_libraries/tk4.1 \ -- $PWD/../tk4.1/library \ -- /usr/src/local/tk4.1/library \ -+ places="/usr/local/lib/tk8.3 \ -+ /usr/contrib/lib/tk8.3 \ -+ /usr/lib/tk8.3 \ -+ /usr/lib/tk/tk8.3 \ -+ /import/tcl/lib/tk8.3 \ -+ $prefix/lib/tk8.3 \ -+ $x_libraries/tk8.3 \ -+ $PWD/../tk8.3/library \ -+ /usr/src/local/tk8.3/library \ - /usr/local/lib/tk \ - /usr/lib/tk \ - /usr/lib/tk/tk \ diff --git a/audio/vat/files/patch-ab b/audio/vat/files/patch-ab deleted file mode 100644 index 8424b66fc784..000000000000 --- a/audio/vat/files/patch-ab +++ /dev/null @@ -1,136 +0,0 @@ ---- tkStripchart.c.orig Tue Sep 9 11:00:42 1997 -+++ tkStripchart.c Tue Sep 9 10:52:30 1997 -@@ -148,7 +148,7 @@ - int scrollrequired; - int guarantee_draw; - int grow_up; -- XFontStruct *fontPtr; /* Information about text font, or NULL. */ -+ Tk_Font tkfont; /* Information about text font, or NULL. */ - XColor *textColorPtr; /* Color for drawing text. */ - GC textGC; /* GC for drawing text. */ - XColor *tickColorPtr; /* Color for drawing ticks. */ -@@ -257,7 +257,7 @@ - {TK_CONFIG_SYNONYM, "-fg", "stripcolor", 0, - 0, 0, 0}, - {TK_CONFIG_FONT, "-font", "font", "Font", -- DEF_STRIPCHART_FONT, Tk_Offset(Stripchart, fontPtr), -+ DEF_STRIPCHART_FONT, Tk_Offset(Stripchart, tkfont), - 0}, - {TK_CONFIG_BOOLEAN, "-guaranteedrawing", "guaranteedrawing", - "Guaranteedrawing", DEF_GUARANTEE_DRAW, -@@ -570,8 +570,8 @@ - if (StripchartPtr->value != NULL) - free(StripchartPtr->value); - -- if (StripchartPtr->fontPtr != NULL) -- Tk_FreeFontStruct(StripchartPtr->fontPtr); -+ if (StripchartPtr->tkfont != NULL) -+ Tk_FreeFont(StripchartPtr->tkfont); - - if (StripchartPtr->textColorPtr != NULL) - Tk_FreeColor(StripchartPtr->textColorPtr); -@@ -631,7 +631,7 @@ - - Tk_SetBackgroundFromBorder(StripchartPtr->tkwin, StripchartPtr->border); - -- gcValues.font = StripchartPtr->fontPtr->fid; -+ gcValues.font = Tk_FontId(StripchartPtr->tkfont); - gcValues.foreground = StripchartPtr->textColorPtr->pixel; - newGC = Tk_GetGC(StripchartPtr->tkwin, GCForeground|GCFont, &gcValues); - if (StripchartPtr->textGC != None && StripchartPtr->tkwin) { -@@ -692,8 +692,11 @@ - { - int tt = hasatitle(StripchartPtr); - int bd = StripchartPtr->borderWidth; -- int lineHeight = StripchartPtr->fontPtr->ascent + -- StripchartPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; -+ -+ Tk_GetFontMetrics(StripchartPtr->tkfont, &fm); -+ lineHeight = fm.ascent + fm.descent; - - Tk_GeometryRequest(StripchartPtr->tkwin, - 2 * (bd + PADDING) + StripchartPtr->num_strips * -@@ -726,11 +729,13 @@ - /* - * Variable declarations used in the title drawing routines - */ -- XFontStruct *fp = StripchartPtr->fontPtr; -- XCharStruct bbox; -- int x, dummy; -- int lineHeight = StripchartPtr->fontPtr->ascent + -- StripchartPtr->fontPtr->descent; -+ Tk_Font tkf = StripchartPtr->tkfont; -+ int x; -+ Tk_FontMetrics fm; -+ int lineHeight; -+ -+ Tk_GetFontMetrics(tkf, &fm); -+ lineHeight = fm.ascent + fm.descent; - - StripchartPtr->displaybits &= ~REDRAW_PENDING; - if ((StripchartPtr->tkwin == NULL) || !Tk_IsMapped(tkwin)) -@@ -747,18 +752,17 @@ - * space. Otherwise left justified and clipped on the right. - */ - if (tt && StripchartPtr->displaybits & DISPLAY_TITLE) { -- XTextExtents(fp, StripchartPtr->title, -- strlen(StripchartPtr->title), -- &dummy, &dummy, &dummy, &bbox); -- if (bbox.lbearing + bbox.rbearing < Tk_Width(tkwin) - 2 * bd) -- x = (Tk_Width(tkwin) - bbox.lbearing - bbox.rbearing)/2; -+ int width = Tk_TextWidth(tkf, StripchartPtr->title, -+ strlen(StripchartPtr->title)); -+ if (width < Tk_Width(tkwin) - 2 * bd) -+ x = (Tk_Width(tkwin) - width)/2; - else - x = bd + PADDING; - - XClearArea(Tk_Display(tkwin), Tk_WindowId(tkwin), bd, bd, - Tk_Width(tkwin) - 2 * bd, lineHeight + PADDING, False); - XDrawString(Tk_Display(tkwin), Tk_WindowId(tkwin), -- StripchartPtr->textGC, x, fp->max_bounds.ascent + bd, -+ StripchartPtr->textGC, x, fm.ascent + bd, /*XXX no max_bounds */ - StripchartPtr->title, strlen(StripchartPtr->title)); - } - /* -@@ -1057,7 +1061,8 @@ - DrawStripi(Stripchart* SPtr, int i) - { - Tk_Window tkwin = SPtr->tkwin; -- int lineHeight = SPtr->fontPtr->ascent + SPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; - int x = SPtr->borderWidth + PADDING + (i - 1) * SPtr->strip_width; - int y = SPtr->borderWidth + PADDING + - hasatitle(SPtr) * (lineHeight + PADDING); -@@ -1066,6 +1071,9 @@ - double maxv = SPtr->max_value; - double minv = SPtr->min_value; - -+ Tk_GetFontMetrics(SPtr->tkfont, &fm); -+ lineHeight = fm.ascent + fm.descent; -+ - if (i < 1 || i > SPtr->num_strips) - return; - -@@ -1136,7 +1144,8 @@ - ScrollStrips(Stripchart* SPtr) - { - Tk_Window tkwin = SPtr->tkwin; -- int lineHeight = SPtr->fontPtr->ascent + SPtr->fontPtr->descent; -+ Tk_FontMetrics fm; -+ int lineHeight; - int src_x = SPtr->borderWidth + PADDING + SPtr->strip_width; - int src_y = SPtr->borderWidth + PADDING + - hasatitle(SPtr) * (lineHeight + PADDING); -@@ -1144,6 +1153,8 @@ - int dest_y = src_y; - int w = (SPtr->num_strips - 1) * SPtr->strip_width; - int h = SPtr->max_height; -+ -+ Tk_GetFontMetrics(SPtr->tkfont, &fm); - - XCopyArea(Tk_Display(tkwin), Tk_WindowId(tkwin), Tk_WindowId(tkwin), - Tk_GetGC(tkwin, 0, NULL), src_x, src_y, w, h, dest_x, dest_y); diff --git a/audio/vat/files/patch-ac b/audio/vat/files/patch-ac deleted file mode 100644 index 42144397d299..000000000000 --- a/audio/vat/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- main.cc.orig Tue Sep 9 11:17:10 1997 -+++ main.cc Tue Sep 9 11:17:31 1997 -@@ -162,7 +162,7 @@ - else { - Tk_Window tk = t.tkmain(); - Tk_Uid uid = Tk_GetUid((char*)argv[1]); -- XFontStruct* p = Tk_GetFontStruct(t.interp(), tk, uid); -+ Tk_Font p = Tk_GetFont(t.interp(), tk, uid); - t.result(p != 0 ? "1" : "0"); - } - return (TCL_OK); diff --git a/audio/vat/files/patch-ad b/audio/vat/files/patch-ad deleted file mode 100644 index 8577e53a9883..000000000000 --- a/audio/vat/files/patch-ad +++ /dev/null @@ -1,70 +0,0 @@ ---- sitebox.cc.orig Tue Sep 9 11:24:41 1997 -+++ sitebox.cc Tue Sep 9 11:24:43 1997 -@@ -112,7 +112,7 @@ - static Drawable pixmap_; - static int pixw_; - static int pixh_; -- static XFontStruct* fs_; /* font metrics */ -+ static Tk_Font fs_; /* font metrics */ - }; - - class SiteBox : public TkWidget, public IdleCallback { -@@ -160,7 +160,7 @@ - GC Site::copy_gc_; - GC Site::fg_[4]; - GC Site::bg_[4]; --XFontStruct* Site::fs_; -+Tk_Font Site::fs_; - XColor* Site::fc_; - XColor* Site::bc_; - XColor* Site::ac_; -@@ -190,15 +190,16 @@ - sitebox_(sb) - { - Tcl& tcl = Tcl::instance(); -+ Tk_FontMetrics fm; - if (fs_ == 0) { - const char* font = tcl.attr("siteFont"); -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, (char*)font); -+ fs_ = Tk_GetFont(tcl.interp(), tk_, (char*)font); - if (fs_ == 0) { - fprintf(stderr, - "vat: couldn't find font: %s\n", font); -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, "screen"); -+ fs_ = Tk_GetFont(tcl.interp(), tk_, "screen"); - if (fs_ == 0) -- fs_ = Tk_GetFontStruct(tcl.interp(), tk_, -+ fs_ = Tk_GetFont(tcl.interp(), tk_, - "fixed"); - if (fs_ == 0) { - fprintf(stderr, -@@ -220,8 +221,9 @@ - - copy_gc_ = sitebox_.lookup_gc(0, 0, 0); - } -- descent_ = fs_->descent; -- ascent_ = fs_->ascent; -+ Tk_GetFontMetrics(fs_, &fm); -+ descent_ = fm.descent; -+ ascent_ = fm.ascent; - major_ = ascent_; - minor_ = major_ / 2; - } -@@ -292,7 +294,7 @@ - */ - inline int Site::textwidth(const char* s) - { -- return (XTextWidth(fs_, s, strlen(s))); -+ return (Tk_TextWidth(fs_, s, strlen(s))); - } - - inline void Site::square(Display* dpy, Drawable window, GC gc, -@@ -450,7 +452,7 @@ - free_gc(bg_[0]); - free_gc(bg_[1]); - } -- Font fid = fs_->fid; -+ Font fid = Tk_FontId(fs_); - fg_[0] = raw_gc(fid, fc_, bc_, pixmap_); - fg_[2] = raw_gc(fid, dc_, bc_, pixmap_); - bg_[0] = raw_gc(fid, bc_, bc_, pixmap_); diff --git a/audio/vat/files/patch-ae b/audio/vat/files/patch-ae deleted file mode 100644 index 6ac2e51801f1..000000000000 --- a/audio/vat/files/patch-ae +++ /dev/null @@ -1,79 +0,0 @@ ---- Tcl.h.orig Sat Mar 16 13:14:34 1996 -+++ Tcl.h Tue Dec 17 14:39:45 1996 -@@ -53,7 +53,8 @@ - inline int dark() const { return (tcl_ == 0); } - inline Tcl_Interp* interp() const { return (tcl_); } - inline char* result() const { return (tcl_->result); } -- inline void result(const char* p) { tcl_->result = (char*)p; } -+ inline void result(const char* p, Tcl_FreeProc* freeProc = TCL_STATIC) -+ { Tcl_SetResult(tcl_, (char *)p, freeProc); } - void resultf(const char* fmt, ...); - inline void CreateCommand(const char* cmd, Tcl_CmdProc* cproc, - ClientData cd = 0, ---- source.cc.orig Thu Apr 4 07:05:45 1996 -+++ source.cc Tue Dec 17 14:38:44 1996 -@@ -251,8 +251,7 @@ - return (TCL_OK); - } - if (strcmp(argv[1], "addr") == 0) { -- strcpy(wrk, InetNtoa(addr_)); -- tcl.result(wrk); -+ tcl.result(InetNtoa(addr_), TCL_DYNAMIC); - return (TCL_OK); - } - if (strcmp(argv[1], "srcid") == 0) { ---- Tcl.cc.orig Tue Apr 2 20:53:27 1996 -+++ Tcl.cc Tue Dec 17 15:45:30 1996 -@@ -65,6 +65,7 @@ - { - instance_.tcl_ = tcl; - instance_.application_ = application; -+ Tcl_Init(tcl); - } - - void Tcl::evalc(const char* s) -@@ -162,6 +163,8 @@ - Tcl& tcl = Tcl::instance(); - if (!tcl.dark()) - tcl.DeleteCommand(name_); -+ if (name_ != 0) -+ delete name_; - TclObject** p; - for (p = &all_; *p != this; p = &(*p)->next_) - ; -@@ -197,8 +200,9 @@ - void TclObject::setproc(const char* s) - { - Tcl& tcl = Tcl::instance(); -- if (name_ != 0 && !tcl.dark()) { -- tcl.DeleteCommand(name_); -+ if (name_ != 0) { -+ if (!tcl.dark()) -+ tcl.DeleteCommand(name_); - delete name_; - } - int n = strlen(s); ---- sitebox.cc.orig 1997/01/07 22:48:27 -+++ sitebox.cc 1997/01/07 23:27:35 -@@ -230,6 +230,10 @@ - - Site::~Site() - { -+ if (text_) -+ delete text_; -+ if (tag_) -+ delete tag_; - } - - int Site::command(int argc, const char*const* argv) -@@ -638,8 +642,8 @@ - need_sort_ = 0; - - Tcl& tcl = Tcl::instance(); -- Tk_Uid fg = mono()? "black" : (char*)tcl.attr("foreground"); -- Tk_Uid bg = mono()? "white" : (char*)tcl.attr("background"); -+ Tk_Uid fg = mono()? (char*)"black" : (char*)tcl.attr("foreground"); -+ Tk_Uid bg = mono()? (char*)"white" : (char*)tcl.attr("background"); - fg_ = lookup_gc(0, fg, bg); - bg_ = lookup_gc(0, bg, bg); - } diff --git a/audio/vat/files/patch-af b/audio/vat/files/patch-af deleted file mode 100644 index 6b73cca9f5c8..000000000000 --- a/audio/vat/files/patch-af +++ /dev/null @@ -1,117 +0,0 @@ ---- net.cc.orig 1997/10/07 19:07:01 -+++ net.cc 1998/01/26 22:21:41 -@@ -163,46 +163,48 @@ - { - int cc = ::send(fd, (char*)buf, len, 0); - if (cc < 0) { -- switch (errno) { -+ /* -+ * Due to a bug in kern/uipc_socket.c, on several -+ * systems, datagram sockets incorrectly persist -+ * in an error state on receipt of any ICMP -+ * error. This causes unicast connection -+ * rendezvous problems, and worse, multicast -+ * transmission problems because several systems -+ * incorrectly send port unreachables for -+ * multicast destinations. Our work around -+ * is to call getsockopt(..., SO_ERROR, ...) -+ * which resets so->so_error. -+ * -+ * This bug originated at CSRG in Berkeley -+ * and was present in the BSD Reno networking -+ * code release. It has since been fixed -+ * in OSF-3.x. It is know to remain -+ * in 4.4BSD and AIX-4.1.3. -+ * -+ * A fix is to change the following lines from -+ * kern/uipc_socket.c: -+ * -+ * if (so_serror) -+ * snderr(so->so_error); -+ * -+ * to: -+ * -+ * if (so->so_error) { -+ * error = so->so_error; -+ * so->so_error = 0; -+ * splx(s); -+ * goto release; -+ * } -+ * -+ */ -+ int err, errlen = sizeof(err), savederrno; -+ -+ savederrno = errno; -+ getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, -+ &errlen); -+ switch (savederrno) { - case ECONNREFUSED: - /* no one listening at some site - ignore */ --#if defined(__osf__) || defined(_AIX) -- /* -- * Due to a bug in kern/uipc_socket.c, on several -- * systems, datagram sockets incorrectly persist -- * in an error state on receipt of an ICMP -- * port-unreachable. This causes unicast connection -- * rendezvous problems, and worse, multicast -- * transmission problems because several systems -- * incorrectly send port unreachables for -- * multicast destinations. Our work around -- * is to simply close and reopen the socket -- * (by calling reset() below). -- * -- * This bug originated at CSRG in Berkeley -- * and was present in the BSD Reno networking -- * code release. It has since been fixed -- * in 4.4BSD and OSF-3.x. It is know to remain -- * in AIX-4.1.3. -- * -- * A fix is to change the following lines from -- * kern/uipc_socket.c: -- * -- * if (so_serror) -- * snderr(so->so_error); -- * -- * to: -- * -- * if (so->so_error) { -- * error = so->so_error; -- * so->so_error = 0; -- * splx(s); -- * goto release; -- * } -- * -- */ -- reset(); --#endif - break; - - case ENETUNREACH: -@@ -217,7 +219,7 @@ - * icmp unreachable, so we should be able to - * send now. - */ -- (void)::send(ssock_, (char*)buf, len, 0); -+ (void)::send(fd, (char*)buf, len, 0); - break; - - default: -@@ -264,12 +266,14 @@ - } - int cc = ::sendmsg(ssock_, (msghdr*)&mh, 0); - if (cc < 0) { -- switch (errno) { -+ int err, errlen = sizeof(err), savederrno; -+ -+ savederrno = errno; -+ getsockopt(ssock_, SOL_SOCKET, SO_ERROR, &err, -+ &errlen); -+ switch (savederrno) { - case ECONNREFUSED: - /* no one listening at some site - ignore */ --#if defined(__osf__) || defined(_AIX) -- reset(); --#endif - break; - - case ENETUNREACH: diff --git a/audio/vat/files/patch-ag b/audio/vat/files/patch-ag deleted file mode 100644 index c4735e351557..000000000000 --- a/audio/vat/files/patch-ag +++ /dev/null @@ -1,45 +0,0 @@ ---- ui-resource.tcl.orig Tue Mar 12 07:32:56 1996 -+++ ui-resource.tcl Thu Feb 19 10:48:04 1998 -@@ -111,32 +111,24 @@ - # - option add *tearOff 0 - -- # -- # Make the color scheme a little darker than the default gray. -- # Go through all the palette resources and raise the option data -- # base priority from widgetDefault to 61 so that user's X resources -- # won't override these. -- # -- tk_setPalette gray80 -- foreach option [array names tkPalette] { -- option add *$option $tkPalette($option) 61 -- } -- - option add *highlightThickness 0 - - option add *Radiobutton.relief flat startupFile - option add *Checkbutton.anchor w startupFile - option add *Radiobutton.anchor w startupFile - option add *Radiobutton.relief flat startupFile -- option add *Scale.sliderForeground gray66 startupFile -- option add *Scale.activeForeground gray80 startupFile -- option add *Scale.background gray70 startupFile - -- # vat widgets -- option add Vat.disabledColor gray50 startupFile -- option add Vat.highlightColor gray95 startupFile -+ # add color defaults for vat widgets - where possible, use -+ # the platform specific values compiled into tk widgets -+ scale .junk -+ option add *foreground [.junk cget -foreground] widgetDefault -+ option add *background [.junk cget -background] widgetDefault -+ option add *activeBackground [.junk cget -activebackground] widgetDefault -+ destroy .junk -+ -+ option add *highlightColor white widgetDefault - option add Vat.infoHighlightColor LightYellow2 startupFile -- option add *VatVU.foreground black startupFile -+ option add Vat.disabledColor gray50 startupFile - option add *VatVU.peak gray50 startupFile - option add *VatVU.hot firebrick1 startupFile - option add *VatVU.hotLevel 90 startupFile diff --git a/audio/vat/files/patch-ah b/audio/vat/files/patch-ah deleted file mode 100644 index 596513307334..000000000000 --- a/audio/vat/files/patch-ah +++ /dev/null @@ -1,577 +0,0 @@ ---- audio-voxware.cc.orig Fri Apr 26 05:22:37 1996 -+++ audio-voxware.cc Sat May 10 00:15:51 2003 -@@ -1,4 +1,6 @@ - /* -+ * Modifications (C) 1997-1998 by Luigi Rizzo and others. -+ * - * Copyright (c) 1991-1993 Regents of the University of California. - * All rights reserved. - * -@@ -33,31 +35,43 @@ - static const char rcsid[] = - "@(#) $Header: audio-voxware.cc,v 1.10 96/04/26 05:22:05 van Exp $ (LBL)"; - --#include <string.h> --#include <sys/fcntl.h> --#include <errno.h> --#if defined(sco) || defined(__bsdi__) --#include <sys/socket.h> --#endif --#if defined(__FreeBSD__) --#include <sys/types.h> --#include <sys/uio.h> --#include <unistd.h> --#include <machine/soundcard.h> -+ -+/* -+ * Full Duplex audio module for the new sound driver and full duplex -+ * cards. Luigi Rizzo, from original sources supplied by Amancio Hasty. -+ * -+ * This includes some enhancements: -+ * - the audio device to use can be in the AUDIODEV env. variable. -+ * It can be either a unit number or a full pathname; -+ * - use whatever format is available from the card (included split -+ * format e.g. for the sb16); -+ * - limit the maximum size of the playout queue to approx 4 frames; -+ * this is necessary if the write channel is slower than expected; -+ * the fix is based on two new ioctls, AIOGCAP and AIONWRITE, -+ * but the code should compile with the old driver as well. -+ */ -+ -+#if !defined(__FreeBSD__) || (__FreeBSD__ < 4) -+#include <osfcn.h> - #else --#include <sys/soundcard.h> -+#include <fcntl.h> - #endif -+#include <sys/soundcard.h> - #include "audio.h" -+#include "mulaw.h" - #include "Tcl.h" - - #define ULAW_ZERO 0x7f -+ -+/* for use in the Voxware driver */ - #define ABUFLOG2 8 --#define ABUFLEN (1 << ABUFLOG2) - #define NFRAG 5 - --class VoxWareAudio : public Audio { -+extern const u_char lintomulawX[]; -+ -+class VoxWare : public Audio { - public: -- VoxWareAudio(); -+ VoxWare(); - virtual int FrameReady(); - virtual u_char* Read(); - virtual void Write(u_char *); -@@ -66,163 +80,415 @@ - virtual void OutputPort(int); - virtual void InputPort(int); - virtual void Obtain(); -+ virtual void Release(); - virtual void RMute(); - virtual void RUnmute(); - virtual int HalfDuplex() const; - protected: -+ int ext_fd; /* source for external file */ - -- u_char* readptr; -- u_char* readbufend; - u_char* readbuf; -+ u_short *s16_buf; -+ -+ int play_fmt ; -+ int is_half_duplex ; -+ -+ // new sound driver -+ int rec_fmt ; /* the sb16 has split format... */ -+ snd_capabilities soundcaps; - -- u_char* ubufptr; -- u_char* ubufend; -- u_char* ubuf; -- -- u_char* writeptr; -- u_char* writebufend; -- u_char* writebuf; - }; - --static class VoxWareAudioMatcher : public Matcher { -+static class VoxWareMatcher : public Matcher { - public: -- VoxWareAudioMatcher() : Matcher("audio") {} -+ VoxWareMatcher() : Matcher("audio") {} - TclObject* match(const char* fmt) { - if (strcmp(fmt, "voxware") == 0) -- return (new VoxWareAudio); -- else -+ return (new VoxWare); - return (0); - } --} voxware_audio_matcher; -+} linux_audio_matcher; - --VoxWareAudio::VoxWareAudio() -+VoxWare::VoxWare() - { -- readbuf = new u_char[ABUFLEN]; -- readptr = readbufend = readbuf + ABUFLEN; -+ readbuf = new u_char[blksize]; -+ s16_buf = new u_short[blksize]; - -- writeptr = writebuf = new u_char[ABUFLEN]; -- writebufend = writebuf + ABUFLEN; -+ memset(readbuf, ULAW_ZERO, blksize); - -- ubufptr = ubuf = new u_char[blksize]; -- ubufend = ubuf + blksize; -- memset(ubuf, ULAW_ZERO, blksize); -+ ext_fd = -1 ; /* no external audio */ -+ iports = 4; /* number of input ports */ - } - --int VoxWareAudio::HalfDuplex() const -+void -+VoxWare::Obtain() - { -- /*XXX change this if full duplex audio device available*/ -- return 1; --} -+ char *thedev; -+ char buf[64]; -+ int d = -1; - --void VoxWareAudio::Obtain() --{ - if (HaveAudio()) - abort(); -- -- fd = open("/dev/audio", O_RDWR|O_NDELAY); -+ is_half_duplex = 0 ; -+ /* -+ * variable AUDIODEV has the name of the audio device. -+ * With the new audio driver, the main device can also control -+ * the mixer, so there is no need to carry two descriptors around. -+ */ -+ thedev=getenv("AUDIODEV"); -+ if (thedev==NULL) -+ thedev="/dev/audio"; -+ else if ( thedev[0] >= '0' && thedev[0] <= '9' ) { -+ d = atoi(thedev); -+ sprintf(buf,"/dev/audio%d", d); -+ thedev = buf ; -+ } -+ fd = open(thedev, O_RDWR ); - if (fd >= 0) { -- int on = 1; -- ioctl(fd, FIONBIO, &on); -+ int i = -1 ; -+ u_long fmt = 0 ; -+ int rate = 8000 ; -+ -+ snd_chan_param pa; -+ struct snd_size sz; -+ i = ioctl(fd, AIOGCAP, &soundcaps); -+ fmt = soundcaps.formats ; /* can be invalid, check later */ -+ -+ play_fmt = AFMT_MU_LAW ; -+ rec_fmt = AFMT_MU_LAW ; -+ -+ if (i == -1 ) { /* setup code for old voxware driver */ -+ i = ioctl(fd, SNDCTL_DSP_GETFMTS, &fmt); -+ fmt &= AFMT_MU_LAW ; /* only use mu-law */ -+ fmt |= AFMT_FULLDUPLEX ; -+ if ( i < 0 ) { /* even voxware driver failed, try with pcaudio */ -+ fmt = AFMT_MU_LAW | AFMT_WEIRD ; -+ } -+ } -+ switch (soundcaps.formats & (AFMT_FULLDUPLEX | AFMT_WEIRD)) { -+ case AFMT_FULLDUPLEX : -+ /* -+ * this entry for cards with decent full duplex. Use s16 -+ * preferably (some are broken in ulaw) or ulaw or u8 otherwise. -+ */ -+ if (fmt & AFMT_S16_LE) -+ play_fmt = rec_fmt = AFMT_S16_LE ; -+ else if (soundcaps.formats & AFMT_MU_LAW) -+ play_fmt = rec_fmt = AFMT_MU_LAW ; -+ else if (soundcaps.formats & AFMT_U8) -+ play_fmt = rec_fmt = AFMT_U8 ; -+ else { -+ printf("sorry, no supported formats\n"); -+ close(fd); -+ fd = -1 ; -+ return; -+ } -+ break ; -+ case AFMT_FULLDUPLEX | AFMT_WEIRD : -+ /* this is the sb16... */ -+ if (fmt & AFMT_S16_LE) { -+ play_fmt = AFMT_U8 ; -+ rec_fmt = AFMT_S16_LE; -+ } else { -+ printf("sorry, no supported formats\n"); -+ close(fd); -+ fd = -1 ; -+ return; -+ } -+ break ; -+ default : -+ printf("sorry don't know how to deal with this card\n"); -+ close (fd); -+ fd = -1; -+ return; -+ } - -- int frag = (NFRAG << 16) | ABUFLOG2; -- ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &frag); --#ifdef fullduplex -+ pa.play_format = play_fmt ; -+ pa.rec_format = rec_fmt ; -+ pa.play_rate = pa.rec_rate = rate ; -+ ioctl(fd, AIOSFMT, &pa); /* if this fails, also AIOSSIZE will.. */ -+ sz.play_size = (play_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ sz.rec_size = (rec_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ i = ioctl(fd, AIOSSIZE, &sz); -+ -+ /* -+ * Set the line input level to 0 to avoid loopback if the mic -+ * is connected to the line-in port (e.g. through an echo -+ * canceller). -+ */ -+ int v = 0; -+ (void)ioctl(fd, MIXER_WRITE(SOUND_MIXER_LINE), &v); -+ // restore hardware settings in case some other vat changed them -+ InputPort(iport); -+ SetRGain(rgain); -+ SetPGain(pgain); -+ -+ if ( i < 0 ) { // if AIOSSIZE fails, maybe this is a Voxware driver -+ ioctl(fd, SNDCTL_DSP_SPEED, &rate); -+ ioctl(fd, SNDCTL_DSP_SETFMT, &play_fmt); // same for play/rec -+ d = (play_fmt == AFMT_S16_LE) ? 2*blksize : blksize; -+ ioctl(fd, SNDCTL_DSP_SETBLKSIZE, &d); -+ read(fd, &i, 1); /* dummy read to start read engine */ -+ } - Audio::Obtain(); --#else -- notify(); --#endif -+ } else { -+ fprintf(stderr, "failed to open rw...\n"); -+ fd = open(thedev, O_WRONLY ); -+ fprintf(stderr, "open wronly returns %d\n", fd); -+ is_half_duplex = 1 ; -+ play_fmt = rec_fmt = AFMT_MU_LAW ; -+ notify(); /* XXX */ - } - } - --void VoxWareAudio::Write(u_char *cp) -+/* -+ * note: HalfDuplex() uses a modified function of the new driver, -+ * which will return AFMT_FULLDUPLEX set in SNDCTL_DSP_GETFMTS -+ * for full-duplex devices. In the old driver this was 0 so -+ * the default is to use half-duplex for them. Note also that I have -+ * not tested half-duplex operation. -+ */ -+int -+VoxWare::HalfDuplex() const - { -- if (HaveAudio() && (rmute & 1) != 0) { -- register u_char *cpend = cp + blksize; -- register u_char *wbuf = writeptr; -- register u_char *wend = writebufend; -- for ( ; cp < cpend; cp += 4) { -- wbuf[0] = cp[0]; -- wbuf[1] = cp[1]; -- wbuf[2] = cp[2]; -- wbuf[3] = cp[3]; -- wbuf += 4; -- if (wbuf >= wend) { -- wbuf = writebuf; -- if (write(fd, (char*)wbuf, ABUFLEN) != ABUFLEN) -- perror("aud write"); -- } -- } -- writeptr = wbuf; -+ int i, probed_duplex = 0; -+ -+ /* newpcm style */ -+#ifdef SNDCTL_DSP_GETCAPS -+ ioctl(fd, SNDCTL_DSP_GETCAPS, &i); -+ probed_duplex |= (i & DSP_CAP_DUPLEX); -+#endif /* SNDCTL_DSP_GETCAPS */ -+ -+ /* pcm style */ -+#ifdef SNDCTL_DSP_GETFMTS -+ ioctl(fd, SNDCTL_DSP_GETFMTS, &i); -+ probed_duplex |= (i & AFMT_FULLDUPLEX); -+#endif /* SNDCTL_DSP_GETFMTS */ -+ -+ if (is_half_duplex || (probed_duplex == 0)) { -+ fprintf(stderr, "HalfDuplex returns 1\n"); -+ return 1 ; - } -+ -+ return 0; - } - --int VoxWareAudio::FrameReady() -+void VoxWare::Release() - { -- if ((rmute & 1) == 0) { -- register u_char* cp = ubufptr; -- register u_char* cpend = ubufend; -- register u_char* rbuf = readptr; -- register u_char* rend = readbufend; -- -- for ( ; cp < cpend; cp += 4) { -- if (rbuf >= rend) { -- rbuf = readbuf; -- int cc = read(fd, (char*)rbuf, ABUFLEN); -- if (cc <= 0) { -- ubufptr = cp; -- readbufend = rbuf; -- if (cc == -1 && errno != EAGAIN) { -- Release(); -- Obtain(); -- } -- return (0); -+ if (HaveAudio()) { -+ Audio::Release(); - } -- readbufend = rend = rbuf + cc; - } -- cp[0] = rbuf[0]; -- cp[1] = rbuf[1]; -- cp[2] = rbuf[2]; -- cp[3] = rbuf[3]; -- rbuf += 4; -+ -+void VoxWare::Write(u_char *cp) -+{ -+ int i = blksize, l; -+ if (play_fmt == AFMT_S16_LE) { -+ for (i=0; i< blksize; i++) -+ s16_buf[i] = mulawtolin[cp[i]] ; -+ cp = (u_char *)s16_buf; -+ i = 2 *blksize ; -+ } else if (play_fmt == AFMT_S8) { -+ for (i=0; i< blksize; i++) { -+ int x = mulawtolin[cp[i]] ; -+ x = (x >> 8 ) & 0xff; -+ cp[i] = (u_char)x ; -+ } -+ i = blksize ; -+ } else if (play_fmt == AFMT_U8) { -+ for (i=0; i< blksize; i++) { -+ int x = mulawtolin[cp[i]] ; -+ /* -+ * when translating to 8-bit formats, it would be useful to -+ * implement AGC to avoid loss of resolution in the conversion. -+ * This code is still incomplete... -+ */ -+#if 0 /* AGC -- still not complete... */ -+ static int peak = 0; -+ if (x < 0) x = -x ; -+ if (x > peak) peak = ( peak*16 + x - peak ) / 16 ; -+ else peak = ( peak*8192 + x - peak ) / 8192 ; -+ if (peak < 128) peak = 128 ; -+ /* at this point peak is in the range 128..32k -+ * samples can be scaled and clipped consequently. -+ */ -+ x = x * 32768/peak ; -+ if (x > 32767) x = 32767; -+ else if (x < -32768) x = -32768; -+#endif -+ x = (x >> 8 ) & 0xff; -+ x = (x ^ 0x80) & 0xff ; -+ cp[i] = (u_char)x ; -+ } -+ i = blksize ; -+ } -+#if 0 -+ // this code is meant to keep the queue short. -+ int r, queued; -+ r = ioctl(fd, AIONWRITE, &queued); -+ queued = soundcaps.bufsize - queued ; -+ if (play_fmt == AFMT_S16_LE) { -+ if (queued > 8*blksize) -+ i -= 8 ; -+ } else { -+ if (queued > 4*blksize) -+ i -= 4 ; - } -- readptr = rbuf; -+#endif -+ for ( ; i > 0 ; i -= l) { -+ l = write(fd, cp, i); -+ cp += l; - } -- return (1); - } - --u_char* VoxWareAudio::Read() -+u_char* VoxWare::Read() - { -- u_char* cp = ubuf; -- ubufptr = cp; -- return (cp); -+ u_char* cp; -+ int l=0, l0 = blksize, i = blksize; -+ -+ cp = readbuf; -+ -+ if (rec_fmt == AFMT_S16_LE) { -+ cp = (u_char *)s16_buf; -+ l0 = i = 2 *blksize ; -+ } -+ for ( ; i > 0 ; i -= l ) { -+ l = read(fd, cp, i); -+ if (l<0) break; -+ cp += l ; -+ } -+ if (rec_fmt == AFMT_S16_LE) { -+ for (i=0; i< blksize; i++) { -+#if 1 /* remove DC component... */ -+ static int smean = 0 ; /* smoothed mean to remove DC */ -+ int dif = ((short) s16_buf[i]) - (smean >> 13) ; -+ smean += dif ; -+ readbuf[i] = lintomulawX[ dif & 0x1ffff ] ; -+#else -+ readbuf[i] = lintomulaw[ s16_buf[i] ] ; -+#endif -+ } -+ } -+ else if (rec_fmt == AFMT_S8) { -+ for (i=0; i< blksize; i++) -+ readbuf[i] = lintomulaw[ readbuf[i]<<8 ] ; -+ } -+ else if (rec_fmt == AFMT_U8) { -+ for (i=0; i< blksize; i++) -+ readbuf[i] = lintomulaw[ (readbuf[i]<<8) ^ 0x8000 ] ; -+ } -+ if (iport == 3) { -+ l = read(ext_fd, readbuf, blksize); -+ if (l < blksize) { -+ lseek(ext_fd, (off_t) 0, 0); -+ read(ext_fd, readbuf+l, blksize - l); -+ } -+ } -+ return readbuf; - } - --void VoxWareAudio::SetRGain(int level) -+/* -+ * should check that I HaveAudio() before trying to set gain. -+ * -+ * In most mixer devices, there is only a master volume control on -+ * the capture channel, so the following code does not really work -+ * as expected. The only (partial) exception is the MIC line, where -+ * there is generally a 20dB boost which can be enabled or not -+ * depending on the type of device. -+ */ -+void VoxWare::SetRGain(int level) - { -+ double x = level; -+ level = (int) (x/2.56); -+ int foo = (level<<8) | level; -+ if (!HaveAudio()) -+ Obtain(); -+ switch (iport) { -+ case 2: -+ case 1: -+ break; -+ case 0: -+ if (ioctl(fd, MIXER_WRITE(SOUND_MIXER_MIC), &foo) == -1) -+ printf("failed to set mic volume \n"); -+ break; -+ } -+ /* IGAIN tends to be found on SB-like mixers, RECLEV on AC97 */ -+ if ((ioctl(fd, MIXER_WRITE(SOUND_MIXER_IGAIN), &foo) == -1) && -+ (ioctl(fd, MIXER_WRITE(SOUND_MIXER_RECLEV), &foo) == -1)) -+ printf("failed set input line volume \n"); - rgain = level; - } - --void VoxWareAudio::SetPGain(int level) -+void VoxWare::SetPGain(int level) - { -+ float x = level; -+ level = (int) (x/2.56); -+ int foo = (level<<8) | level; -+ if (ioctl(fd, MIXER_WRITE(SOUND_MIXER_PCM), &foo) == -1) { -+ printf("failed to output level %d \n", level); -+ } - pgain = level; - } - --void VoxWareAudio::OutputPort(int p) -+void VoxWare::OutputPort(int p) - { - oport = p; - } - --void VoxWareAudio::InputPort(int p) -+void VoxWare::InputPort(int p) - { -+ int src = 0; -+ -+ if (ext_fd >= 0 && p != 3) { -+ close(ext_fd); -+ ext_fd = -1 ; -+ } -+ -+ switch(p) { -+ case 3: -+ if (ext_fd == -1) -+ ext_fd = open(ext_fname, 0); -+ if (ext_fd != -1) -+ lseek(ext_fd, (off_t) 0, 0); -+ break; -+ case 2: -+ src = 1 << SOUND_MIXER_LINE; -+ break; -+ case 1: /* cd ... */ -+ src = 1 << SOUND_MIXER_CD; -+ break; -+ case 0 : -+ src = 1 << SOUND_MIXER_MIC; -+ break; -+ } -+ if ( ioctl(fd, SOUND_MIXER_WRITE_RECSRC, &src) == -1 ) { -+ printf("failed to select input \n"); -+ p = 0; -+ } - iport = p; - } - --void VoxWareAudio::RMute() -+void VoxWare::RMute() - { - rmute |= 1; - } - --void VoxWareAudio::RUnmute() -+void VoxWare::RUnmute() - { - rmute &=~ 1; - } -+ -+/* -+ * FrameReady must return 0 every so often, or the system will keep -+ * processing mike data and not other events. -+ */ -+int VoxWare::FrameReady() -+{ -+ int i, l = 0; -+ int lim = blksize; -+ -+ i = ioctl(fd, FIONREAD, &l ); -+ if (rec_fmt == AFMT_S16_LE) lim = 2*blksize; -+ return (l >= lim) ? 1 : 0 ; -+} -+/*** end of file ***/ diff --git a/audio/vat/files/patch-ai b/audio/vat/files/patch-ai deleted file mode 100644 index 15a8677d87c7..000000000000 --- a/audio/vat/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- iohandler.cc.orig Sun Nov 28 18:49:59 1999 -+++ iohandler.cc Sun Nov 28 18:50:46 1999 -@@ -132,7 +132,7 @@ - - } - #else -- Tk_CreateFileHandler((ClientData)fd, mask, callback, (ClientData)this); -+ Tk_CreateFileHandler(fd, mask, callback, (ClientData)this); - #endif - } - -@@ -151,7 +151,7 @@ - } - #else - if (fd_ >= 0) { -- Tk_DeleteFileHandler((ClientData)fd_); -+ Tk_DeleteFileHandler(fd_); - fd_ = -1; - } - #endif diff --git a/audio/vat/files/patch-aj b/audio/vat/files/patch-aj deleted file mode 100644 index 5ee097c986d3..000000000000 --- a/audio/vat/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Jan 27 18:55:52 2000 -+++ Makefile.in Thu Jan 27 18:56:07 2000 -@@ -39,7 +39,7 @@ - all: $(ALL) - - .cc.o: -- rm -f $@; $(C++) -c $(CFLAGS) $*.cc -+ rm -f $@; $(C++) -pedantic -c $(CFLAGS) $*.cc - - .c.o: - rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c diff --git a/audio/vat/files/patch-ak b/audio/vat/files/patch-ak deleted file mode 100644 index d45528e48bc6..000000000000 --- a/audio/vat/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- old/audio.cc Fri May 3 13:27:20 1996 -+++ audio.cc Thu Apr 16 21:36:33 1998 -@@ -70,6 +70,7 @@ - filter(new Filter(this)), - handler_(0) - { -+ ext_fname[0]='\0'; - for (u_int i = 0; i < sizeof(omode)/sizeof(omode[0]); ++i) - omode[i] = mode_mikemutesnet; - } -@@ -479,6 +480,10 @@ - *cp++ = '\0'; - return (TCL_OK); - } -+ } else if (strcmp(argv[1], "filename") == 0) { -+ strncpy(ext_fname, argv[2], sizeof(ext_fname)); -+ InputPort(input_line3); -+ return (TCL_OK); - } - } else if (argc == 4) { - if (strcmp(argv[1], "input") == 0) { diff --git a/audio/vat/files/patch-al b/audio/vat/files/patch-al deleted file mode 100644 index 1ce8088f62c8..000000000000 --- a/audio/vat/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- old/audio.h Fri Apr 26 12:00:44 1996 -+++ audio.h Fri Feb 20 13:44:01 1998 -@@ -158,6 +158,7 @@ - int rgain, pgain; - Filter *filter; - AudioHandler* handler_; -+ char ext_fname[256]; - }; - - #endif diff --git a/audio/vat/files/patch-am b/audio/vat/files/patch-am deleted file mode 100644 index b3d22bbf4ed4..000000000000 --- a/audio/vat/files/patch-am +++ /dev/null @@ -1,22 +0,0 @@ ---- old/bitmaps/linein3.xbm Fri May 3 12:18:11 1996 -+++ bitmaps/linein3.xbm Wed Oct 29 11:07:34 1997 -@@ -1,11 +1,11 @@ - #define linein3_width 30 - #define linein3_height 24 - static char linein3_bits[] = { -- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, -- 0x00, 0x80, 0xff, 0x00, 0x00, 0xe0, 0xc1, 0x03, 0x00, 0x70, 0x04, 0x07, -- 0x00, 0x30, 0x0c, 0x06, 0x00, 0x18, 0x18, 0x0c, 0x00, 0x18, 0x30, 0x0c, -- 0x00, 0x0c, 0x60, 0x18, 0xe0, 0xff, 0xff, 0x18, 0xe0, 0xff, 0xff, 0x19, -- 0xe0, 0xff, 0xff, 0x18, 0x00, 0x0c, 0x60, 0x18, 0x00, 0x18, 0x30, 0x0c, -- 0x18, 0x18, 0x18, 0x0c, 0x24, 0x30, 0x0c, 0x06, 0x20, 0x70, 0x04, 0x07, -- 0x18, 0xe0, 0xc1, 0x03, 0x10, 0x80, 0xff, 0x00, 0x20, 0x00, 0x3e, 0x00, -- 0x24, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ 0x00, 0x00, 0x00, 0x00, 0x7c, 0x1b, 0x3e, 0x00, 0x0c, 0x1b, 0x06, 0x00, -+ 0x0c, 0x1b, 0x06, 0x00, 0x3c, 0x1b, 0x1e, 0x00, 0x0c, 0x1b, 0x06, 0x00, -+ 0x0c, 0x1b, 0x06, 0x00, 0x0c, 0xfb, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x70, 0x00, 0x80, 0x0f, 0xf8, 0x00, -+ 0xc0, 0x18, 0x8c, 0x01, 0x60, 0x30, 0x06, 0x03, 0x60, 0x30, 0x06, 0x03, -+ 0x60, 0x30, 0x06, 0x03, 0xc0, 0x18, 0x8c, 0x01, 0x80, 0xff, 0xff, 0x00, -+ 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/audio/vat/files/patch-an b/audio/vat/files/patch-an deleted file mode 100644 index 108d0e8ac475..000000000000 --- a/audio/vat/files/patch-an +++ /dev/null @@ -1,45 +0,0 @@ ---- old/ui-main.tcl Fri May 3 13:27:22 1996 -+++ ui-main.tcl Sat Feb 21 06:02:59 1998 -@@ -373,9 +373,9 @@ - } - mk.obuttons $w.frame.buttons - frame $w.frame.ssthresh -- # mk.ssthresh $w.frame.ssthresh -- #pack $w.frame.radios $w.frame.buttons $w.frame.ssthresh \ -- # -anchor c -pady 4 -+ mk.ssthresh $w.frame.ssthresh -+ pack $w.frame.radios $w.frame.buttons $w.frame.ssthresh \ -+ -anchor c -pady 4 - pack $w.frame.radios $w.frame.buttons \ - -anchor c -pady 4 - pack $w.label $w.frame -expand 1 -fill x -@@ -515,6 +515,12 @@ - return 0 - } - -+proc update_filename { w s } { -+ set s [string trim $s] -+ audio filename $s -+ return 0 -+} -+ - proc mk.entries { w } { - global sessionKey confName - set sessionKey [option get . sessionKey Vat] -@@ -913,6 +919,16 @@ - set a .m.right - frame $a.ab - mk.ab $a.ab -+ -+### XXX -+ set f [ctrlfont] -+ frame .m.file -+ label .m.file.label -text "AU File: " -font $f -+ mk.entry .m.file update_filename "" -+ .m.file.entry configure -width 30 -+ pack .m.file.label -side left -+ pack .m.file.entry -side left -expand 1 -fill x -pady 2 -+ pack .m.file -fill x - - bind . c purge_sources - bind . C purge_sources diff --git a/audio/vat/files/patch-ao b/audio/vat/files/patch-ao deleted file mode 100644 index d249ce21269c..000000000000 --- a/audio/vat/files/patch-ao +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.in.orig Thu Jan 23 18:20:46 2003 -+++ configure.in Thu Jan 23 18:21:05 2003 -@@ -153,6 +153,7 @@ - ;; - *-*-freebsd*) - V_OBJ_AUDIO="$V_OBJ_AUDIO audio-voxware.o" -+ V_DEFINE="$V_DEFINE -DSIGARGS=int" - ;; - *-*-sco*) - V_DEFINE="$V_DEFINE -DSIGARGS=int -Dsco" diff --git a/audio/vat/pkg-descr b/audio/vat/pkg-descr deleted file mode 100644 index 4c043e7dca5e..000000000000 --- a/audio/vat/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vat allows users to conduct host-to-host or multihost audio -teleconferences over an internet. - -WWW: http://www-nrg.ee.lbl.gov/vat/ diff --git a/audio/xspeakfree/Makefile b/audio/xspeakfree/Makefile deleted file mode 100644 index a96e595945f6..000000000000 --- a/audio/xspeakfree/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: xspeakfree -# Date created: 08 Nov 2003 -# Whom: Travis Poppe <tlp@liquidx.org> -# -# $FreeBSD$ -# - -PORTNAME= xspeakfree -PORTVERSION= 0.8.2 -CATEGORIES= mbone net audio -MASTER_SITES= http://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 -USE_X_PREFIX= yes -USE_REINPLACE= yes - -PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO - -post-patch: - @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree - ${MKDIR} ${PREFIX}/lib/xspeakfree - ${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree - ${MKDIR} ${DOCSDIR} -.for FILE in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/audio/xspeakfree/distinfo b/audio/xspeakfree/distinfo deleted file mode 100644 index 1cd7e31f84ee..000000000000 --- a/audio/xspeakfree/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xspeakfree-0.8.2.tar.gz) = d2bf1a47a56acea1ef64ddf66cd28220 -SIZE (xspeakfree-0.8.2.tar.gz) = 47853 diff --git a/audio/xspeakfree/pkg-descr b/audio/xspeakfree/pkg-descr deleted file mode 100644 index 58e91481b308..000000000000 --- a/audio/xspeakfree/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -xspeakfree is a Tcl/Tk (wish) frontend to Speak Freely. - -WWW: http://www.spearce.org/projects/xspeakfree/ - -- Travis Poppe -tlp@liquidx.org diff --git a/audio/xspeakfree/pkg-plist b/audio/xspeakfree/pkg-plist deleted file mode 100644 index cb03efb870e0..000000000000 --- a/audio/xspeakfree/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/xspeakfree -lib/xspeakfree/busy.au -lib/xspeakfree/cmd.tcl -lib/xspeakfree/gui.tcl -lib/xspeakfree/newdialog.tcl -lib/xspeakfree/open3.tcl -lib/xspeakfree/ring.au -lib/xspeakfree/siteconf.tcl -lib/xspeakfree/xspeakfree-version.tcl -lib/xspeakfree/xspeakfree.tcl -@dirrm lib/xspeakfree |