SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,8 @@
IP::Country::DB_File is a light-weight module for fast IP address
to country translation based on DB_File. The country code database
is stored in a Berkeley DB file. You have to build the database
using build_ipcc.pl or IP::Country::DB_File::Builder before you can
lookup country codes.
This module tries to be API compatible with the other IP::Country
modules.

View file

@ -0,0 +1,9 @@
bin/build_ipcc.pl
${P5SITE}/IP/
${P5SITE}/IP/Country/
${P5SITE}/IP/Country/DB_File/
${P5SITE}/IP/Country/DB_File.pm
${P5SITE}/IP/Country/DB_File/Builder.pm
@man man/man1/build_ipcc.pl.1
@man man/man3p/IP::Country::DB_File.3p
@man man/man3p/IP::Country::DB_File::Builder.3p