changeset 8425:4dbec4bc190b octave-forge

main packages DESCRIPTION: added e-mail address of maintainers and contributors
author carandraug
date Tue, 27 Sep 2011 12:34:58 +0000
parents 69ecd7be5b60
children 695607976436
files main/audio/DESCRIPTION main/comm/DESCRIPTION main/database/DESCRIPTION main/fenv/DESCRIPTION main/fits/DESCRIPTION main/fixed/DESCRIPTION main/fl-core/DESCRIPTION main/ftp/DESCRIPTION main/galois/DESCRIPTION main/general/DESCRIPTION main/ident/DESCRIPTION main/image/DESCRIPTION main/info-theory/DESCRIPTION main/linear-algebra/DESCRIPTION main/nnet/DESCRIPTION main/octclip/DESCRIPTION main/octgpr/DESCRIPTION main/octproj/DESCRIPTION main/odebvp/DESCRIPTION main/odepkg/DESCRIPTION main/outliers/DESCRIPTION main/physical-constants/DESCRIPTION main/simp/DESCRIPTION main/splines/DESCRIPTION main/struct/DESCRIPTION main/video/DESCRIPTION main/vrml/DESCRIPTION main/zenity/DESCRIPTION
diffstat 28 files changed, 79 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/main/audio/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/audio/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Audio
 Version: 1.1.4
 Date: 2009-05-03
-Author: Paul Kienzle
-Maintainer: Paul Kienzle
+Author: Paul Kienzle <pkienzle@users.sf.net>
+Maintainer: Paul Kienzle <pkienzle@users.sf.net>
 Title: Audio
 Description: Audio recording, processing and playing tools.
 Depends: octave (>= 2.9.7)
--- a/main/comm/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/comm/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Communications
 Version: 1.0.11
 Date: 2010-05-21
-Author: David Bateman
-Maintainer: David Bateman
+Author: David Bateman <adb014@gmail.com>
+Maintainer: David Bateman <adb014@gmail.com>
 Title: Communications.
 Description: Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields
 Depends: octave (>= 3.4), signal (>= 1.0.0), image
--- a/main/database/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/database/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,12 +1,18 @@
 Name: database
 Version: 1.0.4
 Date: 2009-01-09
-Author: Xavier Delacour
+Author: Xavier Delacour <xavier.delacour@gmail.com>
 Maintainer: The Octave Community
 Title: Bindings for postgres, mysql, sqlite, and standard ODBC
-Description: These are bindings that allow SQL queries and other database operations on postgres, mysql, sqlite, and standard ODBC databases from within Octave. A simplified interface that is uniform across all database types is provided, as well as the entire C client API for each database (libpq, libmysqlclient, etc).
+Description: These are bindings that allow SQL queries and other database
+ operations on postgres, mysql, sqlite, and standard ODBC databases from within
+ Octave. A simplified interface that is uniform across all database types is
+ provided, as well as the entire C client API for each database (libpq,
+ libmysqlclient, etc).
 Depends: octave (>= 2.9.12)
 Autoload: yes
-SystemRequirements: swig, postgresql-8.2, postgresql-client-8.2, mysql-common, mysql-client-5.0, mysql-server-5.0, libmysqlclient15-dev, sqlite3, libsqlite3-dev, unixodbc-bin, unixodbc-dev, odbc-postgresql.
+SystemRequirements: swig, postgresql-8.2, postgresql-client-8.2, mysql-common,
+ mysql-client-5.0, mysql-server-5.0, libmysqlclient15-dev, sqlite3,
+ libsqlite3-dev, unixodbc-bin, unixodbc-dev, odbc-postgresql.
 License: BSD, GPL2
 Url: http://octave.sf.net
--- a/main/fenv/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/fenv/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,10 +1,13 @@
 Name: fenv
 Version: 0.1.0
 Date: 2008-10-10
-Author: Grzegorz Timoszuk (gtimoszuk@gmail.com)
-Maintainer: Grzegorz Timoszuk (gtimoszuk@gmail.com)
+Author: Grzegorz Timoszuk <gtimoszuk@gmail.com>
+Maintainer: Grzegorz Timoszuk <gtimoszuk@gmail.com>
 Title: Floating point environment
-Description: On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the arithmetical operations (single, double, double extended). Experimentally test the properties of the floating point arithmetics.
+Description: On supported architectures, change the rounding mode of the
+ floating point arithmetics (to nearest, up, down, to zero) or change the
+ precision of the arithmetical operations (single, double, double extended).
+ Experimentally test the properties of the floating point arithmetics.
 Categories: floating point environment
 Depends: octave (>= 3.0.0)
 Autoload: yes
