aboutsummaryrefslogtreecommitdiff
path: root/textproc/rst.el
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-1/+1
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase Emacs updatesAshish SHUKLA2012-02-221-1/+1
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292058
* - Chase editors/emacs updateAshish SHUKLA2011-10-171-1/+1
| | | | Notes: svn path=/head/; revision=283686
* Chase editors/emacs updateAshish SHUKLA2011-09-071-1/+1
| | | | Notes: svn path=/head/; revision=281398
* Chase editors/emacs update.Ashish SHUKLA2011-08-271-0/+1
| | | | | | | PR: ports/160196 Notes: svn path=/head/; revision=280599
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Update to 6390Max Brazhnikov2010-10-162-8/+6
| | | | | | | | | | Update maintainer address PR: ports/151161 Submitted by: Denis Shaposhnikov (maintainer) Notes: svn path=/head/; revision=263093
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 5954Pav Lucistnik2009-09-152-6/+5
| | | | | | | | | PR: ports/137779 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241467
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 5648.Andrey Slusar2008-10-042-6/+5
| | | | | | | | | | - Change maintainer email address. PR: ports/127831 Submitted by: Denis Shaposhnikov(maintainer) Notes: svn path=/head/; revision=221199
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 5039Andrey Slusar2007-06-292-5/+4
| | | | | | | | PR: ports/114121 Submitted by: Denis Shaposhnikov (maintainer) Notes: svn path=/head/; revision=194484
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Revert removing site-lisp dir [1]Andrey Slusar2006-09-192-1/+0
| | | | | | | | | | - Remove zero length patch PR: ports/10290(followup) [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=173414
* - Update to snapshot r4747 [1]Rong-En Fan2006-09-184-35/+7
| | | | | | | | | | - Fix pkg-plist [2] PR: ports/103351 [1], ports/102902 [2] Submitted by: Denis Shaposhnikov <dsh at vlink.ru> (maintainer) Notes: svn path=/head/; revision=173333
* BROKEN: Incomplete pkg-plistKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173184
* Add required build depends.Andrey Slusar2006-09-021-1/+7
| | | | | | | | | PR: ports/102739 Submitted by: Denis Shaposhnikov (maintainer) Reported by: kris (pointyhat) Notes: svn path=/head/; revision=171855
* Support code for editing reStructuredText with Emacs.Andrey Slusar2006-08-235-0/+101
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> Notes: svn path=/head/; revision=171241