dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-vcs / git-annex / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 git-annex allows managing files with git, without checking the file
10                 contents into git. While that may seem paradoxical, it is useful when
11                 dealing with files larger than git can currently easily handle, whether due
12                 to limitations in memory, checksumming time, or disk space.
13                 
14                 Even without file content tracking, being able to manage files with git,
15                 move files around and delete files with versioned directory trees, and use
16                 branches and distributed clones, are all very handy reasons to use git. And
17                 annexed files can co-exist in the same git repository with regularly
18                 versioned files, which is convenient for maintaining documents, Makefiles,
19                 etc that are associated with annexed files but that benefit from full
20                 revision control.
21         </longdescription>
22         <use>
23                 <flag name="assistant">Enable git-annex assistant and watch command</flag>
24                 <flag name="benchmark">Enable benchmarking</flag>
25                 <flag name="concurrentoutput">Use concurrent-output library (experimental)</flag>
26                 <flag name="magicmime">Use libmagic to determine file MIME types</flag>
27                 <flag name="network-uri">Get Network.URI from the network-uri package.</flag>
28                 <flag name="pairing">Enable pairing of git annex repositories</flag>
29                 <flag name="s3">Enable Amazon S3 remote</flag>
30                 <flag name="torrentparser">Use haskell torrent library to parse torrent files</flag>
31                 <flag name="webapp">Enable git-annex webapp</flag>
32                 <flag name="webdav">Enable webdav remote</flag>
33         </use>
34 </pkgmetadata>