aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-16 00:20:18 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-16 00:20:18 +0000
commit9a82e7c83689d0b916f79174386842b652548ad8 (patch)
tree20394b587e21ef2a27f1c0817b727af05af764e7 /devel/Makefile
parentd963c7dca27074c6a097997a3dd79cdd9d1b2135 (diff)
downloadports-9a82e7c83689d0b916f79174386842b652548ad8.tar.gz
ports-9a82e7c83689d0b916f79174386842b652548ad8.zip
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/
Notes
Notes: svn path=/head/; revision=270984
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 304910d0de73..c3ddbe0702c7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2851,6 +2851,7 @@
SUBDIR += py-geotypes
SUBDIR += py-gevent
SUBDIR += py-gflags
+ SUBDIR += py-gitdb
SUBDIR += py-gitosis
SUBDIR += py-gitpython
SUBDIR += py-gobject