aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rst.el
Commit message (Collapse)AuthorAgeFilesLines
* - Broken checksum mismatchmiwi2013-03-301-0/+2
|
* GNU Emacs updatesashish2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-231-6/+2
|
* Chase Emacs updatesashish2012-09-051-1/+1
|
* - Bump PORTREVISION to chase Emacs port updatesashish2012-08-021-1/+1
| | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Chase Emacs updatesashish2012-02-221-1/+1
| | | | PR: ports/165082
* - Chase editors/emacs updateashish2011-10-171-1/+1
|
* Chase editors/emacs updateashish2011-09-081-1/+1
|
* Chase editors/emacs update.ashish2011-08-281-0/+1
| | | | PR: ports/160196
* -remove MD5ohauer2011-07-031-1/+0
|
* Update to 6390makc2010-10-162-8/+6
| | | | | | | Update maintainer address PR: ports/151161 Submitted by: Denis Shaposhnikov (maintainer)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 5954pav2009-09-152-6/+5
| | | | | | PR: ports/137779 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) Feature safe: yes
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 5648.anray2008-10-052-6/+5
| | | | | | | - Change maintainer email address. PR: ports/127831 Submitted by: Denis Shaposhnikov(maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* - Update to 5039anray2007-06-302-5/+4
| | | | | PR: ports/114121 Submitted by: Denis Shaposhnikov (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Revert removing site-lisp dir [1]anray2006-09-202-1/+0
| | | | | | | - Remove zero length patch PR: ports/10290(followup) [1] Submitted by: maintainer [1]
* - Update to snapshot r4747 [1]rafan2006-09-184-35/+7
| | | | | | | - Fix pkg-plist [2] PR: ports/103351 [1], ports/102902 [2] Submitted by: Denis Shaposhnikov <dsh at vlink.ru> (maintainer)
* BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2
|
* Add required build depends.anray2006-09-021-1/+7
| | | | | | PR: ports/102739 Submitted by: Denis Shaposhnikov (maintainer) Reported by: kris (pointyhat)
* Support code for editing reStructuredText with Emacs.anray2006-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>