Received: by mail.netbsd.org (Postfix, from userid 605) id 620DF84D2A; Wed, 22 Jan 2020 00:11:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB10684D28 for ; Wed, 22 Jan 2020 00:11:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id R5DV_cksYi7k for ; Wed, 22 Jan 2020 00:11:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4D04684CEF for ; Wed, 22 Jan 2020 00:11:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40501FBF4; Wed, 22 Jan 2020 00:11:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579651861206250" MIME-Version: 1.0 Date: Wed, 22 Jan 2020 00:11:01 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/misc/mic-paren To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200122001101.40501FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579651861206250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1579651861206250 Content-Disposition: inline Content-Length: 3188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1579651861206250--