pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/mic-paren Import mic-paren-3.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04f4e187cccb
branches:  trunk
changeset: 409867:04f4e187cccb
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 22 00:11:01 2020 +0000

description:
Import mic-paren-3.13

mic-paren is an extension and replacement to the packages paren and
stig-paren for Emacs. When mic-paren is active Emacs normal
parenthesis matching is deactivated. Instead parenthesis matching will
be performed as soon as the cursor is positioned at a parenthesis. The
matching parenthesis (or the entire expression between the
parentheses) is highlighted until the cursor is moved away from the
parenthesis.

diffstat:

 misc/mic-paren/DESCR    |   7 +++++++
 misc/mic-paren/MESSAGE  |   9 +++++++++
 misc/mic-paren/Makefile |  25 +++++++++++++++++++++++++
 misc/mic-paren/PLIST    |   3 +++
 misc/mic-paren/distinfo |   6 ++++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 7c74c1b2fbb4 -r 04f4e187cccb misc/mic-paren/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/mic-paren/DESCR      Wed Jan 22 00:11:01 2020 +0000
@@ -0,0 +1,7 @@
+mic-paren is an extension and replacement to the packages paren and
+stig-paren for Emacs. When mic-paren is active Emacs normal
+parenthesis matching is deactivated. Instead parenthesis matching will
+be performed as soon as the cursor is positioned at a parenthesis. The
+matching parenthesis (or the entire expression between the
+parentheses) is highlighted until the cursor is moved away from the
+parenthesis.
diff -r 7c74c1b2fbb4 -r 04f4e187cccb misc/mic-paren/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/mic-paren/MESSAGE    Wed Jan 22 00:11:01 2020 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2020/01/22 00:11:01 pho Exp $
+
+Add the following lines to your .emacs file:
+
+  (require 'mic-paren)
+  (paren-activate)
+
+===========================================================================
diff -r 7c74c1b2fbb4 -r 04f4e187cccb misc/mic-paren/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/mic-paren/Makefile   Wed Jan 22 00:11:01 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/01/22 00:11:01 pho Exp $
+
+DISTNAME=      mic-paren-3.13
+CATEGORIES=    misc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=emacsattic/}
+GITHUB_TAG=    d0410c7d805c9aaf51a1bcefaaef092bed5824c4
+
+MAINTAINER=    pho%cielonegro.org@localhost
+HOMEPAGE=      https://melpa.org/\#/mic-paren
+COMMENT=       Advanced highlighting of parenthesis
+LICENSE=       gnu-gpl-v3
+
+EMACS_MODULES=         base
+EMACS_BUILDLINK=       yes
+
+do-build:
+       cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile *.el
+
+INSTALLATION_DIRS+=    ${EMACS_LISPPREFIX}
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/*.el  ${DESTDIR}${EMACS_LISPPREFIX}
+       ${INSTALL_DATA} ${WRKSRC}/*.elc ${DESTDIR}${EMACS_LISPPREFIX}
+
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c74c1b2fbb4 -r 04f4e187cccb misc/mic-paren/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/mic-paren/PLIST      Wed Jan 22 00:11:01 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/22 00:11:01 pho Exp $
+${EMACS_LISPPREFIX}/mic-paren.el
+${EMACS_LISPPREFIX}/mic-paren.elc
diff -r 7c74c1b2fbb4 -r 04f4e187cccb misc/mic-paren/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/mic-paren/distinfo   Wed Jan 22 00:11:01 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/22 00:11:01 pho Exp $
+
+SHA1 (mic-paren-3.13-d0410c7d805c9aaf51a1bcefaaef092bed5824c4.tar.gz) = 96b405e62f29c7e1f5ebe317b43a4c93b3ab58d4
+RMD160 (mic-paren-3.13-d0410c7d805c9aaf51a1bcefaaef092bed5824c4.tar.gz) = b43c189b8b566d3975d5850aadc93d6e698ba215
+SHA512 (mic-paren-3.13-d0410c7d805c9aaf51a1bcefaaef092bed5824c4.tar.gz) = 
3c4bfc6f34fff247b5e928b0c351c924b4491c1fc5ca6a680e33790fe629b63685cf4d95d76a27e258a7e2c3c5318e0bc62935e034e0ddf8756040e4d092d394
+Size (mic-paren-3.13-d0410c7d805c9aaf51a1bcefaaef092bed5824c4.tar.gz) = 15154 bytes



Home | Main Index | Thread Index | Old Index