aboutsummaryrefslogtreecommitdiff
path: root/editors/thoteditor
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-10-271-10/+1
| | | | Notes: svn path=/head/; revision=371560
* Complete previous commit, missed some filesPawel Pekala2014-05-082-21/+26
| | | | Notes: svn path=/head/; revision=353287
* - Add staging support, strip binary filesPawel Pekala2014-05-089-68/+61
| | | | | | | | | | - Respect CFLAGS during build - Use REINPLACE_CMD, SUB_FILES to simplify substitutions - Rename patches to proper names - Break lines around 80 characters Notes: svn path=/head/; revision=353286
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-10/+5
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Fix build with gcc 3.4Tilman Keskinoz2004-08-212-4/+10
| | | | Notes: svn path=/head/; revision=116954
* Remove master sites which are offline, have a very different versionTrevor Johnson2004-03-091-5/+1
| | | | | | | of the distfile, or do not have the distfile. Notes: svn path=/head/; revision=103438
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* This does not build on 5.x.Christian Weisgerber2003-06-301-1/+7
| | | | | | | | PR: 53917 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=83902
* Remove chuckr as maintainer of his ports. He has not committed sinceKris Kennaway2003-06-081-1/+1
| | | | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr Notes: svn path=/head/; revision=82487
* Update WWW.Jun Kuriyama2003-04-241-1/+1
| | | | | | | | Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> PR: ports/48302 Notes: svn path=/head/; revision=79555
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-2/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* portname/portversion updateMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27501
* 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