Port details |
- nedit X11/Motif GUI text editor for programs and plain text files
- 5.7_1 editors =40 5.7_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-30 20:25:12
- Commit Hash: ee96af0
- People watching this port, also watch:: gmake, open-motif, unzip, gettext, zip
- License: GPLv1
- WWW:
- https://sourceforge.net/projects/nedit/
- Description:
- 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 a Motif library to build and run. It is
recommended that you use OpenMotif as Nedit has font aliasing
issues when using LessTif.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/editors/nedit/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/nedit
- pkg install nedit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nedit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702734960
SHA256 (nedit-5.7-src.tar.gz) = add9ac79ff973528ad36c86858238bac4f59896c27dbf285cbe6a4d425fca17a
SIZE (nedit-5.7-src.tar.gz) = 1344754
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xpm.pc : x11/libXpm
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_nedit
- USES:
- motif perl5 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.7_1 30 Jan 2024 20:25:12 |
Muhammad Moinur Rahman (bofh) |
editors/nedit: Moved man to share/man |
5.7 16 Dec 2023 19:15:38 |
Muhammad Moinur Rahman (bofh) |
editors/nedit: Update WWW
- Switch to upstream MASTER_SITES |
5.7 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
5.7 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.7 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
5.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.7 04 Feb 2020 14:20:12 |
swills |
editors/nedit: Fix broken MASTER_SITES
PR: 243563
Reported by: Anders <aesirheim@gmail.com> |
5.7 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
5.7 28 Sep 2019 00:29:59 |
swills |
editors/nedit: update to 5.7 |
5.6_1 14 Jun 2019 14:00:04 |
swills |
editors/nedit: take maintainership |
5.6_1 01 Jun 2018 20:23:02 |
rene |
Return deischen@'s ports back to the pool after his commit bit got taken in
for safekeeping. |
5.6_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
5.6_1 04 May 2015 07:16:57 |
antoine |
Unbreak |
5.6_1 02 May 2015 15:54:49 |
deischen |
The source tarball was updated so that building the man page is included
pre-built and no longer requires building from doc files.
Unmark as broken (due to unfetchability). |
5.6 05 Apr 2015 22:20:36 |
bapt |
Mark as broken unfetchable ports |
5.6 03 Apr 2015 16:47:56 |
deischen |
Update to release 5.6. |
5.5_4 28 Jul 2014 18:13:50 |
adamw |
Rename editors/ patch-xy patches to reflect the files they modify. |
5.5_4 02 Jul 2014 14:42:40 |
deischen |
Clean up master sites and use sourceforge. |
5.5_4 23 Jun 2014 16:48:53 |
deischen |
Make portlint -C complain a lot less. Strip installed binaries. |
5.5_4 15 Jun 2014 03:21:01 |
vanilla |
1: Stagify.
2: use @owner, @group, @mode.
Approved by: portmgr@ |
5.5_4 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
5.5_4 10 Jul 2013 06:49:36 |
bapt |
Convert from USE_MOTIF to USES=motif |
5.5_4 04 Feb 2012 06:22:22 |
deischen |
Bump portversion for recent change that prevents nedit from crashing
on file->open or file->save operations.
Suggested by: sahil |
5.5_3 03 Feb 2012 08:51:32 |
deischen |
Add a patch file to prevent nedit from crashing on file->open or
file->save operations.
Patch provided by: Mars G Miro <spry at anarchy doh in doh the doh ph>
Thanks!
PR: 164729 |
5.5_3 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
5.5_2 10 Apr 2011 18:33:26 |
deischen |
Allow nedit to build against newer versions of open-motif.
Add license clause (GPLv1). Update MASTER_SITES.
Submitted by: Mikhail T. (m dot tsatsenko at gmail dot com)
PR: 156170 |
5.5_2 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
5.5_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
5.5_2 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
5.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
5.5 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
5.5 27 Oct 2005 17:23:30 |
deischen |
Add missing size in distinfo. Perhaps portlint should check for that...
PR: 88085 |
5.5 03 Nov 2004 03:21:41 |
deischen |
Update to release 5.5. |
5.4 15 Aug 2004 22:08:35 |
deischen |
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. |
5.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
5.4 07 Feb 2004 23:38:15 |
deischen |
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. |
5.3 07 Mar 2003 06:00:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
5.3 23 Aug 2002 20:03:19 |
deischen |
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. |
5.3 21 Aug 2002 15:37:24 |
deischen |
Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
PR: 41687
Submitted by: James E. Flemer <jflemer@acm.jhu.edu |
5.3 21 Aug 2002 15:27:53 |
deischen |
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 |
5.3 16 Jul 2002 08:31:20 |
deischen |
Correct spelling of distfile in EXTRACT_ONLY.
Submitted by: Peter I. Hansen <pih@oek.dk> |
5.3 15 Jul 2002 18:26:26 |
deischen |
Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile. |
5.3 15 Jul 2002 18:19:04 |
deischen |
Change to use bzip2 instead of gzip distfile.
PR: 40583
Submitted by: Amar Takhar <verm@drunkmonk.net> |
5.3 15 Jul 2002 18:14:01 |
deischen |
Update to nedit v5.3. |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
02 Nov 2001 14:21:27 |
deischen |
Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers. |
31 Oct 2001 18:07:29 |
deischen |
Upgrade to version 5.2. |
07 Oct 2001 20:15:29 |
deischen |
App-defaults distfile name change. |
07 Nov 2000 23:28:20 |
asami |
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. |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |
03 Aug 2000 10:28:58 |
asami |
(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. |
29 May 2000 04:59:33 |
steve |
Install the nc binary as nclient so as not to conflict with the "long
standing" netcat port. |