gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2261: update examples


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2261: update examples
Date: Thu, 04 Apr 2013 00:23:54 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2261
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-04-04 00:23:54 +0200
message:
  update examples
modified:
  doc/gsrc.texi
=== modified file 'doc/gsrc.texi'
--- a/doc/gsrc.texi     2013-04-03 22:09:36 +0000
+++ b/doc/gsrc.texi     2013-04-03 22:23:54 +0000
@@ -359,8 +359,11 @@
 Name:        GNU Hello
 Version:     2.8
 URL:         http://www.gnu.org/software/hello/manual/
-Description: A program that produces a familiar, friendly greeting
-Status:      not installed
+Description:
+ GNU Hello prints the message "Hello, world!" and then exits.  It 
+ serves as an example of standard GNU coding practices.  As such, it
+ supports command-line arguments, multiple languages, and so on.
+Status:      installed (stowed)
 make: Leaving directory `/home/brandon/Projects/gsrc/gsrc/trunk/gnu/hello'
 @end example
 
@@ -472,25 +475,43 @@
 
 @example
 $ gsrc search editor
-gnu/denemo 0.9.6
+gnu/denemo 1.0.0
  A music notation editor
 gnu/ed 1.7
  An implementation of the standard Unix editor
-gnu/emacs 24.2
+gnu/emacs 24.3
  The extensible, customizable text editor
+gnu/global 6.2.8
+ A source code tag system
 gnu/gnusound 0.7.5
  A multitrack sound editor
-gnu/moe 1.4
+gnu/leg 
+ Libraries for game engines and game development
+gnu/less 451
+ A pager
+gnu/mc 4.6.1
+ A two-paned file manager
+gnu/mit-scheme 9.1.1
+ An implementation of the Scheme programming language
+gnu/moe 1.5
  A simple-to-use text editor
-gnu/nano 2.3.1
- A simple text editor similar to Pico
+gnu/nano 2.3.2
+ A simple text editor
 gnu/sed 4.2.2
  A text stream editor
 $ gsrc info moe
 Name:        Moe
-Version:     1.4
+Version:     1.5
 URL:         http://www.gnu.org/software/moe
-Description: A simple-to-use text editor
+Description:
+ GNU Moe is a powerful-but-simple-to-use text editor.  It works in a
+ modeless manner, and features an intuitive set of key-bindings that
+ assign a degree of "severity" to each key; for example key 
+ combinations with the Alt key are for harmless commands like cursor
+ movements while combinations with the Control key are for commands
+ that will modify the text.  Moe features multiple windows, unlimited
+ undo/redo, unlimited line length, global search and replace, and
+ more.
 Status:      not installed
 $ make -C $(gsrc path moe) install
 @end example


reply via email to

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