[shapelib] branch upstream updated (796f930 -> 26a60b4)

Bas Couwenberg sebastic at debian.org
Tue Dec 6 20:41:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository shapelib.

      from  796f930   Imported Upstream version 1.3.0
       new  26a60b4   Imported Upstream version 1.4.0~rc1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .cvsignore                                     |    15 -
 AUTHORS                                        |     2 +
 CMakeLists.txt                                 |   237 +
 LICENSE.LGPL => COPYING                        |     0
 ChangeLog                                      |    46 +
 HOWTO-RELEASE                                  |    16 -
 INSTALL                                        |   370 +
 Makefile                                       |   113 -
 Makefile.am                                    |    75 +
 Makefile.in                                    |  1557 ++
 NEWS                                           |     2 +
 README                                         |    66 +-
 README.CMake                                   |    63 +
 aclocal.m4                                     |  1217 ++
 ar-lib                                         |   270 +
 autogen.sh                                     |    42 +
 compile                                        |   347 +
 config.guess                                   |  1441 ++
 config.sub                                     |  1813 +++
 configure                                      | 19184 +++++++++++++++++++++++
 configure.ac                                   |    70 +
 contrib/.cvsignore                             |    12 -
 contrib/Makefile                               |    66 -
 contrib/Makefile.am                            |    59 +
 contrib/Makefile.in                            |  1437 ++
 contrib/ShapeFileII.pas                        |     9 +-
 contrib/Shape_PointInPoly.cpp                  |    11 +-
 contrib/csv2shp.c                              |   558 -
 contrib/dbfinfo.c                              |     9 +-
 contrib/{ => doc}/Shape_PointInPoly_README.txt |     0
 contrib/{ => doc}/shpsort.txt                  |     0
 contrib/my_nan.h                               |    46 -
 contrib/shpdata.c                              |     7 +-
 contrib/shpdxf.c                               |     4 +-
 contrib/shpgeo.c                               |    29 +-
 contrib/shpgeo.h                               |    10 +-
 contrib/shpinfo.c                              |     7 +-
 contrib/shpwkb.c                               |     6 +
 contrib/tests/shpproj.sh                       |    59 +-
 dbfadd.c                                       |    11 +-
 dbfcreate.c                                    |    11 +-
 dbfdump.c                                      |    18 +-
 dbfopen.c                                      |   556 +-
 depcomp                                        |   791 +
 install-sh                                     |   508 +
 ltmain.sh                                      | 11156 +++++++++++++
 m4/libtool.m4                                  |  8388 ++++++++++
 m4/ltoptions.m4                                |   437 +
 m4/ltsugar.m4                                  |   124 +
 m4/ltversion.m4                                |    23 +
 m4/lt~obsolete.m4                              |    99 +
 makefile.vc                                    |     8 +-
 missing                                        |   215 +
 mkdist.sh                                      |    37 -
 mkinstalldirs                                  |    38 -
 mkrelease.sh                                   |    55 -
 safileio.c                                     |    11 +-
 sbnsearch.c                                    |   985 ++
 shapefil.h                                     |   354 +-
 shapelib.def                                   |    46 -
 shapelib.pc.in                                 |    14 +
 shpadd.c                                       |    30 +-
 shpcreate.c                                    |    11 +-
 shpdump.c                                      |    89 +-
 shpopen.c                                      |  1122 +-
 shprewind.c                                    |     9 +-
 shptest.c                                      |    11 +-
 shptree.c                                      |   235 +-
 shptreedump.c                                  |    11 +-
 shputils.c                                     |    11 +-
 stream2.out                                    |   530 -
 stream2.sh                                     |    11 -
 stream3.out                                    |    37 -
 test-driver                                    |   148 +
 stream1.out => tests/stream1.out               |     0
 stream1.sh => tests/test1.sh                   |    19 +-
 tests/test2.sh                                 |    27 +
 makeshape.sh => tests/test3.sh                 |    21 +-
 web/.cvsignore                                 |     2 -
 web/dbf_api.html                               |     4 +-
 web/index.html                                 |     9 +-
 web/license.html                               |     4 +-
 web/release.html                               |    17 +
 83 files changed, 53132 insertions(+), 2386 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 AUTHORS
 create mode 100644 CMakeLists.txt
 rename LICENSE.LGPL => COPYING (100%)
 delete mode 100644 HOWTO-RELEASE
 create mode 100644 INSTALL
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100644 Makefile.in
 create mode 100644 NEWS
 create mode 100644 README.CMake
 create mode 100644 aclocal.m4
 create mode 100755 ar-lib
 create mode 100755 autogen.sh
 create mode 100755 compile
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100755 configure
 create mode 100644 configure.ac
 delete mode 100644 contrib/.cvsignore
 delete mode 100644 contrib/Makefile
 create mode 100644 contrib/Makefile.am
 create mode 100644 contrib/Makefile.in
 delete mode 100644 contrib/csv2shp.c
 rename contrib/{ => doc}/Shape_PointInPoly_README.txt (100%)
 rename contrib/{ => doc}/shpsort.txt (100%)
 delete mode 100644 contrib/my_nan.h
 create mode 100755 depcomp
 create mode 100755 install-sh
 create mode 100644 ltmain.sh
 create mode 100644 m4/libtool.m4
 create mode 100644 m4/ltoptions.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/ltversion.m4
 create mode 100644 m4/lt~obsolete.m4
 create mode 100755 missing
 delete mode 100755 mkdist.sh
 delete mode 100644 mkinstalldirs
 delete mode 100755 mkrelease.sh
 create mode 100644 sbnsearch.c
 delete mode 100644 shapelib.def
 create mode 100644 shapelib.pc.in
 delete mode 100644 stream2.out
 delete mode 100755 stream2.sh
 delete mode 100644 stream3.out
 create mode 100755 test-driver
 rename stream1.out => tests/stream1.out (100%)
 rename stream1.sh => tests/test1.sh (77%)
 create mode 100755 tests/test2.sh
 rename makeshape.sh => tests/test3.sh (53%)
 delete mode 100644 web/.cvsignore

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git



More information about the Pkg-grass-devel mailing list