Date: Wed, 23 Aug 2006 05:35:57 +0000 (UTC) From: Andrey Slusar <anray@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/rst.el Makefile distinfo pkg-descr pkg-message ports/textproc/rst.el/files patch-rst.el Message-ID: <200608230535.k7N5Zvjv004038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dsh at vlink.ru>
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608230535.k7N5Zvjv004038>
