summaryrefslogtreecommitdiffstats
path: root/editors/nedit
Commit message (Collapse)AuthorAgeFilesLines
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Add http site to master site. The ftp site was refusing passive mode ftpdeischen2001-11-022-4/+6
| | | | | | | connections and has been reported to the nedit developers. PR: ports/31700 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Upgrade to version 5.2.deischen2001-10-316-34/+173
|
* App-defaults distfile name change.deischen2001-10-072-3/+3
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-1/+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.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Install the nc binary as nclient so as not to conflict with thesteve2000-05-295-18/+35
| | | | | | "long standing" netcat port. PR: 18454
* portname/portversion updatemharo2000-04-141-2/+2
|
* Updates from Maxim Sobolev:deischen2000-03-272-1/+23
| | | | | | | | | + CFLAGS received appropriate respect + X11BASE now used insted of PREFIX in -I and -L compiler directives + pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness PR: ports/17457 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposeddeischen2000-03-274-95/+34
| | | | to the former, somewhat fuzzy, license from Fermilab.
* Change the site for the distfile to Nedit's new home.deischen2000-03-021-3/+3
| | | | Change my (MAINTAINER) email address.
* Nedit has a new home, www.nedit.org, provided by Metrolink. The olddeischen1999-11-081-1/+1
| | | | | | www site has gone by-by. Fix DESCR for the new site. Found by: Fenner's ports survey
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Would it be considered sacriligious to change all of the 'K's inhoek1999-05-021-1/+1
| | | | | Kirk McKusick, Keith Bostic, and J. Karels into 'W's, representing WWW:? Probably. Better not risk it. :)
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-2/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Another batch of add homepage. In general I've avoided any linkshoek1998-07-282-2/+3
| | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used.
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-271-2/+2
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* Upgrade to version 5.0.2.steve1998-03-282-7/+7
| | | | | PR: 6069 Submitted by: maintainer
* Add -DUSE_XMIM so input methods work.jfieber1998-01-311-2/+2
|
* Upgrade to 5.0.1jfieber1998-01-164-45/+8
| | | | | | PR: 5511 Reviewed by: jfieber Submitted by: deischen@iworks.InterWorks.org
* Upgrade to 5.0dima1997-11-103-53/+48
| | | | Submitted by: maintainer
* Install app-defaults as NEdit.ad rather than NEdit (so it won't overwriteobrien1997-03-122-2/+2
| | | | | | | any custom one). Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914
* I know the ports freeze is 10 minutes past... but hopefully Satoshiobrien1997-03-121-1/+1
| | | | | | | | | will let me get away with this one... Here's the real justification for this commit... checksum was wrong. Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914
* I know the ports freeze is 10 minutes past... but hopefully Satoshiobrien1997-03-121-2/+2
| | | | | | | | | | will let me get away with this one... Install app-defaults as NEdit.ad rather than NEdit (so it won't overwrite any custom one). Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914
* Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.asami1997-02-181-2/+2
|
* The tarball is compressed now (used to be an uncompressed .tar).asami1997-02-181-1/+1
|
* Upgrade to 4.0.3.obrien1997-02-051-7/+7
| | | | | | Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes PRs: ports/1752, ports/2548
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+4
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Modified $Id: line to make the keyword substitution work properly.max1996-10-101-1/+1
|
* Change this to conform to our new Motif standards.asami1996-04-112-2/+3
| | | | | | (1) Add REQUIRES_MOTIF=yes. (2) Use ${MOTIFLIB} wherever libXm is required.
* A fancy-looking editor that's smaller than emacs (surprise!).asami1996-04-096-0/+180
Note this port requires Motif, and is patched to build with libXm static (to change this, just go hack in patches/patch-aa, it's only two lines). Some time later, I will make some changes to the ports framework to make this configurable, but for now, it's "the way thud wants it". :> Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
OpenPOWER on IntegriCloud