non port: devel/py-gitdb/pkg-plist |
SVNWeb
|
Number of commits found: 3 |
Wed, 19 Feb 2014
|
[ 05:31 miwi ] (Only the first 10 of 34 ports in this commit are shown above. )
- Stage Support
- Convert to autoplist
- Bump PORTREV
|
Thu, 11 Aug 2011
|
[ 01:32 wen ]
- Update to 0.5.4
- Add license
- Depend on devel/py-async and devel/py-smmap
PR: ports/158919
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Wed, 16 Mar 2011
|
[ 00:20 wen ]
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/
|
Number of commits found: 3 |