summaryrefslogtreecommitdiff
path: root/devel/cogito
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-09-09Finish git rename from scmgit to git.wiz1-4/+3
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2011-06-19REPLACE_BASH; REPLACE_PERL. USE_TOOLS+=perl:run. PKGREVISION -> 3.dholland1-3/+18
2009-09-03Update HOMEPAGE.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-10-09Remove trailing spaces.martti1-3/+3
2007-06-27use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.dmcmahill1-4/+2
Noted by jlam@
2007-06-26on solaris, depend on the mktemp package too.dmcmahill1-2/+3
Things are progressing but still not 100% there.
2007-06-22on SunOS we need a grep that takes -q and an xargs that takes -0 sodmcmahill1-2/+26
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-03-10Update to 0.18.2:wiz4-45/+11
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
2006-12-03Added the patch from PR 35147, which fixes an unportable use of the -srillig3-3/+21
option to the fmt utility. Added the dependency on scmgit, which seems very sensible. PKGREVISION++
2006-11-09Committed the patches from PR 35020 by Anthony Mallet, which fixrillig4-2/+35
unportable use of some utilities' options, at least for NetBSD. PKGREVISION++
2006-11-05Updated cogito to 0.18.rillig4-24/+22
Patch provided in PR 34862 by Anthony Mallet. No ChangeLog available, I've sent a mail to the developers complaining about that.
2006-10-16Fix "test ==".wiz2-1/+35
2006-09-02Imported cogito.rillig4-0/+71
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.