Index: head/audio/Makefile =================================================================== --- head/audio/Makefile (revision 34344) +++ head/audio/Makefile (revision 34345) @@ -1,182 +1,183 @@ # $FreeBSD$ # SUBDIR += afsp SUBDIR += amp SUBDIR += ascd SUBDIR += aumix SUBDIR += autozen SUBDIR += bladeenc SUBDIR += btc SUBDIR += cam SUBDIR += ccaudio SUBDIR += cd-console SUBDIR += cd2mp3 SUBDIR += cdd SUBDIR += cdindex SUBDIR += cdplay SUBDIR += cdplayer.app SUBDIR += cdrdao SUBDIR += cmp3 SUBDIR += csound SUBDIR += csound-manual SUBDIR += dagrab SUBDIR += dap SUBDIR += esound SUBDIR += extace SUBDIR += fcplay SUBDIR += festdoc SUBDIR += festival SUBDIR += festlex-cmu SUBDIR += festlex-oald SUBDIR += festlex-ogi SUBDIR += festlex-poslex SUBDIR += festogi-spanish SUBDIR += festvox-abc SUBDIR += festvox-don SUBDIR += festvox-el11 SUBDIR += festvox-hvs SUBDIR += festvox-jph SUBDIR += festvox-kal16 SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 SUBDIR += festvox-mwm SUBDIR += festvox-ogirab SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-tll + SUBDIR += freeamp SUBDIR += gdcd SUBDIR += gkrellmms SUBDIR += gkrellmvolume SUBDIR += glame SUBDIR += gmixer SUBDIR += gnapster SUBDIR += gnomeaudio SUBDIR += gnomemedia SUBDIR += gogo SUBDIR += gqmpeg SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm SUBDIR += holyshout SUBDIR += icecast SUBDIR += id3ed SUBDIR += id3lib SUBDIR += id3ren SUBDIR += juke SUBDIR += kdemultimedia11 SUBDIR += kdemultimedia2 SUBDIR += kmikmod SUBDIR += kmp3 SUBDIR += kmpg SUBDIR += knapster SUBDIR += krio SUBDIR += lame SUBDIR += libaudiofile SUBDIR += libcdaudio SUBDIR += libmikmod SUBDIR += libshout SUBDIR += libsidplay SUBDIR += libworkman SUBDIR += linux-realplayer SUBDIR += lopster SUBDIR += maplay SUBDIR += mikmod SUBDIR += mixer.app SUBDIR += mp3_check SUBDIR += mp3blaster SUBDIR += mp3encode SUBDIR += mp3info SUBDIR += mp3rename SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpmf20 SUBDIR += musicbrainz SUBDIR += mutemix SUBDIR += mxv SUBDIR += napster SUBDIR += nas SUBDIR += nosefart SUBDIR += nspmod SUBDIR += openal SUBDIR += opennap SUBDIR += p5-Audio-CD SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += pimp3 SUBDIR += play SUBDIR += playmidi SUBDIR += pysol-sound-server SUBDIR += radio SUBDIR += raproxy SUBDIR += replay SUBDIR += rio SUBDIR += rio500 SUBDIR += ripenc SUBDIR += ripit SUBDIR += ripit-atapi SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += s3mod SUBDIR += sdl_mixer SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay SUBDIR += snd SUBDIR += snowstar SUBDIR += soundtracker SUBDIR += sox SUBDIR += sphinx SUBDIR += spiralsynth SUBDIR += splay SUBDIR += splaytk SUBDIR += streamripper SUBDIR += sweep SUBDIR += tclmidi SUBDIR += teknap SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs SUBDIR += timidity++-gtk SUBDIR += timidity++-motif SUBDIR += timidity++-slang SUBDIR += timidity++-tcltk SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tosha SUBDIR += tracker SUBDIR += vorbis SUBDIR += waveplay SUBDIR += wavplay SUBDIR += wmcdplay SUBDIR += wmmixer SUBDIR += wmmp3 SUBDIR += wmtune SUBDIR += wmusic SUBDIR += workman SUBDIR += wsoundprefs SUBDIR += wsoundserver SUBDIR += x11amp SUBDIR += xamp SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xhippo SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms SUBDIR += xmms-liveice SUBDIR += xmms-tfmx SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio SUBDIR += xsidplay SUBDIR += xtuner SUBDIR += xwave SUBDIR += yamt .include Property changes on: head/audio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.183 \ No newline at end of property +1.184 \ No newline at end of property Index: head/audio/freeamp/Makefile =================================================================== --- head/audio/freeamp/Makefile (nonexistent) +++ head/audio/freeamp/Makefile (revision 34345) @@ -0,0 +1,38 @@ +# New ports collection makefile for: freeamp +# Date Created: 26 Oct 2000 +# Whom: Roman Shterenzon +# +# $FreeBSD$ +# + +PORTNAME= freeamp +PORTVERSION= 2.1.rc3 +CATEGORIES= audio +MASTER_SITES= http://www.freeamp.org/download/src/ + +MAINTAINER= roman@xpert.com + +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ + id3:${PORTSDIR}/audio/id3lib \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + ttf.4:${PORTSDIR}/print/freetype \ + ORBit.2:${PORTSDIR}/devel/ORBit + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_BZIP2= yes +USE_XLIB= yes +USE_GTK= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +.include + +.if ${ARCH} == "i386" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_IX86" +.elif ${ARCH} == "alpha" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_ALPHA" +.endif + +.include Property changes on: head/audio/freeamp/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/audio/freeamp/distinfo =================================================================== --- head/audio/freeamp/distinfo (nonexistent) +++ head/audio/freeamp/distinfo (revision 34345) @@ -0,0 +1 @@ +MD5 (freeamp-2.1.rc3.tar.bz2) = f1d0cf57efb5137776f14ef62daf0578 Property changes on: head/audio/freeamp/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/freeamp/pkg-comment =================================================================== --- head/audio/freeamp/pkg-comment (nonexistent) +++ head/audio/freeamp/pkg-comment (revision 34345) @@ -0,0 +1 @@ +GTK-based MP3 player Property changes on: head/audio/freeamp/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/freeamp/pkg-descr =================================================================== --- head/audio/freeamp/pkg-descr (nonexistent) +++ head/audio/freeamp/pkg-descr (revision 34345) @@ -0,0 +1,10 @@ +FreeAmp is an Open Source effort to build the best digital audio +player available. In the interest of supporting the free software +community, while at the same time fostering the growth of the online +delivery of music, EMusic.com, THE Source for Downloadable Music, is +funding both the FreeAmp.org domain and the efforts of the FreeAmp +team. + +WWW: http://www.freeamp.org/ + +Roman Shterenzon Property changes on: head/audio/freeamp/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/freeamp/pkg-plist =================================================================== --- head/audio/freeamp/pkg-plist (nonexistent) +++ head/audio/freeamp/pkg-plist (revision 34345) @@ -0,0 +1,195 @@ +bin/freeamp +lib/freeamp/plugins/cd.lmc +lib/freeamp/plugins/cd.pmo +lib/freeamp/plugins/cddb.mdf +lib/freeamp/plugins/corba.ui +lib/freeamp/plugins/download.ui +lib/freeamp/plugins/freeamp.ui +lib/freeamp/plugins/freeampcmd.ui +lib/freeamp/plugins/httpinput.pmi +lib/freeamp/plugins/id3v1.mdf +lib/freeamp/plugins/id3v2.mdf +lib/freeamp/plugins/irman.ui +lib/freeamp/plugins/kjofol.ftf +lib/freeamp/plugins/lcd.ui +lib/freeamp/plugins/localfileinput.pmi +lib/freeamp/plugins/m3u.plf +lib/freeamp/plugins/mbcd.mdf +lib/freeamp/plugins/misc.mdf +lib/freeamp/plugins/mpg123.ui +lib/freeamp/plugins/musicbrowser.ui +lib/freeamp/plugins/ncurses.ui +lib/freeamp/plugins/obsinput.pmi +lib/freeamp/plugins/pls.plf +lib/freeamp/plugins/rmp.dlf +lib/freeamp/plugins/signature.pmo +lib/freeamp/plugins/soundcard.pmo +lib/freeamp/plugins/vorbis.lmc +lib/freeamp/plugins/vorbis.mdf +lib/freeamp/plugins/wavout.pmo +lib/freeamp/plugins/winamp.ftf +lib/freeamp/plugins/xingmp3.lmc +lib/freeamp/plugins/winamp_theme.xml +share/freeamp/themes/FreeAmp.fat +share/freeamp/help/keyboard_shortcuts.html +share/freeamp/help/adding_items_to_the_bottom_of_the_playlist_queue.html +share/freeamp/help/adding_items_to_the_playlist_for_immediate_playback.html +share/freeamp/help/adding_music_to_your_music_collection.html +share/freeamp/help/adding_tracks_to_a_playlist.html +share/freeamp/help/adjusting_the_playback_volume.html +share/freeamp/help/appearance_topics.html +share/freeamp/help/bw_logo.gif +share/freeamp/help/changing_information_about_a_track.html +share/freeamp/help/changing_the_order_of_tracks_in_a_playlist.html +share/freeamp/help/musicbro.gif +share/freeamp/help/changing_the_player_theme.html +share/freeamp/help/changing_the_tool_view_in_my_music.html +share/freeamp/help/clearing_a_playlist.html +share/freeamp/help/configuring_player_settings.html +share/freeamp/help/configuring_settings_topics.html +share/freeamp/help/Copy of configuring_settings_topics.html +share/freeamp/help/creating_a_new_playlist.html +share/freeamp/help/creating_and_managing_topics.html +share/freeamp/help/creating_and_modifying_topics.html +share/freeamp/help/creating_custom_themes.html +share/freeamp/help/creating_relatable_playlists.html +share/freeamp/help/currentlylisten.gif +share/freeamp/help/deleting_an_mp3_file_from_your_computer.html +share/freeamp/help/download.gif +share/freeamp/help/download_manager.html +share/freeamp/help/download_manager_entry.html +share/freeamp/help/downloading_mp3_files_from_a_web_site.html +share/freeamp/help/drive_selection_entry.html +share/freeamp/help/edit_info_entry.html +share/freeamp/help/edit_track_info.html +share/freeamp/help/editing_the_currently_playing_playlist.html +share/freeamp/help/ejecting_audio_cds.html +share/freeamp/help/equal.gif +share/freeamp/help/files.gif +share/freeamp/help/freeampmain_eq.jpg +share/freeamp/help/freeampmain_eqclosed.gif +share/freeamp/help/glossary.html +share/freeamp/help/freeampmain_eqopen.gif +share/freeamp/help/getting_help.html +share/freeamp/help/help.gif +share/freeamp/help/help.html +share/freeamp/help/helpstyle.css +share/freeamp/help/adding_a_custom_theme.html +share/freeamp/help/menu_topics.html +share/freeamp/help/min.gif +share/freeamp/help/moving_to_the_next_track.html +share/freeamp/help/moving_to_the_previous_track.html +share/freeamp/help/music_browser_entry.html +share/freeamp/help/my_music.html +share/freeamp/help/mymusic.gif +share/freeamp/help/mymusicfolders.gif +share/freeamp/help/nextrack.gif +share/freeamp/help/opening_a_playlist.html +share/freeamp/help/options.gif +share/freeamp/help/overview_topics.html +share/freeamp/help/pause.gif +share/freeamp/help/pause2.gif +share/freeamp/help/pausing_downloading.html +share/freeamp/help/pausing_playback.html +share/freeamp/help/play.gif +share/freeamp/help/playing_audio_cds.html +share/freeamp/help/playing_mp3_files.html +share/freeamp/help/playing_streams.html +share/freeamp/help/playing_topics.html +share/freeamp/help/playing_tracks_in_random_order.html +share/freeamp/help/postit.gif +share/freeamp/help/preferences_about.html +share/freeamp/help/preferences_about_entry.html +share/freeamp/help/preferences_advanced.html +share/freeamp/help/preferences_advanced_entry.html +share/freeamp/help/preferences_directory_entry.html +share/freeamp/help/preferences_folders.html +share/freeamp/help/preferences_general.html +share/freeamp/help/preferences_general_entry.html +share/freeamp/help/preferences_plugins.html +share/freeamp/help/preferences_plugins_entry.html +share/freeamp/help/preferences_relatable.html +share/freeamp/help/preferences_relatable_entry.html +share/freeamp/help/preferences_streaming.html +share/freeamp/help/preferences_streaming_entry.html +share/freeamp/help/preferences_themes.html +share/freeamp/help/preferences_themes_entry.html +share/freeamp/help/what_are_relatable_features_entry.html +share/freeamp/help/prev_track.gif +share/freeamp/help/quit.gif +share/freeamp/help/prevtrack.gif +share/freeamp/help/random1.gif +share/freeamp/help/random2.gif +share/freeamp/help/relatable_button.gif +share/freeamp/help/relatable_entry.html +share/freeamp/help/relatable_eqclosed.gif +share/freeamp/help/relatable_equopen.gif +share/freeamp/help/relatable_profile.html +share/freeamp/help/relatable_streams.html +share/freeamp/help/relatable_suggest.gif +share/freeamp/help/relatablelogo.gif +share/freeamp/help/relatablesig.gif +share/freeamp/help/removing_a_playlist_from_your_music_collection.html +share/freeamp/help/removing_a_track_from_the_playlist.html +share/freeamp/help/removing_a_track_from_your_music_collection.html +share/freeamp/help/repeat1.gif +share/freeamp/help/repeatall.gif +share/freeamp/help/repeating_playback.html +share/freeamp/help/repeatno.gif +share/freeamp/help/resuming_downloading.html +share/freeamp/help/resuming_playback.html +share/freeamp/help/saving_a_playlist.html +share/freeamp/help/saving_a_stream_on_your_computer.html +share/freeamp/help/scroll.gif +share/freeamp/help/search_computer_for_music.html +share/freeamp/help/searching_for_music_on_your_computer.html +share/freeamp/help/seeking_in_the_current_track.html +share/freeamp/help/setting_file_associations_or_mime_types.html +share/freeamp/help/Shortcut to preferences_advanced.html.lnk +share/freeamp/help/setting_the_default_playlist_queue_option.html +share/freeamp/help/setting_the_folder_location_to_save_your_music.html +share/freeamp/help/stop.gif +share/freeamp/help/sorting_tracks_in_the_playlist.html +share/freeamp/help/spacetravel.gif +share/freeamp/help/spacetravel_ret.gif +share/freeamp/help/spacetraveleq.gif +share/freeamp/help/spacetraveleq_ret.gif +share/freeamp/help/spacetravelmed.gif +share/freeamp/help/spacetravelsm.gif +share/freeamp/help/stopping_playback.html +share/freeamp/help/streaming_topics.html +share/freeamp/help/taddfiles.gif +share/freeamp/help/tadditems.gif +share/freeamp/help/technical_support.html +share/freeamp/help/view.gif +share/freeamp/help/teditinfo.gif +share/freeamp/help/the_page_could_not_be_found.html +share/freeamp/help/timportitems.gif +share/freeamp/help/tnewplaylist.gif +share/freeamp/help/tremoveitems.gif +share/freeamp/help/tsaveplaylist.gif +share/freeamp/help/update_topics.html +share/freeamp/help/updating_the_player.html +share/freeamp/help/viewing_id3_topics.html +share/freeamp/help/viewing_the_track_duration.html +share/freeamp/help/viewing_the_track_name.html +share/freeamp/help/volume.gif +share/freeamp/help/what_are_id3_tags.html +share/freeamp/help/what_are_relatable_features.html +share/freeamp/help/what_are_themes.html +share/freeamp/help/what_is_a_playlist.html +share/freeamp/help/what_is_my_music.html +share/freeamp/help/what_is_streaming.html +share/freeamp/help/what_is_the_player.html +share/freeamp/help/what_kind_of_mp3_files_can_i_play.html +share/freeamp/help/working_with_the_my_music_collection_folders.html +share/freeamp/help/main_window.html +share/freeamp/help/contents.html +share/freeamp/help/preferences_musicbrowser.html +share/freeamp/help/preferences_musicbrowser_entry.html +share/freeamp/help/setting_the_playlist_display_information.html +@dirrm lib/freeamp/plugins +@dirrm lib/freeamp +@dirrm share/freeamp/help +@dirrm share/freeamp/themes +@dirrm share/freeamp Property changes on: head/audio/freeamp/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/zinf/Makefile =================================================================== --- head/audio/zinf/Makefile (nonexistent) +++ head/audio/zinf/Makefile (revision 34345) @@ -0,0 +1,38 @@ +# New ports collection makefile for: freeamp +# Date Created: 26 Oct 2000 +# Whom: Roman Shterenzon +# +# $FreeBSD$ +# + +PORTNAME= freeamp +PORTVERSION= 2.1.rc3 +CATEGORIES= audio +MASTER_SITES= http://www.freeamp.org/download/src/ + +MAINTAINER= roman@xpert.com + +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ + id3:${PORTSDIR}/audio/id3lib \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + ttf.4:${PORTSDIR}/print/freetype \ + ORBit.2:${PORTSDIR}/devel/ORBit + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_BZIP2= yes +USE_XLIB= yes +USE_GTK= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +.include + +.if ${ARCH} == "i386" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_IX86" +.elif ${ARCH} == "alpha" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_ALPHA" +.endif + +.include Property changes on: head/audio/zinf/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/audio/zinf/distinfo =================================================================== --- head/audio/zinf/distinfo (nonexistent) +++ head/audio/zinf/distinfo (revision 34345) @@ -0,0 +1 @@ +MD5 (freeamp-2.1.rc3.tar.bz2) = f1d0cf57efb5137776f14ef62daf0578 Property changes on: head/audio/zinf/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/zinf/pkg-comment =================================================================== --- head/audio/zinf/pkg-comment (nonexistent) +++ head/audio/zinf/pkg-comment (revision 34345) @@ -0,0 +1 @@ +GTK-based MP3 player Property changes on: head/audio/zinf/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/zinf/pkg-descr =================================================================== --- head/audio/zinf/pkg-descr (nonexistent) +++ head/audio/zinf/pkg-descr (revision 34345) @@ -0,0 +1,10 @@ +FreeAmp is an Open Source effort to build the best digital audio +player available. In the interest of supporting the free software +community, while at the same time fostering the growth of the online +delivery of music, EMusic.com, THE Source for Downloadable Music, is +funding both the FreeAmp.org domain and the efforts of the FreeAmp +team. + +WWW: http://www.freeamp.org/ + +Roman Shterenzon Property changes on: head/audio/zinf/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/zinf/pkg-plist =================================================================== --- head/audio/zinf/pkg-plist (nonexistent) +++ head/audio/zinf/pkg-plist (revision 34345) @@ -0,0 +1,195 @@ +bin/freeamp +lib/freeamp/plugins/cd.lmc +lib/freeamp/plugins/cd.pmo +lib/freeamp/plugins/cddb.mdf +lib/freeamp/plugins/corba.ui +lib/freeamp/plugins/download.ui +lib/freeamp/plugins/freeamp.ui +lib/freeamp/plugins/freeampcmd.ui +lib/freeamp/plugins/httpinput.pmi +lib/freeamp/plugins/id3v1.mdf +lib/freeamp/plugins/id3v2.mdf +lib/freeamp/plugins/irman.ui +lib/freeamp/plugins/kjofol.ftf +lib/freeamp/plugins/lcd.ui +lib/freeamp/plugins/localfileinput.pmi +lib/freeamp/plugins/m3u.plf +lib/freeamp/plugins/mbcd.mdf +lib/freeamp/plugins/misc.mdf +lib/freeamp/plugins/mpg123.ui +lib/freeamp/plugins/musicbrowser.ui +lib/freeamp/plugins/ncurses.ui +lib/freeamp/plugins/obsinput.pmi +lib/freeamp/plugins/pls.plf +lib/freeamp/plugins/rmp.dlf +lib/freeamp/plugins/signature.pmo +lib/freeamp/plugins/soundcard.pmo +lib/freeamp/plugins/vorbis.lmc +lib/freeamp/plugins/vorbis.mdf +lib/freeamp/plugins/wavout.pmo +lib/freeamp/plugins/winamp.ftf +lib/freeamp/plugins/xingmp3.lmc +lib/freeamp/plugins/winamp_theme.xml +share/freeamp/themes/FreeAmp.fat +share/freeamp/help/keyboard_shortcuts.html +share/freeamp/help/adding_items_to_the_bottom_of_the_playlist_queue.html +share/freeamp/help/adding_items_to_the_playlist_for_immediate_playback.html +share/freeamp/help/adding_music_to_your_music_collection.html +share/freeamp/help/adding_tracks_to_a_playlist.html +share/freeamp/help/adjusting_the_playback_volume.html +share/freeamp/help/appearance_topics.html +share/freeamp/help/bw_logo.gif +share/freeamp/help/changing_information_about_a_track.html +share/freeamp/help/changing_the_order_of_tracks_in_a_playlist.html +share/freeamp/help/musicbro.gif +share/freeamp/help/changing_the_player_theme.html +share/freeamp/help/changing_the_tool_view_in_my_music.html +share/freeamp/help/clearing_a_playlist.html +share/freeamp/help/configuring_player_settings.html +share/freeamp/help/configuring_settings_topics.html +share/freeamp/help/Copy of configuring_settings_topics.html +share/freeamp/help/creating_a_new_playlist.html +share/freeamp/help/creating_and_managing_topics.html +share/freeamp/help/creating_and_modifying_topics.html +share/freeamp/help/creating_custom_themes.html +share/freeamp/help/creating_relatable_playlists.html +share/freeamp/help/currentlylisten.gif +share/freeamp/help/deleting_an_mp3_file_from_your_computer.html +share/freeamp/help/download.gif +share/freeamp/help/download_manager.html +share/freeamp/help/download_manager_entry.html +share/freeamp/help/downloading_mp3_files_from_a_web_site.html +share/freeamp/help/drive_selection_entry.html +share/freeamp/help/edit_info_entry.html +share/freeamp/help/edit_track_info.html +share/freeamp/help/editing_the_currently_playing_playlist.html +share/freeamp/help/ejecting_audio_cds.html +share/freeamp/help/equal.gif +share/freeamp/help/files.gif +share/freeamp/help/freeampmain_eq.jpg +share/freeamp/help/freeampmain_eqclosed.gif +share/freeamp/help/glossary.html +share/freeamp/help/freeampmain_eqopen.gif +share/freeamp/help/getting_help.html +share/freeamp/help/help.gif +share/freeamp/help/help.html +share/freeamp/help/helpstyle.css +share/freeamp/help/adding_a_custom_theme.html +share/freeamp/help/menu_topics.html +share/freeamp/help/min.gif +share/freeamp/help/moving_to_the_next_track.html +share/freeamp/help/moving_to_the_previous_track.html +share/freeamp/help/music_browser_entry.html +share/freeamp/help/my_music.html +share/freeamp/help/mymusic.gif +share/freeamp/help/mymusicfolders.gif +share/freeamp/help/nextrack.gif +share/freeamp/help/opening_a_playlist.html +share/freeamp/help/options.gif +share/freeamp/help/overview_topics.html +share/freeamp/help/pause.gif +share/freeamp/help/pause2.gif +share/freeamp/help/pausing_downloading.html +share/freeamp/help/pausing_playback.html +share/freeamp/help/play.gif +share/freeamp/help/playing_audio_cds.html +share/freeamp/help/playing_mp3_files.html +share/freeamp/help/playing_streams.html +share/freeamp/help/playing_topics.html +share/freeamp/help/playing_tracks_in_random_order.html +share/freeamp/help/postit.gif +share/freeamp/help/preferences_about.html +share/freeamp/help/preferences_about_entry.html +share/freeamp/help/preferences_advanced.html +share/freeamp/help/preferences_advanced_entry.html +share/freeamp/help/preferences_directory_entry.html +share/freeamp/help/preferences_folders.html +share/freeamp/help/preferences_general.html +share/freeamp/help/preferences_general_entry.html +share/freeamp/help/preferences_plugins.html +share/freeamp/help/preferences_plugins_entry.html +share/freeamp/help/preferences_relatable.html +share/freeamp/help/preferences_relatable_entry.html +share/freeamp/help/preferences_streaming.html +share/freeamp/help/preferences_streaming_entry.html +share/freeamp/help/preferences_themes.html +share/freeamp/help/preferences_themes_entry.html +share/freeamp/help/what_are_relatable_features_entry.html +share/freeamp/help/prev_track.gif +share/freeamp/help/quit.gif +share/freeamp/help/prevtrack.gif +share/freeamp/help/random1.gif +share/freeamp/help/random2.gif +share/freeamp/help/relatable_button.gif +share/freeamp/help/relatable_entry.html +share/freeamp/help/relatable_eqclosed.gif +share/freeamp/help/relatable_equopen.gif +share/freeamp/help/relatable_profile.html +share/freeamp/help/relatable_streams.html +share/freeamp/help/relatable_suggest.gif +share/freeamp/help/relatablelogo.gif +share/freeamp/help/relatablesig.gif +share/freeamp/help/removing_a_playlist_from_your_music_collection.html +share/freeamp/help/removing_a_track_from_the_playlist.html +share/freeamp/help/removing_a_track_from_your_music_collection.html +share/freeamp/help/repeat1.gif +share/freeamp/help/repeatall.gif +share/freeamp/help/repeating_playback.html +share/freeamp/help/repeatno.gif +share/freeamp/help/resuming_downloading.html +share/freeamp/help/resuming_playback.html +share/freeamp/help/saving_a_playlist.html +share/freeamp/help/saving_a_stream_on_your_computer.html +share/freeamp/help/scroll.gif +share/freeamp/help/search_computer_for_music.html +share/freeamp/help/searching_for_music_on_your_computer.html +share/freeamp/help/seeking_in_the_current_track.html +share/freeamp/help/setting_file_associations_or_mime_types.html +share/freeamp/help/Shortcut to preferences_advanced.html.lnk +share/freeamp/help/setting_the_default_playlist_queue_option.html +share/freeamp/help/setting_the_folder_location_to_save_your_music.html +share/freeamp/help/stop.gif +share/freeamp/help/sorting_tracks_in_the_playlist.html +share/freeamp/help/spacetravel.gif +share/freeamp/help/spacetravel_ret.gif +share/freeamp/help/spacetraveleq.gif +share/freeamp/help/spacetraveleq_ret.gif +share/freeamp/help/spacetravelmed.gif +share/freeamp/help/spacetravelsm.gif +share/freeamp/help/stopping_playback.html +share/freeamp/help/streaming_topics.html +share/freeamp/help/taddfiles.gif +share/freeamp/help/tadditems.gif +share/freeamp/help/technical_support.html +share/freeamp/help/view.gif +share/freeamp/help/teditinfo.gif +share/freeamp/help/the_page_could_not_be_found.html +share/freeamp/help/timportitems.gif +share/freeamp/help/tnewplaylist.gif +share/freeamp/help/tremoveitems.gif +share/freeamp/help/tsaveplaylist.gif +share/freeamp/help/update_topics.html +share/freeamp/help/updating_the_player.html +share/freeamp/help/viewing_id3_topics.html +share/freeamp/help/viewing_the_track_duration.html +share/freeamp/help/viewing_the_track_name.html +share/freeamp/help/volume.gif +share/freeamp/help/what_are_id3_tags.html +share/freeamp/help/what_are_relatable_features.html +share/freeamp/help/what_are_themes.html +share/freeamp/help/what_is_a_playlist.html +share/freeamp/help/what_is_my_music.html +share/freeamp/help/what_is_streaming.html +share/freeamp/help/what_is_the_player.html +share/freeamp/help/what_kind_of_mp3_files_can_i_play.html +share/freeamp/help/working_with_the_my_music_collection_folders.html +share/freeamp/help/main_window.html +share/freeamp/help/contents.html +share/freeamp/help/preferences_musicbrowser.html +share/freeamp/help/preferences_musicbrowser_entry.html +share/freeamp/help/setting_the_playlist_display_information.html +@dirrm lib/freeamp/plugins +@dirrm lib/freeamp +@dirrm share/freeamp/help +@dirrm share/freeamp/themes +@dirrm share/freeamp Property changes on: head/audio/zinf/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property