From b86f201bdf5bba6da51647486ac5cf2dbbf206bd Mon Sep 17 00:00:00 2001 From: Nathan Collins Date: Sun, 10 Jun 2012 19:17:51 -0700 Subject: Rename git-annex.cabal. --- git-annex.cabal | 60 --------------------------------------------- git-annex.cabal.template.sh | 60 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 git-annex.cabal create mode 100644 git-annex.cabal.template.sh diff --git a/git-annex.cabal b/git-annex.cabal deleted file mode 100644 index c15167831..000000000 --- a/git-annex.cabal +++ /dev/null @@ -1,60 +0,0 @@ -Name: git-annex -Version: 3.20120605 -Cabal-Version: >= 1.8 -License: GPL -Maintainer: Joey Hess -Author: Joey Hess -Stability: Stable -Copyright: 2010-2012 Joey Hess -License-File: GPL -Extra-Source-Files: use-make-sdist-instead -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 - to limitations in memory, 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. - -Flag S3 - Description: Enable S3 support - -Executable git-annex - Main-Is: git-annex.hs - Build-Depends: MissingH, hslogger, directory, filepath, - unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, - pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, - base == 4.5.*, monad-control, transformers-base, lifted-base, - IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance - Other-Modules: Utility.Touch - C-Sources: Utility/libdiskfree.c - Extensions: CPP - - if flag(S3) - Build-Depends: hS3 - CPP-Options: -DWITH_S3 - -Test-Suite test - Type: exitcode-stdio-1.0 - Main-Is: test.hs - 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, - base == 4.5.*, monad-control, transformers-base, lifted-base, - IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance - C-Sources: Utility/libdiskfree.c - Extensions: CPP - -source-repository head - type: git - location: git://git-annex.branchable.com/ diff --git a/git-annex.cabal.template.sh b/git-annex.cabal.template.sh new file mode 100644 index 000000000..c15167831 --- /dev/null +++ b/git-annex.cabal.template.sh @@ -0,0 +1,60 @@ +Name: git-annex +Version: 3.20120605 +Cabal-Version: >= 1.8 +License: GPL +Maintainer: Joey Hess +Author: Joey Hess +Stability: Stable +Copyright: 2010-2012 Joey Hess +License-File: GPL +Extra-Source-Files: use-make-sdist-instead +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 + to limitations in memory, 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. + +Flag S3 + Description: Enable S3 support + +Executable git-annex + Main-Is: git-annex.hs + Build-Depends: MissingH, hslogger, directory, filepath, + unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, + pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, + base == 4.5.*, monad-control, transformers-base, lifted-base, + IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance + Other-Modules: Utility.Touch + C-Sources: Utility/libdiskfree.c + Extensions: CPP + + if flag(S3) + Build-Depends: hS3 + CPP-Options: -DWITH_S3 + +Test-Suite test + Type: exitcode-stdio-1.0 + Main-Is: test.hs + 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, + base == 4.5.*, monad-control, transformers-base, lifted-base, + IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance + C-Sources: Utility/libdiskfree.c + Extensions: CPP + +source-repository head + type: git + location: git://git-annex.branchable.com/ -- cgit v1.2.3