8889 FreshPorts -- devel/hs-git-annex
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hs-git-annex 4.20130601 devel on this many watch lists=0 search for ports that depend on this port
Manage files with git, without checking their contents into git
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Sep 2011 20:28:01
Also Listed In: haskell
License: GPLv3


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.

WWW: http://git-annex.branchable.com/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. net/rsync
  2. devel/git
  3. sysutils/coreutils
  4. lang/ghc
  5. lang/ghc
  6. devel/hs-bloomfilter
  7. converters/hs-dataenc
  8. devel/hs-dlist
  9. devel/hs-edit-distance
  10. devel/hs-extensible-exceptions
  11. devel/hs-hslogger
  12. www/hs-HTTP
  13. devel/hs-IfElse
  14. converters/hs-json
  15. devel/hs-MissingH
  16. devel/hs-MonadCatchIO-transformers
  17. devel/hs-monad-control
  18. devel/hs-mtl
  19. net/hs-network
  20. devel/hs-QuickCheck
  21. devel/hs-random
  22. devel/hs-SafeSemaphore
  23. security/hs-SHA
  24. devel/hs-text
  25. devel/hs-unix-compat
  26. devel/hs-utf8-string
  27. devel/hs-uuid
  28. www/hs-hS3
  29. devel/hs-async
  30. devel/hs-stm
  31. devel/gmake
  32. lang/gcc
  33. devel/binutils
  34. lang/perl5.14
Required To Run:
  1. net/rsync
  2. devel/git
  3. sysutils/coreutils
  4. lang/ghc
  5. lang/ghc
  6. devel/hs-bloomfilter
  7. converters/hs-dataenc
  8. devel/hs-dlist
  9. devel/hs-edit-distance
  10. devel/hs-extensible-exceptions
  11. devel/hs-hslogger
  12. www/hs-HTTP
  13. devel/hs-IfElse
  14. converters/hs-json
  15. devel/hs-MissingH
  16. devel/hs-MonadCatchIO-transformers
  17. devel/hs-monad-control
  18. devel/hs-mtl
  19. net/hs-network
  20. devel/hs-QuickCheck
  21. devel/hs-random
  22. devel/hs-SafeSemaphore
  23. security/hs-SHA
  24. devel/hs-text
  25. devel/hs-unix-compat
  26. devel/hs-utf8-string
  27. devel/hs-uuid
  28. www/hs-hS3
  29. devel/hs-async
  30. devel/hs-stm
  31. lang/gcc
Required Libraries:
  1. math/gmp
  2. converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/hs-git-annex/ && make install clean
To add the package: pkg_add -r hs-git-annex


Configuration Options
===> The following configuration options are available for hs-git-annex-4.20130601:
     ASSISTANT=on: 'assistant' and 'watch' commands
     DOCS=on: Build and/or install documentation
     DYNAMIC=on: Add support for dynamic linking
     HSCOLOUR=off: Colorize generated documentation by HsColour
     INOTIFY=off: File system notifications support
     LLVM=off: Use the LLVM backend for code generation
     PAIRING=off: Enable pairing (requires web application)
     PRODUCTION=off: Production build
     PROFILE=off: Add support for profiling
     S3=on: S3 support
     TDFA=off: Use regex-tdfa for wildcards
     WEBAPP=off: Web application (requires assistant)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cabal/
  2. http://hackage.haskell.org/packages/archive/git-annex/4.20130601/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-06-04
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      The Glorious Glasgow Haskell Compiler has been updated to version
      7.6.3 and Haskell Platform to 2013.2.0.0.  Hence it is recommended to
      rebuild or reinstall all the dependent ports by one of the following
      commands:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
      Note that prefixes used for hs- ports (Cabal packages) have been
      changed to PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION to
      enable more seamless upgrades in the future.
    
    
  • 2013-05-12
    Affects: users of devel/hs-git-annex
    Author: haskell@FreeBSD.org
    Reason: 
      On FreeBSD, git-annex incorrectly calculated SHA256 hashes for files
      added to the annex repository due to the BSD-style output of
      /sbin/sha256.  The result of this is silent data corruption.
    
      This problem has been fixed, but every file stored in an annex
      repository will fail a `git-annex fsck` after the upgrade.  Thus,
      before updating, it is wise to issue the command below and restore the
      files.
    
      $ git-annex uninit
    
      Corruptions can then be found by finding all files with the same hash.
      Note that only files that were mishashed to the same location are a
      problem.
    
    
  • 2013-03-31
    Affects: users of */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Due to some unexpected dynamic linking problems, Haskell Cabal ports with
      binaries that link to their own libraries may not work.  With default
      configuration, the following ports are known to have this problem:
      Agda, BNFC, pandoc, and uuagc.  (Their port revision are now bumped.)
    
      In general, it is recommended to rebuild the port if you are
      experiencing that the corresponding binary will not start, e.g.:
    
      % agda
      Shared object "libHSAgda-2.3.2-ghc7.4.2.so" not found, required by "agda"
    
    
  • 2013-02-05
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the recent devel/libffi update caused some breakage in the Haskell
      ports with the DYNAMIC option enabled.  The problem has been identified and
      fixed since then.  All Haskell ports have been updated to their latest stable
      versions or bumped as DYNAMIC is enabled by default.
    
      Hence it is recommended to rebuild or reinstall all ports depending on GHC
      by one of the following commands:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
  • 2012-12-20
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the Glorious Glasgow Haskell Compiler has been updated to
      version 7.4.2.
    
      Please rebuild or reinstall all dependent ports by issuing one of the
      following commands, depending on the tool used:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
    
  • 2012-06-03
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that The Glorious Glasgow Haskell Compiler and the Haskell Platform
      have been updated to versions 7.4.1 and 2012.2.0.0, respectively.  At the
      same time, all Haskell ports have been updated to their latest working
      versions.
    
      To follow the changes, please issue one of the following commands
      (depending on the tool used):
    
      # portmaster -r ghc
      or
      # portupgrade -fr lang/ghc
    
    
    
  • 2012-02-13
    Affects: users of lang/ghc and */hs-*
    Author: pgj@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.4, and Haskell Platform to version
      2011.4.0.0, and other Haskell ports are also updated to their Haskell
      Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    
