summaryrefslogtreecommitdiff
path: root/audio/ampache
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-09-14 09:06:54 +0000
committerabs <abs@pkgsrc.org>2008-09-14 09:06:54 +0000
commite8aff14b439a80a7e99e135a3bcb4cb40254222c (patch)
treef512f4bca87fd2912ce86a082bb1e97a9744a88b /audio/ampache
parenteaa76025868751e8657ebe1bdbed7f561854e473 (diff)
downloadpkgsrc-e8aff14b439a80a7e99e135a3bcb4cb40254222c.tar.gz
Added audio/ampache version 3.4.3
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. You can also Link multiple Ampache servers togeather using XML-RPC. Ampache supports GETTEXT translations and has a full translation of many languages
Diffstat (limited to 'audio/ampache')
-rw-r--r--audio/ampache/DESCR9
-rw-r--r--audio/ampache/MESSAGE20
-rw-r--r--audio/ampache/Makefile51
-rw-r--r--audio/ampache/PLIST569
-rw-r--r--audio/ampache/distinfo6
-rw-r--r--audio/ampache/files/ampache.conf12
-rw-r--r--audio/ampache/patches/patch-aa21
7 files changed, 688 insertions, 0 deletions
diff --git a/audio/ampache/DESCR b/audio/ampache/DESCR
new file mode 100644
index 00000000000..d57f140d036
--- /dev/null
+++ b/audio/ampache/DESCR
@@ -0,0 +1,9 @@
+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. You can also Link multiple Ampache servers togeather
+using XML-RPC. Ampache supports GETTEXT translations and has a full
+translation of many languages
diff --git a/audio/ampache/MESSAGE b/audio/ampache/MESSAGE
new file mode 100644
index 00000000000..71bef32dc53
--- /dev/null
+++ b/audio/ampache/MESSAGE
@@ -0,0 +1,20 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+
+Please refer to the following file on how to setup your Ampache
+installation.
+
+ ${INSTDIR}/docs/INSTALL
+
+You will need to make Ampache accessible through your HTTP server.
+If you are running Apache and ap-php, then you can add the following
+lines to httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/ampache.conf
+
+You will also need to ensure php.ini has the following enabled:
+
+ extension=mysql.so
+ extension=iconv.so
+
+===========================================================================
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
new file mode 100644
index 00000000000..6ac35b1f978
--- /dev/null
+++ b/audio/ampache/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+#
+
+DISTNAME= ampache-3.4.3
+CATEGORIES= audio
+MASTER_SITES= http://ampache.org/downloads/
+
+MAINTAINER= abs@NetBSD.org
+HOMEPAGE= http://ampache.org/downloads/
+COMMENT= Web-based Audio file manager
+
+DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=0:../../www/ap-php
+DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql
+DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
+
+NO_BUILD= yes
+USE_LANGUAGES= # none
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pax
+
+INSTDIR= ${PREFIX}/share/ampache
+EGDIR= ${PREFIX}/share/examples
+
+MESSAGE_SUBST+= INSTDIR=${INSTDIR:Q}
+FILES_SUBST+= INSTDIR=${INSTDIR:Q}
+
+SUBST_CLASSES+= files
+SUBST_STAGE.files= do-configure
+SUBST_FILES.files= ampache.conf
+SUBST_SED.files= -e "s|@INSTDIR@|${INSTDIR}|g"
+SUBST_MESSAGE.files= Substituting paths into apache config fragment
+
+CONF_FILES= ${EGDIR}/ampache.conf \
+ ${PKG_SYSCONFDIR}/ampache.conf
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+post-extract:
+ ${CP} ${FILESDIR}/ampache.conf ${WRKSRC}/ampache.conf
+
+do-install:
+ ${CHMOD} -x ${WRKSRC}/docs/*
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/ampache.conf ${DESTDIR}${EGDIR}/ampache.conf
+ set -e; cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${INSTDIR}
+ ${RM} -f ${DESTDIR}${INSTDIR}/ampache.conf
+ ${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM}
+
+.include "../../mk/apache.mk"
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/ampache/PLIST b/audio/ampache/PLIST
new file mode 100644
index 00000000000..4ed4c5a64c7
--- /dev/null
+++ b/audio/ampache/PLIST
@@ -0,0 +1,569 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+share/ampache/admin/access.php
+share/ampache/admin/catalog.php
+share/ampache/admin/duplicates.php
+share/ampache/admin/export.php
+share/ampache/admin/flag.php
+share/ampache/admin/index.php
+share/ampache/admin/mail.php
+share/ampache/admin/modules.php
+share/ampache/admin/shout.php
+share/ampache/admin/system.php
+share/ampache/admin/users.php
+share/ampache/albums.php
+share/ampache/artists.php
+share/ampache/batch.php
+share/ampache/bin/.htaccess
+share/ampache/bin/catalog_update.inc
+share/ampache/bin/delete_disabled.inc
+share/ampache/bin/dump_album_art.inc
+share/ampache/bin/fix_filenames.inc
+share/ampache/bin/migrate_config.inc
+share/ampache/bin/print_tags.inc
+share/ampache/bin/sort_files.inc
+share/ampache/bin/write_playlists.inc
+share/ampache/bin/write_tags.inc
+share/ampache/browse.php
+share/ampache/config/.htaccess
+share/ampache/config/ampache.cfg.php.dist
+share/ampache/config/motd.php.dist
+share/ampache/config/registration_agreement.php.dist
+share/ampache/democratic.php
+share/ampache/docs/CHANGELOG
+share/ampache/docs/GPL-LICENSE
+share/ampache/docs/INSTALL
+share/ampache/docs/MIGRATION
+share/ampache/docs/README
+share/ampache/favicon.ico
+share/ampache/flag.php
+share/ampache/genre.php
+share/ampache/image.php
+share/ampache/images/ampache.png
+share/ampache/images/blank-pixel.gif
+share/ampache/images/blankalbum.gif
+share/ampache/images/icon_add.png
+share/ampache/images/icon_add_user.png
+share/ampache/images/icon_admin.png
+share/ampache/images/icon_all.png
+share/ampache/images/icon_ampache.png
+share/ampache/images/icon_batch_download.png
+share/ampache/images/icon_browse.png
+share/ampache/images/icon_cog.png
+share/ampache/images/icon_comment.png
+share/ampache/images/icon_delete.png
+share/ampache/images/icon_disable.png
+share/ampache/images/icon_download.png
+share/ampache/images/icon_edit.png
+share/ampache/images/icon_enable.png
+share/ampache/images/icon_feed.png
+share/ampache/images/icon_flag.png
+share/ampache/images/icon_flag_off.png
+share/ampache/images/icon_home.png
+share/ampache/images/icon_link.png
+share/ampache/images/icon_lock.png
+share/ampache/images/icon_logout.png
+share/ampache/images/icon_money.png
+share/ampache/images/icon_next.png
+share/ampache/images/icon_next_hover.png
+share/ampache/images/icon_pause.png
+share/ampache/images/icon_pause_hover.png
+share/ampache/images/icon_play.png
+share/ampache/images/icon_play_hover.png
+share/ampache/images/icon_playlist_add.png
+share/ampache/images/icon_preferences.png
+share/ampache/images/icon_prev.png
+share/ampache/images/icon_prev_hover.png
+share/ampache/images/icon_random.png
+share/ampache/images/icon_server_lightning.png
+share/ampache/images/icon_statistics.png
+share/ampache/images/icon_stop.png
+share/ampache/images/icon_stop_hover.png
+share/ampache/images/icon_thumb_down.png
+share/ampache/images/icon_thumb_up.png
+share/ampache/images/icon_view.png
+share/ampache/images/icon_volumedn.png
+share/ampache/images/icon_volumemute.png
+share/ampache/images/icon_volumeup.png
+share/ampache/images/icon_world_link.png
+share/ampache/images/ratings/star_rating.gif
+share/ampache/images/ratings/x.gif
+share/ampache/images/ratings/x_off.gif
+share/ampache/images/top_bg.jpg
+share/ampache/index.php
+share/ampache/install.php
+share/ampache/lib/album.lib.php
+share/ampache/lib/artist.lib.php
+share/ampache/lib/batch.lib.php
+share/ampache/lib/class/access.class.php
+share/ampache/lib/class/ajax.class.php
+share/ampache/lib/class/album.class.php
+share/ampache/lib/class/ampachemail.class.php
+share/ampache/lib/class/api.class.php
+share/ampache/lib/class/artist.class.php
+share/ampache/lib/class/browse.class.php
+share/ampache/lib/class/catalog.class.php
+share/ampache/lib/class/config.class.php
+share/ampache/lib/class/dba.class.php
+share/ampache/lib/class/democratic.class.php
+share/ampache/lib/class/error.class.php
+share/ampache/lib/class/flag.class.php
+share/ampache/lib/class/genre.class.php
+share/ampache/lib/class/localplay.abstract.php
+share/ampache/lib/class/localplay.class.php
+share/ampache/lib/class/metadata.class.php
+share/ampache/lib/class/playlist.class.php
+share/ampache/lib/class/plugin.class.php
+share/ampache/lib/class/preference.class.php
+share/ampache/lib/class/radio.class.php
+share/ampache/lib/class/random.class.php
+share/ampache/lib/class/rating.class.php
+share/ampache/lib/class/registration.class.php
+share/ampache/lib/class/rss.class.php
+share/ampache/lib/class/scrobbler.class.php
+share/ampache/lib/class/shoutbox.class.php
+share/ampache/lib/class/song.class.php
+share/ampache/lib/class/stats.class.php
+share/ampache/lib/class/stream.class.php
+share/ampache/lib/class/tmpplaylist.class.php
+share/ampache/lib/class/update.class.php
+share/ampache/lib/class/user.class.php
+share/ampache/lib/class/vainfo.class.php
+share/ampache/lib/class/vauth.class.php
+share/ampache/lib/class/view.class.php
+share/ampache/lib/class/xmldata.class.php
+share/ampache/lib/class/xmlrpcclient.class.php
+share/ampache/lib/class/xmlrpcserver.class.php
+share/ampache/lib/debug.lib.php
+share/ampache/lib/general.lib.php
+share/ampache/lib/gettext.php
+share/ampache/lib/init.php
+share/ampache/lib/install.php
+share/ampache/lib/javascript-base.js
+share/ampache/lib/log.lib.php
+share/ampache/lib/preferences.php
+share/ampache/lib/rating.lib.php
+share/ampache/lib/rss.php
+share/ampache/lib/search.php
+share/ampache/lib/stream.lib.php
+share/ampache/lib/themes.php
+share/ampache/lib/ui.lib.php
+share/ampache/lib/xmlrpc.php
+share/ampache/locale/base/TRANSLATIONS
+share/ampache/locale/base/merge-messages.sh
+share/ampache/locale/base/messages.po
+share/ampache/locale/ca_CA/LC_MESSAGES/messages.mo
+share/ampache/locale/ca_CA/LC_MESSAGES/messages.po
+share/ampache/locale/de_DE/LC_MESSAGES/messages.mo
+share/ampache/locale/de_DE/LC_MESSAGES/messages.po
+share/ampache/locale/el_GR/LC_MESSAGES/messages.mo
+share/ampache/locale/el_GR/LC_MESSAGES/messages.po
+share/ampache/locale/en_GB/LC_MESSAGES/messages.mo
+share/ampache/locale/en_GB/LC_MESSAGES/messages.po
+share/ampache/locale/es_ES/LC_MESSAGES/messages.mo
+share/ampache/locale/es_ES/LC_MESSAGES/messages.po
+share/ampache/locale/fr_FR/LC_MESSAGES/messages.mo
+share/ampache/locale/fr_FR/LC_MESSAGES/messages.po
+share/ampache/locale/it_IT/LC_MESSAGES/messages.mo
+share/ampache/locale/it_IT/LC_MESSAGES/messages.po
+share/ampache/locale/ja_JP/LC_MESSAGES/messages.mo
+share/ampache/locale/ja_JP/LC_MESSAGES/messages.po
+share/ampache/locale/nl_NL/LC_MESSAGES/messages.mo
+share/ampache/locale/nl_NL/LC_MESSAGES/messages.po
+share/ampache/locale/ru_RU/LC_MESSAGES/messages.mo
+share/ampache/locale/ru_RU/LC_MESSAGES/messages.po
+share/ampache/locale/tr_TR/LC_MESSAGES/messages.mo
+share/ampache/locale/tr_TR/LC_MESSAGES/messages.po
+share/ampache/locale/zh_CN/LC_MESSAGES/messages.mo
+share/ampache/locale/zh_CN/LC_MESSAGES/messages.po
+share/ampache/localplay.php
+share/ampache/login.php
+share/ampache/logout.php
+share/ampache/modules/archive/archive.lib.php
+share/ampache/modules/captcha/FreeMono-Medium.ttf
+share/ampache/modules/captcha/captcha.php
+share/ampache/modules/flash/LICENSE
+share/ampache/modules/flash/Original/skin.xml
+share/ampache/modules/flash/crossdomain.xml
+share/ampache/modules/flash/xspf_jukebox.swf
+share/ampache/modules/flash/xspf_player.php
+share/ampache/modules/getid3/docs/changelog.txt
+share/ampache/modules/getid3/docs/dependencies.txt
+share/ampache/modules/getid3/docs/license.commercial.txt
+share/ampache/modules/getid3/docs/license.txt
+share/ampache/modules/getid3/docs/readme.txt
+share/ampache/modules/getid3/docs/readme.windows.txt
+share/ampache/modules/getid3/docs/structure.txt
+share/ampache/modules/getid3/extension.cache.dbm.php
+share/ampache/modules/getid3/extension.cache.mysql.php
+share/ampache/modules/getid3/getid3.php
+share/ampache/modules/getid3/module.archive.gzip.php
+share/ampache/modules/getid3/module.archive.szip.php
+share/ampache/modules/getid3/module.archive.tar.php
+share/ampache/modules/getid3/module.archive.zip.php
+share/ampache/modules/getid3/module.audio-video.asf.php
+share/ampache/modules/getid3/module.audio-video.flv.php
+share/ampache/modules/getid3/module.audio-video.mpeg.php
+share/ampache/modules/getid3/module.audio-video.nsv.php
+share/ampache/modules/getid3/module.audio-video.quicktime.php
+share/ampache/modules/getid3/module.audio-video.real.php
+share/ampache/modules/getid3/module.audio-video.riff.php
+share/ampache/modules/getid3/module.audio-video.swf.php
+share/ampache/modules/getid3/module.audio.aac_adif.php
+share/ampache/modules/getid3/module.audio.aac_adts.php
+share/ampache/modules/getid3/module.audio.ac3.php
+share/ampache/modules/getid3/module.audio.au.php
+share/ampache/modules/getid3/module.audio.avr.php
+share/ampache/modules/getid3/module.audio.bonk.php
+share/ampache/modules/getid3/module.audio.dts.php
+share/ampache/modules/getid3/module.audio.la.php
+share/ampache/modules/getid3/module.audio.lpac.php
+share/ampache/modules/getid3/module.audio.midi.php
+share/ampache/modules/getid3/module.audio.monkey.php
+share/ampache/modules/getid3/module.audio.mp3.php
+share/ampache/modules/getid3/module.audio.mpc.php
+share/ampache/modules/getid3/module.audio.mpc_old.php
+share/ampache/modules/getid3/module.audio.optimfrog.php
+share/ampache/modules/getid3/module.audio.rkau.php
+share/ampache/modules/getid3/module.audio.shorten.php
+share/ampache/modules/getid3/module.audio.tta.php
+share/ampache/modules/getid3/module.audio.voc.php
+share/ampache/modules/getid3/module.audio.vqf.php
+share/ampache/modules/getid3/module.audio.wavpack.php
+share/ampache/modules/getid3/module.audio.xiph.php
+share/ampache/modules/getid3/module.graphic.bmp.php
+share/ampache/modules/getid3/module.graphic.gif.php
+share/ampache/modules/getid3/module.graphic.jpeg.php
+share/ampache/modules/getid3/module.graphic.pcd.php
+share/ampache/modules/getid3/module.graphic.png.php
+share/ampache/modules/getid3/module.graphic.tiff.php
+share/ampache/modules/getid3/module.lib.data_hash.php
+share/ampache/modules/getid3/module.lib.iconv_replacement.php
+share/ampache/modules/getid3/module.lib.image_size.php
+share/ampache/modules/getid3/module.misc.iso.php
+share/ampache/modules/getid3/module.tag.apetag.php
+share/ampache/modules/getid3/module.tag.id3v1.php
+share/ampache/modules/getid3/module.tag.id3v2.php
+share/ampache/modules/getid3/module.tag.lyrics3.php
+share/ampache/modules/getid3/write.apetag.php
+share/ampache/modules/getid3/write.flac.php
+share/ampache/modules/getid3/write.id3v1.php
+share/ampache/modules/getid3/write.id3v2.php
+share/ampache/modules/getid3/write.lyrics3.php
+share/ampache/modules/getid3/write.vorbis.php
+share/ampache/modules/horde/Browser.php
+share/ampache/modules/httpq/httpqplayer.class.php
+share/ampache/modules/infotools/AmazonSearchEngine.class.php
+share/ampache/modules/infotools/Snoopy.class.php
+share/ampache/modules/infotools/jamendoSearch.class.php
+share/ampache/modules/infotools/lastfm.class.php
+share/ampache/modules/infotools/openstrands.class.php
+share/ampache/modules/kajax/README
+share/ampache/modules/kajax/ajax.js
+share/ampache/modules/localplay/httpq.controller.php
+share/ampache/modules/localplay/mpd.controller.php
+share/ampache/modules/localplay/shoutcast.controller.php
+share/ampache/modules/mpd/CHANGELOG
+share/ampache/modules/mpd/README
+share/ampache/modules/mpd/USAGE
+share/ampache/modules/mpd/mpd.class.php
+share/ampache/modules/plugins/Lastfm.plugin.php
+share/ampache/modules/plugins/OpenStrands.plugin.php
+share/ampache/modules/plugins/RioPlayer.plugin.php
+share/ampache/modules/prototype/prototype.js
+share/ampache/modules/validatemail/validateEmail.php
+share/ampache/modules/validatemail/validateEmailFormat.php
+share/ampache/modules/xmlrpc/ChangeLog
+share/ampache/modules/xmlrpc/README
+share/ampache/modules/xmlrpc/xmlrpc.inc
+share/ampache/modules/xmlrpc/xmlrpcs.inc
+share/ampache/play/index.php
+share/ampache/playlist.php
+share/ampache/preferences.php
+share/ampache/radio.php
+share/ampache/random.php
+share/ampache/register.php
+share/ampache/rss.php
+share/ampache/search.php
+share/ampache/server/ajax.server.php
+share/ampache/server/browse.ajax.php
+share/ampache/server/democratic.ajax.php
+share/ampache/server/flag.ajax.php
+share/ampache/server/index.ajax.php
+share/ampache/server/localplay.ajax.php
+share/ampache/server/playlist.ajax.php
+share/ampache/server/random.ajax.php
+share/ampache/server/song.ajax.php
+share/ampache/server/stats.ajax.php
+share/ampache/server/stream.ajax.php
+share/ampache/server/xml.server.php
+share/ampache/server/xmlrpc.server.php
+share/ampache/shout.php
+share/ampache/song.php
+share/ampache/sql/ampache.sql
+share/ampache/sql/ampache40.sql
+share/ampache/stats.php
+share/ampache/stream.php
+share/ampache/templates/csshover2.htc
+share/ampache/templates/footer.inc.php
+share/ampache/templates/handheld.css
+share/ampache/templates/header.inc.php
+share/ampache/templates/install.css
+share/ampache/templates/javascript_refresh.inc.php
+share/ampache/templates/list_header.inc.php
+share/ampache/templates/print.css
+share/ampache/templates/rightbar.inc.php
+share/ampache/templates/show_access_list.inc.php
+share/ampache/templates/show_account.inc.php
+share/ampache/templates/show_add_access.inc.php
+share/ampache/templates/show_add_catalog.inc.php
+share/ampache/templates/show_add_live_stream.inc.php
+share/ampache/templates/show_add_playlist.inc.php
+share/ampache/templates/show_add_shout.inc.php
+share/ampache/templates/show_add_user.inc.php
+share/ampache/templates/show_adds_catalog.inc.php
+share/ampache/templates/show_admin_info.inc.php
+share/ampache/templates/show_admin_tools.inc.php
+share/ampache/templates/show_album.inc.php
+share/ampache/templates/show_album_art.inc.php
+share/ampache/templates/show_album_row.inc.php
+share/ampache/templates/show_albums.inc.php
+share/ampache/templates/show_all_popular.inc.php
+share/ampache/templates/show_alphabet_form.inc.php
+share/ampache/templates/show_artist.inc.php
+share/ampache/templates/show_artist_box.inc.php
+share/ampache/templates/show_artist_row.inc.php
+share/ampache/templates/show_artists.inc.php
+share/ampache/templates/show_big_art.inc.php
+share/ampache/templates/show_box_bottom.inc.php
+share/ampache/templates/show_box_top.inc.php
+share/ampache/templates/show_catalog_row.inc.php
+share/ampache/templates/show_catalogs.inc.php
+share/ampache/templates/show_clean_catalog.inc.php
+share/ampache/templates/show_confirmation.inc.php
+share/ampache/templates/show_create_democratic.inc.php
+share/ampache/templates/show_debug.inc.php
+share/ampache/templates/show_democratic.inc.php
+share/ampache/templates/show_democratic_playlist.inc.php
+share/ampache/templates/show_denied.inc.php
+share/ampache/templates/show_disabled_songs.inc.php
+share/ampache/templates/show_duplicate.inc.php
+share/ampache/templates/show_duplicates.inc.php
+share/ampache/templates/show_edit_access.inc.php
+share/ampache/templates/show_edit_album.inc.php
+share/ampache/templates/show_edit_album_row.inc.php
+share/ampache/templates/show_edit_artist.inc.php
+share/ampache/templates/show_edit_artist_row.inc.php
+share/ampache/templates/show_edit_catalog.inc.php
+share/ampache/templates/show_edit_live_stream_row.inc.php
+share/ampache/templates/show_edit_playlist_row.inc.php
+share/ampache/templates/show_edit_playlist_song_row.inc.php
+share/ampache/templates/show_edit_shout.inc.php
+share/ampache/templates/show_edit_song.inc.php
+share/ampache/templates/show_edit_song_row.inc.php
+share/ampache/templates/show_edit_user.inc.php
+share/ampache/templates/show_embed_xspf.inc.php
+share/ampache/templates/show_export.inc.php
+share/ampache/templates/show_flag.inc.php
+share/ampache/templates/show_flag_row.inc.php
+share/ampache/templates/show_flagged.inc.php
+share/ampache/templates/show_gather_art.inc.php
+share/ampache/templates/show_genre.inc.php
+share/ampache/templates/show_genres.inc.php
+share/ampache/templates/show_get_albumart.inc.php
+share/ampache/templates/show_import_playlist.inc.php
+share/ampache/templates/show_index.inc.php
+share/ampache/templates/show_install.inc.php
+share/ampache/templates/show_install_account.inc.php
+share/ampache/templates/show_install_config.inc.php
+share/ampache/templates/show_install_lang.inc.php
+share/ampache/templates/show_ip_history.inc.php
+share/ampache/templates/show_live_stream_row.inc.php
+share/ampache/templates/show_live_streams.inc.php
+share/ampache/templates/show_local_catalog_info.inc.php
+share/ampache/templates/show_localplay_add_instance.inc.php
+share/ampache/templates/show_localplay_control.inc.php
+share/ampache/templates/show_localplay_controllers.inc.php
+share/ampache/templates/show_localplay_edit_instance.inc.php
+share/ampache/templates/show_localplay_instances.inc.php
+share/ampache/templates/show_localplay_playlist.inc.php
+share/ampache/templates/show_localplay_status.inc.php
+share/ampache/templates/show_login_form.inc.php
+share/ampache/templates/show_mail_users.inc.php
+share/ampache/templates/show_manage_democratic.inc.php
+share/ampache/templates/show_manage_shoutbox.inc.php
+share/ampache/templates/show_now_playing.inc.php
+share/ampache/templates/show_now_playing_row.inc.php
+share/ampache/templates/show_object_rating.inc.php
+share/ampache/templates/show_object_rating_static.inc.php
+share/ampache/templates/show_object_row.inc.php
+share/ampache/templates/show_objects.inc.php
+share/ampache/templates/show_play_selected.inc.php
+share/ampache/templates/show_playlist.inc.php
+share/ampache/templates/show_playlist_edit.inc.php
+share/ampache/templates/show_playlist_row.inc.php
+share/ampache/templates/show_playlist_song_row.inc.php
+share/ampache/templates/show_playlist_songs.inc.php
+share/ampache/templates/show_playlists.inc.php
+share/ampache/templates/show_playtype_switch.inc.php
+share/ampache/templates/show_plugins.inc.php
+share/ampache/templates/show_preference_admin.inc.php
+share/ampache/templates/show_preference_box.inc.php
+share/ampache/templates/show_preferences.inc.php
+share/ampache/templates/show_random.inc.php
+share/ampache/templates/show_random_albums.inc.php
+share/ampache/templates/show_recently_played.inc.php
+share/ampache/templates/show_registration_confirmation.inc.php
+share/ampache/templates/show_rename_artist.inc.php
+share/ampache/templates/show_run_add_catalog.inc.php
+share/ampache/templates/show_search.inc.php
+share/ampache/templates/show_search_bar.inc.php
+share/ampache/templates/show_search_options.inc.php
+share/ampache/templates/show_shout_row.inc.php
+share/ampache/templates/show_shoutbox.inc.php
+share/ampache/templates/show_similar_artists.inc.php
+share/ampache/templates/show_song.inc.php
+share/ampache/templates/show_song_row.inc.php
+share/ampache/templates/show_songs.inc.php
+share/ampache/templates/show_stats_newest.inc.php
+share/ampache/templates/show_stats_popular.inc.php
+share/ampache/templates/show_test.inc.php
+share/ampache/templates/show_test_config.inc.php
+share/ampache/templates/show_user.inc.php
+share/ampache/templates/show_user_activate.inc.php
+share/ampache/templates/show_user_preferences.inc.php
+share/ampache/templates/show_user_recommendations.inc.php
+share/ampache/templates/show_user_registration.inc.php
+share/ampache/templates/show_user_stats.inc.php
+share/ampache/templates/show_users.inc.php
+share/ampache/templates/show_verify_catalog.inc.php
+share/ampache/templates/show_xspf_player.inc.php
+share/ampache/templates/sidebar.inc.php
+share/ampache/templates/sidebar_admin.inc.php
+share/ampache/templates/sidebar_browse.inc.php
+share/ampache/templates/sidebar_home.inc.php
+share/ampache/templates/sidebar_localplay.inc.php
+share/ampache/templates/sidebar_preferences.inc.php
+share/ampache/templates/subnavbar.inc.php
+share/ampache/test.php
+share/ampache/themes/classic/images/ajax-loader.gif
+share/ampache/themes/classic/images/ampache.png
+share/ampache/themes/classic/images/bg_login.jpg
+share/ampache/themes/classic/images/blank-pixel.gif
+share/ampache/themes/classic/images/blankalbum.gif
+share/ampache/themes/classic/images/bottom.gif
+share/ampache/themes/classic/images/bottomleft.gif
+share/ampache/themes/classic/images/bottomright.gif
+share/ampache/themes/classic/images/left.gif
+share/ampache/themes/classic/images/right.gif
+share/ampache/themes/classic/images/rightbar_top.jpg
+share/ampache/themes/classic/images/sidebar_top.jpg
+share/ampache/themes/classic/images/top.gif
+share/ampache/themes/classic/images/topleft.gif
+share/ampache/themes/classic/images/topright.gif
+share/ampache/themes/classic/templates/default.css
+share/ampache/themes/classic/theme.cfg.php
+share/ampache/themes/greysme/images/ajax-loader.gif
+share/ampache/themes/greysme/images/ampache.png
+share/ampache/themes/greysme/images/ampache_back.gif
+share/ampache/themes/greysme/images/ampache_menu.gif
+share/ampache/themes/greysme/images/back-box.gif
+share/ampache/themes/greysme/images/background.jpg
+share/ampache/themes/greysme/images/blankalbum.gif
+share/ampache/themes/greysme/images/box_bottom.png
+share/ampache/themes/greysme/images/box_top.png
+share/ampache/themes/greysme/images/button_back.png
+share/ampache/themes/greysme/images/button_back2.png
+share/ampache/themes/greysme/images/curl.gif
+share/ampache/themes/greysme/images/icons/icon_add.png
+share/ampache/themes/greysme/images/icons/icon_admin.png
+share/ampache/themes/greysme/images/icons/icon_all.png
+share/ampache/themes/greysme/images/icons/icon_batch_download.png
+share/ampache/themes/greysme/images/icons/icon_browse.png
+share/ampache/themes/greysme/images/icons/icon_delete.png
+share/ampache/themes/greysme/images/icons/icon_download.png
+share/ampache/themes/greysme/images/icons/icon_edit.png
+share/ampache/themes/greysme/images/icons/icon_home.png
+share/ampache/themes/greysme/images/icons/icon_logout.png
+share/ampache/themes/greysme/images/icons/icon_playlist_add.png
+share/ampache/themes/greysme/images/icons/icon_random.png
+share/ampache/themes/greysme/images/icons/icon_volumeup.png
+share/ampache/themes/greysme/images/list_back-old.png
+share/ampache/themes/greysme/images/list_back.png
+share/ampache/themes/greysme/images/overlay.png
+share/ampache/themes/greysme/images/puce.gif
+share/ampache/themes/greysme/images/punaise-bl.gif
+share/ampache/themes/greysme/images/punaise-br.gif
+share/ampache/themes/greysme/images/punaise-tl.gif
+share/ampache/themes/greysme/images/ratings/star_rating.gif
+share/ampache/themes/greysme/images/ratings/x.gif
+share/ampache/themes/greysme/images/ratings/x_off.gif
+share/ampache/themes/greysme/images/sort_off.gif
+share/ampache/themes/greysme/images/sort_on.gif
+share/ampache/themes/greysme/templates/default.css
+share/ampache/themes/greysme/theme.cfg.php
+share/ampache/update.php
+share/ampache/util.php
+share/examples/ampache.conf
+@dirrm share/ampache/themes/greysme/templates
+@dirrm share/ampache/themes/greysme/images/ratings
+@dirrm share/ampache/themes/greysme/images/icons
+@dirrm share/ampache/themes/greysme/images
+@dirrm share/ampache/themes/greysme
+@dirrm share/ampache/themes/classic/templates
+@dirrm share/ampache/themes/classic/images
+@dirrm share/ampache/themes/classic
+@dirrm share/ampache/themes
+@dirrm share/ampache/templates
+@dirrm share/ampache/sql
+@dirrm share/ampache/server
+@dirrm share/ampache/play
+@dirrm share/ampache/modules/xmlrpc
+@dirrm share/ampache/modules/validatemail
+@dirrm share/ampache/modules/prototype
+@dirrm share/ampache/modules/plugins
+@dirrm share/ampache/modules/mpd
+@dirrm share/ampache/modules/localplay
+@dirrm share/ampache/modules/kajax
+@dirrm share/ampache/modules/infotools
+@dirrm share/ampache/modules/httpq
+@dirrm share/ampache/modules/horde
+@dirrm share/ampache/modules/getid3/docs
+@dirrm share/ampache/modules/getid3
+@dirrm share/ampache/modules/flash/Original
+@dirrm share/ampache/modules/flash
+@dirrm share/ampache/modules/captcha
+@dirrm share/ampache/modules/archive
+@dirrm share/ampache/modules
+@dirrm share/ampache/locale/zh_CN/LC_MESSAGES
+@dirrm share/ampache/locale/zh_CN
+@dirrm share/ampache/locale/tr_TR/LC_MESSAGES
+@dirrm share/ampache/locale/tr_TR
+@dirrm share/ampache/locale/ru_RU/LC_MESSAGES
+@dirrm share/ampache/locale/ru_RU
+@dirrm share/ampache/locale/nl_NL/LC_MESSAGES
+@dirrm share/ampache/locale/nl_NL
+@dirrm share/ampache/locale/it_IT/LC_MESSAGES
+@dirrm share/ampache/locale/it_IT
+@dirrm share/ampache/locale/fr_FR/LC_MESSAGES
+@dirrm share/ampache/locale/fr_FR
+@dirrm share/ampache/locale/es_ES/LC_MESSAGES
+@dirrm share/ampache/locale/es_ES
+@dirrm share/ampache/locale/en_GB/LC_MESSAGES
+@dirrm share/ampache/locale/en_GB
+@dirrm share/ampache/locale/el_GR/LC_MESSAGES
+@dirrm share/ampache/locale/el_GR
+@dirrm share/ampache/locale/de_DE/LC_MESSAGES
+@dirrm share/ampache/locale/de_DE
+@dirrm share/ampache/locale/ca_CA/LC_MESSAGES
+@dirrm share/ampache/locale/ca_CA
+@dirrm share/ampache/locale/base
+@dirrm share/ampache/locale
+@dirrm share/ampache/lib/class
+@dirrm share/ampache/lib
+@dirrm share/ampache/images/ratings
+@dirrm share/ampache/images
+@dirrm share/ampache/docs
+@dirrm share/ampache/config
+@dirrm share/ampache/bin
+@dirrm share/ampache/admin
+@dirrm share/ampache
diff --git a/audio/ampache/distinfo b/audio/ampache/distinfo
new file mode 100644
index 00000000000..5420eb016b8
--- /dev/null
+++ b/audio/ampache/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+
+SHA1 (ampache-3.4.3.tar.gz) = 87fd031f0e424a273f4e4bb7f2405cc72a5e0d00
+RMD160 (ampache-3.4.3.tar.gz) = e11eeac971c1f6e52c5d1ed85fc043244ffb5c59
+Size (ampache-3.4.3.tar.gz) = 1414765 bytes
+SHA1 (patch-aa) = 30c57f3b5e0b8d79af13632745227a81b262f4c8
diff --git a/audio/ampache/files/ampache.conf b/audio/ampache/files/ampache.conf
new file mode 100644
index 00000000000..a1e3d82bea1
--- /dev/null
+++ b/audio/ampache/files/ampache.conf
@@ -0,0 +1,12 @@
+# $NetBSD: ampache.conf,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+#
+# Ampache configuration file fragment for Apache
+
+<IfModule mod_alias.c>
+ Alias /ampache "@INSTDIR@/"
+</IfModule>
+
+<Directory "@INSTDIR@">
+ AllowOverride All
+ DirectoryIndex index.php
+</Directory>
diff --git a/audio/ampache/patches/patch-aa b/audio/ampache/patches/patch-aa
new file mode 100644
index 00000000000..b51ca9fc0a7
--- /dev/null
+++ b/audio/ampache/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
+
+--- lib/class/vainfo.class.php.orig 2008-08-31 07:20:41.000000000 +0100
++++ lib/class/vainfo.class.php
+@@ -498,11 +498,14 @@ class vainfo {
+ if ($this->_iconv) {
+ /* Guess that it's UTF-8 */
+ if (!$encoding) { $encoding = $this->_getID3->encoding; }
++ /* Try GNU iconv //TRANSLIT extension first */
+ $charset = $this->encoding . '//TRANSLIT';
+- $tag = iconv($encoding,$charset,$tag);
++ $newtag = iconv($encoding,$charset,$tag);
++ if (strcmp($newtag, "") == 0)
++ $newtag = iconv($encoding,$this->encoding,$tag);
+ }
+
+- return $tag;
++ return $newtag;
+
+
+