summaryrefslogtreecommitdiff
blob: cd2b660679de4cd9b10ae32aba76596fde4cffe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		git-annex allows managing files with git, without checking the file
		contents into git. While that may seem paradoxical, it is useful when
		dealing with files larger than git can currently easily handle, whether due
		to limitations in memory, checksumming time, or disk space.
		
		Even without file content tracking, being able to manage files with git,
		move files around and delete files with versioned directory trees, and use
		branches and distributed clones, are all very handy reasons to use git. And
		annexed files can co-exist in the same git repository with regularly
		versioned files, which is convenient for maintaining documents, Makefiles,
		etc that are associated with annexed files but that benefit from full
		revision control.
	</longdescription>
	<use>
		<flag name="assistant">Enable git-annex assistant and watch command</flag>
		<flag name="android">Building for Android</flag>
		<flag name="androidsplice">Get TH splices for Android.</flag>
		<flag name="asciiprogress">Use ascii-progress library (experimental)</flag>
		<flag name="cryptohash">Enable use of cryptohash for checksumming</flag>
		<flag name="concurrentoutput">Use concurrent-output library (experimental)</flag>
		<flag name="cryptonite">Use the cryptonite library, instead of the older cryptohash</flag>
		<flag name="database">Enable building with <pkg>dev-haskell/persistent</pkg> for database use</flag>
		<flag name="desktopnotify">Enable desktop environment notifications</flag>
		<flag name="desktop-notify">Enable desktop environment notifications</flag>
		<flag name="dns">Enable the haskell DNS library for DNS lookup</flag>
		<flag name="ekg">Enable use of EKG to monitor git-annex as it runs.</flag>
		<flag name="feed">Enable podcast feed support</flag>
		<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
		<flag name="production">Enable production build (slower build; faster binary)</flag>
		<flag name="pairing">Enable pairing of git annex repositories</flag>
		<flag name="quvi">Enable use of quvi to download videos</flag>
		<flag name="s3">Enable Amazon S3 remote</flag>
		<flag name="tahoe">Enable the tahoe special remote</flag>
		<flag name="tdfa">Use regex-tdfa for wildcards</flag>
		<flag name="testsuite">Embed the test suite into git-annex</flag>
		<flag name="torrentparser">Use haskell torrent library to parse torrent files</flag>
		<flag name="webapp">Enable git-annex webapp</flag>
		<flag name="webapp-secure">Secure webapp</flag>
		<flag name="webdav">Enable webdav remote</flag>
	</use>
</pkgmetadata>