pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Apr 15 09:48:19 UTC 2022

Modified Files:
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/misc/emacs-neotree: DESCR MESSAGE Makefile PLIST distinfo

Log Message:
misc/emacs-neotree: Add emacs-neotree 0.5.2.98fe213

A tree explorer plugin for Emacs like NerdTree for Vim.


To generate a diff of this commit:
cvs rdiff -u -r1.562 -r1.563 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/emacs-neotree/DESCR \
    pkgsrc/misc/emacs-neotree/MESSAGE pkgsrc/misc/emacs-neotree/Makefile \
    pkgsrc/misc/emacs-neotree/PLIST pkgsrc/misc/emacs-neotree/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.562 pkgsrc/misc/Makefile:1.563
--- pkgsrc/misc/Makefile:1.562  Thu Apr 14 12:40:48 2022
+++ pkgsrc/misc/Makefile        Fri Apr 15 09:48:18 2022
@@ -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+=      edict
 SUBDIR+=       elizatalk
 SUBDIR+=       elscreen
 SUBDIR+=       emacs-wiki
+SUBDIR+=       emacs-neotree
 SUBDIR+=       epm
 SUBDIR+=       erlang-p1_utils
 SUBDIR+=       esniper

Added files:

Index: pkgsrc/misc/emacs-neotree/DESCR
diff -u /dev/null pkgsrc/misc/emacs-neotree/DESCR:1.1
--- /dev/null   Fri Apr 15 09:48:19 2022
+++ pkgsrc/misc/emacs-neotree/DESCR     Fri Apr 15 09:48:19 2022
@@ -0,0 +1 @@
+A tree explorer plugin for Emacs like NerdTree for Vim.
Index: pkgsrc/misc/emacs-neotree/MESSAGE
diff -u /dev/null pkgsrc/misc/emacs-neotree/MESSAGE:1.1
--- /dev/null   Fri Apr 15 09:48:19 2022
+++ pkgsrc/misc/emacs-neotree/MESSAGE   Fri Apr 15 09:48:19 2022
@@ -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)
+
+===========================================================================
Index: pkgsrc/misc/emacs-neotree/Makefile
diff -u /dev/null pkgsrc/misc/emacs-neotree/Makefile:1.1
--- /dev/null   Fri Apr 15 09:48:19 2022
+++ pkgsrc/misc/emacs-neotree/Makefile  Fri Apr 15 09:48:19 2022
@@ -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"
Index: pkgsrc/misc/emacs-neotree/PLIST
diff -u /dev/null pkgsrc/misc/emacs-neotree/PLIST:1.1
--- /dev/null   Fri Apr 15 09:48:19 2022
+++ pkgsrc/misc/emacs-neotree/PLIST     Fri Apr 15 09:48:19 2022
@@ -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
Index: pkgsrc/misc/emacs-neotree/distinfo
diff -u /dev/null pkgsrc/misc/emacs-neotree/distinfo:1.1
--- /dev/null   Fri Apr 15 09:48:19 2022
+++ pkgsrc/misc/emacs-neotree/distinfo  Fri Apr 15 09:48:19 2022
@@ -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