diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-22 20:13:06 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-22 20:13:06 +0800 |
commit | 22392f49c661b847bc81922399958fc058af5221 (patch) | |
tree | 650002975304cdc0f81b4a3da86f943ed970b626 /editors/emacs20 | |
parent | 747c75058a0f60e1231145e9a437abdab57a4d71 (diff) | |
download | freebsd-ports-gnome-22392f49c661b847bc81922399958fc058af5221.tar.gz freebsd-ports-gnome-22392f49c661b847bc81922399958fc058af5221.tar.zst freebsd-ports-gnome-22392f49c661b847bc81922399958fc058af5221.zip |
Add package files.
Submitted by: jkh
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/pkg-comment | 1 | ||||
-rw-r--r-- | editors/emacs20/pkg-descr | 13 | ||||
-rw-r--r-- | editors/emacs20/pkg-plist | 16 |
3 files changed, 30 insertions, 0 deletions
diff --git a/editors/emacs20/pkg-comment b/editors/emacs20/pkg-comment new file mode 100644 index 000000000000..bb4799241348 --- /dev/null +++ b/editors/emacs20/pkg-comment @@ -0,0 +1 @@ +GNU Emacs 19.25 text editor binaries diff --git a/editors/emacs20/pkg-descr b/editors/emacs20/pkg-descr new file mode 100644 index 000000000000..5856e3ec2a2e --- /dev/null +++ b/editors/emacs20/pkg-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/emacs20/pkg-plist b/editors/emacs20/pkg-plist new file mode 100644 index 000000000000..914cef7f719c --- /dev/null +++ b/editors/emacs20/pkg-plist @@ -0,0 +1,16 @@ +@cwd /usr/local +bin/ctags +bin/b2m +bin/rcs-checkin +bin/emacs-19.25 +@exec ln -s %D/%F %B/emacs +@unexec rm %B/emacs +bin/etags +bin/emacsclient +lib/emacs/lisp +lib/emacs/site-lisp +lib/emacs/19.25 +man/man1/emacs.1 +man/man1/etags.1 +man/man1/ctags.1 +info |