Skip to content
Commits on Source (9)
Revision history for Perl extension Geo::Proj4.
== Revision history for Perl extension Geo::Proj4.
All modifications where created by Mark Overmeer, unless explicitly
stated differently.
version 1.09: Tue 23 Jan 17:59:12 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
- rename Changes into ChangeLog
version 1.08: Thu 28 Dec 11:38:06 CET 2017
......
== INSTALL
= Libray from scratch
Geo::Proj4 uses XS to wrap the PROJ.4 cartographic projections library.
You will need to have at least version 4.4.9 of the PROJ.4 library
installed in order to build and use this module. You can get source
code and binaries for the PROJ.4 library from its home page at
http://www.remotesensing.org/proj/.
= FWTools
An other way to get the library is by installing FWTools, available
at http://fwtools.maptools.org/
In case you have installed FWTools, set environment variable
GEOPROJ_FWTOOLS_DIR to the right location, before running Makefile.PL
export GEOPROJ_FWTOOLS_DIR=/home/myself/FWTools
perl Makefile.PL
make
make test
make install
Changes
INSTALL
ChangeLog
MANIFEST
META.yml
Makefile.PL
......@@ -13,6 +12,6 @@ lib/Geo/Proj4.pod
src/4.8.0/projects.h
t/10utm.t
t/20clark80.t
t/99pod.t
typemap
xt/99pod.t
META.json Module JSON meta-data (added by MakeMaker)
......@@ -4,9 +4,10 @@
"Mark Overmeer"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630",
"generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
"perl_5",
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
......@@ -29,11 +30,17 @@
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {}
}
},
"release_status" : "stable",
"version" : "1.08"
"resources" : {
"repository" : {
"type" : "git",
"url" : "https://github.com/markov2/perl5-Geo-Proj4.git",
"web" : "https://github.com/markov2/perl5-Geo-Proj4"
}
},
"version" : "1.09",
"x_homepage" : "http://perl.overmeer.net/CPAN/",
"x_serialization_backend" : "JSON::PP version 2.94"
}
......@@ -3,19 +3,22 @@ abstract: 'Proj4 library for carthographic projections'
author:
- 'Mark Overmeer'
build_requires:
ExtUtils::MakeMaker: 0
ExtUtils::MakeMaker: '0'
configure_requires:
ExtUtils::MakeMaker: 0
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630'
license: perl
generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
version: '1.4'
name: Geo-Proj4
no_index:
directory:
- t
- inc
requires: {}
version: 1.08
resources:
repository: https://github.com/markov2/perl5-Geo-Proj4.git
version: '1.09'
x_homepage: http://perl.overmeer.net/CPAN/
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
......@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
require 5.006;
# increased per release
my $relversion = '1.08';
my $relversion = '1.09';
my $libversion = '4.4.9';
......@@ -47,12 +47,25 @@ WriteMakefile
, INC => "-I$FWTools/include -I."
, LIBS => [ "-L$FWTools/lib -lproj" ]
, LICENSE => 'perl'
, META_MERGE =>
{ 'meta-spec' => { version => 2 }
, resources =>
{ repository =>
{ type => 'git'
, url => 'https://github.com/markov2/perl5-Geo-Proj4.git'
, web => 'https://github.com/markov2/perl5-Geo-Proj4'
}
}
, homepage => 'http://perl.overmeer.net/CPAN/'
, license => [ 'http://dev.perl.org/licenses/' ]
}
);
### used by oodist during production of this distribution
sub MY::postamble { <<'__POSTAMBLE' }
# for DIST, see PODTAIL.txt as well
RAWDIR = ../public_html/geoproj4/raw
DISTDIR = ../public_html/geoproj4/source
RAWDIR = ../public_html/geo-proj4/raw
DISTDIR = ../public_html/geo-proj4/source
__POSTAMBLE
=== README for Geo-Proj4 version 1.08
= Generated on Thu Dec 28 11:39:34 2017 by OODoc 2.02
=== README for Geo-Proj4 version 1.09
= Generated on Tue Jan 23 17:59:19 2018 by OODoc 2.02
There are various ways to install this module:
......@@ -9,16 +9,16 @@ There are various ways to install this module:
(2) if you use Windows, have a look at http://ppm.activestate.com/
(3) if you have downloaded this module manually (as root/administrator)
gzip -d Geo-Proj4-1.08.tar.gz
tar -xf Geo-Proj4-1.08.tar
cd Geo-Proj4-1.08
gzip -d Geo-Proj4-1.09.tar.gz
tar -xf Geo-Proj4-1.09.tar
cd Geo-Proj4-1.09
perl Makefile.PL
make # optional
make test # optional
make install
For usage, see the included manual-pages or
http://search.cpan.org/dist/Geo-Proj4-1.08/
http://search.cpan.org/dist/Geo-Proj4-1.09/
Please report problems to
http://rt.cpan.org/Dist/Display.html?Queue=Geo-Proj4
......
libgeo-proj4-perl (1.08-2) UNRELEASED; urgency=medium
libgeo-proj4-perl (1.09-1) unstable; urgency=medium
* New upstream release.
* Update copyright-format URL to use HTTPS.
* Update copyright years for copyright holders.
* Add Repository fields in upstream metadata.
* Bump Standards-Version to 4.1.3, no changes.
* Mark libgeo-proj4-perl as Multi-Arch: same.
* Refresh patches.
-- Bas Couwenberg <sebastic@debian.org> Sat, 20 Jan 2018 22:05:46 +0100
-- Bas Couwenberg <sebastic@debian.org> Wed, 24 Jan 2018 17:16:03 +0100
libgeo-proj4-perl (1.08-1) unstable; urgency=medium
......
......@@ -8,13 +8,14 @@ Build-Depends: debhelper (>= 9),
perl,
proj-bin,
libproj-dev
Standards-Version: 4.1.2
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libgeo-proj4-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libgeo-proj4-perl.git
Homepage: https://metacpan.org/release/Geo-Proj4
Package: libgeo-proj4-perl
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${perl:Depends},
......
......@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer <mark@overmeer.net>
Source: https://metacpan.org/release/Geo-Proj4
Files: *
Copyright: © 2004-2017, Mark Overmeer <geo@overmeer.net>
Copyright: 2004-2018, Mark Overmeer <geo@overmeer.net>
License: Artistic or GPL-1+
Files: examples/use_epsg.pl
......@@ -16,7 +16,7 @@ Copyright: 2000, Frank Warmerdam
License: MIT
Files: debian/*
Copyright: © 2011, David Paleino <dapal@debian.org>
Copyright: 2011, David Paleino <dapal@debian.org>
License: Artistic or GPL-1+
License: Artistic
......
......@@ -27,4 +27,4 @@ Last-Update: 2011-11-13
+ , INC => "-I$FWTools/include -I. $Config{ccflags}"
, LIBS => [ "-L$FWTools/lib -lproj" ]
, LICENSE => 'perl'
);
......@@ -5,3 +5,5 @@ Bug-Submit: https://rt.cpan.org/Public/Bug/Report.html?Queue=Geo-Proj4
Changelog: https://metacpan.org/changes/distribution/Geo-Proj4
Contact: Mark Overmeer <mark@overmeer.net>
Name: Geo-Proj4
Repository: https://github.com/markov2/perl5-Geo-Proj4.git
Repository-Browse: https://github.com/markov2/perl5-Geo-Proj4
# Copyrights 2017 by [Mark Overmeer].
# For other contributors see Changes.
# Copyrights 2018 by [Mark Overmeer].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
# This code is part of distribution Geo-Proj4. Meta-POD processed with
# OODoc into POD and HTML manual-pages. See README.md
# Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
package Geo::Proj4;
use vars '$VERSION';
$VERSION = '1.08';
$VERSION = '1.09';
use strict;
......
......@@ -352,10 +352,6 @@ calculating projections, this is more important than on maps.
See the Geo::Point website at L<http://perl.overmeer.net/geo/> for
an html version of this and related modules;
L</Geo::GML>,
L</Geo::Point>,
L</Geo::WKT> and
L</Math::Polygon>
Effusive thanks to Frank Warmerdam (maintainer of PROJ.4) and Gerald
Evenden (main contributor of PROJ.4). Their PROJ.4 library home page:
......@@ -366,7 +362,7 @@ proj(1), cs2cs(1), pj_init(3).
=head1 COPYRIGHTS
Developed and maintained by Mark Overmeer E<lt>markov@cpan.orgE<gt>.
Copyright (c) 2004-2017 by the authors. All rights reserved.
Copyright (c) 2004-2018 by the authors. All rights reserved.
Originally Written by Schuyler Erle E<lt>schuyler@nocat.netE<gt> and
Rich Gibson E<lt>rich@nocat.netE<gt>. Their site: Mapping Hacks home
......