The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD editors : emacs-devel

GNU editing macros

 GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.

Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser.  It is easily
extensible since its editing commands are written in Lisp.

GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more. 

http://www.gnu.org/software/emacs/



emacs-devel history


v. 1.18
date: 2007/07/23 09:35:47;  author: rafan;  state: Exp;  lines: +0 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.17 date: 2007/05/19 20:04:03; 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.16 date: 2007/04/29 08:27:33; author: clsung; state: Exp; lines: +1 -1 - Update to 22.0.99 PR: ports/112168 Submitted by: matainer (keramida)
v. 1.15 date: 2007/04/23 02:09:08; author: clsung; state: Exp; lines: +1 -1 - Update editors/emacs-devel to 22.0.98. PR: ports/111813 Submitted by: NIIMI Satoshi Approved by: maintainer (keramida)
v. 1.14 date: 2007/04/21 02:01:14; author: keramida; state: Exp; lines: +4 -0 Mark editors/emacs-devel as broken on ia64. It doesn't really build on ia64 right now, so let's stop bugging Kris and the ports people with brokenness until either we fix it locally, or we find out with upstream developers why it's broken. Reviewed by: kris
v. 1.13 date: 2007/04/04 07:24:07; author: clsung; state: Exp; lines: +6 -12 * Update to 22.0.97. * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi Approved by: maintainer (timeout)
v. 1.12 date: 2007/02/06 20:58:05; author: anray; state: Exp; lines: +10 -15 Update to 22.0.93 PR: ports/108464 Submitted by: NIIMI Satoshi Approved by: keramida(maintainer)
v. 1.11 date: 2006/09/23 23:26:25; author: bsam; state: Exp; lines: +5 -4 - fix pkg-plist [1] o when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB at Makefile and corresponding changes to pkg-plist); o change some @dirrmtry to @dirrm (for those directories which belongs to the port); o remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at BSD.local.dist. - fix make patch for 5.x and 4.x [2] (remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it). PR: 102893 [1], 102906 [2] Submitted by: bsam (me) [1], [2] Approved by: keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
v. 1.10 date: 2006/09/02 16:03:28; author: anray; state: Exp; lines: +2 -2 Update to 22.0.50.20060901 PR: ports/102764 Submitted by: keramida (maintainer)
v. 1.9 date: 2006/08/18 19:28:40; author: anray; state: Exp; lines: +3 -3 Update to 22.0.50.20060813 PR: ports/102197 Submitted by: keramida (maintainer)
v. 1.8 date: 2006/07/05 22:44:07; author: anray; state: Exp; lines: +1 -1 Move multiple make install hack to pre-install. PR: ports/99822 (in followup) Submitted by: keramida(maintainer)
v. 1.7 date: 2006/07/05 22:31:54; author: anray; state: Exp; lines: +3 -3 Complete previous update.
v. 1.6 date: 2006/07/05 11:43:12; author: anray; state: Exp; lines: +6 -7 Update to 22.0.50.20060703 Submitted by: keramida(maintainer)
v. 1.5 date: 2006/07/04 23:55:36; author: anray; state: Exp; lines: +21 -1 - Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1] - Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2] PR: ports/99755 [2] Submitted by: keramida (maintainer) [2] Reported by: linimon (pointyhat) [1]
v. 1.4 date: 2006/05/29 10:46:39; author: anray; state: Exp; lines: +1 -1 - Fix portlint warnings - There are two `site-lisp' directories, but only one @dirrm pkg-plist line. Fix this. [1] Submitted by: maintainer via email [1] Reported by: krismail
v. 1.3 date: 2006/05/19 18:41:29; author: anray; state: Exp; lines: +6 -7 - Update to 22.0.50.20060502 - Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1]
v. 1.2 date: 2006/04/07 11:36:41; author: anray; state: Exp; lines: +7 -1 Fix build on the FreeBSD < 6.0(old texinfo). Approved by: Kenneth Vestergaard Schmidt (maintainer)
v. 1.1 date: 2006/04/01 20:54:54; author: anray; state: Exp; Add emacs-devel , GNU editing macros. PR: ports/94171 Submitted by: Kenneth Vestergaard Schmidt ============================================================================= v. 1.18 date: 2007/07/23 09:35:47; author: rafan; state: Exp; lines: +0 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.17 date: 2007/05/19 20:04:03; 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.16 date: 2007/04/29 08:27:33; author: clsung; state: Exp; lines: +1 -1 - Update to 22.0.99 PR: ports/112168 Submitted by: matainer (keramida)
v. 1.15 date: 2007/04/23 02:09:08; author: clsung; state: Exp; lines: +1 -1 - Update editors/emacs-devel to 22.0.98. PR: ports/111813 Submitted by: NIIMI Satoshi Approved by: maintainer (keramida)
v. 1.14 date: 2007/04/21 02:01:14; author: keramida; state: Exp; lines: +4 -0 Mark editors/emacs-devel as broken on ia64. It doesn't really build on ia64 right now, so let's stop bugging Kris and the ports people with brokenness until either we fix it locally, or we find out with upstream developers why it's broken. Reviewed by: kris
v. 1.13 date: 2007/04/04 07:24:07; author: clsung; state: Exp; lines: +6 -12 * Update to 22.0.97. * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi Approved by: maintainer (timeout)
v. 1.12 date: 2007/02/06 20:58:05; author: anray; state: Exp; lines: +10 -15 Update to 22.0.93 PR: ports/108464 Submitted by: NIIMI Satoshi Approved by: keramida(maintainer)
v. 1.11 date: 2006/09/23 23:26:25; author: bsam; state: Exp; lines: +5 -4 - fix pkg-plist [1] o when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB at Makefile and corresponding changes to pkg-plist); o change some @dirrmtry to @dirrm (for those directories which belongs to the port); o remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at BSD.local.dist. - fix make patch for 5.x and 4.x [2] (remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it). PR: 102893 [1], 102906 [2] Submitted by: bsam (me) [1], [2] Approved by: keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
v. 1.10 date: 2006/09/02 16:03:28; author: anray; state: Exp; lines: +2 -2 Update to 22.0.50.20060901 PR: ports/102764 Submitted by: keramida (maintainer)
v. 1.9 date: 2006/08/18 19:28:40; author: anray; state: Exp; lines: +3 -3 Update to 22.0.50.20060813 PR: ports/102197 Submitted by: keramida (maintainer)
v. 1.8 date: 2006/07/05 22:44:07; author: anray; state: Exp; lines: +1 -1 Move multiple make install hack to pre-install. PR: ports/99822 (in followup) Submitted by: keramida(maintainer)
v. 1.7 date: 2006/07/05 22:31:54; author: anray; state: Exp; lines: +3 -3 Complete previous update.
v. 1.6 date: 2006/07/05 11:43:12; author: anray; state: Exp; lines: +6 -7 Update to 22.0.50.20060703 Submitted by: keramida(maintainer)
v. 1.5 date: 2006/07/04 23:55:36; author: anray; state: Exp; lines: +21 -1 - Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1] - Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2] PR: ports/99755 [2] Submitted by: keramida (maintainer) [2] Reported by: linimon (pointyhat) [1]
v. 1.4 date: 2006/05/29 10:46:39; author: anray; state: Exp; lines: +1 -1 - Fix portlint warnings - There are two `site-lisp' directories, but only one @dirrm pkg-plist line. Fix this. [1] Submitted by: maintainer via email [1] Reported by: krismail
v. 1.3 date: 2006/05/19 18:41:29; author: anray; state: Exp; lines: +6 -7 - Update to 22.0.50.20060502 - Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1]
v. 1.2 date: 2006/04/07 11:36:41; author: anray; state: Exp; lines: +7 -1 Fix build on the FreeBSD < 6.0(old texinfo). Approved by: Kenneth Vestergaard Schmidt (maintainer)
v. 1.1 date: 2006/04/01 20:54:54; author: anray; state: Exp; Add emacs-devel , GNU editing macros. PR: ports/94171 Submitted by: Kenneth Vestergaard Schmidt ============================================================================= v. 1.18 date: 2007/07/23 09:35:47; author: rafan; state: Exp; lines: +0 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.17 date: 2007/05/19 20:04:03; 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.16 date: 2007/04/29 08:27:33; author: clsung; state: Exp; lines: +1 -1 - Update to 22.0.99 PR: ports/112168 Submitted by: matainer (keramida)
v. 1.15 date: 2007/04/23 02:09:08; author: clsung; state: Exp; lines: +1 -1 - Update editors/emacs-devel to 22.0.98. PR: ports/111813 Submitted by: NIIMI Satoshi Approved by: maintainer (keramida)
v. 1.14 date: 2007/04/21 02:01:14; author: keramida; state: Exp; lines: +4 -0 Mark editors/emacs-devel as broken on ia64. It doesn't really build on ia64 right now, so let's stop bugging Kris and the ports people with brokenness until either we fix it locally, or we find out with upstream developers why it's broken. Reviewed by: kris
v. 1.13 date: 2007/04/04 07:24:07; author: clsung; state: Exp; lines: +6 -12 * Update to 22.0.97. * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi Approved by: maintainer (timeout)
v. 1.12 date: 2007/02/06 20:58:05; author: anray; state: Exp; lines: +10 -15 Update to 22.0.93 PR: ports/108464 Submitted by: NIIMI Satoshi Approved by: keramida(maintainer)
v. 1.11 date: 2006/09/23 23:26:25; author: bsam; state: Exp; lines: +5 -4 - fix pkg-plist [1] o when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB at Makefile and corresponding changes to pkg-plist); o change some @dirrmtry to @dirrm (for those directories which belongs to the port); o remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at BSD.local.dist. - fix make patch for 5.x and 4.x [2] (remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it). PR: 102893 [1], 102906 [2] Submitted by: bsam (me) [1], [2] Approved by: keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
v. 1.10 date: 2006/09/02 16:03:28; author: anray; state: Exp; lines: +2 -2 Update to 22.0.50.20060901 PR: ports/102764 Submitted by: keramida (maintainer)
v. 1.9 date: 2006/08/18 19:28:40; author: anray; state: Exp; lines: +3 -3 Update to 22.0.50.20060813 PR: ports/102197 Submitted by: keramida (maintainer)
v. 1.8 date: 2006/07/05 22:44:07; author: anray; state: Exp; lines: +1 -1 Move multiple make install hack to pre-install. PR: ports/99822 (in followup) Submitted by: keramida(maintainer)
v. 1.7 date: 2006/07/05 22:31:54; author: anray; state: Exp; lines: +3 -3 Complete previous update.
v. 1.6 date: 2006/07/05 11:43:12; author: anray; state: Exp; lines: +6 -7 Update to 22.0.50.20060703 Submitted by: keramida(maintainer)
v. 1.5 date: 2006/07/04 23:55:36; author: anray; state: Exp; lines: +21 -1 - Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1] - Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2] PR: ports/99755 [2] Submitted by: keramida (maintainer) [2] Reported by: linimon (pointyhat) [1]
v. 1.4 date: 2006/05/29 10:46:39; author: anray; state: Exp; lines: +1 -1 - Fix portlint warnings - There are two `site-lisp' directories, but only one @dirrm pkg-plist line. Fix this. [1] Submitted by: maintainer via email [1] Reported by: krismail
v. 1.3 date: 2006/05/19 18:41:29; author: anray; state: Exp; lines: +6 -7 - Update to 22.0.50.20060502 - Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1]
v. 1.2 date: 2006/04/07 11:36:41; author: anray; state: Exp; lines: +7 -1 Fix build on the FreeBSD < 6.0(old texinfo). Approved by: Kenneth Vestergaard Schmidt (maintainer)
v. 1.1 date: 2006/04/01 20:54:54; author: anray; state: Exp; Add emacs-devel , GNU editing macros. PR: ports/94171 Submitted by: Kenneth Vestergaard Schmidt =============================================================================



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