aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
Commit message (Collapse)AuthorAgeFilesLines
* Fix rendering crash with patch developed by the Ted developer andWill Andrews2003-06-183-10/+100
| | | | | | | | | | sent via the submitter. Set maintainer to submitter. PR: 53329 Submitted by: Jonathan Drews <j.e.drews@att.net> Notes: svn path=/head/; revision=83207
* o Fix a crash when trying to open menu Help -> DocumentMario Sergio Fujikawa Ferreira2003-05-191-3/+1
| | | | | | | | | | | o Fix consists on depending on open-motif rather than GTK+ for the build. Developer also advises open-motif over GTK+ PR: 52418 Submitted by: Jonathan Drews <j.e.drews@worldnet.att.net> Notes: svn path=/head/; revision=81499
* Update to version 2.14.Christian Weisgerber2003-04-232-2/+2
| | | | | | | | PR: 51051 Submitted by: Ports Fury Notes: svn path=/head/; revision=79543
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75952
* upgrade to 2.12Ying-Chieh Liao2003-01-022-4/+5
| | | | | | | | PR: 46131 Submitted by: Ports Fury Notes: svn path=/head/; revision=72275
* Update to 2.11Patrick Li2002-07-275-135/+19
| | | | | | | | PR: ports/41030 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63620
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+2
| | | | | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61681
* - Add USE_X_PREFIXKevin Lo2001-09-162-14/+21
| | | | | | | | | | | - Support CC/CFLAGS properly - Add WWW: line- Add USE_X_PREFIX PR: 30533 Submitted by: Ports Fury Notes: svn path=/head/; revision=47876
* Spell ${TAR} correctly.Kris Kennaway2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47652
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Specify DISTNAME correctly (no need to add .tar.gz, EXTRACT_SUFX is appended)Pete Fritchman2001-08-281-1/+1
| | | | | | | | PR: 30156 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=47005
* Add ted-2.10Kris Kennaway2001-08-247-0/+220
Ted is a text editor running under X Windows on Unix/Linux systems. Ted was developed as an operating system accessory like Wordpad on MS-Windows. Features -------- * Wysiwyg rich text editing. * Ted uses Microsoft RTF as its native file format. * In line bitmap pictures. * Postscript printing. * Spelling checking in several Latin languages. (English, Dutch, German, Portuguese, French and Spanish.) * Directly mailing documents from Ted. * Cut/Copy/Paste, also with other applications. * Find/Replace. * Ruler: Paragraph indentation, Indentation of first line, Tabs. * Copy/Paste Ruler. * Page breaks. * Tables: Insert Table, Row, Column. Changing the column width of tables with their ruler. * Symbols and accented characters are fully supported. * Hyperlinks. * Saving a document in HTML format. Obtained from: OpenBSD Notes: svn path=/head/; revision=46769