1
0
forked from ports/opt

cogito: initial release

This commit is contained in:
Tilman Sauerbeck 2005-12-14 18:07:06 +00:00
parent 5b2d3e1ed4
commit d9a0dded61
3 changed files with 65 additions and 0 deletions

48
cogito/.footprint Normal file
View File

@ -0,0 +1,48 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cg
-rwxr-xr-x root/root usr/bin/cg-add
-rwxr-xr-x root/root usr/bin/cg-admin-cat
-rwxr-xr-x root/root usr/bin/cg-admin-ls
-rwxr-xr-x root/root usr/bin/cg-admin-lsobj
-rwxr-xr-x root/root usr/bin/cg-admin-setuprepo
-rwxr-xr-x root/root usr/bin/cg-admin-uncommit
-rwxr-xr-x root/root usr/bin/cg-branch-add
-rwxr-xr-x root/root usr/bin/cg-branch-chg
-rwxr-xr-x root/root usr/bin/cg-branch-ls
lrwxrwxrwx root/root usr/bin/cg-cancel -> cg-reset
-rwxr-xr-x root/root usr/bin/cg-clean
-rwxr-xr-x root/root usr/bin/cg-clone
-rwxr-xr-x root/root usr/bin/cg-commit
lrwxrwxrwx root/root usr/bin/cg-commit-id -> cg-object-id
-rwxr-xr-x root/root usr/bin/cg-diff
-rwxr-xr-x root/root usr/bin/cg-export
-rwxr-xr-x root/root usr/bin/cg-fetch
-rwxr-xr-x root/root usr/bin/cg-help
-rwxr-xr-x root/root usr/bin/cg-init
-rwxr-xr-x root/root usr/bin/cg-log
-rwxr-xr-x root/root usr/bin/cg-merge
-rwxr-xr-x root/root usr/bin/cg-mkpatch
-rwxr-xr-x root/root usr/bin/cg-object-id
lrwxrwxrwx root/root usr/bin/cg-parent-id -> cg-object-id
-rwxr-xr-x root/root usr/bin/cg-patch
lrwxrwxrwx root/root usr/bin/cg-pull -> cg-fetch
-rwxr-xr-x root/root usr/bin/cg-push
-rwxr-xr-x root/root usr/bin/cg-reset
-rwxr-xr-x root/root usr/bin/cg-restore
-rwxr-xr-x root/root usr/bin/cg-rm
-rwxr-xr-x root/root usr/bin/cg-seek
-rwxr-xr-x root/root usr/bin/cg-status
-rwxr-xr-x root/root usr/bin/cg-tag
-rwxr-xr-x root/root usr/bin/cg-tag-ls
lrwxrwxrwx root/root usr/bin/cg-tree-id -> cg-object-id
-rwxr-xr-x root/root usr/bin/cg-update
-rwxr-xr-x root/root usr/bin/cg-version
lrwxrwxrwx root/root usr/bin/commit-id -> cg-object-id
lrwxrwxrwx root/root usr/bin/parent-id -> cg-object-id
lrwxrwxrwx root/root usr/bin/tree-id -> cg-object-id
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cogito/
-rwxr-xr-x root/root usr/lib/cogito/cg-Xfetchprogress
-rwxr-xr-x root/root usr/lib/cogito/cg-Xlib
-rwxr-xr-x root/root usr/lib/cogito/cg-Xmergefile

1
cogito/.md5sum Normal file
View File

@ -0,0 +1 @@
f9d391212bbbcc006f3d5a9ebc68c173 cogito-0.16.1.tar.bz2

16
cogito/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Distributed SCM based on GIT
# URL: http://kernel.org/pub/software/scm/cogito/README
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Depends on: git
name=cogito
version=0.16.1
release=1
source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
make prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}