--- a/main/fits/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/fits/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: FITS
 Version: 1.0.1
 Date: 2011-07-19
-Author: Dirk Schmidt
-Maintainer: Dirk Schmidt
+Author: Dirk Schmidt <fs@@dirk-schmidt.net>
+Maintainer: Dirk Schmidt <fs@@dirk-schmidt.net>
 Title: Reading and writing FITS (Flexible Image Transport System) files.
 Description: The Octave-FITS package provides functions for
  reading, and writing FITS (Flexible Image Transport System) files. The package supports
--- a/main/fixed/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/fixed/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Fixed
 Version: 0.7.10
 Date: 2009-05-18
-Author: David Bateman
-Maintainer: David Bateman
+Author: David Bateman <adb014@gmail.com>
+Maintainer: David Bateman <adb014@gmail.com>
 Title: Fixed Point Computations
 Description: Fixed point real and complex matrix toolbox
 Depends: octave (>= 3.2)
--- a/main/fl-core/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/fl-core/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,9 +1,9 @@
 Name: fl-core
 Version: 1.0.0
 Date: 2011-01-12
-Author: Gianvito Pio and Piero Molino
+Author: Gianvito Pio <pio.gianvito@gmail.com> and Piero Molino <piero.molino@gmail.com>
 Title: Fuzzy Logic Core for Octave
-Maintainer: Gianvito Pio (pio.gianvito@gmail.com) and Piero Molino (piero.molino@gmail.com)
+Maintainer: Gianvito Pio <pio.gianvito@gmail.com> and Piero Molino <piero.molino@gmail.com>
 Description: The package contains code for basic functions in Fuzzy Logic for Octave.
 Autoload: yes
 License: LGPL v3
--- a/main/ftp/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/ftp/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,7 +1,7 @@
 Name: ftp
 Version: 1.0.3
 Date: 2009-01-09
-Author: Xavier Delacour
+Author: Xavier Delacour <xavier.delacour@gmail.com>
 Maintainer: The Octave Community
 Title: FTP functions
 Description: These are bindings for ftplib, and MATLAB compatible APIs. Superceded in Octave 3.4.0.
--- a/main/galois/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/galois/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Galois Field
 Version: 0.0.1
 Date: 2008-11-14
-Author: David Bateman
-Maintainer: David Bateman
+Author: David Bateman <adb014@gmail.com>
+Maintainer: David Bateman <adb014@gmail.com>
 Title: Galois Field Test Package
 Description: Test package for new implementation galois field code.
 Depends: octave (>= 3.4.0)
--- a/main/general/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/general/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: General
 Version: 1.2.2
 Date: 2010-03-12
-Author: Jaroslav Hajek
-Maintainer: Jaroslav Hajek
+Author: Jaroslav Hajek <highegg@gmail.com>
+Maintainer: Jaroslav Hajek <highegg@gmail.com>
 Title: General
 Description: General tools for octave. String dictionary, parallel computing.
 Categories: General
--- a/main/ident/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/ident/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Ident
 Version: 1.0.7
 Date: 2009-05-06
-Author: Paul Kienzle
-Maintainer: Paul Kienzle
+Author: Paul Kienzle <pkienzle@users.sf.net>
+Maintainer: Paul Kienzle <pkienzle@users.sf.net>
 Title: System Indentification.
 Description: Addition System Indentification Control functions.
 Depends: octave (>= 2.9.7)
--- a/main/image/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/image/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -2,7 +2,7 @@
 Version: 1.0.15
 Date: 2011-09-26
 Author: Various Authors
-Maintainer: Soren Hauberg
+Maintainer: Soren Hauberg <soren@hauberg.org>
 Title: Image Processing
 Description: The Octave-forge Image package provides functions for
  processing images.
--- a/main/info-theory/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/info-theory/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: InformationTheory
 Version: 0.1.8
 Date: 2009-05-03
-Author: Muthiah Annamalai
-Maintainer: Muthiah Annamalai
+Author: Muthiah Annamalai <muthiah.annamalai@uta.edu>
+Maintainer: Muthiah Annamalai <muthiah.annamalai@uta.edu>
 Title: Information Theory
 Description: Functions and routines for basic Information Theory definitions, and source coding.
 Categories: Information Theory
