From owner-cvs-all@FreeBSD.ORG Wed Jun 1 08:42:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15FD16A41F; Wed, 1 Jun 2005 08:42:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAF043D48; Wed, 1 Jun 2005 08:42:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j518gwKC014732; Wed, 1 Jun 2005 08:42:58 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j518gwvC014731; Wed, 1 Jun 2005 08:42:58 GMT (envelope-from simon) Message-Id: <200506010842.j518gwvC014731@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Jun 2005 08:42:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/cogito Makefile distinfo pkg-descr pkg-plist ports/devel/cogito/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 08:42:59 -0000 simon 2005-06-01 08:42:58 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/cogito Makefile distinfo pkg-descr pkg-plist devel/cogito/files patch-Makefile Log: 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 Approved by: erwin (mentor) Revision Changes Path 1.1897 +1 -0 ports/devel/Makefile 1.1 +69 -0 ports/devel/cogito/Makefile (new) 1.1 +2 -0 ports/devel/cogito/distinfo (new) 1.1 +14 -0 ports/devel/cogito/files/patch-Makefile (new) 1.1 +12 -0 ports/devel/cogito/pkg-descr (new) 1.1 +75 -0 ports/devel/cogito/pkg-plist (new)