Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 12:04:24 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pit Makefile distinfo pkg-descr
Message-ID:  <201103251204.p2PC4ODK091473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2011-03-25 12:04:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pit            Makefile distinfo pkg-descr 
  Log:
  Pit is a command-line project manager that integrates with Git.
  
  Basic Pit entities are projects, tasks, and notes. One project
  can have multiple tasks, and a task can have multiple notes.
  Each entity has a number of attributes. For example, project
  has name and status, task has name, status, priority, date, and
  time, and within note there is message body. All attributes
  except name and message body are optional and can be omitted.
  
  The attributes have no semantic meaning, and do not have a
  pre-defined set of values. For example, depending on the
  particular need, the time attribute could be used as projected
  time in weeks, hours spent on the task, or days left to finish
  the task.
  
  Pit tries to maintain a notion of "current" project, task, or
  note. When you create new project, it automatically becomes
  current. If you do not specify project number when creating a
  task, the new task will be associated with the current project.
  
  WWW: https://github.com/michaeldv/pit
  
  PR:             ports/155702
  Submitted by:   Eric Freeman <freebsdports at chillibear.com>
  
  Revision  Changes    Path
  1.4284    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/pit/Makefile (new)
  1.1       +2 -0      ports/devel/pit/distinfo (new)
  1.1       +21 -0     ports/devel/pit/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103251204.p2PC4ODK091473>