SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
databases/postgresql-ip4r/pkg/DESCR
Normal file
13
databases/postgresql-ip4r/pkg/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
IP4R is a PostgreSQL extension which supports 6 data types allowing
|
||||
you to store IPv4 & IPv6 addresses in a PostgreSQL table:
|
||||
|
||||
ip4 - a single IPv4 address
|
||||
ip4r - an arbitrary range of IPv4 addresses
|
||||
ip6 - a single IPv6 address
|
||||
ip6r - an arbitrary range of IPv6 addresses
|
||||
ipaddress - a single IPv4 or IPv6 address
|
||||
iprange - an arbitrary range of IPv4 or IPv6 addresses
|
||||
|
||||
While PostgreSQL already has builtin types 'inet' and 'cidr', the
|
||||
authors of this module found that they had a number of requirements
|
||||
that were not addressed by the builtin types.
|
14
databases/postgresql-ip4r/pkg/PLIST
Normal file
14
databases/postgresql-ip4r/pkg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
include/postgresql/server/extension/ip4r/
|
||||
include/postgresql/server/extension/ip4r/ipr.h
|
||||
@so lib/postgresql/ip4r.so
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/extension/
|
||||
share/doc/postgresql/extension/README.ip4r
|
||||
share/postgresql/extension/ip4r--2.0--2.1.sql
|
||||
share/postgresql/extension/ip4r--2.1--2.2.sql
|
||||
share/postgresql/extension/ip4r--2.2--2.4.sql
|
||||
share/postgresql/extension/ip4r--2.4.sql
|
||||
share/postgresql/extension/ip4r--unpackaged1--2.0.sql
|
||||
share/postgresql/extension/ip4r--unpackaged2.0--2.0.sql
|
||||
share/postgresql/extension/ip4r--unpackaged2.1--2.1.sql
|
||||
share/postgresql/extension/ip4r.control
|
Loading…
Add table
Add a link
Reference in a new issue