--- a/main/linear-algebra/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/linear-algebra/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -2,7 +2,7 @@
 Version: 2.0.0
 Date: 2009-05-18
 Author: Various Authors
-Maintainer: Jaroslav Hajek
+Maintainer: Jaroslav Hajek <highegg@gmail.com>
 Title: Linear Algebra.
 Description: Additional linear algebra code, including general SVD and matrix functions.
 Categories: Linear-Algebra
--- a/main/nnet/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/nnet/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: nnet
 Version: 0.1.13
 Date: 2010-12-02
-Author: Michael Schmid
-Maintainer: Michael Schmid
+Author: Michael Schmid <michaelschmid@users.sourceforge.net>
+Maintainer: Michael Schmid <michaelschmid@users.sourceforge.net>
 Title: Neural Networks
 Description: A feed forward multi-layer neural network.
 Depends: octave (>= 3.0.0)
--- a/main/octclip/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/octclip/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: OctCLIP
 Version: 1.0.0
 Date: 2011-03-01
-Author: José Luis García Pallero, <jgpallero@gmail.com>
-Maintainer: José Luis García Pallero, <jgpallero@gmail.com>
+Author: José Luis García Pallero <jgpallero@gmail.com>
+Maintainer: José Luis García Pallero <jgpallero@gmail.com>
 Title: GNU Octave clipping polygons tool
 Description: This package allows to do boolean operations with polygons using
  the Greiner-Hormann algorithm.
--- a/main/octgpr/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/octgpr/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,9 +1,9 @@
 Name: OctGPR
 Version: 1.2.0
 Date: 2009-08-06
-Author: Jaroslav Hajek (highegg@gmail.com)
+Author: Jaroslav Hajek <highegg@gmail.com>
 Title: Package for full dense Gaussian Process Regression
-Maintainer: Jaroslav Hajek (highegg@gmail.com)
+Maintainer: Jaroslav Hajek <highegg@gmail.com>
 Description: The package allows interpolating and smoothing scattered 
   multidimensional data using Gaussian Process Regression (also known
   as Kriging). Projected Gaussian Process regression is also 
--- a/main/octproj/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/octproj/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: OctPROJ
 Version: 1.0.2
 Date: 2011-05-13
-Author: José Luis García Pallero, <jgpallero@gmail.com>
-Maintainer: José Luis García Pallero, <jgpallero@gmail.com>
+Author: José Luis García Pallero <jgpallero@gmail.com>
+Maintainer: José Luis García Pallero <jgpallero@gmail.com>
 Title: GNU Octave bindings to PROJ.4
 Description: This package allows to call functions of PROJ.4 library for
  cartographic projections transformations.
--- a/main/odebvp/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/odebvp/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,12 +1,12 @@
 Name: odebvp
 Version: 1.0.6
 Date: 2009-05-06
-Author: Tiago Charters de Azevedo
-Maintainer: Tiago Charters de Azevedo
-Title: 	Linear-difference method for linear odes - boundary-value problem
-Description:  To approximate the solution of the boundary-value problem  y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
-Categories: 	Ordinary Differential Equations
-Autoload: 	yes
+Author: Tiago Charters de Azevedo <tca@diale.org>
+Maintainer: Tiago Charters de Azevedo <tca@diale.org>
+Title: Linear-difference method for linear odes - boundary-value problem
+Description: To approximate the solution of the boundary-value problem  y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
+Categories: Ordinary Differential Equations
+Autoload: yes
 Depends: octave (>= 2.9.9)
 License: GPL version 2 or later
 Url: http://octave.sf.net
--- a/main/odepkg/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/odepkg/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,10 +1,10 @@
 Name: OdePkg
 Version: 0.8.0
 Date: 2011-06-16
-Author: Thomas Treichl
-Maintainer: Thomas Treichl
-Title: OdePkg.
-Description: A package for solving ordinary differential equations and more. 
+Author: Thomas Treichl <treichl@users.sourceforge.net>
+Maintainer: Thomas Treichl <treichl@users.sourceforge.net>
+Title: OdePkg
+Description: A package for solving ordinary differential equations and more.
 Categories: Differential Equations
 Depends: octave (>= 3.2.0)
 Autoload: yes
--- a/main/outliers/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/outliers/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Outliers
 Version: 0.13.9
 Date: 2009-05-06
