Commit graph

13 commits

Author SHA1 Message Date
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
dmcmahill
a3aa1a5827 use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.
Noted by jlam@
2007-06-27 22:52:44 +00:00
dmcmahill
37a9a44245 on solaris, depend on the mktemp package too.
Things are progressing but still not 100% there.
2007-06-26 04:45:47 +00:00
dmcmahill
8e06e1f62d 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.
2007-06-22 21:46:14 +00:00
wiz
5e735b74b3 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
2007-03-10 19:09:33 +00:00
rillig
1a1294c4b5 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++
2006-12-03 22:15:48 +00:00
rillig
335ef695ee Committed the patches from PR 35020 by Anthony Mallet, which fix
unportable use of some utilities' options, at least for NetBSD.

PKGREVISION++
2006-11-09 02:19:59 +00:00
rillig
1ef9db96e7 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.
2006-11-05 08:06:40 +00:00
wiz
a19f2361c2 Fix "test ==". 2006-10-16 00:37:56 +00:00
rillig
d150749cdb 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.
2006-09-02 20:58:22 +00:00