2011-06-30 18:55:03 +00:00
|
|
|
Name: git-annex
|
2012-05-22 15:27:22 +00:00
|
|
|
Version: 3.20120522
|
2012-04-05 20:39:50 +00:00
|
|
|
Cabal-Version: >= 1.8
|
2011-06-30 18:55:03 +00:00
|
|
|
License: GPL
|
|
|
|
Maintainer: Joey Hess <joey@kitenet.net>
|
|
|
|
Author: Joey Hess
|
|
|
|
Stability: Stable
|
2012-01-15 18:57:52 +00:00
|
|
|
Copyright: 2010-2012 Joey Hess
|
2011-06-30 18:55:03 +00:00
|
|
|
License-File: GPL
|
2011-07-02 18:53:55 +00:00
|
|
|
Extra-Source-Files: use-make-sdist-instead
|
2011-06-30 18:55:03 +00:00
|
|
|
Homepage: http://git-annex.branchable.com/
|
|
|
|
Build-type: Custom
|
|
|
|
Category: Utility
|
|
|
|
Synopsis: manage files with git, without checking their contents into git
|
|
|
|
Description:
|
|
|
|
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
|
2012-02-15 23:43:15 +00:00
|
|
|
to limitations in memory, time, or disk space.
|
2011-06-30 18:55:03 +00:00
|
|
|
.
|
|
|
|
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.
|
|
|
|
|
2012-04-14 18:22:33 +00:00
|
|
|
Flag S3
|
|
|
|
Description: Enable S3 support
|
|
|
|
|
2011-06-30 18:55:03 +00:00
|
|
|
Executable git-annex
|
|
|
|
Main-Is: git-annex.hs
|
2011-11-26 12:39:47 +00:00
|
|
|
Build-Depends: MissingH, hslogger, directory, filepath,
|
2011-06-30 18:55:03 +00:00
|
|
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
2012-04-14 18:22:33 +00:00
|
|
|
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
|
2012-04-22 15:24:39 +00:00
|
|
|
base == 4.5.*, monad-control, transformers-base, lifted-base,
|
2012-04-12 19:34:41 +00:00
|
|
|
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
|
2012-03-23 16:42:22 +00:00
|
|
|
Other-Modules: Utility.Touch
|
2012-04-13 15:26:39 +00:00
|
|
|
C-Sources: Utility/libdiskfree.c
|
2012-04-14 18:22:33 +00:00
|
|
|
Extensions: CPP
|
|
|
|
|
|
|
|
if flag(S3)
|
|
|
|
Build-Depends: hS3
|
|
|
|
CPP-Options: -DWITH_S3
|
2011-06-30 18:55:03 +00:00
|
|
|
|
2012-03-23 16:42:22 +00:00
|
|
|
Test-Suite test
|
|
|
|
Type: exitcode-stdio-1.0
|
|
|
|
Main-Is: test.hs
|
2012-04-14 19:23:13 +00:00
|
|
|
Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath,
|
|
|
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
|
|
|
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
|
2012-04-22 05:49:15 +00:00
|
|
|
base == 4.5.*, monad-control, transformers-base, lifted-base,
|
2012-04-14 19:23:13 +00:00
|
|
|
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
|
2012-04-13 15:26:39 +00:00
|
|
|
C-Sources: Utility/libdiskfree.c
|
2012-04-14 19:23:13 +00:00
|
|
|
Extensions: CPP
|
2011-06-30 18:55:03 +00:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: git://git-annex.branchable.com/
|