diff options
author | markd <markd@pkgsrc.org> | 2007-06-11 13:38:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-11 13:38:24 +0000 |
commit | 005073fa515d60f16867f4219f8f5cbd7f101740 (patch) | |
tree | 822ef9e2af1c470b51c8d41c3e8a17e61e362a22 /editors/emacs21-nox11 | |
parent | 0bae19b91b404b685f6fe5eb877e20f4832a3e25 (diff) | |
download | pkgsrc-005073fa515d60f16867f4219f8f5cbd7f101740.tar.gz |
Reimport existing emacs packages as emacs21{,-nox11} to allow
subsequent update of emacs packages to version 22.
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r-- | editors/emacs21-nox11/DESCR | 13 | ||||
-rw-r--r-- | editors/emacs21-nox11/Makefile | 15 |
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/emacs21-nox11/DESCR b/editors/emacs21-nox11/DESCR new file mode 100644 index 00000000000..5856e3ec2a2 --- /dev/null +++ b/editors/emacs21-nox11/DESCR @@ -0,0 +1,13 @@ +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. diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile new file mode 100644 index 00000000000..8ededecd41a --- /dev/null +++ b/editors/emacs21-nox11/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.4 2007/06/11 13:38:47 markd Exp $ + +DISTNAME= emacs-${EMACSVERSION}a +PKGNAME= emacs-nox11-${EMACSVERSION}a +PKGREVISION= 8 +CATEGORIES= editors +COMMENT= GNU editing macros (editor) - non X11 version + +.include "../../editors/emacs21/Makefile.common" + +CONFLICTS+= emacs-[0-9]* + +CONFIGURE_ARGS+=--without-x + +.include "../../mk/bsd.pkg.mk" |