pkgsrc/devel/monotone-el/PLIST
jmmv 97a20fa878 Initial import of monotone-el-0.46:
This package provides the emacs modules shipped with monotone in a ready-to-use
manner.  These are:

* monotone.el: Runs monotone from within emacs.

  Highlights for emacs configuration/use:

  (require 'monotone)
  (monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
  (setq monotone-passwd-remember t)


* monotone-nav.el: A database browser for monotone databases.  Using the sql
  option of monotone, it extacts the data into emacs which you may browse
  using the arrow keys.  You can also mark revisons to run diffs or do other
  work.

  Highlights for emacs configuration/use:

  (require 'monotone-nav)
  (mnav-revdb-reload)
  (message "mnav-pick: %s" (mnav-rev-id (mnav-pick)))

You may also want to install the lua-mode package if you edit config files.
2010-03-02 18:38:33 +00:00

5 lines
203 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/02 18:38:33 jmmv Exp $
${EMACS_LISPPREFIX}/monotone.el
${EMACS_LISPPREFIX}/monotone.elc
${EMACS_LISPPREFIX}/monotone-nav.el
${EMACS_LISPPREFIX}/monotone-nav.elc