From owner-cvs-ports@FreeBSD.ORG Fri Jul 14 12:58:28 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA61316A4DE; Fri, 14 Jul 2006 12:58:28 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7616143D46; Fri, 14 Jul 2006 12:58:28 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ECwSGE087046; Fri, 14 Jul 2006 12:58:28 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ECwSFc087045; Fri, 14 Jul 2006 12:58:28 GMT (envelope-from anray) Message-Id: <200607141258.k6ECwSFc087045@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 14 Jul 2006 12:58:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/boxquote.el Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 12:58:28 -0000 anray 2006-07-14 12:58:28 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/boxquote.el Makefile distinfo pkg-descr pkg-message Log: boxquote provides a set of functions for using a text quoting style that partially boxes in the left hand side of an area of text, such a marking style might be used to show externally included text or example code. ,---- | The default style looks like this. `---- A number of functions are provided for quoting a region, a buffer, a paragraph and a defun. There are also functions for quoting text while pulling it in, either by inserting the contents of another file or by yanking text into the current buffer. WWW: http://www.davep.org/emacs/#boxquote.el Revision Changes Path 1.811 +1 -0 ports/misc/Makefile 1.1 +37 -0 ports/misc/boxquote.el/Makefile (new) 1.1 +3 -0 ports/misc/boxquote.el/distinfo (new) 1.1 +14 -0 ports/misc/boxquote.el/pkg-descr (new) 1.1 +2 -0 ports/misc/boxquote.el/pkg-message (new)