summaryrefslogtreecommitdiff
path: root/editors/emacs21-nox11
diff options
context:
space:
mode:
authormarkd <markd>2007-06-11 13:38:24 +0000
committermarkd <markd>2007-06-11 13:38:24 +0000
commit629f94b32ec0e83bcb511c2c78b21e4e4e42d2c4 (patch)
tree822ef9e2af1c470b51c8d41c3e8a17e61e362a22 /editors/emacs21-nox11
parent0570f93ded1ae864acfb9476d8aa982e2049b4a8 (diff)
downloadpkgsrc-629f94b32ec0e83bcb511c2c78b21e4e4e42d2c4.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/DESCR13
-rw-r--r--editors/emacs21-nox11/Makefile15
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"