summaryrefslogtreecommitdiff
path: root/editors/fine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to fine 2.3 to unbreak this port.Chris Piazza1999-11-264-35/+33
| | | | | | | | | Fine now works with qt2 so we use that to unbreak for systems without at least egcs (old gcc built qt, new gcc needed to build fine, new gcc is used for qt2). Notes: svn path=/head/; revision=23419
* Err, this program links with qt, not qt2.. duhChris Piazza1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21442
* BROKEN if OSVERSION < 400004. This port requires NEWGCC but usesChris Piazza1999-09-081-2/+6
| | | | | | | QT which is built with the old gcc. That doesn't work. Notes: svn path=/head/; revision=21441
* Fix a typo (nie -> nice)Chris Piazza1999-09-071-1/+1
| | | | | | | Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=21379
* Link with qt2, not qt.Chris Piazza1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21375
* Fix by using a MAKE_ENV to set CXX...Chris Piazza1999-09-061-0/+2
| | | | Notes: svn path=/head/; revision=21295
* Fix a typo (PREIFX -> PREFIX) that prevented this from actuallyChris Piazza1999-08-261-1/+1
| | | | | | | installing. Notes: svn path=/head/; revision=20980
* Err, USE_NEWGCC is needed. Put -fguiding-decls back in CFLAGS inChris Piazza1999-08-262-1/+2
| | | | | | | patch-aa Notes: svn path=/head/; revision=20979
* Remove a bogus CFLAGS additionChris Piazza1999-08-261-1/+1
| | | | Notes: svn path=/head/; revision=20977
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Import of fine.Chris Piazza1999-08-187-0/+140
fine is "The Finally INteligent Editor" that does syntax highlighting, has the ability to be programmed to insert text with key bindings and more. It uses the QT toolkit. Notes: svn path=/head/; revision=20767