Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2011 00:20:19 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-gitdb Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201103160020.p2G0KJDr047599@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wen         2011-03-16 00:20:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-gitdb       Makefile distinfo pkg-descr pkg-plist 
  Log:
  The GitDB project implements interfaces to allow read and write access to
  git repositories. In its core lies the db package, which contains
  all database types necessary to read a complete git repository. These are
  the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
  into the GitDB to combine every aspect of the git database.
  
  For this to work, GitDB implements pack reading, as well as loose object
  reading and writing. Data is always encapsulated in streams, which allows
  huge files to be handled as well as small ones, usually only chunks of
  the stream are kept in memory for processing, never the whole stream at
  once.
  
  WWW: http://packages.python.org/gitdb/
  
  Revision  Changes    Path
  1.4274    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/py-gitdb/Makefile (new)
  1.1       +2 -0      ports/devel/py-gitdb/distinfo (new)
  1.1       +13 -0     ports/devel/py-gitdb/pkg-descr (new)
  1.1       +118 -0    ports/devel/py-gitdb/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103160020.p2G0KJDr047599>