pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cogito Imported cogito.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdbf575d2bae
branches:  trunk
changeset: 518185:bdbf575d2bae
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 02 20:58:22 2006 +0000

description:
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.

diffstat:

 devel/cogito/DESCR    |   4 ++++
 devel/cogito/Makefile |  16 ++++++++++++++++
 devel/cogito/PLIST    |  46 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/cogito/distinfo |   5 +++++
 4 files changed, 71 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 5245a44a482e -r bdbf575d2bae devel/cogito/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cogito/DESCR        Sat Sep 02 20:58:22 2006 +0000
@@ -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 -r 5245a44a482e -r bdbf575d2bae devel/cogito/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cogito/Makefile     Sat Sep 02 20:58:22 2006 +0000
@@ -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@localhost
+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 -r 5245a44a482e -r bdbf575d2bae devel/cogito/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cogito/PLIST        Sat Sep 02 20:58:22 2006 +0000
@@ -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 -r 5245a44a482e -r bdbf575d2bae devel/cogito/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cogito/distinfo     Sat Sep 02 20:58:22 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index