mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Remove devel/cogito: Broken and abandoned upstream
(See: http://git.or.cz/cogito/)
This commit is contained in:
parent
e6b03a8177
commit
981dd9863b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225729
1
MOVED
1
MOVED
@ -3740,3 +3740,4 @@ accessibility/gail|x11-toolkits/gtk20|2009-01-10|Now included with Gtk20
|
||||
accessibility/gail-reference|x11-toolkits/gtk20-reference|2009-01-10|Now included with Gtk20
|
||||
x11/fast-user-switch-applet|x11/gdm|2009-01-10|This is now part of GDM
|
||||
net-mgmt/bsnmpd||2009-01-10|Part of the base system since FreeBSD 6.0
|
||||
devel/cogito||2009-01-11|Broken and abandoned by upstream
|
||||
|
@ -180,7 +180,6 @@
|
||||
SUBDIR += codeblocks
|
||||
SUBDIR += codeville
|
||||
SUBDIR += codeworker
|
||||
SUBDIR += cogito
|
||||
SUBDIR += colorer
|
||||
SUBDIR += commoncpp
|
||||
SUBDIR += compiz-bcop
|
||||
|
@ -1,86 +0,0 @@
|
||||
# Ports collection makefile for: cogito
|
||||
# Date created: 31 May 2005
|
||||
# Whom: Michael Seyfert <michaels@sdf.lonestar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cogito
|
||||
PORTVERSION= 0.18.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/ \
|
||||
http://www.uk.kernel.org/pub/software/scm/cogito/ \
|
||||
http://www.us.kernel.org/pub/software/scm/cogito/ \
|
||||
http://www.jp.kernel.org/pub/software/scm/cogito/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Cogito Version Control System
|
||||
|
||||
BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
||||
xmlto:${PORTSDIR}/textproc/xmlto
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
BROKEN= this port does not work with new asciidoc and is deprecated by upstream
|
||||
EXPIRATION_DATE= 2009-01-11
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
ALL_TARGET= all doc
|
||||
INSTALL_TARGET= install install-doc
|
||||
MAN1 = cg-add.1 \
|
||||
cg-admin-cat.1 \
|
||||
cg-admin-ls.1 \
|
||||
cg-admin-lsobj.1 \
|
||||
cg-admin-rewritehist.1 \
|
||||
cg-admin-setuprepo.1 \
|
||||
cg-admin-uncommit.1 \
|
||||
cg-branch-add.1 \
|
||||
cg-branch-chg.1 \
|
||||
cg-branch-ls.1 \
|
||||
cg-clean.1 \
|
||||
cg-clone.1 \
|
||||
cg-commit.1 \
|
||||
cg-diff.1 \
|
||||
cg-export.1 \
|
||||
cg-fetch.1 \
|
||||
cg-help.1 \
|
||||
cg-init.1 \
|
||||
cg-log.1 \
|
||||
cg-merge.1 \
|
||||
cg-mkpatch.1 \
|
||||
cg-mv.1 \
|
||||
cg-object-id.1 \
|
||||
cg-patch.1 \
|
||||
cg-push.1 \
|
||||
cg-reset.1 \
|
||||
cg-restore.1 \
|
||||
cg-rm.1 \
|
||||
cg-seek.1 \
|
||||
cg-status.1 \
|
||||
cg-switch.1 \
|
||||
cg-tag-ls.1 \
|
||||
cg-tag.1 \
|
||||
cg-tag-show.1 \
|
||||
cg-update.1 \
|
||||
cg-version.1 \
|
||||
cg.1
|
||||
MAN7= cogito.7 \
|
||||
cg-ref.7
|
||||
|
||||
.endif
|
||||
|
||||
# We set HOME to PREFIX. This will install the files in the proper location.
|
||||
MAKE_ENV+= HOME=${PREFIX} CPATH=${PREFIX}/include LIBRARY_PATH=${PREFIX}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
|
||||
CONTRIB_FILES= ${WRKDIR}/${DISTNAME}/contrib/gitfeedmaillist.sh \
|
||||
${WRKDIR}/${DISTNAME}/contrib/ciabot.pl
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${CONTRIB_FILES} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (cogito-0.18.2.tar.bz2) = 313697c1a9846d5a73ffe79d2c088faa
|
||||
SHA256 (cogito-0.18.2.tar.bz2) = 09c3648442c16f4318b75c30b82727e48ebaa43e58815eb1d6fccb89a31325d6
|
||||
SIZE (cogito-0.18.2.tar.bz2) = 109203
|
@ -1,11 +0,0 @@
|
||||
--- cg-Xlib.orig Sun Feb 26 16:59:03 2006
|
||||
+++ cg-Xlib Thu Mar 16 15:04:40 2006
|
||||
@@ -88,7 +88,7 @@
|
||||
return 1
|
||||
fi
|
||||
if [ "$has_stat" ]; then
|
||||
- "$has_stat" "$@"
|
||||
+ shift;shift; "$has_stat" -f '%s' "$@"
|
||||
return
|
||||
fi
|
||||
|
@ -1,12 +0,0 @@
|
||||
Cogito - version control system
|
||||
|
||||
Cogito is a version control system layered on top of the git tree history
|
||||
storage system.
|
||||
|
||||
The GIT itself is merely an extremely fast and flexible filesystem-based
|
||||
database designed to store directory trees with regard to their history.
|
||||
The top layer is a SCM-like tool Cogito which enables human beings to work
|
||||
with the database in a manner to a degree similar to other SCM tools (like
|
||||
CVS, BitKeeper or Monotone).
|
||||
|
||||
WWW: http://kernel.org/pub/software/scm/cogito/
|
@ -1,87 +0,0 @@
|
||||
bin/cg
|
||||
bin/cg-add
|
||||
bin/cg-admin-cat
|
||||
bin/cg-admin-ls
|
||||
bin/cg-admin-lsobj
|
||||
bin/cg-admin-rewritehist
|
||||
bin/cg-admin-setuprepo
|
||||
bin/cg-admin-uncommit
|
||||
bin/cg-branch-add
|
||||
bin/cg-branch-chg
|
||||
bin/cg-branch-ls
|
||||
bin/cg-clean
|
||||
bin/cg-clone
|
||||
bin/cg-commit
|
||||
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-mv
|
||||
bin/cg-object-id
|
||||
bin/cg-patch
|
||||
bin/cg-push
|
||||
bin/cg-reset
|
||||
bin/cg-restore
|
||||
bin/cg-rm
|
||||
bin/cg-seek
|
||||
bin/cg-status
|
||||
bin/cg-switch
|
||||
bin/cg-tag
|
||||
bin/cg-tag-ls
|
||||
bin/cg-tag-show
|
||||
bin/cg-update
|
||||
bin/cg-version
|
||||
bin/ciabot.pl
|
||||
bin/gitfeedmaillist.sh
|
||||
lib/cogito/cg-Xfetchprogress
|
||||
lib/cogito/cg-Xlib
|
||||
lib/cogito/cg-Xmergefile
|
||||
lib/cogito/cg-Xfollowrenames
|
||||
%%DATADIR%%/default-exclude
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-add.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-cat.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-ls.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-lsobj.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-rewritehist.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-setuprepo.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-admin-uncommit.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-branch-add.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-branch-chg.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-branch-ls.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-clean.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-clone.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-commit.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-diff.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-export.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-fetch.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-help.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-init.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-log.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-merge.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-mkpatch.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-mv.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-object-id.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-patch.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-push.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-ref.7.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-reset.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-restore.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-rm.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-seek.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-status.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-switch.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-tag-ls.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-tag.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-tag-show.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-update.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg-version.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cg.1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/cogito.7.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/cogito
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user