-Author: Lukasz Komsta
-Maintainer: Lukasz Komsta
+Author: Lukasz Komsta <luke@ulterior.pl>
+Maintainer: Lukasz Komsta <luke@ulterior.pl>
 Title: Outlier Detection
 Description: Grubbs, Dixon and Cochran tests for outlier detection
  and p-value approximating routines.
--- a/main/physical-constants/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/physical-constants/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: PhysicalConstants
 Version: 0.1.7
 Date: 2009-05-06
-Author: Muthiah Annamalai
-Maintainer: Muthiah Annamalai
+Author: Muthiah Annamalai <muthiah.annamalai@uta.edu>
+Maintainer: Muthiah Annamalai <muthiah.annamalai@uta.edu>
 Title: Physical Constants
 Description: Physical Constants from Atomic & Molecular Physics, taken from NIST database
 Categories: Physics
--- a/main/simp/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/simp/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,12 +1,13 @@
-Name:  			simp
-Version: 		1.1.0
-Date: 			2/1/2009
-Author: 		Simone Pernice
-Maintainer: 		Simone Pernice
-Title: 			Single Interval Mathematics Package for Octave
-Description: 		This package define the basic operations on intervals. It is useful when some values for a computation are incerte.
-Categories: 		Interval Mathematics
-Url: 			simonepernice.freehostia.com
-Autoload: 		yes
-License: 		GPL version 3
+Name: simp
+Version: 1.1.0
+Date: 2/1/2009
+Author: Simone Pernice <pernice@libero.it>
+Maintainer: Simone Pernice <pernice@libero.it>
+Title: Single Interval Mathematics Package for Octave
+Description: This package define the basic operations on intervals. It is useful
+ when some values for a computation are incerte.
+Categories: Interval Mathematics
+Url: simonepernice.freehostia.com
+Autoload: yes
+License: GPL version 3
 
--- a/main/splines/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/splines/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: splines
 Version: 1.0.7
 Date: 2009-05-06
-Author: Kai Habel and Paul Kienzle
-Maintainer: Kai Habel and Paul Kienzle
+Author: Kai Habel <kai.habel@gmx.de> and Paul Kienzle <pkienzle@users.sf.net>
+Maintainer: Kai Habel <kai.habel@gmx.de> and Paul Kienzle <pkienzle@users.sf.net>
 Title: Splines.
 Description: Additional Cubic spline functions.
 Categories: Splines
--- a/main/struct/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/struct/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Struct
 Version: 1.0.9
 Date: 2011-02-25
-Author: Etienne Grossmann and Olaf Till <olaf.till@uni-jena.de>
-Maintainer: Etienne Grossmann
+Author: Etienne Grossmann <etienne@cs.uky.edu> and Olaf Till <olaf.till@uni-jena.de>
+Maintainer: Etienne Grossmann <etienne@cs.uky.edu>
 Title: Structure Handling.
 Description: Additional Structure manipulations functions.
 Categories: Structs
--- a/main/video/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/video/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,7 +1,7 @@
 Name: video
 Version: 1.0.2
 Date: 2009-05-03
-Author: Stefan van der Walt, Roman Stanchak
+Author: Stefan van der Walt <stefan@sun.ac.za> and Roman Stanchak
 Maintainer: The Octave Community
 Title: Video functions
 Description: Implements addframe, avifile, aviinfo, and aviread, using ffmpeg. (and approximately conforms to Matlab interface)
--- a/main/vrml/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/vrml/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Vrml
 Version: 1.0.12
 Date: 2010-04-11
-Author: Etienne Grossmann
-Maintainer: Etienne Grossmann
+Author: Etienne Grossmann <etienne@cs.uky.edu>
+Maintainer: Etienne Grossmann <etienne@cs.uky.edu>
 Title: VRML.
 Description: 3D graphics using VRML
 Depends: octave (>= 2.9.7), miscellaneous, struct, statistics
--- a/main/zenity/DESCRIPTION	Tue Sep 27 11:24:27 2011 +0000
+++ b/main/zenity/DESCRIPTION	Tue Sep 27 12:34:58 2011 +0000
@@ -1,8 +1,8 @@
 Name: Zenity
 Version: 0.5.7
 Date: 2009-05-06
-Author: Søren Hauberg
-Maintainer: Søren Hauberg
+Author: Søren Hauberg <hauberg@gmail.com>
+Maintainer: Søren Hauberg <hauberg@gmail.com>
 Title: Zenity
 Description: A set of functions for creating simple graphical
  user interfaces. It is currently possible to create