Import emacs-ditz-0.5nb20110511 as wip/emacs-ditz.
emacs-ditz provides ditz.el, Emacs interface to Ditz issue tracking system.
This commit is contained in:
parent
287077019b
commit
782448bebb
5 changed files with 54 additions and 0 deletions
2
emacs-ditz/DESCR
Normal file
2
emacs-ditz/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
emacs-ditz provides ditz.el, Emacs interface to Ditz issue tracking
|
||||
system.
|
8
emacs-ditz/MESSAGE
Normal file
8
emacs-ditz/MESSAGE
Normal file
|
@ -0,0 +1,8 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2011/05/11 05:06:58 phonohawk Exp $
|
||||
|
||||
Append the following line to your .emacs file:
|
||||
|
||||
(require 'ditz)
|
||||
|
||||
===========================================================================
|
38
emacs-ditz/Makefile
Normal file
38
emacs-ditz/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/11 05:06:58 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emacs-ditz-0.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
HOMEPAGE= https://github.com/kentaro/emacs-ditz/
|
||||
COMMENT= Emacs interface to Ditz issue tracking system
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GIT_REPOSITORIES= master
|
||||
GIT_REPO.master= git://github.com/kentaro/emacs-ditz.git
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-ditz
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${EMACS_BIN} -batch -f batch-byte-compile ditz.el
|
||||
|
||||
INSTALLATION_DIRS= \
|
||||
${EMACS_LISPPREFIX} \
|
||||
share/doc/${PKGBASE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ditz.el ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
${INSTALL_DATA} ${WRKSRC}/ditz.elc ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-ditz-[0-9]*:../../wip/ruby-ditz
|
||||
|
||||
.include "../../wip/mk/git-package.mk"
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
.include "../../lang/ruby/rubyversion.mk" # for ${RUBY_PKGPREFIX}
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
emacs-ditz/PLIST
Normal file
4
emacs-ditz/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/11 05:06:58 phonohawk Exp $
|
||||
share/doc/emacs-ditz/README
|
||||
${EMACS_LISPPREFIX}/ditz.el
|
||||
${EMACS_LISPPREFIX}/ditz.elc
|
2
emacs-ditz/distinfo
Normal file
2
emacs-ditz/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/11 05:06:58 phonohawk Exp $
|
||||
|
Loading…
Reference in a new issue