diff options
author | sada <sada@FreeBSD.org> | 2001-09-18 02:14:03 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-09-18 02:14:03 +0800 |
commit | f611dc744c9aabc57ba1e71f86d7583eb06ae043 (patch) | |
tree | b16dbc1e14f1c41fe98767a174d12b3f8e600e79 /editors | |
parent | c3472ec2106c6cbb189cd1d5968a97b852bf9089 (diff) | |
download | freebsd-ports-gnome-f611dc744c9aabc57ba1e71f86d7583eb06ae043.tar.gz freebsd-ports-gnome-f611dc744c9aabc57ba1e71f86d7583eb06ae043.tar.zst freebsd-ports-gnome-f611dc744c9aabc57ba1e71f86d7583eb06ae043.zip |
Add new port: MicroEmacs 4.0/PK-TOY
uEmacs/PK 4.0 is full screen editor based on MicroEMACS 3.9e.
PR: ports/24747
Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/em/Makefile | 19 | ||||
-rw-r--r-- | editors/em/distinfo | 1 | ||||
-rw-r--r-- | editors/em/pkg-comment | 1 | ||||
-rw-r--r-- | editors/em/pkg-descr | 16 | ||||
-rw-r--r-- | editors/em/pkg-plist | 3 |
6 files changed, 41 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b7aa6a59cf55..47299a9872e2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -28,6 +28,7 @@ SUBDIR += e3 SUBDIR += e93 SUBDIR += elvis + SUBDIR += em SUBDIR += emacs SUBDIR += emacs20 SUBDIR += emacs20-dl diff --git a/editors/em/Makefile b/editors/em/Makefile new file mode 100644 index 000000000000..55849b2cd1cc --- /dev/null +++ b/editors/em/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: MicroEmacs/PK-TOY 4.0.16 +# Date created: 27 Jan 2001 +# Whom: Tadashi Yumoto +# +# $FreeBSD$ +# + +PORTNAME= em +PORTVERSION= 4.0.16 +CATEGORIES= editors +MASTER_SITES= http://www3.famille.ne.jp/~ncc1701/em/ +DISTNAME= em-4.0.16-lt + +MAINTAINER= ports@FreeBSD.org + +post-install: + strip ${PREFIX}/bin/em + +.include <bsd.port.mk> diff --git a/editors/em/distinfo b/editors/em/distinfo new file mode 100644 index 000000000000..aab16c92ec20 --- /dev/null +++ b/editors/em/distinfo @@ -0,0 +1 @@ +MD5 (em-4.0.16-lt.tar.gz) = 2ddbb3637f6073d07bffdb1bbf4d288d diff --git a/editors/em/pkg-comment b/editors/em/pkg-comment new file mode 100644 index 000000000000..4204b8d0a0fd --- /dev/null +++ b/editors/em/pkg-comment @@ -0,0 +1 @@ +MicroEmacs 4.0/PK-TOY (version 4.0.16) diff --git a/editors/em/pkg-descr b/editors/em/pkg-descr new file mode 100644 index 000000000000..b2c445edd888 --- /dev/null +++ b/editors/em/pkg-descr @@ -0,0 +1,16 @@ ++---------------+ +| uEmacs/PK 4.0 | ++---------------+ + Full screen editor based on MicroEMACS 3.9e + MicroEMACS was written by Dave G. Conroy and + greatly modified by Daniel M. Lawrence + +uEmacs/PK 4.0 is an enhanced version of MicroEMACS 3.9e. Enhancements +have been incorporated by Petri H. Kutvonen, University of Helsinki, +Finland <kutvonen@cs.Helsinki.FI>. + +uEmacs/PK-TOY 4.0.16. Modified for FreeBSD Extend Version by Tadashi Yumoto +<yumoto@mail.forks.co.jp> +Added automatic cmode select for suffix .c and .h file. (ala OS-9's umacs) +Added execute option -t, change tabsize base value 8 to 4. +Changed emacs.hlp & dot.emacsrc /usr/local/etc directory. diff --git a/editors/em/pkg-plist b/editors/em/pkg-plist new file mode 100644 index 000000000000..a7d0644d8b0b --- /dev/null +++ b/editors/em/pkg-plist @@ -0,0 +1,3 @@ +bin/em +etc/emacs.hlp +etc/dot.emacsrc |