Imported cogito.
Cogito is a version control system layered on top of the git tree history storage system. It aims at seamless user interface and ease of use, providing generally smoother user experience than the "raw" Core GIT itself and indeed many other version control systems.
This commit is contained in:
parent
e4534ab2d3
commit
d150749cdb
4 changed files with 71 additions and 0 deletions
4
devel/cogito/DESCR
Normal file
4
devel/cogito/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Cogito is a version control system layered on top of the git tree
|
||||
history storage system. It aims at seamless user interface and ease of
|
||||
use, providing generally smoother user experience than the "raw" Core
|
||||
GIT itself and indeed many other version control systems.
|
16
devel/cogito/Makefile
Normal file
16
devel/cogito/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/09/02 20:58:22 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cogito-0.16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= rillig@NetBSD.org
|
||||
HOMEPAGE= http://www.kernel.org/pub/software/scm/cogito/
|
||||
COMMENT= Version control system of the Linux kernel
|
||||
|
||||
USE_TOOLS+= gmake bash:run
|
||||
MAKE_FLAGS+= prefix=${PREFIX:Q}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
46
devel/cogito/PLIST
Normal file
46
devel/cogito/PLIST
Normal file
|
@ -0,0 +1,46 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/02 20:58:22 rillig Exp $
|
||||
bin/cg
|
||||
bin/cg-add
|
||||
bin/cg-admin-cat
|
||||
bin/cg-admin-ls
|
||||
bin/cg-admin-lsobj
|
||||
bin/cg-admin-setuprepo
|
||||
bin/cg-admin-uncommit
|
||||
bin/cg-branch-add
|
||||
bin/cg-branch-chg
|
||||
bin/cg-branch-ls
|
||||
bin/cg-cancel
|
||||
bin/cg-clean
|
||||
bin/cg-clone
|
||||
bin/cg-commit
|
||||
bin/cg-commit-id
|
||||
bin/cg-diff
|
||||
bin/cg-export
|
||||
bin/cg-fetch
|
||||
bin/cg-help
|
||||
bin/cg-init
|
||||
bin/cg-log
|
||||
bin/cg-merge
|
||||
bin/cg-mkpatch
|
||||
bin/cg-object-id
|
||||
bin/cg-parent-id
|
||||
bin/cg-patch
|
||||
bin/cg-pull
|
||||
bin/cg-push
|
||||
bin/cg-reset
|
||||
bin/cg-restore
|
||||
bin/cg-rm
|
||||
bin/cg-seek
|
||||
bin/cg-status
|
||||
bin/cg-tag
|
||||
bin/cg-tag-ls
|
||||
bin/cg-tree-id
|
||||
bin/cg-update
|
||||
bin/cg-version
|
||||
bin/commit-id
|
||||
bin/parent-id
|
||||
bin/tree-id
|
||||
lib/cogito/cg-Xfetchprogress
|
||||
lib/cogito/cg-Xlib
|
||||
lib/cogito/cg-Xmergefile
|
||||
@dirrm lib/cogito
|
5
devel/cogito/distinfo
Normal file
5
devel/cogito/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/09/02 20:58:22 rillig Exp $
|
||||
|
||||
SHA1 (cogito-0.16.tar.bz2) = c2f05217a6f9e1bd4233d2a101bb6bbacf0521b7
|
||||
RMD160 (cogito-0.16.tar.bz2) = ca92effa6d313b430b9f15f238c187a3318a50ef
|
||||
Size (cogito-0.16.tar.bz2) = 80407 bytes
|
Loading…
Reference in a new issue