Date: Fri, 28 Dec 2007 09:48:31 +0000 (UTC) From: Philippe Audeoud <jadawin@tuxaco.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/119093: [new port] audio/ampache - for love of music Message-ID: <20071228094831.697E5858CA@ilove.tuxaco.net> Resent-Message-ID: <200712280950.lBS9o1dk007620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119093 >Category: ports >Synopsis: [new port] audio/ampache - for love of music >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 09:50:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 7.0-BETA1 i386 >Organization: >Environment: System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here is the .shar to add audio/ampache to ports tree. Ampache is a Web-based Audio file manager. It is implemented with MySQL, and PHP. It allows you to view, edit, and play your audio files via the web. It has support for playlists, artist and album views, album art, random play, playback via Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd and Icecast, Integrated Flash Player, as well as per user themes and song play tracking. >How-To-Repeat: >Fix: --- shar-ampache.1 begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # audio/ampache/ # audio/ampache/files # audio/ampache/files/pkg-message.in # audio/ampache/files/pkg-deinstall.in # audio/ampache/Makefile # audio/ampache/distinfo # audio/ampache/pkg-descr # audio/ampache/pkg-plist # echo c - audio/ampache/ mkdir -p audio/ampache/ > /dev/null 2>&1 echo c - audio/ampache/files mkdir -p audio/ampache/files > /dev/null 2>&1 echo x - audio/ampache/files/pkg-message.in sed 's/^X//' >audio/ampache/files/pkg-message.in << 'END-of-audio/ampache/files/pkg-message.in' X--------------------------------------------------------------------------- X XBrowse http://your.host.tld/%%PORTNAME%%/ to configure your ampache X X--------------------------------------------------------------------------- XTo make ampache available through your web site, I suggest Xthat you add something like the following to httpd.conf: X X Alias /ampache/ "%%WWWDIR%%/" X X <Directory "%%WWWDIR%%/"> X Options none X AllowOverride Limit X Order Deny,Allow X Allow from all X </Directory> END-of-audio/ampache/files/pkg-message.in echo x - audio/ampache/files/pkg-deinstall.in sed 's/^X//' >audio/ampache/files/pkg-deinstall.in << 'END-of-audio/ampache/files/pkg-deinstall.in' X#! /bin/sh X# $FreeBSD$ X# X XPATH=/bin:/usr/bin:/usr/sbin X Xif [ "$2" != "POST-DEINSTALL" ]; then X exit 0 Xfi Xif [ -d %%WWWDIR%% ]; then X echo "===> You may delete '%%WWWDIR%%' if you want to really delete your ampache." Xfi END-of-audio/ampache/files/pkg-deinstall.in echo x - audio/ampache/Makefile sed 's/^X//' >audio/ampache/Makefile << 'END-of-audio/ampache/Makefile' X# New ports collection makefile for: ampache X# Date created: 28 December 2007 X# Whom: Philippe Audeoud <jadawin@tuxaco.net> X# $FreeBSD$ X XPORTNAME= ampache XPORTVERSION= 3.3.3.5 XCATEGORIES= audio www XMASTER_SITES= http://ampache.org/downloads/ X XMAINTAINER= jadawin@tuxaco.net XCOMMENT= A Web-based Audio file manager X XUSE_PHP= mysql pcre session iconv XWANT_PHP_WEB= yes X XNO_BUILD= yes XUSE_GETTEXT= yes X XPKGDEINSTALL= ${WRKDIR}/pkg-deinstall XPKGMESSAGE= ${WRKDIR}/pkg-message XSUB_FILES= pkg-message pkg-deinstall XSUB_LIST= PORTNAME=${PORTNAME} \ X WWWDIR=${WWWDIR} X Xdo-install: X ${MKDIR} ${WWWDIR} X @(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}) X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-audio/ampache/Makefile echo x - audio/ampache/distinfo sed 's/^X//' >audio/ampache/distinfo << 'END-of-audio/ampache/distinfo' XMD5 (ampache-3.3.3.5.tar.gz) = caec287d813bb303701ed7ac523e8152 XSHA256 (ampache-3.3.3.5.tar.gz) = 3968ff3efcdbb11fb87ea68d06a722ebef8c59b616a4dacdefd5eaa8588627b4 XSIZE (ampache-3.3.3.5.tar.gz) = 1820523 END-of-audio/ampache/distinfo echo x - audio/ampache/pkg-descr sed 's/^X//' >audio/ampache/pkg-descr << 'END-of-audio/ampache/pkg-descr' XAmpache is a Web-based Audio file manager. It is implemented with MySQL, Xand PHP. It allows you to view, edit, and play your audio files via the Xweb. It has support for playlists, artist and album views, album art, Xrandom play, playback via Http/On the Fly Transcoding and Downsampling, XVote based playback, Mpd and Icecast, Integrated Flash Player, as well Xas per user themes and song play tracking. X XWWW: http://ampache.org/ END-of-audio/ampache/pkg-descr echo x - audio/ampache/pkg-plist sed 's/^X//' >audio/ampache/pkg-plist << 'END-of-audio/ampache/pkg-plist' X%%WWWDIR%%/activate.php X%%WWWDIR%%/admin/access.php X%%WWWDIR%%/admin/catalog.php X%%WWWDIR%%/admin/duplicates.php X%%WWWDIR%%/admin/flag.php X%%WWWDIR%%/admin/index.php X%%WWWDIR%%/admin/mail.php X%%WWWDIR%%/admin/modules.php X%%WWWDIR%%/admin/preferences.php X%%WWWDIR%%/admin/system.php X%%WWWDIR%%/admin/users.php X%%WWWDIR%%/albums.php X%%WWWDIR%%/artists.php X%%WWWDIR%%/batch.php X%%WWWDIR%%/bin/.htaccess X%%WWWDIR%%/bin/catalog_update.inc X%%WWWDIR%%/bin/delete_disabled.inc X%%WWWDIR%%/bin/dump_album_art.inc X%%WWWDIR%%/bin/print_tags.inc X%%WWWDIR%%/bin/sort_files.inc X%%WWWDIR%%/bin/write_tags.inc X%%WWWDIR%%/browse.php X%%WWWDIR%%/config/.htaccess X%%WWWDIR%%/config/ampache.cfg.php.dist X%%WWWDIR%%/config/motd.php.dist X%%WWWDIR%%/config/registration_agreement.php.dist X%%WWWDIR%%/docs/CHANGELOG X%%WWWDIR%%/docs/GPL-LICENSE X%%WWWDIR%%/docs/INSTALL X%%WWWDIR%%/docs/MIGRATION X%%WWWDIR%%/docs/README X%%WWWDIR%%/download/index.php X%%WWWDIR%%/favicon.ico X%%WWWDIR%%/flag.php X%%WWWDIR%%/genre.php X%%WWWDIR%%/image.php X%%WWWDIR%%/images/ampache-dark-bg.gif X%%WWWDIR%%/images/ampache-light-bg.gif X%%WWWDIR%%/images/ampache-mid.gif X%%WWWDIR%%/images/ampache.gif X%%WWWDIR%%/images/blank-pixel.gif X%%WWWDIR%%/images/blankalbum.gif X%%WWWDIR%%/images/icon_add_user.png X%%WWWDIR%%/images/icon_all.png X%%WWWDIR%%/images/icon_batch_download.png X%%WWWDIR%%/images/icon_delete.png X%%WWWDIR%%/images/icon_disable.png X%%WWWDIR%%/images/icon_disable_hover.png X%%WWWDIR%%/images/icon_download.png X%%WWWDIR%%/images/icon_edit.png X%%WWWDIR%%/images/icon_enable.png X%%WWWDIR%%/images/icon_enable_hover.png X%%WWWDIR%%/images/icon_flag.png X%%WWWDIR%%/images/icon_flag_off.png X%%WWWDIR%%/images/icon_link.png X%%WWWDIR%%/images/icon_next.png X%%WWWDIR%%/images/icon_next_hover.png X%%WWWDIR%%/images/icon_pause.png X%%WWWDIR%%/images/icon_pause_hover.png X%%WWWDIR%%/images/icon_play.png X%%WWWDIR%%/images/icon_play_hover.png X%%WWWDIR%%/images/icon_preferences.png X%%WWWDIR%%/images/icon_prev.png X%%WWWDIR%%/images/icon_prev_hover.png X%%WWWDIR%%/images/icon_random.png X%%WWWDIR%%/images/icon_statistics.png X%%WWWDIR%%/images/icon_stop.png X%%WWWDIR%%/images/icon_stop_hover.png X%%WWWDIR%%/images/icon_view.png X%%WWWDIR%%/images/icon_volumedn.png X%%WWWDIR%%/images/icon_volumemute.png X%%WWWDIR%%/images/icon_volumeup.png X%%WWWDIR%%/images/ratings/star_rating.gif X%%WWWDIR%%/images/ratings/x.gif X%%WWWDIR%%/images/ratings/x_off.gif X%%WWWDIR%%/images/top_bg.jpg X%%WWWDIR%%/index.php X%%WWWDIR%%/install.php X%%WWWDIR%%/lib/album.lib.php X%%WWWDIR%%/lib/artist.lib.php X%%WWWDIR%%/lib/batch.lib.php X%%WWWDIR%%/lib/class/access.class.php X%%WWWDIR%%/lib/class/album.class.php X%%WWWDIR%%/lib/class/artist.class.php X%%WWWDIR%%/lib/class/audioscrobbler.class.php X%%WWWDIR%%/lib/class/catalog.class.php X%%WWWDIR%%/lib/class/error.class.php X%%WWWDIR%%/lib/class/flag.class.php X%%WWWDIR%%/lib/class/genre.class.php X%%WWWDIR%%/lib/class/localplay.class.php X%%WWWDIR%%/lib/class/playlist.class.php X%%WWWDIR%%/lib/class/plugin.class.php X%%WWWDIR%%/lib/class/rating.class.php X%%WWWDIR%%/lib/class/song.class.php X%%WWWDIR%%/lib/class/stats.class.php X%%WWWDIR%%/lib/class/stream.class.php X%%WWWDIR%%/lib/class/tmp_playlist.class.php X%%WWWDIR%%/lib/class/update.class.php X%%WWWDIR%%/lib/class/user.class.php X%%WWWDIR%%/lib/class/view.class.php X%%WWWDIR%%/lib/debug.lib.php X%%WWWDIR%%/lib/democratic.lib.php X%%WWWDIR%%/lib/duplicates.php X%%WWWDIR%%/lib/flag.php X%%WWWDIR%%/lib/general.lib.php X%%WWWDIR%%/lib/gettext.php X%%WWWDIR%%/lib/init.php X%%WWWDIR%%/lib/install.php X%%WWWDIR%%/lib/javascript-base.js X%%WWWDIR%%/lib/localplay.lib.php X%%WWWDIR%%/lib/log.lib.php X%%WWWDIR%%/lib/playlist.lib.php X%%WWWDIR%%/lib/preferences.php X%%WWWDIR%%/lib/rating.lib.php X%%WWWDIR%%/lib/rss.php X%%WWWDIR%%/lib/search.php X%%WWWDIR%%/lib/song.php X%%WWWDIR%%/lib/stream.lib.php X%%WWWDIR%%/lib/themes.php X%%WWWDIR%%/lib/ui.lib.php X%%WWWDIR%%/lib/xmlrpc.php X%%WWWDIR%%/locale/base/TRANSLATIONS X%%WWWDIR%%/locale/base/gather-messages.sh X%%WWWDIR%%/locale/base/merge-messages.sh X%%WWWDIR%%/locale/base/messages.po X%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/de_DE/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/en_GB/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/en_GB/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/es_ES/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/is_IS/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/it_IT/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/ru_RU/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/messages.po X%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.mo X%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.po X%%WWWDIR%%/localplay.php X%%WWWDIR%%/login.php X%%WWWDIR%%/logout.php X%%WWWDIR%%/modules/archive/archive.lib.php X%%WWWDIR%%/modules/captcha/COLLEGE.ttf X%%WWWDIR%%/modules/captcha/captcha.php X%%WWWDIR%%/modules/catalog.php X%%WWWDIR%%/modules/flash/FMP3.swf X%%WWWDIR%%/modules/flash/license.txt X%%WWWDIR%%/modules/flash/readme.txt X%%WWWDIR%%/modules/flash/swfobject.js X%%WWWDIR%%/modules/flash/xspf_player.php X%%WWWDIR%%/modules/flash/xspf_player.swf X%%WWWDIR%%/modules/horde/Browser.php X%%WWWDIR%%/modules/httpq/httpqplayer.class.php X%%WWWDIR%%/modules/id3/changelog.txt X%%WWWDIR%%/modules/id3/dependencies.txt X%%WWWDIR%%/modules/id3/getid3/extension.cache.dbm.php X%%WWWDIR%%/modules/id3/getid3/extension.cache.mysql.php X%%WWWDIR%%/modules/id3/getid3/getid3.lib.php X%%WWWDIR%%/modules/id3/getid3/getid3.php X%%WWWDIR%%/modules/id3/getid3/helperapps/readme.txt X%%WWWDIR%%/modules/id3/getid3/module.archive.gzip.php X%%WWWDIR%%/modules/id3/getid3/module.archive.rar.php X%%WWWDIR%%/modules/id3/getid3/module.archive.szip.php X%%WWWDIR%%/modules/id3/getid3/module.archive.tar.php X%%WWWDIR%%/modules/id3/getid3/module.archive.zip.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.asf.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.bink.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.flv.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.matroska.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.mpeg.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.nsv.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.quicktime.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.real.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.riff.php X%%WWWDIR%%/modules/id3/getid3/module.audio-video.swf.php X%%WWWDIR%%/modules/id3/getid3/module.audio.aac.php X%%WWWDIR%%/modules/id3/getid3/module.audio.ac3.php X%%WWWDIR%%/modules/id3/getid3/module.audio.au.php X%%WWWDIR%%/modules/id3/getid3/module.audio.avr.php X%%WWWDIR%%/modules/id3/getid3/module.audio.bonk.php X%%WWWDIR%%/modules/id3/getid3/module.audio.flac.php X%%WWWDIR%%/modules/id3/getid3/module.audio.la.php X%%WWWDIR%%/modules/id3/getid3/module.audio.lpac.php X%%WWWDIR%%/modules/id3/getid3/module.audio.midi.php X%%WWWDIR%%/modules/id3/getid3/module.audio.mod.php X%%WWWDIR%%/modules/id3/getid3/module.audio.monkey.php X%%WWWDIR%%/modules/id3/getid3/module.audio.mp3.php X%%WWWDIR%%/modules/id3/getid3/module.audio.mpc.php X%%WWWDIR%%/modules/id3/getid3/module.audio.ogg.php X%%WWWDIR%%/modules/id3/getid3/module.audio.optimfrog.php X%%WWWDIR%%/modules/id3/getid3/module.audio.rkau.php X%%WWWDIR%%/modules/id3/getid3/module.audio.shorten.php X%%WWWDIR%%/modules/id3/getid3/module.audio.tta.php X%%WWWDIR%%/modules/id3/getid3/module.audio.voc.php X%%WWWDIR%%/modules/id3/getid3/module.audio.vqf.php X%%WWWDIR%%/modules/id3/getid3/module.audio.wavpack.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.bmp.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.gif.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.jpg.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.pcd.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.png.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.svg.php X%%WWWDIR%%/modules/id3/getid3/module.graphic.tiff.php X%%WWWDIR%%/modules/id3/getid3/module.misc.exe.php X%%WWWDIR%%/modules/id3/getid3/module.misc.iso.php X%%WWWDIR%%/modules/id3/getid3/module.tag.apetag.php X%%WWWDIR%%/modules/id3/getid3/module.tag.id3v1.php X%%WWWDIR%%/modules/id3/getid3/module.tag.id3v2.php X%%WWWDIR%%/modules/id3/getid3/module.tag.lyrics3.php X%%WWWDIR%%/modules/id3/getid3/write.apetag.php X%%WWWDIR%%/modules/id3/getid3/write.id3v1.php X%%WWWDIR%%/modules/id3/getid3/write.id3v2.php X%%WWWDIR%%/modules/id3/getid3/write.lyrics3.php X%%WWWDIR%%/modules/id3/getid3/write.metaflac.php X%%WWWDIR%%/modules/id3/getid3/write.php X%%WWWDIR%%/modules/id3/getid3/write.real.php X%%WWWDIR%%/modules/id3/getid3/write.vorbiscomment.php X%%WWWDIR%%/modules/id3/helperapps/cygwin1.dll X%%WWWDIR%%/modules/id3/helperapps/head.exe X%%WWWDIR%%/modules/id3/helperapps/md5sum.exe X%%WWWDIR%%/modules/id3/helperapps/metaflac.exe X%%WWWDIR%%/modules/id3/helperapps/readme.txt X%%WWWDIR%%/modules/id3/helperapps/sha1sum.exe X%%WWWDIR%%/modules/id3/helperapps/shorten.exe X%%WWWDIR%%/modules/id3/helperapps/tail.exe X%%WWWDIR%%/modules/id3/helperapps/vorbiscomment.exe X%%WWWDIR%%/modules/id3/license.txt X%%WWWDIR%%/modules/id3/readme.txt X%%WWWDIR%%/modules/id3/structure.txt X%%WWWDIR%%/modules/id3/vainfo.class.php X%%WWWDIR%%/modules/infotools/AmazonSearchEngine.class.php X%%WWWDIR%%/modules/infotools/Snoopy.class.php X%%WWWDIR%%/modules/infotools/jamendoSearch.class.php X%%WWWDIR%%/modules/infotools/lastfm.class.php X%%WWWDIR%%/modules/kajax/README X%%WWWDIR%%/modules/kajax/ajax.js X%%WWWDIR%%/modules/lib.php X%%WWWDIR%%/modules/localplay/httpq.controller.php X%%WWWDIR%%/modules/localplay/icecast.controller.php X%%WWWDIR%%/modules/localplay/mpd.controller.php X%%WWWDIR%%/modules/localplay/xbmc.controller.php X%%WWWDIR%%/modules/mpd/CHANGELOG X%%WWWDIR%%/modules/mpd/README X%%WWWDIR%%/modules/mpd/USAGE X%%WWWDIR%%/modules/mpd/mpd-class-example.php X%%WWWDIR%%/modules/mpd/mpd.class.php X%%WWWDIR%%/modules/plugins/Lastfm.plugin.php X%%WWWDIR%%/modules/plugins/RioPlayer.plugin.php X%%WWWDIR%%/modules/validatemail/validateEmail.php X%%WWWDIR%%/modules/validatemail/validateEmailFormat.php X%%WWWDIR%%/modules/vauth/auth.lib.php X%%WWWDIR%%/modules/vauth/dbh.lib.php X%%WWWDIR%%/modules/vauth/init.php X%%WWWDIR%%/modules/vauth/session.lib.php X%%WWWDIR%%/modules/xmlrpc/ChangeLog X%%WWWDIR%%/modules/xmlrpc/README X%%WWWDIR%%/modules/xmlrpc/xmlrpc.inc X%%WWWDIR%%/modules/xmlrpc/xmlrpcs.inc X%%WWWDIR%%/play/index.php X%%WWWDIR%%/playlist.php X%%WWWDIR%%/preferences.php X%%WWWDIR%%/randomplay.php X%%WWWDIR%%/ratings.php X%%WWWDIR%%/register.php X%%WWWDIR%%/rss.php X%%WWWDIR%%/search.php X%%WWWDIR%%/server/ajax.server.php X%%WWWDIR%%/server/xml.server.php X%%WWWDIR%%/server/xmlrpc.server.php X%%WWWDIR%%/song.php X%%WWWDIR%%/sql/ampache.sql X%%WWWDIR%%/stats.php X%%WWWDIR%%/templates/footer.inc X%%WWWDIR%%/templates/handheld.css X%%WWWDIR%%/templates/header.inc X%%WWWDIR%%/templates/install.css X%%WWWDIR%%/templates/javascript_refresh.inc.php X%%WWWDIR%%/templates/list_header.inc X%%WWWDIR%%/templates/print.css X%%WWWDIR%%/templates/show_access_list.inc X%%WWWDIR%%/templates/show_add_access.inc X%%WWWDIR%%/templates/show_add_catalog.inc.php X%%WWWDIR%%/templates/show_add_playlist.inc.php X%%WWWDIR%%/templates/show_add_user.inc.php X%%WWWDIR%%/templates/show_admin_info.inc.php X%%WWWDIR%%/templates/show_admin_tools.inc.php X%%WWWDIR%%/templates/show_album.inc X%%WWWDIR%%/templates/show_album_art.inc.php X%%WWWDIR%%/templates/show_albums.inc X%%WWWDIR%%/templates/show_albums.inc.php X%%WWWDIR%%/templates/show_all_popular.inc.php X%%WWWDIR%%/templates/show_all_recent.inc.php X%%WWWDIR%%/templates/show_alphabet_form.inc.php X%%WWWDIR%%/templates/show_artist.inc X%%WWWDIR%%/templates/show_artist_box.inc.php X%%WWWDIR%%/templates/show_artists.inc X%%WWWDIR%%/templates/show_artists.inc.php X%%WWWDIR%%/templates/show_big_art.inc X%%WWWDIR%%/templates/show_box.inc.php X%%WWWDIR%%/templates/show_box_bottom.inc.php X%%WWWDIR%%/templates/show_box_top.inc.php X%%WWWDIR%%/templates/show_confirm_action.inc.php X%%WWWDIR%%/templates/show_confirmation.inc.php X%%WWWDIR%%/templates/show_disabled_songs.inc X%%WWWDIR%%/templates/show_duplicates.inc.php X%%WWWDIR%%/templates/show_edit_access.inc X%%WWWDIR%%/templates/show_edit_album.inc.php X%%WWWDIR%%/templates/show_edit_artist.inc.php X%%WWWDIR%%/templates/show_edit_catalog.inc.php X%%WWWDIR%%/templates/show_edit_song.inc.php X%%WWWDIR%%/templates/show_edit_user.inc.php X%%WWWDIR%%/templates/show_embed_xspf.inc.php X%%WWWDIR%%/templates/show_flag.inc.php X%%WWWDIR%%/templates/show_flagged.inc.php X%%WWWDIR%%/templates/show_genre.inc.php X%%WWWDIR%%/templates/show_genres.inc.php X%%WWWDIR%%/templates/show_get_albumart.inc.php X%%WWWDIR%%/templates/show_import_playlist.inc.php X%%WWWDIR%%/templates/show_index.inc.php X%%WWWDIR%%/templates/show_install.inc X%%WWWDIR%%/templates/show_install_account.inc.php X%%WWWDIR%%/templates/show_install_config.inc X%%WWWDIR%%/templates/show_install_lang.inc.php X%%WWWDIR%%/templates/show_ip_history.inc.php X%%WWWDIR%%/templates/show_list_duplicates.inc.php X%%WWWDIR%%/templates/show_local_catalog_info.inc.php X%%WWWDIR%%/templates/show_localplay.inc.php X%%WWWDIR%%/templates/show_localplay_control.inc.php X%%WWWDIR%%/templates/show_localplay_playlist.inc.php X%%WWWDIR%%/templates/show_localplay_status.inc.php X%%WWWDIR%%/templates/show_login_form.inc X%%WWWDIR%%/templates/show_mail_users.inc.php X%%WWWDIR%%/templates/show_modules.inc.php X%%WWWDIR%%/templates/show_now_playing.inc X%%WWWDIR%%/templates/show_now_playing_row.inc.php X%%WWWDIR%%/templates/show_object_rating.inc.php X%%WWWDIR%%/templates/show_object_rating_static.inc.php X%%WWWDIR%%/templates/show_play_selected.inc.php X%%WWWDIR%%/templates/show_playlist_box.inc.php X%%WWWDIR%%/templates/show_playlist_edit.inc.php X%%WWWDIR%%/templates/show_playlists.inc.php X%%WWWDIR%%/templates/show_playtype_switch.inc.php X%%WWWDIR%%/templates/show_preference_admin.inc.php X%%WWWDIR%%/templates/show_preference_box.inc.php X%%WWWDIR%%/templates/show_preferences.inc X%%WWWDIR%%/templates/show_random_albums.inc.php X%%WWWDIR%%/templates/show_random_play.inc X%%WWWDIR%%/templates/show_recently_played.inc.php X%%WWWDIR%%/templates/show_rename_artist.inc.php X%%WWWDIR%%/templates/show_search.inc X%%WWWDIR%%/templates/show_search_bar.inc X%%WWWDIR%%/templates/show_similar_artists.inc X%%WWWDIR%%/templates/show_songs.inc X%%WWWDIR%%/templates/show_test.inc X%%WWWDIR%%/templates/show_tv.inc.php X%%WWWDIR%%/templates/show_tv_adminctl.inc.php X%%WWWDIR%%/templates/show_tv_nowplaying.inc.php X%%WWWDIR%%/templates/show_tv_playlist.inc.php X%%WWWDIR%%/templates/show_user.inc.php X%%WWWDIR%%/templates/show_user_recommendations.inc.php X%%WWWDIR%%/templates/show_user_registration.inc.php X%%WWWDIR%%/templates/show_user_stats.inc.php X%%WWWDIR%%/templates/show_users.inc X%%WWWDIR%%/templates/show_users.inc.php X%%WWWDIR%%/templates/show_xspf_player.inc.php X%%WWWDIR%%/templates/sidebar.inc.php X%%WWWDIR%%/templates/subnavbar.inc.php X%%WWWDIR%%/test.php X%%WWWDIR%%/themes/burgundy/images/ampache-dark-bg.gif X%%WWWDIR%%/themes/burgundy/images/ampache-light-bg.gif X%%WWWDIR%%/themes/burgundy/images/ampache-mid.gif X%%WWWDIR%%/themes/burgundy/images/ampache.gif X%%WWWDIR%%/themes/burgundy/images/blank-pixel.gif X%%WWWDIR%%/themes/burgundy/images/blankalbum.gif X%%WWWDIR%%/themes/burgundy/images/blankalbum.jpg X%%WWWDIR%%/themes/burgundy/templates/default.css X%%WWWDIR%%/themes/burgundy/theme.cfg.php X%%WWWDIR%%/themes/classic/images/ampache-dark-bg.gif X%%WWWDIR%%/themes/classic/images/ampache-light-bg.gif X%%WWWDIR%%/themes/classic/images/ampache-mid.gif X%%WWWDIR%%/themes/classic/images/ampache.gif X%%WWWDIR%%/themes/classic/images/bg_login_0.jpg X%%WWWDIR%%/themes/classic/images/bg_login_1.jpg X%%WWWDIR%%/themes/classic/images/blank-pixel.gif X%%WWWDIR%%/themes/classic/images/blankalbum.gif X%%WWWDIR%%/themes/classic/images/bottom.gif X%%WWWDIR%%/themes/classic/images/bottomleft.gif X%%WWWDIR%%/themes/classic/images/bottomright.gif X%%WWWDIR%%/themes/classic/images/left.gif X%%WWWDIR%%/themes/classic/images/right.gif X%%WWWDIR%%/themes/classic/images/sidebar_top.jpg X%%WWWDIR%%/themes/classic/images/top.gif X%%WWWDIR%%/themes/classic/images/topleft.gif X%%WWWDIR%%/themes/classic/images/topright.gif X%%WWWDIR%%/themes/classic/templates/default.css X%%WWWDIR%%/themes/classic/theme.cfg.php X%%WWWDIR%%/themes/greyblock/images/ampache-dark-bg.gif X%%WWWDIR%%/themes/greyblock/images/ampache-light-bg.gif X%%WWWDIR%%/themes/greyblock/images/ampache-mid.gif X%%WWWDIR%%/themes/greyblock/images/ampache.gif X%%WWWDIR%%/themes/greyblock/images/blank-pixel.gif X%%WWWDIR%%/themes/greyblock/images/blankalbum.gif X%%WWWDIR%%/themes/greyblock/templates/default.css X%%WWWDIR%%/themes/greyblock/theme.cfg.php X%%WWWDIR%%/tv.php X%%WWWDIR%%/update.php X@dirrm %%WWWDIR%%/themes/greyblock/templates X@dirrm %%WWWDIR%%/themes/greyblock/images X@dirrm %%WWWDIR%%/themes/greyblock X@dirrm %%WWWDIR%%/themes/classic/templates X@dirrm %%WWWDIR%%/themes/classic/images X@dirrm %%WWWDIR%%/themes/classic X@dirrm %%WWWDIR%%/themes/burgundy/templates X@dirrm %%WWWDIR%%/themes/burgundy/images X@dirrm %%WWWDIR%%/themes/burgundy X@dirrm %%WWWDIR%%/themes X@dirrm %%WWWDIR%%/templates X@dirrm %%WWWDIR%%/sql X@dirrm %%WWWDIR%%/server X@dirrm %%WWWDIR%%/play X@dirrm %%WWWDIR%%/modules/xmlrpc X@dirrm %%WWWDIR%%/modules/vauth X@dirrm %%WWWDIR%%/modules/validatemail X@dirrm %%WWWDIR%%/modules/plugins X@dirrm %%WWWDIR%%/modules/mpd X@dirrm %%WWWDIR%%/modules/localplay X@dirrm %%WWWDIR%%/modules/kajax X@dirrm %%WWWDIR%%/modules/infotools X@dirrm %%WWWDIR%%/modules/id3/helperapps X@dirrm %%WWWDIR%%/modules/id3/getid3/helperapps X@dirrm %%WWWDIR%%/modules/id3/getid3 X@dirrm %%WWWDIR%%/modules/id3 X@dirrm %%WWWDIR%%/modules/httpq X@dirrm %%WWWDIR%%/modules/horde X@dirrm %%WWWDIR%%/modules/flash X@dirrm %%WWWDIR%%/modules/captcha X@dirrm %%WWWDIR%%/modules/archive X@dirrm %%WWWDIR%%/modules X@dirrm %%WWWDIR%%/locale/zh_CN/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/zh_CN X@dirrm %%WWWDIR%%/locale/tr_TR/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/tr_TR X@dirrm %%WWWDIR%%/locale/ru_RU/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/ru_RU X@dirrm %%WWWDIR%%/locale/nl_NL/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/nl_NL X@dirrm %%WWWDIR%%/locale/it_IT/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/it_IT X@dirrm %%WWWDIR%%/locale/is_IS/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/is_IS X@dirrm %%WWWDIR%%/locale/fr_FR/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/fr_FR X@dirrm %%WWWDIR%%/locale/es_ES/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/es_ES X@dirrm %%WWWDIR%%/locale/en_GB/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/en_GB X@dirrm %%WWWDIR%%/locale/de_DE/LC_MESSAGES X@dirrm %%WWWDIR%%/locale/de_DE X@dirrm %%WWWDIR%%/locale/base X@dirrm %%WWWDIR%%/locale X@dirrm %%WWWDIR%%/lib/class X@dirrm %%WWWDIR%%/lib X@dirrm %%WWWDIR%%/images/ratings X@dirrm %%WWWDIR%%/images X@dirrm %%WWWDIR%%/download X@dirrm %%WWWDIR%%/docs X@dirrmtry %%WWWDIR%%/config X@dirrm %%WWWDIR%%/bin X@dirrm %%WWWDIR%%/admin X@dirrmtry %%WWWDIR%% X@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% END-of-audio/ampache/pkg-plist exit --- shar-ampache.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071228094831.697E5858CA>