./wip/ruby-ditz, Simple, light-weight distributed issue tracker

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5nb20230213, Package name: ruby31-ditz-0.5nb20230213, Maintainer: pho

Ditz is a simple, light-weight distributed issue tracker designed to
work with distributed version control systems like darcs and git. Ditz
maintains an issue database file on disk, written in a line-based and
human-editable format. This file can be kept under version control
alongside project code, and issue state change can then be handled
like code changes: modified as part of a commit, merged with other
state changes from other developers, conflict-resolved in the standard
manner, etc.

Ditz provides a simple, console-based interface for creating and
updating the issue database file, and some rudimentary HTML generation
capabilities for producing world-readable status pages. It offers no
central public method of bug submission.


Required to run:
[lang/ruby26-base]

Required to build:
[devel/git-base] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2013-02-23 07:34:12 by PHO / phonohawk | Files touched by this commit (1)
Log message:
Fix breakage on ruby193

   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-02-22 15:39:43 by PHO / phonohawk | Files touched by this commit (1)
Log message:
Wrong WRKSRC. Sorry

   2012-02-22 15:17:49 by PHO / phonohawk | Files touched by this commit (4)
Log message:
Compatibility with ruby-1.9.2

   2011-05-12 06:42:02 by PHO / phonohawk | Files touched by this commit (3)
Log message:
patches/patch-bin_ditz: fix --issue-dir bug

   2010-11-13 01:10:56 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

FIX: Updated for recent ruby gems framework
Fix in BUILD_DEPENDS
   2010-03-02 13:00:55 by PHO / phonohawk | Files touched by this commit (4) | Imported package
Log message:
Import ruby18-ditz-0.5 as wip/ruby-ditz.

Ditz is a simple, light-weight distributed issue tracker designed to
work with distributed version control systems like darcs and git. Ditz
maintains an issue database file on disk, written in a line-based and
human-editable format. This file can be kept under version control
alongside project code, and issue state change can then be handled
like code changes: modified as part of a commit, merged with other
state changes from other developers, conflict-resolved in the standard
manner, etc.

Ditz provides a simple, console-based interface for creating and
updating the issue database file, and some rudimentary HTML generation
capabilities for producing world-readable status pages. It offers no
central public method of bug submission.