gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2213: add blurb for termcap


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2213: add blurb for termcap
Date: Mon, 01 Apr 2013 18:47:05 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2213
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-01 18:47:05 +0200
message:
  add blurb for termcap
modified:
  gnu/termcap/Makefile
=== modified file 'gnu/termcap/Makefile'
--- a/gnu/termcap/Makefile      2012-12-17 19:04:57 +0000
+++ b/gnu/termcap/Makefile      2013-04-01 16:47:05 +0000
@@ -1,9 +1,17 @@
-NAME = termcap
+NAME = Termcap
 GARNAME = termcap
 GARVERSION = 1.3.1
 HOME_URL = http://www.gnu.org/software/termcap
 DESCRIPTION = A library to use display terminals in a terminal-\
 independent manner
+define BLURB
+ Termcap is a library and a database that are used to enable the use
+ of display terminals in a terminal-independent manner.  The database
+ describes the capabilities of many different display terminals.  The
+ library can then adapt generalized instructions given by a program to
+ the specific capabilities of the display terminal as found in the
+ database.
+endef
 
 ######################################################################
 


reply via email to

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