diff options
Diffstat (limited to 'www-apps/gallery/metadata.xml')
-rw-r--r-- | www-apps/gallery/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www-apps/gallery/metadata.xml b/www-apps/gallery/metadata.xml new file mode 100644 index 000000000000..479dd79246b9 --- /dev/null +++ b/www-apps/gallery/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>web-apps</herd> + <maintainer> + <email>blueness@gentoo.org</email> + <name>Anthony G. Basile</name> + </maintainer> + <use> + <flag name="netpbm">Add <pkg>media-libs/netpbm</pkg> support</flag> + <flag name="unzip">Add <pkg>app-arch/unzip</pkg> support for the archive + upload module</flag> + <flag name="zip">Add <pkg>app-arch/zip</pkg> for the zip download + module</flag> + </use> + <longdescription> + Gallery is a web based software product that lets you manage your photos on + your own website. With Gallery you can easily create and maintain albums of + photos via an intuitive interface. Photo management includes automatic + thumbnail creation, image resizing, rotation, ordering, captioning, + searching and more. Albums and photos can have view, edit, delete and other + permissions per individual authenticated user for an additional level of + privacy. It's great for communities - give accounts to your friends and + family and let them upload and manage their own photos on your website! + </longdescription> + <upstream> + <remote-id type="sourceforge">gallery</remote-id> + </upstream> +</pkgmetadata> |