diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-02 20:58:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-02 20:58:22 +0000 |
commit | d150749cdbf8d997cf2ab3d86e02fafcd4baf78b (patch) | |
tree | 5501c6d6fab31a7ddef97f27ad168438688224c8 | |
parent | e4534ab2d332a40c4959a81d87743fd3e6d4d91e (diff) | |
download | pkgsrc-d150749cdbf8d997cf2ab3d86e02fafcd4baf78b.tar.gz |
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.
-rw-r--r-- | devel/cogito/DESCR | 4 | ||||
-rw-r--r-- | devel/cogito/Makefile | 16 | ||||
-rw-r--r-- | devel/cogito/PLIST | 46 | ||||
-rw-r--r-- | devel/cogito/distinfo | 5 |
4 files changed, 71 insertions, 0 deletions
diff --git a/devel/cogito/DESCR b/devel/cogito/DESCR new file mode 100644 index 00000000000..b2bfb71b2dd --- /dev/null +++ b/devel/cogito/DESCR @@ -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. diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile new file mode 100644 index 00000000000..0b98c99efd9 --- /dev/null +++ b/devel/cogito/Makefile @@ -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" diff --git a/devel/cogito/PLIST b/devel/cogito/PLIST new file mode 100644 index 00000000000..a786225c975 --- /dev/null +++ b/devel/cogito/PLIST @@ -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 diff --git a/devel/cogito/distinfo b/devel/cogito/distinfo new file mode 100644 index 00000000000..299fa717c7f --- /dev/null +++ b/devel/cogito/distinfo @@ -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 |