The FreeBSD Ports Archive
FreeBSD editors : nedit4>
An X11/Motif GUI text editor for programs and plain text files
NEdit is a GUI (Graphical User Interface) style text editor for
programs and plain-text files. Users of Macintosh and MS Windows
based text editors will find NEdit a familiar and comfortable
environment. NEdit provides all of the standard menu, dialog,
editing, and mouse support, as well as all of the standard shortcuts
to which the users of modern GUI based environments are accustomed.
For users of older style Unix editors, welcome to the world of
mouse-based editing!
This port requires Motif to build, however it works reasonably well
with the free Motif clone LessTif.
http://www.nedit.org/
|
nedit history
v. 1.37
date: 2007/05/19 20:04:12; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.36
date: 2004/11/03 03:21:41; author: deischen; state: Exp; lines: +7 -7
Update to release 5.5.
v. 1.35
date: 2004/08/15 22:08:34; author: deischen; state: Exp; lines: +0 -1
Remove extra CFLAGS define to force building with buggy open-motif.
Add a check to the program that checks for buggy open-motif so that
version 2.2.3 is seen as non-buggy. This last check is already in
nedit sources in similar form.
v. 1.34
date: 2004/02/07 23:38:14; author: deischen; state: Exp; lines: +8 -7
Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy. It was pulled from the opengroup site. Nedit
now checks the version of motif and issues a very loud warning
when it is built.
v. 1.33
date: 2003/03/07 06:00:34; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.32
date: 2002/08/23 20:03:16; author: deischen; state: Exp; lines: +1 -0
Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes. I give up trying to make it work.
v. 1.31
date: 2002/08/21 15:37:20; author: deischen; state: Exp; lines: +0 -1
Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
PR: 41687
Submitted by: James E. Flemer
v. 1.30
date: 2002/08/21 15:27:53; author: deischen; state: Exp; lines: +1 -0
I guess something changed in ports/Mk so that BINOWN, BINGRP, and
BINMODE are no longer set when make'ing. Manually add them to
MAKE_ENV in the port's Makefile.
PR: 40800, 41687
Submitted by: kan
v. 1.29
date: 2002/07/16 08:31:20; author: deischen; state: Exp; lines: +1 -1
Correct spelling of distfile in EXTRACT_ONLY.
Submitted by: Peter I. Hansen
v. 1.28
date: 2002/07/15 18:26:25; author: deischen; state: Exp; lines: +1 -1
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
v. 1.27
date: 2002/07/15 18:19:04; author: deischen; state: Exp; lines: +2 -1
Change to use bzip2 instead of gzip distfile.
PR: 40583
Submitted by: Amar Takhar
v. 1.26
date: 2002/07/15 18:14:01; author: deischen; state: Exp; lines: +5 -5
Update to nedit v5.3.
v. 1.25
date: 2001/11/02 14:21:27; author: deischen; state: Exp; lines: +5 -3
Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.
PR: ports/31700
Submitted by: John Merryweather Cooper
v. 1.24
date: 2001/10/31 18:07:04; author: deischen; state: Exp; lines: +5 -5
Upgrade to version 5.2.
v. 1.23
date: 2001/10/07 19:15:29; author: deischen; state: Exp; lines: +3 -3
App-defaults distfile name change.
v. 1.22
date: 2000/11/07 23:28:02; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
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.
v. 1.21
date: 2000/08/03 09:22:59; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.20
date: 2000/05/29 03:59:19; author: steve; state: Exp; lines: +2 -2
Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.
PR: 18454
v. 1.19
date: 2000/04/14 00:25:38; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.18
date: 2000/03/27 03:50:28; author: deischen; state: Exp; lines: +9 -9
Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
v. 1.17
date: 2000/03/02 12:32:26; author: deischen; state: Exp; lines: +4 -4
Change the site for the distfile to Nedit's new home.
Change my (MAINTAINER) email address.
v. 1.16
date: 1999/08/25 05:44:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1998/09/17 00:32:29; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.14
date: 1998/09/15 11:13:02; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.13
date: 1998/08/05 09:30:49; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.12
date: 1998/07/28 06:34:31; author: hoek; state: Exp; lines: +1 -2
Another batch of add homepage. In general I've avoided any links
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.
v. 1.11
date: 1998/07/27 23:24:14; author: asami; state: Exp; lines: +2 -2
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam
v. 1.10
date: 1998/03/28 14:36:34; author: steve; state: Exp; lines: +6 -6
Upgrade to version 5.0.2.
PR: 6069
Submitted by: maintainer
v. 1.9
date: 1998/01/16 21:09:22; author: jfieber; state: Exp; lines: +5 -5
Upgrade to 5.0.1
PR: 5511
Reviewed by: jfieber
Submitted by: deischen@iworks.InterWorks.org
v. 1.8
date: 1997/11/10 18:59:49; author: dima; state: Exp; lines: +5 -5
Upgrade to 5.0
Submitted by: maintainer
v. 1.7
date: 1997/03/12 08:13:34; author: obrien; state: Exp; lines: +2 -2
I know the ports freeze is 10 minutes past... but hopefully Satoshi
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
Closes-PR: ports/2914
v. 1.6
date: 1997/02/18 06:00:30; author: asami; state: Exp; lines: +2 -2
Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.
v. 1.5
date: 1997/02/05 13:11:45; author: obrien; state: Exp; lines: +7 -7
Upgrade to 4.0.3.
Submitted by: Daniel M. Eischen
Closes PRs: ports/1752, ports/2548
v. 1.4
date: 1996/11/18 13:58:01; author: asami; state: Exp; lines: +2 -1
Compress a bunch of manpages. Remove unnecessary @ directives from
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.
v. 1.3
date: 1996/10/10 00:33:02; author: max; state: Exp; lines: +1 -1
Modified $Id: line to make the keyword substitution work properly.
v. 1.2
date: 1996/04/11 08:56:36; author: asami; state: Exp; lines: +1 -0
Change this to conform to our new Motif standards.
(1) Add REQUIRES_MOTIF=yes.
(2) Use ${MOTIFLIB} wherever libXm is required.
v. 1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp; lines: +0 -0
A fancy-looking editor that's smaller than emacs (surprise!).
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"
=============================================================================
v. 1.37
date: 2007/05/19 20:04:12; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.36
date: 2004/11/03 03:21:41; author: deischen; state: Exp; lines: +7 -7
Update to release 5.5.
v. 1.35
date: 2004/08/15 22:08:34; author: deischen; state: Exp; lines: +0 -1
Remove extra CFLAGS define to force building with buggy open-motif.
Add a check to the program that checks for buggy open-motif so that
version 2.2.3 is seen as non-buggy. This last check is already in
nedit sources in similar form.
v. 1.34
date: 2004/02/07 23:38:14; author: deischen; state: Exp; lines: +8 -7
Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy. It was pulled from the opengroup site. Nedit
now checks the version of motif and issues a very loud warning
when it is built.
v. 1.33
date: 2003/03/07 06:00:34; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.32
date: 2002/08/23 20:03:16; author: deischen; state: Exp; lines: +1 -0
Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes. I give up trying to make it work.
v. 1.31
date: 2002/08/21 15:37:20; author: deischen; state: Exp; lines: +0 -1
Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
PR: 41687
Submitted by: James E. Flemer
v. 1.30
date: 2002/08/21 15:27:53; author: deischen; state: Exp; lines: +1 -0
I guess something changed in ports/Mk so that BINOWN, BINGRP, and
BINMODE are no longer set when make'ing. Manually add them to
MAKE_ENV in the port's Makefile.
PR: 40800, 41687
Submitted by: kan
v. 1.29
date: 2002/07/16 08:31:20; author: deischen; state: Exp; lines: +1 -1
Correct spelling of distfile in EXTRACT_ONLY.
Submitted by: Peter I. Hansen
v. 1.28
date: 2002/07/15 18:26:25; author: deischen; state: Exp; lines: +1 -1
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
v. 1.27
date: 2002/07/15 18:19:04; author: deischen; state: Exp; lines: +2 -1
Change to use bzip2 instead of gzip distfile.
PR: 40583
Submitted by: Amar Takhar
v. 1.26
date: 2002/07/15 18:14:01; author: deischen; state: Exp; lines: +5 -5
Update to nedit v5.3.
v. 1.25
date: 2001/11/02 14:21:27; author: deischen; state: Exp; lines: +5 -3
Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.
PR: ports/31700
Submitted by: John Merryweather Cooper
v. 1.24
date: 2001/10/31 18:07:04; author: deischen; state: Exp; lines: +5 -5
Upgrade to version 5.2.
v. 1.23
date: 2001/10/07 19:15:29; author: deischen; state: Exp; lines: +3 -3
App-defaults distfile name change.
v. 1.22
date: 2000/11/07 23:28:02; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
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.
v. 1.21
date: 2000/08/03 09:22:59; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.20
date: 2000/05/29 03:59:19; author: steve; state: Exp; lines: +2 -2
Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.
PR: 18454
v. 1.19
date: 2000/04/14 00:25:38; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.18
date: 2000/03/27 03:50:28; author: deischen; state: Exp; lines: +9 -9
Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
v. 1.17
date: 2000/03/02 12:32:26; author: deischen; state: Exp; lines: +4 -4
Change the site for the distfile to Nedit's new home.
Change my (MAINTAINER) email address.
v. 1.16
date: 1999/08/25 05:44:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1998/09/17 00:32:29; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.14
date: 1998/09/15 11:13:02; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.13
date: 1998/08/05 09:30:49; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.12
date: 1998/07/28 06:34:31; author: hoek; state: Exp; lines: +1 -2
Another batch of add homepage. In general I've avoided any links
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.
v. 1.11
date: 1998/07/27 23:24:14; author: asami; state: Exp; lines: +2 -2
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam
v. 1.10
date: 1998/03/28 14:36:34; author: steve; state: Exp; lines: +6 -6
Upgrade to version 5.0.2.
PR: 6069
Submitted by: maintainer
v. 1.9
date: 1998/01/16 21:09:22; author: jfieber; state: Exp; lines: +5 -5
Upgrade to 5.0.1
PR: 5511
Reviewed by: jfieber
Submitted by: deischen@iworks.InterWorks.org
v. 1.8
date: 1997/11/10 18:59:49; author: dima; state: Exp; lines: +5 -5
Upgrade to 5.0
Submitted by: maintainer
v. 1.7
date: 1997/03/12 08:13:34; author: obrien; state: Exp; lines: +2 -2
I know the ports freeze is 10 minutes past... but hopefully Satoshi
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
Closes-PR: ports/2914
v. 1.6
date: 1997/02/18 06:00:30; author: asami; state: Exp; lines: +2 -2
Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.
v. 1.5
date: 1997/02/05 13:11:45; author: obrien; state: Exp; lines: +7 -7
Upgrade to 4.0.3.
Submitted by: Daniel M. Eischen
Closes PRs: ports/1752, ports/2548
v. 1.4
date: 1996/11/18 13:58:01; author: asami; state: Exp; lines: +2 -1
Compress a bunch of manpages. Remove unnecessary @ directives from
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.
v. 1.3
date: 1996/10/10 00:33:02; author: max; state: Exp; lines: +1 -1
Modified $Id: line to make the keyword substitution work properly.
v. 1.2
date: 1996/04/11 08:56:36; author: asami; state: Exp; lines: +1 -0
Change this to conform to our new Motif standards.
(1) Add REQUIRES_MOTIF=yes.
(2) Use ${MOTIFLIB} wherever libXm is required.
v. 1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp; lines: +0 -0
A fancy-looking editor that's smaller than emacs (surprise!).
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"
=============================================================================
v. 1.37
date: 2007/05/19 20:04:12; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.36
date: 2004/11/03 03:21:41; author: deischen; state: Exp; lines: +7 -7
Update to release 5.5.
v. 1.35
date: 2004/08/15 22:08:34; author: deischen; state: Exp; lines: +0 -1
Remove extra CFLAGS define to force building with buggy open-motif.
Add a check to the program that checks for buggy open-motif so that
version 2.2.3 is seen as non-buggy. This last check is already in
nedit sources in similar form.
v. 1.34
date: 2004/02/07 23:38:14; author: deischen; state: Exp; lines: +8 -7
Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy. It was pulled from the opengroup site. Nedit
now checks the version of motif and issues a very loud warning
when it is built.
v. 1.33
date: 2003/03/07 06:00:34; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.32
date: 2002/08/23 20:03:16; author: deischen; state: Exp; lines: +1 -0
Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes. I give up trying to make it work.
v. 1.31
date: 2002/08/21 15:37:20; author: deischen; state: Exp; lines: +0 -1
Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
PR: 41687
Submitted by: James E. Flemer
v. 1.30
date: 2002/08/21 15:27:53; author: deischen; state: Exp; lines: +1 -0
I guess something changed in ports/Mk so that BINOWN, BINGRP, and
BINMODE are no longer set when make'ing. Manually add them to
MAKE_ENV in the port's Makefile.
PR: 40800, 41687
Submitted by: kan
v. 1.29
date: 2002/07/16 08:31:20; author: deischen; state: Exp; lines: +1 -1
Correct spelling of distfile in EXTRACT_ONLY.
Submitted by: Peter I. Hansen
v. 1.28
date: 2002/07/15 18:26:25; author: deischen; state: Exp; lines: +1 -1
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
v. 1.27
date: 2002/07/15 18:19:04; author: deischen; state: Exp; lines: +2 -1
Change to use bzip2 instead of gzip distfile.
PR: 40583
Submitted by: Amar Takhar
v. 1.26
date: 2002/07/15 18:14:01; author: deischen; state: Exp; lines: +5 -5
Update to nedit v5.3.
v. 1.25
date: 2001/11/02 14:21:27; author: deischen; state: Exp; lines: +5 -3
Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.
PR: ports/31700
Submitted by: John Merryweather Cooper
v. 1.24
date: 2001/10/31 18:07:04; author: deischen; state: Exp; lines: +5 -5
Upgrade to version 5.2.
v. 1.23
date: 2001/10/07 19:15:29; author: deischen; state: Exp; lines: +3 -3
App-defaults distfile name change.
v. 1.22
date: 2000/11/07 23:28:02; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
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.
v. 1.21
date: 2000/08/03 09:22:59; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
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
v. 1.20
date: 2000/05/29 03:59:19; author: steve; state: Exp; lines: +2 -2
Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.
PR: 18454
v. 1.19
date: 2000/04/14 00:25:38; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.18
date: 2000/03/27 03:50:28; author: deischen; state: Exp; lines: +9 -9
Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
v. 1.17
date: 2000/03/02 12:32:26; author: deischen; state: Exp; lines: +4 -4
Change the site for the distfile to Nedit's new home.
Change my (MAINTAINER) email address.
v. 1.16
date: 1999/08/25 05:44:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1998/09/17 00:32:29; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.14
date: 1998/09/15 11:13:02; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.13
date: 1998/08/05 09:30:49; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.12
date: 1998/07/28 06:34:31; author: hoek; state: Exp; lines: +1 -2
Another batch of add homepage. In general I've avoided any links
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.
v. 1.11
date: 1998/07/27 23:24:14; author: asami; state: Exp; lines: +2 -2
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam
v. 1.10
date: 1998/03/28 14:36:34; author: steve; state: Exp; lines: +6 -6
Upgrade to version 5.0.2.
PR: 6069
Submitted by: maintainer
v. 1.9
date: 1998/01/16 21:09:22; author: jfieber; state: Exp; lines: +5 -5
Upgrade to 5.0.1
PR: 5511
Reviewed by: jfieber
Submitted by: deischen@iworks.InterWorks.org
v. 1.8
date: 1997/11/10 18:59:49; author: dima; state: Exp; lines: +5 -5
Upgrade to 5.0
Submitted by: maintainer
v. 1.7
date: 1997/03/12 08:13:34; author: obrien; state: Exp; lines: +2 -2
I know the ports freeze is 10 minutes past... but hopefully Satoshi
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
Closes-PR: ports/2914
v. 1.6
date: 1997/02/18 06:00:30; author: asami; state: Exp; lines: +2 -2
Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.
v. 1.5
date: 1997/02/05 13:11:45; author: obrien; state: Exp; lines: +7 -7
Upgrade to 4.0.3.
Submitted by: Daniel M. Eischen
Closes PRs: ports/1752, ports/2548
v. 1.4
date: 1996/11/18 13:58:01; author: asami; state: Exp; lines: +2 -1
Compress a bunch of manpages. Remove unnecessary @ directives from
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.
v. 1.3
date: 1996/10/10 00:33:02; author: max; state: Exp; lines: +1 -1
Modified $Id: line to make the keyword substitution work properly.
v. 1.2
date: 1996/04/11 08:56:36; author: asami; state: Exp; lines: +1 -0
Change this to conform to our new Motif standards.
(1) Add REQUIRES_MOTIF=yes.
(2) Use ${MOTIFLIB} wherever libXm is required.
v. 1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/04/09 11:03:13; author: asami; state: Exp; lines: +0 -0
A fancy-looking editor that's smaller than emacs (surprise!).
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"
=============================================================================
|
| |

|