HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52168,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=606",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=604",
"results": [
{
"name": "p5.34-net-ip-lpm",
"portdir": "perl/p5-net-ip-lpm",
"version": "1.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IP::LPM",
"description": "Perl implementation of Longest Prefix Match algorithm",
"long_description": "The module Net::IP::LPM implements the Longest Prefix Match algorithm to both protocols, IPv4 and IPv6. The module uses Trie algo.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-socket6"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-net-ip-lpm"
]
}
]
},
{
"name": "p5-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-ip-match-regexp",
"homepage": "https://metacpan.org/pod/Net::IP::Match::Regexp",
"description": "Net::IP::Match::Regexp - Efficiently match IP addresses against ranges",
"long_description": "This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-ip-match-regexp"
]
}
],
"depends_on": []
},
{
"name": "p5-net-ipv4addr",
"portdir": "perl/p5-net-ipv4addr",
"version": "0.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-ipv4addr",
"homepage": "https://metacpan.org/pod/Net::IPv4Addr",
"description": "Parse IPv4 addresses in traditional and CIDR formats",
"long_description": "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-ipv4addr"
]
}
],
"depends_on": []
},
{
"name": "p5.28-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IP::Match::Regexp",
"description": "Net::IP::Match::Regexp - Efficiently match IP addresses against ranges",
"long_description": "This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
},
{
"name": "p5.30-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IP::Match::Regexp",
"description": "Net::IP::Match::Regexp - Efficiently match IP addresses against ranges",
"long_description": "This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.32-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IP::Match::Regexp",
"description": "Net::IP::Match::Regexp - Efficiently match IP addresses against ranges",
"long_description": "This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": []
},
{
"name": "p5.34-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IP::Match::Regexp",
"description": "Net::IP::Match::Regexp - Efficiently match IP addresses against ranges",
"long_description": "This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-net-ip-match-regexp"
]
}
]
},
{
"name": "p5.28-net-ipv4addr",
"portdir": "perl/p5-net-ipv4addr",
"version": "0.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv4Addr",
"description": "Parse IPv4 addresses in traditional and CIDR formats",
"long_description": "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
},
{
"name": "p5.30-net-ipv4addr",
"portdir": "perl/p5-net-ipv4addr",
"version": "0.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv4Addr",
"description": "Parse IPv4 addresses in traditional and CIDR formats",
"long_description": "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.32-net-ipv4addr",
"portdir": "perl/p5-net-ipv4addr",
"version": "0.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv4Addr",
"description": "Parse IPv4 addresses in traditional and CIDR formats",
"long_description": "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": []
},
{
"name": "p5.34-net-ipv4addr",
"portdir": "perl/p5-net-ipv4addr",
"version": "0.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv4Addr",
"description": "Parse IPv4 addresses in traditional and CIDR formats",
"long_description": "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"fwknop",
"p5-net-ipv4addr"
]
}
]
},
{
"name": "p5-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-ipv6addr",
"homepage": "https://metacpan.org/pod/Net::IPv6Addr",
"description": "functions for parsing IPv6 addresses",
"long_description": "Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate \"IP6.INT.\" strings (as described in RFC1886) if you are inclined to play with DNS records.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-ipv6addr"
]
}
],
"depends_on": []
},
{
"name": "p5-net-ldap-express",
"portdir": "perl/p5-net-ldap-express",
"version": "0.120.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-ldap-express",
"homepage": "https://metacpan.org/pod/Net::LDAP::Express",
"description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"long_description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-ldap-express"
]
}
],
"depends_on": []
},
{
"name": "p5.28-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv6Addr",
"description": "functions for parsing IPv6 addresses",
"long_description": "Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate \"IP6.INT.\" strings (as described in RFC1886) if you are inclined to play with DNS records.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-math-base85",
"p5.28-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-net-frame"
]
}
]
},
{
"name": "p5.30-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv6Addr",
"description": "functions for parsing IPv6 addresses",
"long_description": "Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate \"IP6.INT.\" strings (as described in RFC1886) if you are inclined to play with DNS records.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-math-base85",
"p5.30-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-net-frame"
]
}
]
},
{
"name": "p5.32-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv6Addr",
"description": "functions for parsing IPv6 addresses",
"long_description": "Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate \"IP6.INT.\" strings (as described in RFC1886) if you are inclined to play with DNS records.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-math-base85",
"p5.32-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-net-frame"
]
}
]
},
{
"name": "p5.34-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::IPv6Addr",
"description": "functions for parsing IPv6 addresses",
"long_description": "Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate \"IP6.INT.\" strings (as described in RFC1886) if you are inclined to play with DNS records.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-math-base85",
"p5.34-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-net-frame",
"p5-net-ipv6addr"
]
}
]
},
{
"name": "p5.28-net-ldap-express",
"portdir": "perl/p5-net-ldap-express",
"version": "0.120.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LDAP::Express",
"description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"long_description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-perl-ldap"
]
}
],
"depends_on": []
},
{
"name": "p5.30-net-ldap-express",
"portdir": "perl/p5-net-ldap-express",
"version": "0.120.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LDAP::Express",
"description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"long_description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-perl-ldap"
]
}
],
"depends_on": []
},
{
"name": "p5.32-net-ldap-express",
"portdir": "perl/p5-net-ldap-express",
"version": "0.120.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LDAP::Express",
"description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"long_description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-perl-ldap"
]
}
],
"depends_on": []
},
{
"name": "p5.34-net-ldap-express",
"portdir": "perl/p5-net-ldap-express",
"version": "0.120.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LDAP::Express",
"description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"long_description": "Net::LDAP::Express - Simplified interface for Net::LDAP",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-perl-ldap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-net-ldap-express"
]
}
]
},
{
"name": "p5-net-libidn",
"portdir": "perl/p5-net-libidn",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-net-libidn",
"homepage": "https://metacpan.org/pod/Net::LibIDN",
"description": "Perl bindings for GNU Libidn",
"long_description": "Net::LibIDN is bindings for GNU Libidn, which is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-libidn"
]
}
],
"depends_on": []
},
{
"name": "p5-net-libidn2",
"portdir": "perl/p5-net-libidn2",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-net-libidn2",
"homepage": "https://metacpan.org/pod/Net::LibIDN2",
"description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"long_description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2656
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-libidn2"
]
}
],
"depends_on": []
},
{
"name": "p5.28-net-libidn",
"portdir": "perl/p5-net-libidn",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN",
"description": "Perl bindings for GNU Libidn",
"long_description": "Net::LibIDN is bindings for GNU Libidn, which is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"libidn"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-mail-spamassassin"
]
}
]
},
{
"name": "p5.30-net-libidn",
"portdir": "perl/p5-net-libidn",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN",
"description": "Perl bindings for GNU Libidn",
"long_description": "Net::LibIDN is bindings for GNU Libidn, which is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"libidn"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-mail-spamassassin"
]
}
]
},
{
"name": "p5.32-net-libidn",
"portdir": "perl/p5-net-libidn",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN",
"description": "Perl bindings for GNU Libidn",
"long_description": "Net::LibIDN is bindings for GNU Libidn, which is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"libidn"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-mail-spamassassin"
]
}
]
},
{
"name": "p5.34-net-libidn",
"portdir": "perl/p5-net-libidn",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN",
"description": "Perl bindings for GNU Libidn",
"long_description": "Net::LibIDN is bindings for GNU Libidn, which is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libidn",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-mail-spamassassin",
"p5-net-libidn"
]
}
]
},
{
"name": "p5.28-net-libidn2",
"portdir": "perl/p5-net-libidn2",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN2",
"description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"long_description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2656
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-extutils-cbuilder",
"p5.28-module-build",
"p5.28-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"libidn2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-mail-spamassassin",
"p5.28-net-dns"
]
}
]
},
{
"name": "p5.30-net-libidn2",
"portdir": "perl/p5-net-libidn2",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN2",
"description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"long_description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2656
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-extutils-cbuilder",
"p5.30-module-build",
"p5.30-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"libidn2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-mail-spamassassin",
"p5.30-net-dns"
]
}
]
},
{
"name": "p5.32-net-libidn2",
"portdir": "perl/p5-net-libidn2",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN2",
"description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"long_description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2656
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-module-build",
"p5.32-extutils-cbuilder",
"p5.32-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"libidn2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-mail-spamassassin",
"p5.32-net-dns"
]
}
]
},
{
"name": "p5.34-net-libidn2",
"portdir": "perl/p5-net-libidn2",
"version": "1.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::LibIDN2",
"description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"long_description": "Net::LibIDN2 - Perl bindings for GNU Libidn2",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2656
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-extutils-cbuilder",
"p5.34-module-build",
"p5.34-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libidn2",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-mail-spamassassin",
"p5.34-net-dns",
"p5-net-libidn2"
]
}
]
},
{
"name": "p5-net-netmask",
"portdir": "perl/p5-net-netmask",
"version": "2.0.300",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-netmask",
"homepage": "https://metacpan.org/pod/Net::Netmask",
"description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"long_description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-netmask"
]
}
],
"depends_on": []
},
{
"name": "p5-net-nfdump",
"portdir": "perl/p5-net-nfdump",
"version": "1.250.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-net-nfdump",
"homepage": "https://metacpan.org/pod/Net::NfDump",
"description": "Perl API for manipulating with nfdump files",
"long_description": "This module implements basic operations and allows to read, create and write NetFlow/SFlow/IPFIX flow records in binary files produced with nfdump (http://nfdump.sourceforge.net/) tool.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-nfdump"
]
}
],
"depends_on": []
},
{
"name": "p5.28-net-netmask",
"portdir": "perl/p5-net-netmask",
"version": "2.0.300",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Netmask",
"description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"long_description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-test-simple",
"p5.28-test-useallmodules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-mogilefs-server"
]
},
{
"type": "run",
"ports": [
"p5.28-perlbal"
]
}
]
},
{
"name": "p5.30-net-netmask",
"portdir": "perl/p5-net-netmask",
"version": "2.0.300",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Netmask",
"description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"long_description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-simple",
"p5.30-test-useallmodules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-mogilefs-server"
]
},
{
"type": "run",
"ports": [
"p5.30-perlbal"
]
}
]
},
{
"name": "p5.32-net-netmask",
"portdir": "perl/p5-net-netmask",
"version": "2.0.300",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Netmask",
"description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"long_description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-test-simple",
"p5.32-test-useallmodules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-mogilefs-server"
]
},
{
"type": "run",
"ports": [
"p5.32-perlbal"
]
}
]
},
{
"name": "p5.34-net-netmask",
"portdir": "perl/p5-net-netmask",
"version": "2.0.300",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Netmask",
"description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"long_description": "Net::Netmask - parse, manipulate and lookup IP network blocks",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-simple",
"p5.34-test-useallmodules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-math-bigint"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-mogilefs-server",
"p5-net-netmask"
]
},
{
"type": "run",
"ports": [
"p5.34-perlbal"
]
}
]
},
{
"name": "p5.28-net-nfdump",
"portdir": "perl/p5-net-nfdump",
"version": "1.250.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::NfDump",
"description": "Perl API for manipulating with nfdump files",
"long_description": "This module implements basic operations and allows to read, create and write NetFlow/SFlow/IPFIX flow records in binary files produced with nfdump (http://nfdump.sourceforge.net/) tool.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
},
{
"name": "p5.30-net-nfdump",
"portdir": "perl/p5-net-nfdump",
"version": "1.250.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::NfDump",
"description": "Perl API for manipulating with nfdump files",
"long_description": "This module implements basic operations and allows to read, create and write NetFlow/SFlow/IPFIX flow records in binary files produced with nfdump (http://nfdump.sourceforge.net/) tool.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.32-net-nfdump",
"portdir": "perl/p5-net-nfdump",
"version": "1.250.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::NfDump",
"description": "Perl API for manipulating with nfdump files",
"long_description": "This module implements basic operations and allows to read, create and write NetFlow/SFlow/IPFIX flow records in binary files produced with nfdump (http://nfdump.sourceforge.net/) tool.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": []
},
{
"name": "p5.34-net-nfdump",
"portdir": "perl/p5-net-nfdump",
"version": "1.250.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::NfDump",
"description": "Perl API for manipulating with nfdump files",
"long_description": "This module implements basic operations and allows to read, create and write NetFlow/SFlow/IPFIX flow records in binary files produced with nfdump (http://nfdump.sourceforge.net/) tool.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "pokui",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-net-nfdump"
]
}
]
},
{
"name": "p5-net-nslookup",
"portdir": "perl/p5-net-nslookup",
"version": "2.40.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-nslookup",
"homepage": "https://metacpan.org/pod/Net::Nslookup",
"description": "Provide nslookup(1)-like capabilities",
"long_description": "Provide nslookup(1)-like capabilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-nslookup"
]
}
],
"depends_on": []
},
{
"name": "p5-net-oauth",
"portdir": "perl/p5-net-oauth",
"version": "0.310.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-net-oauth",
"homepage": "https://metacpan.org/pod/Net::OAuth",
"description": "Net::OAuth - OAuth 1.0 for Perl",
"long_description": "Net::OAuth - OAuth 1.0 for Perl",
"active": true,
"categories": [
"net",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-net-oauth"
]
}
],
"depends_on": []
},
{
"name": "p5.28-net-nslookup",
"portdir": "perl/p5-net-nslookup",
"version": "2.40.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Nslookup",
"description": "Provide nslookup(1)-like capabilities",
"long_description": "Provide nslookup(1)-like capabilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-net-dns"
]
}
],
"depends_on": []
},
{
"name": "p5.30-net-nslookup",
"portdir": "perl/p5-net-nslookup",
"version": "2.40.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Nslookup",
"description": "Provide nslookup(1)-like capabilities",
"long_description": "Provide nslookup(1)-like capabilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-net-dns"
]
}
],
"depends_on": []
},
{
"name": "p5.32-net-nslookup",
"portdir": "perl/p5-net-nslookup",
"version": "2.40.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Nslookup",
"description": "Provide nslookup(1)-like capabilities",
"long_description": "Provide nslookup(1)-like capabilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-net-dns"
]
}
],
"depends_on": []
},
{
"name": "p5.34-net-nslookup",
"portdir": "perl/p5-net-nslookup",
"version": "2.40.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Nslookup",
"description": "Provide nslookup(1)-like capabilities",
"long_description": "Provide nslookup(1)-like capabilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-net-dns"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-net-nslookup"
]
}
]
},
{
"name": "p5.28-net-oauth",
"portdir": "perl/p5-net-oauth",
"version": "0.310.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::OAuth",
"description": "Net::OAuth - OAuth 1.0 for Perl",
"long_description": "Net::OAuth - OAuth 1.0 for Perl",
"active": true,
"categories": [
"net",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.28-class-accessor",
"p5.28-class-data-inheritable",
"p5.28-crypt-urandom",
"perl5.28",
"p5.28-libwww-perl",
"p5.28-test-warn",
"p5.28-uri",
"p5.28-digest-sha"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-flickr-api",
"p5.28-flickr-upload",
"p5.28-net-twitter",
"p5.28-net-twitter-lite"
]
}
]
},
{
"name": "p5.30-net-oauth",
"portdir": "perl/p5-net-oauth",
"version": "0.310.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::OAuth",
"description": "Net::OAuth - OAuth 1.0 for Perl",
"long_description": "Net::OAuth - OAuth 1.0 for Perl",
"active": true,
"categories": [
"net",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-class-accessor",
"p5.30-class-data-inheritable",
"p5.30-crypt-urandom",
"perl5.30",
"p5.30-libwww-perl",
"p5.30-test-warn",
"p5.30-uri",
"p5.30-digest-sha"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-flickr-api",
"p5.30-flickr-upload",
"p5.30-net-twitter",
"p5.30-net-twitter-lite"
]
}
]
},
{
"name": "p5.32-net-oauth",
"portdir": "perl/p5-net-oauth",
"version": "0.310.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::OAuth",
"description": "Net::OAuth - OAuth 1.0 for Perl",
"long_description": "Net::OAuth - OAuth 1.0 for Perl",
"active": true,
"categories": [
"net",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.32-class-accessor",
"p5.32-class-data-inheritable",
"p5.32-crypt-urandom",
"perl5.32",
"p5.32-libwww-perl",
"p5.32-test-warn",
"p5.32-uri",
"p5.32-digest-sha"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-flickr-api",
"p5.32-flickr-upload",
"p5.32-net-twitter",
"p5.32-net-twitter-lite"
]
}
]
}
]
}