pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/mic-paren
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 22 00:11:01 UTC 2020
Added Files:
pkgsrc/misc/mic-paren: DESCR MESSAGE Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/mic-paren/DESCR \
pkgsrc/misc/mic-paren/MESSAGE pkgsrc/misc/mic-paren/Makefile \
pkgsrc/misc/mic-paren/PLIST pkgsrc/misc/mic-paren/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/misc/mic-paren/DESCR
diff -u /dev/null pkgsrc/misc/mic-paren/DESCR:1.1
--- /dev/null Wed Jan 22 00:11:01 2020
+++ pkgsrc/misc/mic-paren/DESCR Wed Jan 22 00:11:01 2020
@@ -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.
Index: pkgsrc/misc/mic-paren/MESSAGE
diff -u /dev/null pkgsrc/misc/mic-paren/MESSAGE:1.1
--- /dev/null Wed Jan 22 00:11:01 2020
+++ pkgsrc/misc/mic-paren/MESSAGE Wed Jan 22 00:11:01 2020
@@ -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)
+
+===========================================================================
Index: pkgsrc/misc/mic-paren/Makefile
diff -u /dev/null pkgsrc/misc/mic-paren/Makefile:1.1
--- /dev/null Wed Jan 22 00:11:01 2020
+++ pkgsrc/misc/mic-paren/Makefile Wed Jan 22 00:11:01 2020
@@ -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"
Index: pkgsrc/misc/mic-paren/PLIST
diff -u /dev/null pkgsrc/misc/mic-paren/PLIST:1.1
--- /dev/null Wed Jan 22 00:11:01 2020
+++ pkgsrc/misc/mic-paren/PLIST Wed Jan 22 00:11:01 2020
@@ -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
Index: pkgsrc/misc/mic-paren/distinfo
diff -u /dev/null pkgsrc/misc/mic-paren/distinfo:1.1
--- /dev/null Wed Jan 22 00:11:01 2020
+++ pkgsrc/misc/mic-paren/distinfo Wed Jan 22 00:11:01 2020
@@ -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