From 8250d8ec73b1a6f34b2b0cfe9d649aca963e889f Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 16 Aug 2007 17:55:14 +0000 Subject: [PATCH] Added new package Libgcrypt-1.2.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7070 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/mailnews/mutt.xml | 31 +++--- basicnet/netlibs/libsoup.xml | 7 +- basicnet/netutils/wireshark.xml | 8 +- basicnet/textweb/lynx.xml | 8 +- general.ent | 1 + general/genlib/genlib.xml | 1 + general/genlib/libgcrypt.xml | 159 +++++++++++++++++++++++++++++ general/genlib/libxslt.xml | 3 +- gnome/core/gnome-vfs.xml | 5 +- introduction/welcome/changelog.xml | 3 + introduction/welcome/credits.xml | 3 +- kde/add/kdepim.xml | 9 +- pst/printing/cups.xml | 11 +- xsoft/other/pidgin.xml | 3 +- 14 files changed, 202 insertions(+), 50 deletions(-) create mode 100644 general/genlib/libgcrypt.xml diff --git a/basicnet/mailnews/mutt.xml b/basicnet/mailnews/mutt.xml index 4ddc1c3cde..b41e7e928d 100644 --- a/basicnet/mailnews/mutt.xml +++ b/basicnet/mailnews/mutt.xml @@ -55,27 +55,24 @@ Optional , - or - GnuTLS (which needs - then - Libgcrypt), - an - (that provides a sendmail command), - - , - or , - , - , - , - , and - - GDB + or + GnuTLS (requires + ), + an (that provides a sendmail command), + , + or , + , + , + , + , and + + GDB Optional (To Regenerate HTML Documentation) and either - , or + , + or ELinks diff --git a/general.ent b/general.ent index c6ebd68879..eb0a5cb612 100644 --- a/general.ent +++ b/general.ent @@ -133,6 +133,7 @@ $Date$ + diff --git a/general/genlib/libgcrypt.xml b/general/genlib/libgcrypt.xml new file mode 100644 index 0000000000..27b7a000b8 --- /dev/null +++ b/general/genlib/libgcrypt.xml @@ -0,0 +1,159 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + Libgcrypt-&libgcrypt-version; + + + Libgcrypt + + + + Introduction to Libgcrypt + + The Libgcrypt package contains a general + purpose crypto library based on the code used in + GnuPG. The library provides a high level + interface to cryptographic building blocks using an extendable and flexible + API. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libgcrypt-md5sum; + + + Download size: &libgcrypt-size; + + + Estimated disk space required: &libgcrypt-buildsize; + + + Estimated build time: &libgcrypt-time; + + + + Libgcrypt Dependencies + + Required + + + User Notes: + + + + + + Installation of Libgcrypt + + Install Libgcrypt by running the + following commands: + +./configure --prefix=/usr && +make + + Only info documentation was built in the preceding + step. If you wish to build alternate formats of the documentation, you must + have installed, then issue the following + commands: + + make -C doc pdf && +make -C doc ps && +make -C doc html && +makeinfo --html --no-split -o doc/gcrypt_nochunks.html doc/gcrypt.texi && +makeinfo --plaintext -o doc/gcrypt.txt doc/gcrypt.texi + + To test the results, issue: make check. + + Now, as the root + user: + +make install && +install -v -m644 -D README /usr/share/doc/libgcrypt-&libgcrypt-version;/README + + If you built the additional documentation, install it by issuing the + following commands as the root + user: + +install -v -m755 -d /usr/share/doc/libgcrypt-&libgcrypt-version;/html && +install -v -m644 doc/gcrypt.html/* \ + /usr/share/doc/libgcrypt-&libgcrypt-version;/html && +install -v -m644 doc/gcrypt_*.html \ + /usr/share/doc/libgcrypt-&libgcrypt-version; && +install -v -m644 doc/gcrypt.{pdf,ps,dvi,txt,texi} \ + /usr/share/doc/libgcrypt-&libgcrypt-version; + + + + + Contents + + + Installed Program + Installed Libraries + Installed Directory + + + libgcrypt-config + libgcrypt.{so,a} + /usr/share/doc/libgcrypt-&libgcrypt-version; + + + + + Short Descriptions + + + + + libgcrypt-config + + is a utility used to configure and build applications based on + the libgcrypt(3) library. It can be used to query the C compiler and + linker flags which are required to correctly compile and link the + application against the libgcrypt(3) library. + + libgcrypt-config + + + + + + libgcrypt.{so,a} + + contains the cryptographic API functions. + + libgcrypt.{so,a} + + + + + + + + + diff --git a/general/genlib/libxslt.xml b/general/genlib/libxslt.xml index f4bbe06683..5bef64d458 100644 --- a/general/genlib/libxslt.xml +++ b/general/genlib/libxslt.xml @@ -63,8 +63,7 @@ Optional and - Libgcrypt (requires - ) + User Notes: diff --git a/gnome/core/gnome-vfs.xml b/gnome/core/gnome-vfs.xml index b206036993..2087a0879a 100644 --- a/gnome/core/gnome-vfs.xml +++ b/gnome/core/gnome-vfs.xml @@ -70,9 +70,8 @@ , , or - GnuTLS (which needs - then - Libgcrypt), + GnuTLS (requires + ), or , Avahi, OpenAFS, and diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 08782e95ec..2dccb4caf6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ August 16th, 2007 + + [randy] - Added new package Libgcrypt-1.2.4. + [randy] - Added new package Libgpg-error-1.5. diff --git a/introduction/welcome/credits.xml b/introduction/welcome/credits.xml index 4068b13c04..3a905c814c 100644 --- a/introduction/welcome/credits.xml +++ b/introduction/welcome/credits.xml @@ -277,7 +277,8 @@ GStreamer Base Plug-ins, GStreamer Good Plug-ins, GStreamer Ugly Plug-ins, HAL, Heimdal, HTML Tidy, icon-naming-utils, ISO Codes, JadeTeX, Java Access Bridge, JUnit, K3b, Libassuan, LessTif (rewrite), - libexif, libgail-gnome, libgnomecups, libgnomekbd, libgpg-error, + libexif, libgail-gnome, libgcrypt, libgnomecups, libgnomekbd, + libgpg-error, Libidn, libmpeg2, libmusicbrainz, libquicktime, mcs, MIT Kerberos V5 (many updates and enhancements), MPlayer (extensive overhaul), NSS, Orca, Other Programming Tools, PDL, diff --git a/kde/add/kdepim.xml b/kde/add/kdepim.xml index 5ebb8dd898..ad8f1f914a 100644 --- a/kde/add/kdepim.xml +++ b/kde/add/kdepim.xml @@ -65,23 +65,22 @@ Recommended , , - and + , and Optional , GPGME (requires - then - Libgcrypt then + then + then then Libksba, pinentry, - , OpenSC and then GnuPG-1.9.x), libmal, gnokii, - Bluetooth hardware and driver libraries, + Bluetooth hardware and driver libraries, , and diff --git a/pst/printing/cups.xml b/pst/printing/cups.xml index e5f16a5f97..b7f2477dc9 100644 --- a/pst/printing/cups.xml +++ b/pst/printing/cups.xml @@ -78,20 +78,19 @@ , , or - GnuTLS (which needs - then - Libgcrypt), + GnuTLS (requires + ), , , , , OpenSLP, libpaper, - libacl - (requires libattr), + libacl (requires + libattr), HTMLDOC, and Valgrind (optionally used if - running the test suites) + running the test suites) User Notes: diff --git a/xsoft/other/pidgin.xml b/xsoft/other/pidgin.xml index 42db4b2835..986b8b1c17 100644 --- a/xsoft/other/pidgin.xml +++ b/xsoft/other/pidgin.xml @@ -64,8 +64,7 @@ Optional for SSL Support GnuTLS (requires - then - Libgcrypt) or + ) or SSL support is required for MSN and Google Talk support and