summaryrefslogtreecommitdiff
path: root/editors/thoteditor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops, fix a path goof in the man page installation.Chuck Robey1999-10-041-1/+1
| | | | Notes: svn path=/head/; revision=22156
* fixed the MOTIFLIB support, and added the manpages for cextract.Chuck Robey1999-10-043-2/+17
| | | | | | | | | | If you install thoteditor, and you write C codee, make a point of reading the cextract man page. Pointed out by: Satoshi Notes: svn path=/head/; revision=22155
* I forgot the shell wrapper.Chuck Robey1999-09-271-0/+4
| | | | Notes: svn path=/head/; revision=22006
* Finally fix all parts of thoteditor.Chuck Robey1999-09-275-5/+63
| | | | Notes: svn path=/head/; revision=22005
* Just noticed it's not initializing right, I set it BROKEN again, sorry.Chuck Robey1999-09-251-0/+2
| | | | Notes: svn path=/head/; revision=21951
* Finally fix thoteditor. This doesn't install the libthot stuff anymore,Chuck Robey1999-09-258-97/+172
| | | | | | | | | | because this thing was *so* busted in build, I figured it wasn't worth the huge extra work to get it into shared form anyhow. If someone wants the libthot stuff, they should port that separately, it has it's own distfile anyhow. Notes: svn path=/head/; revision=21950
* This is still badly broken, but this fixes the worst bugs (at least itChuck Robey1999-09-224-34/+34
| | | | | | | | | | | gets started, the lib part compiles now). Chief problems were that the configure script was looking for thot in an archive named Thot, and the configure script requires all enables/disables, withs/withouts to be explicitly laid out, else there's a ream of sed errors. Oh, yeah, the WRKSRC had to be explitly created too. Notes: svn path=/head/; revision=21876
* checkr just volunteered to take care of this port.Satoshi Asami1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21846
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Would it be considered sacriligious to change all of the 'K's inTim Vanderhoek1999-05-021-4/+3
| | | | | | | | Kirk McKusick, Keith Bostic, and J. Karels into 'W's, representing WWW:? Probably. Better not risk it. :) Notes: svn path=/head/; revision=18346
* Mark BROKEN -- majorly FUBARed.David E. O'Brien1999-04-241-1/+3
| | | | Notes: svn path=/head/; revision=18118
* Finish updating this port.Steve Price1999-03-081-7/+9
| | | | | | | Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=17081
* upgrade to 2.1eDavid E. O'Brien1999-02-125-82/+213
| | | | | | | (with 7 min to spare. :-)) Notes: svn path=/head/; revision=16701
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Remove a couple of MASTER_SITES. This port still needs to be upgradedBill Fenner1999-01-301-6/+3
| | | | | | | | | | | from 2.1b to 2.1e. ftp.uni-paderborn.de - empty directory "thot" ftp.cs.itu.edu.tr - no such directory "Linux" ftp.cnti.chel.su - no such directory "pub" Notes: svn path=/head/; revision=16426
* Add ${PREFIX}/share/thot/doc and add missing @dirrms to PLISTJustin M. Seger1998-12-212-6/+10
| | | | | | | PR: ports/5158 Notes: svn path=/head/; revision=15461
* Fix thot's Makefile, MASTER_SITES were wrong. I added a whole lot of them.Chuck Robey1997-09-171-2/+8
| | | | | | | Thanks for the tipoff, Satoshi. Notes: svn path=/head/; revision=7933
* The Id line is spelled "$Id$", not "$Id:". Move EXTRACT_ONLY down.Satoshi Asami1997-09-171-2/+2
| | | | Notes: svn path=/head/; revision=7932
* New editor, based on the Opera team server.Chuck Robey1997-09-136-0/+280
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=7894