gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3767: update gnulib blurb


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3767: update gnulib blurb
Date: Thu, 23 Jun 2016 08:42:57 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3767
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2016-06-23 01:42:53 -0700
message:
  update gnulib blurb
modified:
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnulib/Makefile   2016-06-23 08:42:53 +0000
@@ -21,10 +21,16 @@
 HOME_URL = http://www.gnu.org/software/gnulib/
 DESCRIPTION =  gnulib, a source library of code for developing
 define BLURB
-Gnulib is a source code library that provides basic functionality to
-programs and libraries.  Many software packages make use of Gnulib to
-avoid reinventing the portability wheel. It is included in GSRC as 
-a convenience to the programmer. gnulib-tool is only executable.
+Gnulib is a central location for common infrastructure needed by GNU
+packages. It provides a wide variety of functionality, e.g., portability
+across many systems, working with Unicode strings, cryptographic
+computation, and much more. The code is intended to be shared at the
+level of source files, rather than being a standalone library that is
+distributed, built, and installed. The included gnulib-tool script helps
+with using Gnulib code in other packages. Gnulib also includes copies
+of licensing and maintenance-related files.  Many software packages make
+use of Gnulib to avoid reinventing the portability wheel. It is included
+in GSRC as a convenience to the programmer.
 endef
 
 ######################################################################


reply via email to

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