The FreeBSD Ports Archive
FreeBSD lang : emacs-lisp-intro4>
An introduction to Emacs Lisp programming
This is an elementary introduction to programming in Emacs Lisp for
people who are not programmers, and who are not necessarily interested
in programming, but who do want to customize or extend their computing
environment.
|
emacs-lisp-intro history
v. 1.14
date: 2005/12/04 10:06:23; author: edwin; state: Exp; lines: +1 -0
Use INFO macro
v. 1.13
date: 2005/11/15 06:49:53; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.11
date: 2003/10/19 00:12:55; author: linimon; state: Exp; lines: +1 -1
Surely the fact that these two ports are not listed in the elisp virtual
cateogory is an oversight.
v. 1.10
date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/05/12 01:48:55; author: mita; state: Exp; lines: +1 -1
Dr. Shuhei Amakawa, who sent PR for upgrade of lang/emacs-lisp-intro
can take over the MAINTAINER of the port.
v. 1.8
date: 2002/05/11 09:13:25; author: mita; state: Exp; lines: +5 -3
- Updated to version 2.04 after approval of maintainer.
- Changed maintainer to ports@FreeBSD.org after the request from
current maintainer.
PR: ports/34077
Submitted by: Shuhei AMAKAWA
Approved by: Don Croyle
v. 1.7
date: 2000/05/21 11:52:04; author: knu; state: Exp; lines: +3 -3
Change MAINTAINER's mail address.
Now "Don Croyle ".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
v. 1.6
date: 2000/04/12 06:18:16; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.5
date: 1999/08/25 06:34:27; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/06/05 22:30:43; author: mharo; state: Exp; lines: +1 -6
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.3
date: 1999/01/25 12:43:24; author: kuriyama; state: Exp; lines: +2 -1
Sub directory of MASTER_SITES has been moved.
PR: ports/9644
Submitted by: Don Croyle
v. 1.2
date: 1998/09/18 22:28:04; author: vanilla; state: Exp; lines: +6 -7
Merge all info page to a BIG file.
v. 1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp; lines: +0 -0
An introduction to Emacs Lisp programming
Submitted by: Don Croyle
PR: ports/5087
=============================================================================
v. 1.14
date: 2005/12/04 10:06:23; author: edwin; state: Exp; lines: +1 -0
Use INFO macro
v. 1.13
date: 2005/11/15 06:49:53; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.11
date: 2003/10/19 00:12:55; author: linimon; state: Exp; lines: +1 -1
Surely the fact that these two ports are not listed in the elisp virtual
cateogory is an oversight.
v. 1.10
date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/05/12 01:48:55; author: mita; state: Exp; lines: +1 -1
Dr. Shuhei Amakawa, who sent PR for upgrade of lang/emacs-lisp-intro
can take over the MAINTAINER of the port.
v. 1.8
date: 2002/05/11 09:13:25; author: mita; state: Exp; lines: +5 -3
- Updated to version 2.04 after approval of maintainer.
- Changed maintainer to ports@FreeBSD.org after the request from
current maintainer.
PR: ports/34077
Submitted by: Shuhei AMAKAWA
Approved by: Don Croyle
v. 1.7
date: 2000/05/21 11:52:04; author: knu; state: Exp; lines: +3 -3
Change MAINTAINER's mail address.
Now "Don Croyle ".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
v. 1.6
date: 2000/04/12 06:18:16; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.5
date: 1999/08/25 06:34:27; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/06/05 22:30:43; author: mharo; state: Exp; lines: +1 -6
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.3
date: 1999/01/25 12:43:24; author: kuriyama; state: Exp; lines: +2 -1
Sub directory of MASTER_SITES has been moved.
PR: ports/9644
Submitted by: Don Croyle
v. 1.2
date: 1998/09/18 22:28:04; author: vanilla; state: Exp; lines: +6 -7
Merge all info page to a BIG file.
v. 1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp; lines: +0 -0
An introduction to Emacs Lisp programming
Submitted by: Don Croyle
PR: ports/5087
=============================================================================
v. 1.14
date: 2005/12/04 10:06:23; author: edwin; state: Exp; lines: +1 -0
Use INFO macro
v. 1.13
date: 2005/11/15 06:49:53; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.11
date: 2003/10/19 00:12:55; author: linimon; state: Exp; lines: +1 -1
Surely the fact that these two ports are not listed in the elisp virtual
cateogory is an oversight.
v. 1.10
date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/05/12 01:48:55; author: mita; state: Exp; lines: +1 -1
Dr. Shuhei Amakawa, who sent PR for upgrade of lang/emacs-lisp-intro
can take over the MAINTAINER of the port.
v. 1.8
date: 2002/05/11 09:13:25; author: mita; state: Exp; lines: +5 -3
- Updated to version 2.04 after approval of maintainer.
- Changed maintainer to ports@FreeBSD.org after the request from
current maintainer.
PR: ports/34077
Submitted by: Shuhei AMAKAWA
Approved by: Don Croyle
v. 1.7
date: 2000/05/21 11:52:04; author: knu; state: Exp; lines: +3 -3
Change MAINTAINER's mail address.
Now "Don Croyle ".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
v. 1.6
date: 2000/04/12 06:18:16; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.5
date: 1999/08/25 06:34:27; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/06/05 22:30:43; author: mharo; state: Exp; lines: +1 -6
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.3
date: 1999/01/25 12:43:24; author: kuriyama; state: Exp; lines: +2 -1
Sub directory of MASTER_SITES has been moved.
PR: ports/9644
Submitted by: Don Croyle
v. 1.2
date: 1998/09/18 22:28:04; author: vanilla; state: Exp; lines: +6 -7
Merge all info page to a BIG file.
v. 1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/27 14:49:53; author: kuriyama; state: Exp; lines: +0 -0
An introduction to Emacs Lisp programming
Submitted by: Don Croyle
PR: ports/5087
=============================================================================
|
| |

|