Import git-modes-git-0.1nb20131107 as wip/git-modes-git.

Emacs library for magit.el
This commit is contained in:
Makoto Fujiwara 2013-11-07 03:04:59 +00:00 committed by Thomas Klausner
parent 31a8c5d2c3
commit ce80dfb8b6
5 changed files with 54 additions and 0 deletions

1
git-modes-git/DESCR Normal file
View file

@ -0,0 +1 @@
Emacs library for magit.el

27
git-modes-git/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1 2013/11/07 03:04:59 makoto Exp $
DISTNAME= git-modes-git-0.1
CATEGORIES= devel
LICENSE= gnu-gpl-v3
GIT_REPOSITORIES= master
GIT_REPO.master= https://github.com/magit/git-modes.git
GIT_MODULE.master= git-modes
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/magit/git-modes
COMMENT= Git-modes submodule for magit.el
WRKSRC= ${WRKDIR}/git-modes
USE_TOOLS+= gmake
BUILD_TARGET= lisp
INSTALLATION_DIRS= ${DESTDIR}${PREFIX}/share/emacs/site-lisp/git-modes
AUTO_MKDIRS= yes
do-install:
${INSTALL_DATA_DIR} ${INSTALLATION_DIRS}
${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc ${INSTALLATION_DIRS}
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"

11
git-modes-git/PLIST Normal file
View file

@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.1 2013/11/07 03:04:59 makoto Exp $
share/emacs/site-lisp/git-modes/git-commit-mode.el
share/emacs/site-lisp/git-modes/git-commit-mode.elc
share/emacs/site-lisp/git-modes/git-rebase-mode.el
share/emacs/site-lisp/git-modes/git-rebase-mode.elc
share/emacs/site-lisp/git-modes/gitattributes-mode.el
share/emacs/site-lisp/git-modes/gitattributes-mode.elc
share/emacs/site-lisp/git-modes/gitconfig-mode.el
share/emacs/site-lisp/git-modes/gitconfig-mode.elc
share/emacs/site-lisp/git-modes/gitignore-mode.el
share/emacs/site-lisp/git-modes/gitignore-mode.elc

View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2013/11/07 03:04:59 makoto Exp $
#
BUILDLINK_TREE+= git_modes
.if !defined(GIT_MODES_BUILDLINK3_MK)
GIT_MODES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.git_modes?= git-modes-git-[0-9]*
BUILDLINK_PKGSRCDIR.git_modes?= ../../wip/git-modes-git
BUILDLINK_CONTENTS_FILTER.git_modes= ${EGREP} '.*\.el$$|.*\.elc$$'
.endif # GIT_MODES_BUILDLINK3_MK
BUILDLINK_TREE+= -git_modes

1
git-modes-git/distinfo Normal file
View file

@ -0,0 +1 @@
$NetBSD: distinfo,v 1.1 2013/11/07 03:04:59 makoto Exp $