RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ Doxyheader rpm/doc/manual/ Introduction

From: Eric Veith <eveith@rpm5.org>
Date: Sat 11 Sep 2010 - 15:57:20 CEST
Message-Id: <20100911135720.69D19D7E31@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Eric Veith
  Root:   /v/rpm/cvs                       Email:  eveith@rpm5.org
  Module: rpm                              Date:   11-Sep-2010 15:57:20
  Branch: HEAD                             Handle: 2010091113571901

  Modified files:
    rpm                     Doxyheader
    rpm/doc/manual          Introduction

  Log:
    Some introductionary documentation regarding the rpmio group

  Summary:
    Revision    Changes     Path
    2.14        +8  -8      rpm/Doxyheader
    1.4         +5  -0      rpm/doc/manual/Introduction
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/Doxyheader
  ============================================================================
  $ cvs diff -u -r2.13 -r2.14 Doxyheader
  --- rpm/Doxyheader	11 Apr 2010 22:18:27 -0000	2.13
  +++ rpm/Doxyheader	11 Sep 2010 13:57:19 -0000	2.14
  @@ -1,3 +1,11 @@
  +/** \defgroup	rpmts	RPM Transaction Set API (RPMTS)
  + */
  +/** \defgroup	rpmte	RPM Transaction Element API (RPMTE)
  + */
  +/** \defgroup	rpmds	RPM Dependency Set API (RPMDS)
  + */
  +/** \defgroup	rpmio	Internally shared I/O code (RPMIO)
  + */
   /** \defgroup	python	PYTHON API.
    */
   /** \defgroup	py_c  	PYTHON-C Language Bindings.
  @@ -8,12 +16,6 @@
    */
   /** \defgroup	rpmrc	RPMRC.
    */
  -/** \defgroup	rpmts	RPM Transaction Set API (RPMTS)
  - */
  -/** \defgroup	rpmte	RPM Transaction Element API (RPMTE)
  - */
  -/** \defgroup	rpmds	RPM Dependency Set API (RPMDS)
  - */
   /** \defgroup	rpmfi	RPMFI File Info API.
    */
   /** \defgroup	rpmgi	RPMGI Generalized Iterator API.
  @@ -38,7 +40,5 @@
    */
   /** \defgroup	rpmpgp	RPMPGP.
    */
  -/** \defgroup	rpmio	RPMIO.
  - */
   /** \defgroup   rb_c Ruby Bindings
    */
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/doc/manual/Introduction
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 Introduction
  --- rpm/doc/manual/Introduction	13 Apr 2010 00:05:45 -0000	1.3
  +++ rpm/doc/manual/Introduction	11 Sep 2010 13:57:20 -0000	1.4
  @@ -37,6 +37,11 @@
   strings, putting them into a container and comparing containers, i.e. to find
   out which version is newer given two.
   
  +Code that is an integral part of RPM 5 (i.e., not an configure-time import in
  +an <tt>--with-foo=internal</tt> option) belongs to \ref rpmio. Here, you will
  +find all sorts of I/O code, ranging from BZIP2/GZIP (de-) compression, a
  +syslog clone, code for glob handling, to embedded interpreters.
  +
   \section intro_bindings Bindings APIs
   
   RPM 5 currently brings bindings for the following higher-level languages:
  @@ .
Received on Sat Sep 11 15:57:20 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.