The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD editors : jed

A SLang-based text editor

 	JED is a highly customizable text editor offering most of the
commonly used features of EMACS without the proportions of EMACS.  The default
configuration uses EMACS keystrokes, though WordStar keystrokes are
available, and most any keystrokes can be programmed.n  JED is customizable 
and programmable in the language SLANG, which can look like forth or c, 
depending on your preferences. 

http://www.jedsoft.org/jed/



jed history


v. 1.32
date: 2007/08/31 19:02:53;  author: garga;  state: Exp;  lines: +1 -0
- Add more MASTER_SITES

v. 1.31 date: 2007/05/19 20:04:07; 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.30 date: 2006/05/30 17:42:55; author: garga; state: Exp; lines: +1 -1 Add one new master site and remove an old one that's not working anymore.
v. 1.29 date: 2006/04/03 13:18:04; author: garga; state: Exp; lines: +10 -15 Update to 0.99.18
v. 1.28 date: 2005/11/07 13:58:50; author: garga; state: Exp; lines: +2 -12 - info files are really old and out of date, so, do not install it anymore
v. 1.27 date: 2005/10/28 10:48:51; author: garga; state: Exp; lines: +1 -3 - Respect CFLAGS/LDFLAGS
v. 1.26 date: 2005/10/27 18:04:13; author: garga; state: Exp; lines: +31 -11 - Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead - Use PORTDOCS - Polish Makefile
v. 1.25 date: 2005/10/27 16:47:29; author: garga; state: Exp; lines: +5 -1 - Add more MASTER_SITES
v. 1.24 date: 2005/10/27 09:59:03; author: garga; state: Exp; lines: +16 -10 - Register CONFLICTS with jed-devel - OPTIONS'ify
v. 1.23 date: 2005/07/11 16:47:14; author: garga; state: Exp; lines: +1 -1 Change MAINTAINER to my @FreeBSD.org account Approved by: flz (mentor)
v. 1.22 date: 2005/05/15 20:01:54; author: jylefort; state: Exp; lines: +19 -23 - Sort the packing list - Honour ${NOPORTDOCS} - Use ${INFO} instead of install-info, and add patches to add section and dir-entry to info files - Patch src/Makefile.in instead of installing files in the wrong location and removing them - Move ${STRIP_CMD} commands to src/Makefile.in - Pass maintainership to Renato Botelho PR: ports/80441 Submitted by: Renato Botelho (new maintainer) Approved by: former maintainer
v. 1.21 date: 2004/11/01 19:12:09; author: pav; state: Exp; lines: +2 -1 - Fix losing setuid/setgid bits on files when saving - Portlint PR: ports/72652 Submitted by: Renato Botelho Approved by: maintainer timeout (2 weeks)
v. 1.20 date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +4 -4 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.19 date: 2003/02/23 06:37:22; author: edwin; state: Exp; lines: +13 -9 Maintainer update: editors/jed to 0.99.16 PR: ports/48487 Submitted by: Benedikt Schmidt
v. 1.18 date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2001/10/19 04:01:13; author: dwcjr; state: Exp; lines: +1 -1 Updated to 0.99.15 PR: 31293 Submitted by: maintainer
v. 1.16 date: 2001/06/29 14:48:07; author: roam; state: Exp; lines: +19 -20 Update to 0.99.14. Change maintainer - the former maintainer was quite unresponsive. PR: 26472 Submitted by: Benedikt Schmidt - new maintainer
v. 1.15 date: 2001/01/16 17:30:25; author: sobomax; state: Exp; lines: +8 -8 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.14 date: 2000/04/30 00:17:24; author: steve; state: Exp; lines: +3 -2 Add documentation files to pkg/PLIST use NO_XJED instead of comment to say whether you want the X version of jed or not. PR: 18227 Submitted by: Dominic Mitchell
v. 1.13 date: 2000/04/14 00:25:33; author: mharo; state: Exp; lines: +5 -5 portname/portversion update
v. 1.12 date: 1999/12/08 23:32:15; author: cpiazza; state: Exp; lines: +3 -3 Fix MASTER_SITES
v. 1.11 date: 1999/08/28 01:57:09; author: mharo; state: Exp; lines: +2 -2 ln -> ${LN}
v. 1.10 date: 1999/08/25 05:43:54; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:29:18; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +3 -1 More missing dependencies.
v. 1.7 date: 1998/10/14 04:13:40; author: jseger; state: Exp; lines: +1 -3 Unbreak. Submitted by: steve
v. 1.6 date: 1998/10/13 01:25:32; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cd /usr/ports/editors/jed/work/jed/src/objs; cc vfile.o rgrep.o -o rgrep -L/usr/local/lib -lslang /usr/local/lib/libslang.so: undefined reference to `tgetnum' /usr/local/lib/libslang.so: undefined reference to `tgetflag' /usr/local/lib/libslang.so: undefined reference to `tgetent' /usr/local/lib/libslang.so: undefined reference to `tgetstr' *** Error code 1
v. 1.5 date: 1998/09/25 10:18:39; author: asami; state: Exp; lines: +2 -2 devel/libslang has been ELFized.
v. 1.4 date: 1998/05/17 22:56:13; author: mph; state: Exp; lines: +9 -8 Upgrade to 0.98-7, for compatibility with version 1.2.2 of slang, which was just committed.
v. 1.3 date: 1998/04/01 01:50:02; author: asami; state: Exp; lines: +2 -2 Don't die if a rmdir fails.
v. 1.2 date: 1997/06/08 12:55:02; author: asami; state: Exp; lines: +2 -2 Align all info entries at 4th tab stop (as in system info entries).
v. 1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; lines: +0 -0 The JED editor. PR: 3390 Submitted by: "Eric J. Schwertfeger" ============================================================================= v. 1.32 date: 2007/08/31 19:02:53; author: garga; state: Exp; lines: +1 -0 - Add more MASTER_SITES
v. 1.31 date: 2007/05/19 20:04:07; 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.30 date: 2006/05/30 17:42:55; author: garga; state: Exp; lines: +1 -1 Add one new master site and remove an old one that's not working anymore.
v. 1.29 date: 2006/04/03 13:18:04; author: garga; state: Exp; lines: +10 -15 Update to 0.99.18
v. 1.28 date: 2005/11/07 13:58:50; author: garga; state: Exp; lines: +2 -12 - info files are really old and out of date, so, do not install it anymore
v. 1.27 date: 2005/10/28 10:48:51; author: garga; state: Exp; lines: +1 -3 - Respect CFLAGS/LDFLAGS
v. 1.26 date: 2005/10/27 18:04:13; author: garga; state: Exp; lines: +31 -11 - Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead - Use PORTDOCS - Polish Makefile
v. 1.25 date: 2005/10/27 16:47:29; author: garga; state: Exp; lines: +5 -1 - Add more MASTER_SITES
v. 1.24 date: 2005/10/27 09:59:03; author: garga; state: Exp; lines: +16 -10 - Register CONFLICTS with jed-devel - OPTIONS'ify
v. 1.23 date: 2005/07/11 16:47:14; author: garga; state: Exp; lines: +1 -1 Change MAINTAINER to my @FreeBSD.org account Approved by: flz (mentor)
v. 1.22 date: 2005/05/15 20:01:54; author: jylefort; state: Exp; lines: +19 -23 - Sort the packing list - Honour ${NOPORTDOCS} - Use ${INFO} instead of install-info, and add patches to add section and dir-entry to info files - Patch src/Makefile.in instead of installing files in the wrong location and removing them - Move ${STRIP_CMD} commands to src/Makefile.in - Pass maintainership to Renato Botelho PR: ports/80441 Submitted by: Renato Botelho (new maintainer) Approved by: former maintainer
v. 1.21 date: 2004/11/01 19:12:09; author: pav; state: Exp; lines: +2 -1 - Fix losing setuid/setgid bits on files when saving - Portlint PR: ports/72652 Submitted by: Renato Botelho Approved by: maintainer timeout (2 weeks)
v. 1.20 date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +4 -4 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.19 date: 2003/02/23 06:37:22; author: edwin; state: Exp; lines: +13 -9 Maintainer update: editors/jed to 0.99.16 PR: ports/48487 Submitted by: Benedikt Schmidt
v. 1.18 date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2001/10/19 04:01:13; author: dwcjr; state: Exp; lines: +1 -1 Updated to 0.99.15 PR: 31293 Submitted by: maintainer
v. 1.16 date: 2001/06/29 14:48:07; author: roam; state: Exp; lines: +19 -20 Update to 0.99.14. Change maintainer - the former maintainer was quite unresponsive. PR: 26472 Submitted by: Benedikt Schmidt - new maintainer
v. 1.15 date: 2001/01/16 17:30:25; author: sobomax; state: Exp; lines: +8 -8 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.14 date: 2000/04/30 00:17:24; author: steve; state: Exp; lines: +3 -2 Add documentation files to pkg/PLIST use NO_XJED instead of comment to say whether you want the X version of jed or not. PR: 18227 Submitted by: Dominic Mitchell
v. 1.13 date: 2000/04/14 00:25:33; author: mharo; state: Exp; lines: +5 -5 portname/portversion update
v. 1.12 date: 1999/12/08 23:32:15; author: cpiazza; state: Exp; lines: +3 -3 Fix MASTER_SITES
v. 1.11 date: 1999/08/28 01:57:09; author: mharo; state: Exp; lines: +2 -2 ln -> ${LN}
v. 1.10 date: 1999/08/25 05:43:54; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:29:18; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +3 -1 More missing dependencies.
v. 1.7 date: 1998/10/14 04:13:40; author: jseger; state: Exp; lines: +1 -3 Unbreak. Submitted by: steve
v. 1.6 date: 1998/10/13 01:25:32; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cd /usr/ports/editors/jed/work/jed/src/objs; cc vfile.o rgrep.o -o rgrep -L/usr/local/lib -lslang /usr/local/lib/libslang.so: undefined reference to `tgetnum' /usr/local/lib/libslang.so: undefined reference to `tgetflag' /usr/local/lib/libslang.so: undefined reference to `tgetent' /usr/local/lib/libslang.so: undefined reference to `tgetstr' *** Error code 1
v. 1.5 date: 1998/09/25 10:18:39; author: asami; state: Exp; lines: +2 -2 devel/libslang has been ELFized.
v. 1.4 date: 1998/05/17 22:56:13; author: mph; state: Exp; lines: +9 -8 Upgrade to 0.98-7, for compatibility with version 1.2.2 of slang, which was just committed.
v. 1.3 date: 1998/04/01 01:50:02; author: asami; state: Exp; lines: +2 -2 Don't die if a rmdir fails.
v. 1.2 date: 1997/06/08 12:55:02; author: asami; state: Exp; lines: +2 -2 Align all info entries at 4th tab stop (as in system info entries).
v. 1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; lines: +0 -0 The JED editor. PR: 3390 Submitted by: "Eric J. Schwertfeger" ============================================================================= v. 1.32 date: 2007/08/31 19:02:53; author: garga; state: Exp; lines: +1 -0 - Add more MASTER_SITES
v. 1.31 date: 2007/05/19 20:04:07; 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.30 date: 2006/05/30 17:42:55; author: garga; state: Exp; lines: +1 -1 Add one new master site and remove an old one that's not working anymore.
v. 1.29 date: 2006/04/03 13:18:04; author: garga; state: Exp; lines: +10 -15 Update to 0.99.18
v. 1.28 date: 2005/11/07 13:58:50; author: garga; state: Exp; lines: +2 -12 - info files are really old and out of date, so, do not install it anymore
v. 1.27 date: 2005/10/28 10:48:51; author: garga; state: Exp; lines: +1 -3 - Respect CFLAGS/LDFLAGS
v. 1.26 date: 2005/10/27 18:04:13; author: garga; state: Exp; lines: +31 -11 - Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead - Use PORTDOCS - Polish Makefile
v. 1.25 date: 2005/10/27 16:47:29; author: garga; state: Exp; lines: +5 -1 - Add more MASTER_SITES
v. 1.24 date: 2005/10/27 09:59:03; author: garga; state: Exp; lines: +16 -10 - Register CONFLICTS with jed-devel - OPTIONS'ify
v. 1.23 date: 2005/07/11 16:47:14; author: garga; state: Exp; lines: +1 -1 Change MAINTAINER to my @FreeBSD.org account Approved by: flz (mentor)
v. 1.22 date: 2005/05/15 20:01:54; author: jylefort; state: Exp; lines: +19 -23 - Sort the packing list - Honour ${NOPORTDOCS} - Use ${INFO} instead of install-info, and add patches to add section and dir-entry to info files - Patch src/Makefile.in instead of installing files in the wrong location and removing them - Move ${STRIP_CMD} commands to src/Makefile.in - Pass maintainership to Renato Botelho PR: ports/80441 Submitted by: Renato Botelho (new maintainer) Approved by: former maintainer
v. 1.21 date: 2004/11/01 19:12:09; author: pav; state: Exp; lines: +2 -1 - Fix losing setuid/setgid bits on files when saving - Portlint PR: ports/72652 Submitted by: Renato Botelho Approved by: maintainer timeout (2 weeks)
v. 1.20 date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +4 -4 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.19 date: 2003/02/23 06:37:22; author: edwin; state: Exp; lines: +13 -9 Maintainer update: editors/jed to 0.99.16 PR: ports/48487 Submitted by: Benedikt Schmidt
v. 1.18 date: 2003/02/21 11:38:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2001/10/19 04:01:13; author: dwcjr; state: Exp; lines: +1 -1 Updated to 0.99.15 PR: 31293 Submitted by: maintainer
v. 1.16 date: 2001/06/29 14:48:07; author: roam; state: Exp; lines: +19 -20 Update to 0.99.14. Change maintainer - the former maintainer was quite unresponsive. PR: 26472 Submitted by: Benedikt Schmidt - new maintainer
v. 1.15 date: 2001/01/16 17:30:25; author: sobomax; state: Exp; lines: +8 -8 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.14 date: 2000/04/30 00:17:24; author: steve; state: Exp; lines: +3 -2 Add documentation files to pkg/PLIST use NO_XJED instead of comment to say whether you want the X version of jed or not. PR: 18227 Submitted by: Dominic Mitchell
v. 1.13 date: 2000/04/14 00:25:33; author: mharo; state: Exp; lines: +5 -5 portname/portversion update
v. 1.12 date: 1999/12/08 23:32:15; author: cpiazza; state: Exp; lines: +3 -3 Fix MASTER_SITES
v. 1.11 date: 1999/08/28 01:57:09; author: mharo; state: Exp; lines: +2 -2 ln -> ${LN}
v. 1.10 date: 1999/08/25 05:43:54; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:29:18; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +3 -1 More missing dependencies.
v. 1.7 date: 1998/10/14 04:13:40; author: jseger; state: Exp; lines: +1 -3 Unbreak. Submitted by: steve
v. 1.6 date: 1998/10/13 01:25:32; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cd /usr/ports/editors/jed/work/jed/src/objs; cc vfile.o rgrep.o -o rgrep -L/usr/local/lib -lslang /usr/local/lib/libslang.so: undefined reference to `tgetnum' /usr/local/lib/libslang.so: undefined reference to `tgetflag' /usr/local/lib/libslang.so: undefined reference to `tgetent' /usr/local/lib/libslang.so: undefined reference to `tgetstr' *** Error code 1
v. 1.5 date: 1998/09/25 10:18:39; author: asami; state: Exp; lines: +2 -2 devel/libslang has been ELFized.
v. 1.4 date: 1998/05/17 22:56:13; author: mph; state: Exp; lines: +9 -8 Upgrade to 0.98-7, for compatibility with version 1.2.2 of slang, which was just committed.
v. 1.3 date: 1998/04/01 01:50:02; author: asami; state: Exp; lines: +2 -2 Don't die if a rmdir fails.
v. 1.2 date: 1997/06/08 12:55:02; author: asami; state: Exp; lines: +2 -2 Align all info entries at 4th tab stop (as in system info entries).
v. 1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/06/04 06:32:22; author: asami; state: Exp; lines: +0 -0 The JED editor. PR: 3390 Submitted by: "Eric J. Schwertfeger" =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm