annotate src/of-geometry-1-fixes.patch @ 4740:9942a9c37ffe

remove octave 'alpha' package * octave-1-gnulib.patch, octave.mk: Delete. * dist-files.mk: Update. * index.html: Delete entry for octave. * configure.ac: Don't handle 'alpha' in --enable-octave=VERSION option. (AC_CONFIG_SRCDIR): Look for src/default-octave.mk instead of src/octave.mk.
author John W. Eaton <jwe@octave.org>
date Tue, 26 Jun 2018 13:22:51 -0400
parents 292f19dca20d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4685
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/DESCRIPTION b/DESCRIPTION
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/DESCRIPTION 2017-03-29 09:52:36.556868803 -0400
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/DESCRIPTION 2018-04-24 13:13:41.074914449 -0400
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -1,14 +1,10 @@
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 Name: geometry
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 Version: 3.0.0
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 Date: 27-03-2017
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -Author: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>,
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 -Philip Neuhius <prnienhuis@users.sf.net>,
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 -Simeon Simeonov <sss41@cam.ac.uk>,
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 -David Legland <david.legland@nantes.inra.fr>,
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 +Author: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>, Philip Neuhius <prnienhuis@users.sf.net>, Simeon Simeonov <sss41@cam.ac.uk>, David Legland <david.legland@nantes.inra.fr>
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 Maintainer: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 Title: Computational Geometry
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 -Description: Library for geometric computing extending MatGeom functions.
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 -Useful to create, transform, manipulate and display geometric primitives.
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 +Description: Library for geometric computing extending MatGeom functions. Useful to create, transform, manipulate and display geometric primitives.
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 Depends: octave (>= 4.0.1)
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 Autoload: no
292f19dca20d of-geometry: fix syntax of DESCRIPTION file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 License: GPLv3+, FreeBSD, Boost v1.0