aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
Commit message (Collapse)AuthorAgeFilesLines
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+10
| | | | Notes: svn path=/head/; revision=251754
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | 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 2.21Martin Wilke2009-11-022-5/+4
| | | | | | | | PR: 140114 Submitted by: Ports Fury Notes: svn path=/head/; revision=243648
* - 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 2.20Martin Wilke2009-07-046-44/+96
| | | | | | | | PR: 136043 Submitted by: Ports Fury Notes: svn path=/head/; revision=237104
* - Fix build with custom LOCALBASEIon-Mihai Tetcu2009-06-082-4/+4
| | | | | | | | | - make our configure script a little verbose Reported by: QATty Notes: svn path=/head/; revision=235433
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - fix buildDirk Meyer2008-04-111-0/+1
| | | | | | | - set USE_XORG Notes: svn path=/head/; revision=211092
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - 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
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* Reset maintainer by request.Doug Barton2006-02-261-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156837
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* editors/ted - Fix LOCALBASE/X11BASE settingsEdwin Groothuis2005-11-292-4/+16
| | | | | | | | | | | Fix port so that it respects LOCALBASE/X11BASE settings. PR: ports/89602 Submitted by: Jonathan <jdrews@cybox.com> Approved by: Jon Drews <jon.drews@gmail.com> Notes: svn path=/head/; revision=149974
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 2.17Pav Lucistnik2005-02-265-113/+13
| | | | | | | | PR: ports/78078 Submitted by: Jonathan <jon.drews@gmail.com> (maintainer) Notes: svn path=/head/; revision=129813
* Update maintainer's addressVolker Stolz2004-12-131-1/+1
| | | | | | | | PR: ports/75005 Submitted by: maintainer Notes: svn path=/head/; revision=123896
* - Unify print/gsfonts dependency checkPav Lucistnik2004-06-171-1/+1
| | | | | | | | PR: ports/67999, ports/68035 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es> Notes: svn path=/head/; revision=111659
* Update gsfonts dependency. Use DOCSDIR instead of port-specific INFODIR.Will Andrews2004-06-102-7/+9
| | | | | | | | | | Use PORTDOCS. PR: 67736 Submitted by: MAINTAINER Notes: svn path=/head/; revision=111192
* - use the proper lpc syntax to get a printer listPete Fritchman2003-08-182-0/+21
| | | | | | | | | | | - bump PORTREVISION PR: 37362 Submitted by: maintainer Reported by: Greg Shenaut <gkshenaut@ucdavis.edu> Notes: svn path=/head/; revision=87164
* 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