forked from ports/contrib
cogito: initial release, updated port from Vincenzo Colosimo
This commit is contained in:
parent
5f1f063ad4
commit
a2965491d4
48
cogito/.footprint
Normal file
48
cogito/.footprint
Normal 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-rewritehist
|
||||
-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
|
||||
-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
|
||||
-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-mv
|
||||
-rwxr-xr-x root/root usr/bin/cg-object-id
|
||||
-rwxr-xr-x root/root usr/bin/cg-patch
|
||||
-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-switch
|
||||
-rwxr-xr-x root/root usr/bin/cg-tag
|
||||
-rwxr-xr-x root/root usr/bin/cg-tag-ls
|
||||
-rwxr-xr-x root/root usr/bin/cg-tag-show
|
||||
-rwxr-xr-x root/root usr/bin/cg-update
|
||||
-rwxr-xr-x root/root usr/bin/cg-version
|
||||
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-Xfollowrenames
|
||||
-rwxr-xr-x root/root usr/lib/cogito/cg-Xlib
|
||||
-rwxr-xr-x root/root usr/lib/cogito/cg-Xmergefile
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/cogito/
|
||||
-rw-r--r-- root/root usr/share/cogito/default-exclude
|
1
cogito/.md5sum
Normal file
1
cogito/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
5bf85da630054558d829514e7b11e040 cogito-0.18.1.tar.bz2
|
17
cogito/Pkgfile
Normal file
17
cogito/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: A version control system layered on top of "git"
|
||||
# URL: http://kernel.org/pub/software/scm/cogito
|
||||
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
||||
# Packager: Vincenzo Colosimo, vico at bicisport dot de
|
||||
# Depends on: git
|
||||
|
||||
name=cogito
|
||||
version=0.18.1
|
||||
release=1
|
||||
source="http://kernel.org/pub/software/scm/cogito/cogito-$version.tar.bz2"
|
||||
|
||||
build()
|
||||
{
|
||||
cd cogito-$version
|
||||
make prefix=/usr
|
||||
make install prefix=/usr DESTDIR=$PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user