summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-12-01 03:49:39 +0000
committeruebayasi <uebayasi>2004-12-01 03:49:39 +0000
commitd16470627df9889a94a4b4a394482e01434d7461 (patch)
tree49bece894c969f09aab132fd448b4616893ca050 /misc
parent14a91b95b0d015017216264cc571841577d21105 (diff)
downloadpkgsrc-d16470627df9889a94a4b4a394482e01434d7461.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/DESCR3
-rw-r--r--misc/elscreen/MESSAGE8
-rw-r--r--misc/elscreen/Makefile22
-rw-r--r--misc/elscreen/PLIST3
-rw-r--r--misc/elscreen/distinfo4
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