pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/elscreen Initial import of ElScreen 1.3.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1507fbedbf2
branches:  trunk
changeset: 484911:c1507fbedbf2
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Wed Dec 01 03:49:39 2004 +0000

description:
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:

 misc/elscreen/DESCR    |   3 +++
 misc/elscreen/MESSAGE  |   8 ++++++++
 misc/elscreen/Makefile |  22 ++++++++++++++++++++++
 misc/elscreen/PLIST    |   3 +++
 misc/elscreen/distinfo |   4 ++++
 5 files changed, 40 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 277d1274a990 -r c1507fbedbf2 misc/elscreen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/elscreen/DESCR       Wed Dec 01 03:49:39 2004 +0000
@@ -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 -r 277d1274a990 -r c1507fbedbf2 misc/elscreen/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/elscreen/MESSAGE     Wed Dec 01 03:49:39 2004 +0000
@@ -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 -r 277d1274a990 -r c1507fbedbf2 misc/elscreen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/elscreen/Makefile    Wed Dec 01 03:49:39 2004 +0000
@@ -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@localhost
+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 -r 277d1274a990 -r c1507fbedbf2 misc/elscreen/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/elscreen/PLIST       Wed Dec 01 03:49:39 2004 +0000
@@ -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 -r 277d1274a990 -r c1507fbedbf2 misc/elscreen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/elscreen/distinfo    Wed Dec 01 03:49:39 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index