The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD editors : jove

Jonathan's Own Version of Emacs

 ###########################################################################
# This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne.  JOVE #
# is provided to you without charge, and with no warranty.  You may give  #
# away copies of JOVE, including sources, provided that this notice is    #
# included in all the files.                                              #
###########################################################################

Jove is a simple text editor in the spirit of GNU emacs, but somewhat
smaller and faster to start up.

There are man pages for jove and teachjove.  Teachjove is for people who
have never used EMACS style editors.  It is an interactive tutorial, THE
tutorial written by Stallman for the original EMACS, only slightly
modified for JOVE in the appropriate places.  The man pages are
completely up to date, thanks to me.
 

ftp://ftp.cs.toronto.edu/pub/moraes/jove/



jove history


v. 1.22
date: 2003/02/20 17:12:49;  author: knu;  state: Exp;  lines: +2 -1
De-pkg-comment.

v. 1.21 date: 2000/12/22 16:42:17; author: kevlo; state: Exp; lines: +4 -3 - Support CFLAGS properly - Support install macros - mktemp() -> mkstemp() - Remove unnecessary manpages PR: 23759 Submitted by: Ports Fury
v. 1.20 date: 2000/05/02 13:47:44; author: jedgar; state: Exp; lines: +2 -2 Update MASTER_SITES to make the port fetchable again
v. 1.19 date: 2000/04/23 22:59:25; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.18 date: 2000/04/14 00:25:35; author: mharo; state: Exp; lines: +3 -3 portname/portversion update
v. 1.17 date: 1999/08/31 06:43:12; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.16 date: 1999/08/25 05:43:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1996/11/18 13:57:56; 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.14 date: 1996/11/11 05:07:11; author: obrien; state: Exp; lines: +2 -2 CATEGORIES+= --> CATEGORIES= Minor variable reordering where needed.
v. 1.13 date: 1996/09/25 12:58:53; author: erich; state: Exp; lines: +3 -2 kill the EXTRACT_SUFX and add myself as maintainer
v. 1.12 date: 1996/09/24 13:41:07; author: erich; state: Exp; lines: +3 -4 upgrade to 4.16 (non-beta) move: sharedir: lib => share libdir: lib => libexec (houses portsrv and recover only) tmpdir: /usr/tmp => /var/tmp (the former doesn't usually exist)
v. 1.11 date: 1995/04/09 06:11:10; author: asami; state: Exp; lines: +6 -3 Another round of Makefile updates, editors version.
v. 1.10 date: 1995/04/01 12:44:47; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.9 date: 1994/11/27 02:29:12; author: ats; state: Exp; lines: +2 -2 Add a missing minus-sign to the jove name.
v. 1.8 date: 1994/11/22 23:10:34; author: gpalmer; state: Exp; lines: +5 -6 Make jove work again (4.16beta)
v. 1.7 date: 1994/11/20 21:50:58; author: ats; state: Exp; lines: +2 -1 The jove tar file that came from the master site doesn't have a subdir in it, so use the NO_WRKSUBDIR makro for it.
v. 1.6 date: 1994/11/15 00:22:29; author: gpalmer; state: Exp; lines: +2 -2 Fix a wee typo in here that stoped the fetch from working
v. 1.5 date: 1994/11/11 00:49:03; author: gpalmer; state: Exp; lines: +3 -2 Add the correct extract suffix and correct the filename
v. 1.4 date: 1994/11/10 22:33:47; author: jkh; state: Exp; lines: +3 -2 Update MASTER_SITES and go to version 4.14.10
v. 1.3 date: 1994/09/13 06:34:47; author: jkh; state: Exp; lines: +1 -2 Make the required changes to make all existing ports use MASTER_SITES correctly.
v. 1.2 date: 1994/08/31 17:14:31; author: jkh; state: Exp; lines: +2 -2 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:28; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh ============================================================================= v. 1.22 date: 2003/02/20 17:12:49; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.21 date: 2000/12/22 16:42:17; author: kevlo; state: Exp; lines: +4 -3 - Support CFLAGS properly - Support install macros - mktemp() -> mkstemp() - Remove unnecessary manpages PR: 23759 Submitted by: Ports Fury
v. 1.20 date: 2000/05/02 13:47:44; author: jedgar; state: Exp; lines: +2 -2 Update MASTER_SITES to make the port fetchable again
v. 1.19 date: 2000/04/23 22:59:25; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.18 date: 2000/04/14 00:25:35; author: mharo; state: Exp; lines: +3 -3 portname/portversion update
v. 1.17 date: 1999/08/31 06:43:12; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.16 date: 1999/08/25 05:43:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1996/11/18 13:57:56; 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.14 date: 1996/11/11 05:07:11; author: obrien; state: Exp; lines: +2 -2 CATEGORIES+= --> CATEGORIES= Minor variable reordering where needed.
v. 1.13 date: 1996/09/25 12:58:53; author: erich; state: Exp; lines: +3 -2 kill the EXTRACT_SUFX and add myself as maintainer
v. 1.12 date: 1996/09/24 13:41:07; author: erich; state: Exp; lines: +3 -4 upgrade to 4.16 (non-beta) move: sharedir: lib => share libdir: lib => libexec (houses portsrv and recover only) tmpdir: /usr/tmp => /var/tmp (the former doesn't usually exist)
v. 1.11 date: 1995/04/09 06:11:10; author: asami; state: Exp; lines: +6 -3 Another round of Makefile updates, editors version.
v. 1.10 date: 1995/04/01 12:44:47; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.9 date: 1994/11/27 02:29:12; author: ats; state: Exp; lines: +2 -2 Add a missing minus-sign to the jove name.
v. 1.8 date: 1994/11/22 23:10:34; author: gpalmer; state: Exp; lines: +5 -6 Make jove work again (4.16beta)
v. 1.7 date: 1994/11/20 21:50:58; author: ats; state: Exp; lines: +2 -1 The jove tar file that came from the master site doesn't have a subdir in it, so use the NO_WRKSUBDIR makro for it.
v. 1.6 date: 1994/11/15 00:22:29; author: gpalmer; state: Exp; lines: +2 -2 Fix a wee typo in here that stoped the fetch from working
v. 1.5 date: 1994/11/11 00:49:03; author: gpalmer; state: Exp; lines: +3 -2 Add the correct extract suffix and correct the filename
v. 1.4 date: 1994/11/10 22:33:47; author: jkh; state: Exp; lines: +3 -2 Update MASTER_SITES and go to version 4.14.10
v. 1.3 date: 1994/09/13 06:34:47; author: jkh; state: Exp; lines: +1 -2 Make the required changes to make all existing ports use MASTER_SITES correctly.
v. 1.2 date: 1994/08/31 17:14:31; author: jkh; state: Exp; lines: +2 -2 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:28; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh ============================================================================= v. 1.22 date: 2003/02/20 17:12:49; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.21 date: 2000/12/22 16:42:17; author: kevlo; state: Exp; lines: +4 -3 - Support CFLAGS properly - Support install macros - mktemp() -> mkstemp() - Remove unnecessary manpages PR: 23759 Submitted by: Ports Fury
v. 1.20 date: 2000/05/02 13:47:44; author: jedgar; state: Exp; lines: +2 -2 Update MASTER_SITES to make the port fetchable again
v. 1.19 date: 2000/04/23 22:59:25; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.18 date: 2000/04/14 00:25:35; author: mharo; state: Exp; lines: +3 -3 portname/portversion update
v. 1.17 date: 1999/08/31 06:43:12; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.16 date: 1999/08/25 05:43:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1996/11/18 13:57:56; 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.14 date: 1996/11/11 05:07:11; author: obrien; state: Exp; lines: +2 -2 CATEGORIES+= --> CATEGORIES= Minor variable reordering where needed.
v. 1.13 date: 1996/09/25 12:58:53; author: erich; state: Exp; lines: +3 -2 kill the EXTRACT_SUFX and add myself as maintainer
v. 1.12 date: 1996/09/24 13:41:07; author: erich; state: Exp; lines: +3 -4 upgrade to 4.16 (non-beta) move: sharedir: lib => share libdir: lib => libexec (houses portsrv and recover only) tmpdir: /usr/tmp => /var/tmp (the former doesn't usually exist)
v. 1.11 date: 1995/04/09 06:11:10; author: asami; state: Exp; lines: +6 -3 Another round of Makefile updates, editors version.
v. 1.10 date: 1995/04/01 12:44:47; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.9 date: 1994/11/27 02:29:12; author: ats; state: Exp; lines: +2 -2 Add a missing minus-sign to the jove name.
v. 1.8 date: 1994/11/22 23:10:34; author: gpalmer; state: Exp; lines: +5 -6 Make jove work again (4.16beta)
v. 1.7 date: 1994/11/20 21:50:58; author: ats; state: Exp; lines: +2 -1 The jove tar file that came from the master site doesn't have a subdir in it, so use the NO_WRKSUBDIR makro for it.
v. 1.6 date: 1994/11/15 00:22:29; author: gpalmer; state: Exp; lines: +2 -2 Fix a wee typo in here that stoped the fetch from working
v. 1.5 date: 1994/11/11 00:49:03; author: gpalmer; state: Exp; lines: +3 -2 Add the correct extract suffix and correct the filename
v. 1.4 date: 1994/11/10 22:33:47; author: jkh; state: Exp; lines: +3 -2 Update MASTER_SITES and go to version 4.14.10
v. 1.3 date: 1994/09/13 06:34:47; author: jkh; state: Exp; lines: +1 -2 Make the required changes to make all existing ports use MASTER_SITES correctly.
v. 1.2 date: 1994/08/31 17:14:31; author: jkh; state: Exp; lines: +2 -2 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:28; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh =============================================================================



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