diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-12-01 03:49:39 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-12-01 03:49:39 +0000 |
commit | 1d20e92ed8ca5df95b55c9205883e27669c718a1 (patch) | |
tree | 49bece894c969f09aab132fd448b4616893ca050 /misc | |
parent | 0d2ffa89ecf0168b81e578caaccc1672ee2b3bec (diff) | |
download | pkgsrc-1d20e92ed8ca5df95b55c9205883e27669c718a1.tar.gz |
Initial import of ElScreen 1.3.2.
ElScreen is a window manager in Emacs. It's role is very similar to that
of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp
applications which have multiple windows.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/elscreen/DESCR | 3 | ||||
-rw-r--r-- | misc/elscreen/MESSAGE | 8 | ||||
-rw-r--r-- | misc/elscreen/Makefile | 22 | ||||
-rw-r--r-- | misc/elscreen/PLIST | 3 | ||||
-rw-r--r-- | misc/elscreen/distinfo | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/misc/elscreen/DESCR b/misc/elscreen/DESCR new file mode 100644 index 00000000000..b290f2eac77 --- /dev/null +++ b/misc/elscreen/DESCR @@ -0,0 +1,3 @@ +ElScreen is a window manager in Emacs. It's role is very similar to that +of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp +applications which have multiple windows. diff --git a/misc/elscreen/MESSAGE b/misc/elscreen/MESSAGE new file mode 100644 index 00000000000..25625bb0b33 --- /dev/null +++ b/misc/elscreen/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/12/01 03:49:39 uebayasi Exp $ + +To use ElScreen, add this into your Emacs init file. + + (load "elscreen" "ElScreen" t) + +=========================================================================== diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile new file mode 100644 index 00000000000..dc8c0f29e60 --- /dev/null +++ b/misc/elscreen/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/01 03:49:40 uebayasi Exp $ +# + +DISTNAME= elscreen-1.3.2 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ + +MAINTAINER= uebayasi@NetBSD.org +HOMEPAGE= http://www.morishima.net/~naoto/j/software/elscreen/ +COMMENT= Window manager within Emacs + +EMACS_VERSIONS_ACCEPTED= \ + emacs21 emacs21nox emacs20 xemacs214 xemacs215 + +NO_BUILD= # Defined + +do-install: + @${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/elscreen + @${INSTALL_DATA} ${WRKSRC}/elscreen.el ${EMACS_LISPPREFIX}/elscreen + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/elscreen/PLIST b/misc/elscreen/PLIST new file mode 100644 index 00000000000..4fa4d017e7d --- /dev/null +++ b/misc/elscreen/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/01 03:49:40 uebayasi Exp $ +${EMACS_LISPPREFIX}/elscreen/elscreen.el +@dirrm ${EMACS_LISPPREFIX}/elscreen diff --git a/misc/elscreen/distinfo b/misc/elscreen/distinfo new file mode 100644 index 00000000000..0695f8f555f --- /dev/null +++ b/misc/elscreen/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/01 03:49:40 uebayasi Exp $ + +SHA1 (elscreen-1.3.2.tar.gz) = 9c0b015ed44866f4e716cf789c2c02fdcd73158e +Size (elscreen-1.3.2.tar.gz) = 11301 bytes |