pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc misc/emacs-neotree: Add emacs-neotree 0.5.2.98fe213
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2a47d16121c
branches: trunk
changeset: 376998:d2a47d16121c
user: nikita <nikita%pkgsrc.org@localhost>
date: Fri Apr 15 09:48:18 2022 +0000
description:
misc/emacs-neotree: Add emacs-neotree 0.5.2.98fe213
A tree explorer plugin for Emacs like NerdTree for Vim.
diffstat:
misc/Makefile | 3 ++-
misc/emacs-neotree/DESCR | 1 +
misc/emacs-neotree/MESSAGE | 9 +++++++++
misc/emacs-neotree/Makefile | 28 ++++++++++++++++++++++++++++
misc/emacs-neotree/PLIST | 6 ++++++
misc/emacs-neotree/distinfo | 5 +++++
6 files changed, 51 insertions(+), 1 deletions(-)
diffs (86 lines):
diff -r c4ca1dbd8773 -r d2a47d16121c misc/Makefile
--- a/misc/Makefile Fri Apr 15 09:10:56 2022 +0000
+++ b/misc/Makefile Fri Apr 15 09:48:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.562 2022/04/14 12:40:48 nikita Exp $
+# $NetBSD: Makefile,v 1.563 2022/04/15 09:48:18 nikita Exp $
#
COMMENT= Miscellaneous utilities
@@ -67,6 +67,7 @@
SUBDIR+= elizatalk
SUBDIR+= elscreen
SUBDIR+= emacs-wiki
+SUBDIR+= emacs-neotree
SUBDIR+= epm
SUBDIR+= erlang-p1_utils
SUBDIR+= esniper
diff -r c4ca1dbd8773 -r d2a47d16121c misc/emacs-neotree/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/emacs-neotree/DESCR Fri Apr 15 09:48:18 2022 +0000
@@ -0,0 +1,1 @@
+A tree explorer plugin for Emacs like NerdTree for Vim.
diff -r c4ca1dbd8773 -r d2a47d16121c misc/emacs-neotree/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/emacs-neotree/MESSAGE Fri Apr 15 09:48:18 2022 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2022/04/15 09:48:19 nikita Exp $
+
+To use the Neotree plugin for Emacs add the following to your .emacs file:
+
+ (add-to-list 'load-path "/usr/pkg/share/emacs/site-lisp/neotree/")
+ (require 'neotree)
+
+===========================================================================
diff -r c4ca1dbd8773 -r d2a47d16121c misc/emacs-neotree/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/emacs-neotree/Makefile Fri Apr 15 09:48:18 2022 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2022/04/15 09:48:19 nikita Exp $
+
+DISTNAME= emacs-neotree-0.5.2.98fe213
+PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jaypei/}
+GITHUB_TAG= 98fe21334affaffe2334bf7c987edaf1980d2d0b
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jaypei/emacs-neotree/
+COMMENT= Tree explorer plugin for Emacs
+LICENSE= gnu-gpl-v3
+
+NO_CONFIGURE= yes
+
+do-build:
+ cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile neotree.el
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/neotree
+ ${INSTALL_DATA} ${WRKSRC}/neotree.e* \
+ ${DESTDIR}${EMACS_LISPPREFIX}/neotree
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/neotree/icons
+ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \
+ ${DESTDIR}${EMACS_LISPPREFIX}/neotree/icons
+
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4ca1dbd8773 -r d2a47d16121c misc/emacs-neotree/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/emacs-neotree/PLIST Fri Apr 15 09:48:18 2022 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/15 09:48:19 nikita Exp $
+${EMACS_LISPPREFIX}/neotree/icons/close.xpm
+${EMACS_LISPPREFIX}/neotree/icons/leaf.xpm
+${EMACS_LISPPREFIX}/neotree/icons/open.xpm
+${EMACS_LISPPREFIX}/neotree/neotree.el
+${EMACS_LISPPREFIX}/neotree/neotree.elc
diff -r c4ca1dbd8773 -r d2a47d16121c misc/emacs-neotree/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/emacs-neotree/distinfo Fri Apr 15 09:48:18 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/15 09:48:19 nikita Exp $
+
+BLAKE2s (emacs-neotree-0.5.2.98fe213-98fe21334affaffe2334bf7c987edaf1980d2d0b.tar.gz) = 2fa81cb14477d9865db13ce0a9eca07f43f4558e9f30be6955af011489126ba3
+SHA512 (emacs-neotree-0.5.2.98fe213-98fe21334affaffe2334bf7c987edaf1980d2d0b.tar.gz) =
5049d580ca031c3bb081006a26d9ba8a8fb5f073c58822d48b5821ca89c9f323df657a89d29d429409517c921fd0f9c2fe6146a2315503da0c939e6c700e8105
+Size (emacs-neotree-0.5.2.98fe213-98fe21334affaffe2334bf7c987edaf1980d2d0b.tar.gz) = 469934 bytes
Home |
Main Index |
Thread Index |
Old Index