The NetBSD Project

CVS log for pkgsrc/devel/cogito/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / cogito

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 19 19:34:52 2011 UTC (11 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.12: +18 -3 lines
Diff to previous 1.12 (colored)

REPLACE_BASH; REPLACE_PERL. USE_TOOLS+=perl:run. PKGREVISION -> 3.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 3 10:01:45 2009 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update HOMEPAGE.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:22 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

Add DESTDIR support.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 4 11:02:24 2008 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Resign from maintaining a lot of packages, so everyone is free to update
them at will.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 9 19:19:09 2007 UTC (4 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Remove trailing spaces.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 27 22:52:44 2007 UTC (4 years, 10 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored)

use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.
Noted by jlam@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 26 04:45:47 2007 UTC (4 years, 10 months ago) by dmcmahill
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

on solaris, depend on the mktemp package too.
Things are progressing but still not 100% there.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 22 21:46:14 2007 UTC (4 years, 11 months ago) by dmcmahill
Branch: MAIN
Changes since 1.5: +26 -2 lines
Diff to previous 1.5 (colored)

on SunOS we need a grep that takes -q and an xargs that takes -0 so
stuff /usr/xpg4/bin/{f,}grep into all the scripts and get an xargs from
sysutils/findutils.  Now this package seems to actually work.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 10 19:09:33 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Update to 0.18.2:

From the release announce mails:

   I've released cogito-0.18.2, bringing a couple of bugfixes and a trivial new
 feature to cogito-0.18.1. Still nothing too groundshattering.

 * cg-log does not follow history across renames anymore; it never really
   actually worked and was instead causing problems and random error
   messages. There needs to be git-core support for this funcionality,
   hacking it with a perl filter is bad design, so I'm not going to fix
   the filter (but I'd take patches if someone else did ;).

 * Fix cg-init not letting you edit the initial commit message by default
 * Fix cg-clone -l which would not setup alternates properly in some cases
 * Fix cg-merge not picking the right base when following volatile branches
 * Fix cg-log -d sometimes showing "% @" in diff output
 * Some other minor fixes

 * New cg-object-id -b to print the current branch name

 * Documentation improvements (better documented ignoring mechanism,
   ~/.gitconfig mentioned, GIT_COMMITTER_* bogus information fixed, ...)
 * Some testsuite fixes

---

    I've released cogito-0.18.1, bringing few minor new features and
  random bugfixes to the cogito-0.18 version. Nothing groundshattering.

  * cg-switch -c as a shortcut for cg-switch -r HEAD - use it to create a new
    branch with less typing
  * cg-patch -e to edit log message before autocommitting (useful esp. as
    cg-patch -m -e)
  * Support for cg-version --lib-dir, --share-dir
  * cg-admin-rewritehist now defines a map() function for filters' use,
    translating from old to new commit ids
  * cg-commit -e now runs editor on /dev/tty even if input is not a tty
  * Trivial documentation improvements
  * Random details fixed

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 3 22:15:48 2006 UTC (5 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Added the patch from PR 35147, which fixes an unportable use of the -s
option to the fmt utility. Added the dependency on scmgit, which seems
very sensible. PKGREVISION++

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 9 02:19:59 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Committed the patches from PR 35020 by Anthony Mallet, which fix
unportable use of some utilities' options, at least for NetBSD.

PKGREVISION++

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 5 08:06:40 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Updated cogito to 0.18.

Patch provided in PR 34862 by Anthony Mallet.

No ChangeLog available, I've sent a mail to the developers complaining
about that.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 2 20:58:22 2006 UTC (5 years, 8 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 2 20:58:22 2006 UTC (5 years, 8 months ago) by rillig
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>