Port Moves
  • port moved here from devel/git-annex on 2011-09-26
    REASON: It has become a Cabal transcript

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Jun 2013 23:56:38
Original commit files touched by this commit  4.20130601
pgj search for other commits by this committer
- Add missed patch file

Obtained from:	FreeBSD Haskell
04 Jun 2013 18:53:41
Original commit files touched by this commit  4.20130601
pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some highlights of the update:

- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
  hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
  portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12 May 2013 19:39:01
Original commit files touched by this commit  4.20130323_1
pgj search for other commits by this committer
- Fix a silent hashing problem for git-annex, please study the UPDATING
  entry before proceeding!

Submitted by:	Justin Bedo <cu@cua0.org>
Obtained from:	FreeBSD Haskell
29 Mar 2013 22:43:58
Original commit files touched by this commit  4.20130323
pgj search for other commits by this committer
- Update Haskell ports from the development repository
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
  Contributed by: ashish

New ports (5):

devel/hs-geniplate                       0.6.0.3
devel/hs-uuid                            1.2.9
net/hs-maccatcher                        2.1.5
net/hs-publicsuffixlist                  0.0.3
textproc/hs-regex-tdfa                   1.1.8

Removed ports (1):

math/hs-Agda-executable                  2.3.0.1_3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
05 Feb 2013 22:26:32
Original commit files touched by this commit  3.20130124
pgj search for other commits by this committer
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
  devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

Please note that port revision for all the Haskell ports without version
changes are bumped.

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Dec 2012 02:23:06
Original commit files touched by this commit  3.20121211
pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Sep 2012 21:08:31
Original commit files touched by this commit  3.20120807
pgj search for other commits by this committer
- Update to 3.20120807
- Add options
- Take maintainership for haskell

PR:		ports/170785
Submitted by:	pgj
Approved by:	maintainer (timeout)
Obtained from:	FreeBSD Haskell
03 Aug 2012 02:30:11
Original commit files touched by this commit  3.20120522_1
pgj search for other commits by this committer
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
24 Jun 2012 11:22:21
Original commit files touched by this commit  3.20120522
pgj search for other commits by this committer
- Update to 3.20120522

PR:             ports/168711
Submitted by:   pgj
Approved by:    maintainer (timeout)
Obtained from:  FreeBSD Haskell
03 Jun 2012 21:42:50
Original commit files touched by this commit  3.20120123
pgj search for other commits by this committer
- Update to 3.20120123

PR:             ports/165256
Submitted by:   pgj
Approved by:    maintainer (timeout)
Obtained from:  FreeBSD Haskell
13 Feb 2012 03:49:33
Original commit files touched by this commit  3.20110707_1
pgj search for other commits by this committer
- Please welcome GHC 7.0.4

GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@ for the help!

Obtained from:  FreeBSD Haskell
26 Sep 2011 20:49:55
Original commit files touched by this commit  3.20110707
pgj search for other commits by this committer
- Update to 3.20110707
- Cabalize port

PR:             ports/159348
Submitted by:   pgj
Approved by:    maintainer (timeout)
Obtained from:  FreeBSD Haskell
26 Sep 2011 20:27:41
Original commit files touched by this commit  3.20110702_1
pgj search for other commits by this committer
Forced commit to note the rename of git-annex to hs-git-annex

PR:             ports/160989
Submitted by:   pgj
Repocopy by:    marcus

Number of commits found: 13

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 1
new 48 hours8
new 7 days28
new fortnight85
new month173

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0