[Pkg-javascript-commits] [node-srs] branch upstream updated (e9d9626 -> 5e1eb8d)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Jun 21 19:32:41 UTC 2015


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

kapouer pushed a change to branch upstream
in repository node-srs.

      from  e9d9626   Imported Upstream version 0.3.2+ds1
       new  5e1eb8d   Imported Upstream version 0.4.8+dfsg

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:
 .gitignore                                       |   4 +-
 .npmignore                                       |   8 +-
 .travis.yml                                      |  54 +++++
 CHANGELOG.md                                     |  90 ++++++++
 Makefile                                         |  45 ++--
 README.md                                        |  79 ++++---
 appveyor.yml                                     |  84 ++++++++
 binding.gyp                                      |  83 ++++++--
 common.gypi                                      |  72 +++++--
 gen_settings.py                                  |  17 ++
 lib/constants.js                                 |  86 ++++++++
 lib/srs.js                                       | 257 +++++++++--------------
 package.json                                     |  66 ++++--
 scripts/package_osx.sh                           |  36 ++++
 src/_srs.cc                                      | 217 -------------------
 src/srs.cc                                       | 175 +++++++++++++++
 test/data/transverse_merc_kasey.prj              |   1 +
 test/data/transverse_merc_kasey_custom_grids.prj |   1 +
 test/esri_variant.test.js                        |  14 ++
 test/geojson.test.js                             |  18 +-
 test/invalid.test.js                             |  28 +++
 test/qgis-qpj.test.js                            |  20 ++
 test/shapefile.27700.test.js                     |  22 +-
 test/shapefile.3857.test.js                      |   8 +-
 test/shapefile.4326.test.js                      |  80 +------
 test/split_proj.js                               |  13 ++
 test/util.js                                     |  15 ++
 test/version.test.js                             |   5 +-
 vcbuild-2014.bat                                 |   2 +
 vcbuild.bat                                      |  17 +-
 30 files changed, 1016 insertions(+), 601 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 appveyor.yml
 create mode 100755 gen_settings.py
 create mode 100644 lib/constants.js
 create mode 100755 scripts/package_osx.sh
 delete mode 100644 src/_srs.cc
 create mode 100644 src/srs.cc
 create mode 100644 test/data/transverse_merc_kasey.prj
 create mode 100644 test/data/transverse_merc_kasey_custom_grids.prj
 create mode 100644 test/esri_variant.test.js
 create mode 100644 test/invalid.test.js
 create mode 100644 test/qgis-qpj.test.js
 create mode 100644 test/split_proj.js
 create mode 100644 test/util.js
 create mode 100644 vcbuild-2014.bat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-srs.git



More information about the Pkg-javascript-commits mailing list