From owner-cvs-all@FreeBSD.ORG Wed Aug 23 05:35:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E88D16A4E1; Wed, 23 Aug 2006 05:35:58 +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 F199C43D49; Wed, 23 Aug 2006 05:35:57 +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 k7N5ZvVp004039; Wed, 23 Aug 2006 05:35:57 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N5Zvjv004038; Wed, 23 Aug 2006 05:35:57 GMT (envelope-from anray) Message-Id: <200608230535.k7N5Zvjv004038@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 23 Aug 2006 05:35:57 +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/textproc Makefile ports/textproc/rst.el Makefile distinfo pkg-descr pkg-message ports/textproc/rst.el/files patch-rst.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 05:35:58 -0000 anray 2006-08-23 05:35:57 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rst.el Makefile distinfo pkg-descr pkg-message textproc/rst.el/files patch-rst.el Log: Support code for editing reStructuredText with Emacs. Basically, this package contains: - Functions to automatically adjust and cycle the section underline decorations; - A mode that displays the table of contents and allows you to jump anywhere from it; - Functions to insert and automatically update a TOC in your source document; - A mode which supports font-lock highlighting of reStructuredText structures; - Some other convenience functions. This package is the result of merging: - restructuredtext.el - rst-mode.el - rst-html.el Those files are now OBSOLETE and have been replaced by this single package file (2005-10-30). WWW: http://docutils.sourceforge.net/docs/user/emacs.html PR: ports/102384 Submitted by: Denis Shaposhnikov Revision Changes Path 1.1053 +1 -0 ports/textproc/Makefile 1.1 +42 -0 ports/textproc/rst.el/Makefile (new) 1.1 +3 -0 ports/textproc/rst.el/distinfo (new) 1.1 +26 -0 ports/textproc/rst.el/files/patch-rst.el (new) 1.1 +24 -0 ports/textproc/rst.el/pkg-descr (new) 1.1 +6 -0 ports/textproc/rst.el/pkg-message (new)