OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Jun-2005 13:53:45
Branch: HEAD Handle: 2005060512534500
Modified files:
openpkg-src/ircii ircii.spec rse.rc
Log:
add a /leo command for directly running the leo(1) CLI from within
ircII(1)
Summary:
Revision Changes Path
1.57 +1 -1 openpkg-src/ircii/ircii.spec
1.9 +3 -0 openpkg-src/ircii/rse.rc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ircii/ircii.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 ircii.spec
--- openpkg-src/ircii/ircii.spec 4 Jun 2005 21:15:47 -0000 1.56
+++ openpkg-src/ircii/ircii.spec 5 Jun 2005 11:53:45 -0000 1.57
@@ -33,7 +33,7 @@
Group: Network
License: BSD
Version: 20040820
-Release: 20050604
+Release: 20050605
# list of sources
Source0: ftp://ircii.warped.com/pub/ircII/ircii-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ircii/rse.rc
============================================================================
$ cvs diff -u -r1.8 -r1.9 rse.rc
--- openpkg-src/ircii/rse.rc 4 Jun 2005 06:58:30 -0000 1.8
+++ openpkg-src/ircii/rse.rc 5 Jun 2005 11:53:45 -0000 1.9
@@ -217,6 +217,9 @@
set log $0
}
+# Convenience LEO dictionary interface (via the "leo" CLI)
+/alias leo exec leo '$*' | sed -e '1,2d' -e '30,$$d' -e 's/^/::: LEO: /'
+
# End of Configuration
^set display on
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]