aboutsummaryrefslogtreecommitdiff
path: root/lang/emacs-lisp-intro
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Use INFO macroEdwin Groothuis2005-12-042-3/+1
| | | | Notes: svn path=/head/; revision=150355
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Surely the fact that these two ports are not listed in the elisp virtualMark Linimon2003-10-191-1/+1
| | | | | | | cateogory is an oversight. Notes: svn path=/head/; revision=91610
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Dr. Shuhei Amakawa, who sent PR for upgrade of lang/emacs-lisp-introYoshio MITA2002-05-121-1/+1
| | | | | | | can take over the MAINTAINER of the port. Notes: svn path=/head/; revision=58950
* Removed unnecessary file.Yoshio MITA2002-05-111-0/+0
| | | | Notes: svn path=/head/; revision=58904
* - Updated to version 2.04 after approval of maintainer.Yoshio MITA2002-05-115-32/+42
| | | | | | | | | | | | - Changed maintainer to ports@FreeBSD.org after the request from current maintainer. PR: ports/34077 Submitted by: Shuhei AMAKAWA <sa264@cam.ac.uk> Approved by: Don Croyle <croyle@gelemna.org> Notes: svn path=/head/; revision=58903
* Change MAINTAINER's mail address.Akinori MUSHA2000-05-211-2/+2
| | | | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28647
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-7/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Sub directory of MASTER_SITES has been moved.Jun Kuriyama1999-01-251-1/+2
| | | | | | | | PR: ports/9644 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=16297
* Merge all info page to a BIG file.Vanilla I. Shu1998-09-183-26/+12
| | | | Notes: svn path=/head/; revision=13222
* An introduction to Emacs Lisp programmingJun Kuriyama1998-04-277-0/+73
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: ports/5087 Notes: svn path=/head/; revision=10709