diff options
author | simon <simon@FreeBSD.org> | 2005-06-01 16:42:58 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-06-01 16:42:58 +0800 |
commit | eb34f1547277f28ab591099c84076e40bc228c2f (patch) | |
tree | ddf81024a86a62c22b05411d8e7a42a0f78604f6 /devel/Makefile | |
parent | 99adcec24f5c1582a0eaefee14e11f73393d23ac (diff) | |
download | freebsd-ports-gnome-eb34f1547277f28ab591099c84076e40bc228c2f.tar.gz freebsd-ports-gnome-eb34f1547277f28ab591099c84076e40bc228c2f.tar.zst freebsd-ports-gnome-eb34f1547277f28ab591099c84076e40bc228c2f.zip |
Add cogito 0.10, cogito, GIT - the content tracker.
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).
PR: ports/81698
Submitted by: Michael Seyfert <michaels@sdf.lonestar.org>
Approved by: erwin (mentor)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 19136b4e898f..8e8eabeb78be 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -143,6 +143,7 @@ SUBDIR += codecrusader SUBDIR += codeville SUBDIR += codeworker + SUBDIR += cogito SUBDIR += colorer SUBDIR += commoncpp SUBDIR += cons |