diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-02-04 19:25:05 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-02-05 14:02:04 +1300 |
commit | a1a45dc633757c57576e1bc46c68bd9bc628aa0e (patch) | |
tree | eff95fe70b304f9452ff29415dabab51bdeb706e /dev-perl/GeoIP2/metadata.xml | |
parent | dev-perl/MaxMind-DB-Reader-XS: Add w/ version=1.0.8 (diff) | |
download | gentoo-a1a45dc633757c57576e1bc46c68bd9bc628aa0e.tar.gz gentoo-a1a45dc633757c57576e1bc46c68bd9bc628aa0e.tar.bz2 gentoo-a1a45dc633757c57576e1bc46c68bd9bc628aa0e.zip |
dev-perl/GeoIP2: Add w/ v=2.6.2
Provides access to GeoIP2 databases used for example by
SpamAssasssin to map IP addresses to geo locations.
Suggested by Tomáš Mózes
Closes: https://github.com/gentoo/gentoo/pull/13973
Closes: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/GeoIP2/metadata.xml')
-rw-r--r-- | dev-perl/GeoIP2/metadata.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/GeoIP2/metadata.xml b/dev-perl/GeoIP2/metadata.xml new file mode 100644 index 000000000000..e3f764df66cb --- /dev/null +++ b/dev-perl/GeoIP2/metadata.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <maintainer type="person"> + <email>hydrapolic@gmail.com</email> + <name>Tomáš Mózes</name> + </maintainer> + <upstream> + <remote-id type="cpan">GeoIP2</remote-id> + <remote-id type="cpan-module">GeoIP2</remote-id> + <remote-id type="cpan-module">GeoIP2::Database::Reader</remote-id> + <remote-id type="cpan-module">GeoIP2::Error::Generic</remote-id> + <remote-id type="cpan-module">GeoIP2::Error::HTTP</remote-id> + <remote-id type="cpan-module">GeoIP2::Error::IPAddressNotFound</remote-id> + <remote-id type="cpan-module">GeoIP2::Error::Type</remote-id> + <remote-id type="cpan-module">GeoIP2::Error::WebService</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::ASN</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::AnonymousIP</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::City</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::ConnectionType</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::Country</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::Domain</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::Enterprise</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::ISP</remote-id> + <remote-id type="cpan-module">GeoIP2::Model::Insights</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::City</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Continent</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Country</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Location</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::MaxMind</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Postal</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::RepresentedCountry</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Subdivision</remote-id> + <remote-id type="cpan-module">GeoIP2::Record::Traits</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Error::HTTP</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::HasIPAddress</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::HasLocales</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Model</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Model::Flat</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Model::HasSubdivisions</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Model::Location</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Record::Country</remote-id> + <remote-id type="cpan-module">GeoIP2::Role::Record::HasNames</remote-id> + <remote-id type="cpan-module">GeoIP2::Types</remote-id> + <remote-id type="cpan-module">GeoIP2::WebService::Client</remote-id> + </upstream> +</pkgmetadata> |