diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-14 20:01:06 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-14 20:01:06 +0800 |
commit | 79287cf7107adfd41ad09a9da1aa005c2e1aa1ff (patch) | |
tree | 3fa14c6cf185f1f5198bc16344315d4d8b5a6188 /x11 | |
parent | d27805ba136cb5a599da708711cfd6e9ac301b20 (diff) | |
download | freebsd-ports-gnome-79287cf7107adfd41ad09a9da1aa005c2e1aa1ff.tar.gz freebsd-ports-gnome-79287cf7107adfd41ad09a9da1aa005c2e1aa1ff.tar.zst freebsd-ports-gnome-79287cf7107adfd41ad09a9da1aa005c2e1aa1ff.zip |
Bring the emu port fully on line.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/emu/Makefile | 4 | ||||
-rw-r--r-- | x11/emu/pkg-comment | 1 | ||||
-rw-r--r-- | x11/emu/pkg-descr | 11 | ||||
-rw-r--r-- | x11/emu/pkg-plist | 7 |
4 files changed, 22 insertions, 1 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index b60e69808d2a..e5744f90fac3 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -3,10 +3,12 @@ # Date created: 13 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/09/13 06:35:07 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/13 12:39:52 jkh Exp $ # DISTNAME= emu-1.3 +WRKSRC= ${WRKDIR}/emu +USE_IMAKE= yes MASTER_SITES= ftp://ftp.x.org/contrib/applications .include <bsd.port.mk> diff --git a/x11/emu/pkg-comment b/x11/emu/pkg-comment new file mode 100644 index 000000000000..c29158500b55 --- /dev/null +++ b/x11/emu/pkg-comment @@ -0,0 +1 @@ +The emu terminal emulator for the X Window System, version 1.3 diff --git a/x11/emu/pkg-descr b/x11/emu/pkg-descr new file mode 100644 index 000000000000..714fd1888d37 --- /dev/null +++ b/x11/emu/pkg-descr @@ -0,0 +1,11 @@ +The emu program is a terminal emulator for the X Window System. +It provides DEC VT200 as its basis emulation, including features like: + + Full support of DEC's international character set. + Compose character processing. + Blinking cursor and blinking text. + Color. + Double height / double width characters. + +It is also fully programmable, allowing you to define new terminal emulations +on the fly. diff --git a/x11/emu/pkg-plist b/x11/emu/pkg-plist new file mode 100644 index 000000000000..b1548337aae2 --- /dev/null +++ b/x11/emu/pkg-plist @@ -0,0 +1,7 @@ +@cd /usr/X386 +@mode 755 +@owner bin +@group bin +bin/emu +@mode 444 +lib/X11/app-defaults/Emu |