gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1890: add blurb for ed


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1890: add blurb for ed
Date: Tue, 05 Feb 2013 22:41:34 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1890
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-02-05 22:41:34 +0100
message:
  add blurb for ed
modified:
  gnu/ed/Makefile
=== modified file 'gnu/ed/Makefile'
--- a/gnu/ed/Makefile   2012-12-16 22:26:25 +0000
+++ b/gnu/ed/Makefile   2013-02-05 21:41:34 +0000
@@ -3,6 +3,14 @@
 GARVERSION = 1.7
 HOME_URL = http://www.gnu.org/software/ed/
 DESCRIPTION = An implementation of the standard Unix editor
+define BLURB
+ Ed is a line-oriented text editor: rather than offering an overview
+ of a document, ed performs editing one line at a time.  It can be
+ operated both interactively and via shell scripts.  Its method of
+ command input allows complex tasks to be performed in an automated
+ way, however it has largely been superceded by full-screen editors
+ like Emacs or Moe.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]