HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50601,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=846",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=844",
"results": [
{
"name": "p5.26-perlio-via-bzip2",
"portdir": "perl/p5-perlio-via-bzip2",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PerlIO::via::Bzip2",
"description": "This is a PerlIO layer for handling bzip2 compressed files.",
"long_description": "This is a PerlIO layer for handling bzip2 compressed files.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-compress-bzip2"
]
}
],
"depends_on": []
},
{
"name": "p5.26-parse-win32registry",
"portdir": "perl/p5-parse-win32registry",
"version": "1.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::Win32Registry",
"description": "Perl Module to parse Windows Registry",
"long_description": "Perl Module to parse Windows Registry",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode",
"p5.26-time-local"
]
}
],
"depends_on": []
},
{
"name": "p5.26-ppix-utilities",
"portdir": "perl/p5-ppix-utilities",
"version": "1.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PPIx::Utilities",
"description": "PPIx::Utilities - Extensions to PPI",
"long_description": "This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-deep"
]
},
{
"type": "lib",
"ports": [
"p5.26-ppi",
"perl5.26",
"p5.26-task-weaken",
"p5.26-readonly",
"p5.26-exception-class"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-perl-critic"
]
}
]
},
{
"name": "p5.26-proc-daemon",
"portdir": "perl/p5-proc-daemon",
"version": "0.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Proc::Daemon",
"description": "Run Perl program(s) as a daemon process",
"long_description": "This module can be used by a Perl program to initialize itself as a daemon or to execute (exec) a system command as daemon. You can also check the status of the daemon (alive or dead) and you can kill the daemon.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-proc-processtable"
]
}
],
"depends_on": []
},
{
"name": "p5.26-panotools-script",
"portdir": "perl/p5-panotools-script",
"version": "0.290.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Panotools::Script",
"description": "Tools for manipulating Hugin script files",
"long_description": "Library and utilities for manipulating project files created by the Hugin photo stitching software (available as port hugin-app). This file format is shared with various other tools, in particular this module is also capable of working with Panorama Tools script files.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-graphviz",
"p5.26-image-exiftool",
"p5.26-image-size"
]
}
],
"depends_on": []
},
{
"name": "p5.26-poe-component-client-ping",
"portdir": "perl/p5-poe-component-client-ping",
"version": "1.175.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/POE::Component::Client::Ping",
"description": "A non-blocking ICMP ping client",
"long_description": "A non-blocking ICMP ping client",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-poe",
"p5.26-time-hires"
]
}
],
"depends_on": []
},
{
"name": "p5.26-parse-recdescent",
"portdir": "perl/p5-parse-recdescent",
"version": "1.967.15",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::RecDescent",
"description": "Generate Recursive-Descent Parsers",
"long_description": "RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated, optional and alternate subrules within productions, * Late-bound (run-time dispatched) subrules * Full access to Perl within actions specified as part of the grammar, * Simple automated error reporting during parser generation and parsing, * The ability to commit to, uncommit to, or reject particular productions during a parse, * Incremental extension of the parsing grammar (even during a parse), * Precompilation of parser objects, * User-definable reduce-reduce conflict resolution via scoring of matching productions. See the file RecDescent.pod for excruciating detail on all of this.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-warn"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-text-balanced"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-inline-python"
]
},
{
"type": "lib",
"ports": [
"p5.26-css",
"p5.26-extutils-xsbuilder",
"p5.26-gedcom",
"p5.26-google-protocolbuffers",
"p5.26-graphviz",
"p5.26-html-template-compiled",
"p5.26-inline-c",
"p5.26-mail-audit",
"p5.26-mail-imapclient",
"p5.26-math-symbolic",
"p5.26-rdf-query",
"p5.26-spreadsheet-writeexcel",
"p5.26-sql-translator"
]
}
]
},
{
"name": "p5.26-net-dict",
"portdir": "perl/p5-net-dict",
"version": "2.210.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Dict",
"description": "Simple client API for the DICT protocol",
"long_description": "Perl class implementing a simple client API for the DICT protocol defined in RFC2229",
"active": false,
"categories": [
"textproc",
"perl"
],
"maintainers": [],
"variants": [
"dict_altname"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-differences",
"p5.26-test-requiresinternet"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-appconfig-std"
]
}
],
"depends_on": []
},
{
"name": "p5.26-net-snmp",
"portdir": "perl/p5-net-snmp",
"version": "6.0.1",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::SNMP",
"description": "Object oriented interface to SNMP",
"long_description": "The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-crypt-des",
"p5.26-crypt-rijndael",
"p5.26-digest-hmac",
"perl5.26",
"p5.26-module-build",
"p5.26-socket6",
"p5.26-digest-sha1"
]
}
],
"depends_on": []
},
{
"name": "p5.26-net-ip-match-regexp",
"portdir": "perl/p5-net-ip-match-regexp",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"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": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-net-telnet",
"portdir": "perl/p5-net-telnet",
"version": "3.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::Telnet",
"description": "Interact with TELNET port or other TCP ports",
"long_description": "Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a time-out and to wait for patterns to appear in the input stream, such as the prompt from a shell.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-net-cli-interact",
"p5.26-net-telnet-cisco"
]
}
]
},
{
"name": "p5.26-net-ipv6addr",
"portdir": "perl/p5-net-ipv6addr",
"version": "1.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"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": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-math-base85",
"p5.26-net-ipv4addr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-net-frame"
]
}
]
},
{
"name": "p5.26-net-ftpserver",
"portdir": "perl/p5-net-ftpserver",
"version": "1.125.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Net::FTPServer",
"description": "A secure, extensible and configurable Perl FTP server",
"long_description": "Net::FTPServer is a secure, extensible and configurable FTP server written in Perl. \nCurrent features include: \n * Authenticated FTP access. \n * Anonymous FTP access. \n * Complete implementation of current RFCs. \n * ASCII or binary type file transfers. \n * Active or passive mode file transfers. \n * Run standalone or from inetd(8). \n * Security features: chroot, resource limits, tainting, protection against buffer overflows. \n * IP-based and/or IP-less virtual hosts. \n * Complete access control system. \n * Anonymous read-only FTP personality. \n * Virtual filesystem allows files to be served from a database. \n * Directory aliases and CDPATH support. \n * Extensible command set. \n * Generate archives on the fly.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-archive-zip",
"p5.26-bsd-resource",
"p5.26-dbi",
"p5.26-io-stringy"
]
}
],
"depends_on": []
},
{
"name": "p5.26-module-implementation",
"portdir": "perl/p5-module-implementation",
"version": "0.90.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Module::Implementation",
"description": "Module::Implementation - Loads one of several alternate underlying implementations for a module",
"long_description": "This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-fatal",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-runtime",
"p5.26-try-tiny"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-class-load-xs",
"p5.26-apache-session-wrapper"
]
},
{
"type": "lib",
"ports": [
"p5.26-class-load",
"p5.26-getopt-long-descriptive",
"p5.26-list-someutils",
"p5.26-package-stash",
"p5.26-params-validate",
"p5.26-b-hooks-endofscope"
]
}
]
},
{
"name": "p5.26-moosex-role-parameterized",
"portdir": "perl/p5-moosex-role-parameterized",
"version": "1.110.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Role::Parameterized",
"description": "MooseX::Role::Parameterized - roles with composition parameters",
"long_description": "MooseX::Role::Parameterized - roles with composition parameters",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-cpan-meta-check",
"p5.26-module-build-tiny",
"p5.26-test-fatal",
"p5.26-test-needs"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-namespace-clean",
"p5.26-module-build",
"p5.26-module-runtime",
"p5.26-moose",
"p5.26-namespace-autoclean"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-moosex-traits",
"p5.26-moosex-methodattributes",
"p5.26-moosex-classattribute"
]
},
{
"type": "lib",
"ports": [
"p5.26-moosex-getopt",
"p5.26-moosex-oneargnew",
"p5.26-moosex-storage-format-jsonpm",
"p5.26-moosex-storage-io-chi",
"p5.26-net-twitter",
"p5.26-dist-zilla",
"p5.26-role-hasmessage",
"p5.26-fey",
"p5.26-moosex-attributeshortcuts"
]
}
]
},
{
"name": "p5.26-mail-srs",
"portdir": "perl/p5-mail-srs",
"version": "0.310.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::SRS",
"description": "Mail::SRS - Interface to Sender Rewriting Scheme",
"long_description": "The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. SRS provides a convention for return-path rewriting which allows multiple forwarding servers to compact the return-path. SRS also provides an authentication mechanism to ensure that purported bounces are not arbitrarily forwarded. SRS is documented at http://spf.pobox.com/srs.html and many points about the scheme are discussed at http://www.anarres.org/projects/srs/ For a better understanding of this code and how it functions, please read this document and run the interactive walkthrough in eg/simple.pl in this distribution. To run this from the build directory, type \"make teach\".",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-moox-types-mooselike-numeric",
"portdir": "perl/p5-moox-types-mooselike-numeric",
"version": "1.30.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooX::Types::MooseLike::Numeric",
"description": "MooX::Types::MooseLike::Numeric - Moo types for numbers",
"long_description": "MooX::Types::MooseLike::Numeric - Moo types for numbers",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-moo",
"p5.26-moox-types-mooselike"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-chi"
]
}
]
},
{
"name": "p5.26-moosex-strictconstructor",
"portdir": "perl/p5-moosex-strictconstructor",
"version": "0.210.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::StrictConstructor",
"description": "MooseX::StrictConstructor - Make your object constructors blow up on unknown attributes",
"long_description": "MooseX::StrictConstructor - Make your object constructors blow up on unknown attributes",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-moo",
"p5.26-test-fatal",
"p5.26-test-needs"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"p5.26-namespace-autoclean",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-fey",
"p5.26-fey-dbimanager",
"p5.26-fey-orm",
"p5.26-mason"
]
}
]
},
{
"name": "p5.26-moosex-types-structured",
"portdir": "perl/p5-moosex-types-structured",
"version": "0.360.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Types::Structured",
"description": "MooseX::Types::Structured - Structured Type Constraints for Moose",
"long_description": "MooseX::Types::Structured - Structured Type Constraints for Moose",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-datetime",
"p5.26-module-build-tiny",
"p5.26-moosex-types-datetime",
"p5.26-test-fatal",
"p5.26-test-needs"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-sub-exporter",
"p5.26-devel-partialdump",
"p5.26-module-build",
"p5.26-moose",
"p5.26-moosex-types",
"p5.26-namespace-clean"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-catalyst-view-html-mason"
]
}
]
},
{
"name": "p5.26-moox-types-mooselike",
"portdir": "perl/p5-moox-types-mooselike",
"version": "0.290.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooX::Types::MooseLike",
"description": "MooX::Types::MooseLike - some Moosish types and a type builder",
"long_description": "MooX::Types::MooseLike - some Moosish types and a type builder",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-moo",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-runtime",
"p5.26-strictures"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-moox-handlesvia"
]
},
{
"type": "lib",
"ports": [
"p5.26-email-sender",
"p5.26-moox-types-mooselike-numeric",
"p5.26-net-appliance-session",
"p5.26-net-cli-interact",
"p5.26-session-storage-secure",
"p5.26-chi",
"p5.26-www-mechanize-cached"
]
}
]
},
{
"name": "p5.26-module-build-xsutil",
"portdir": "perl/p5-module-build-xsutil",
"version": "0.190.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Module::Build::XSUtil",
"description": "A Module::Build class for building XS modules",
"long_description": "A Module::Build class for building XS modules",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-cwd-guard",
"p5.26-file-copy-recursive-reduced"
]
},
{
"type": "lib",
"ports": [
"p5.26-devel-checkcompiler",
"p5.26-module-build",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-compiler-lexer",
"p5.26-data-messagepack",
"p5.26-mouse",
"p5.26-text-xslate"
]
}
]
},
{
"name": "p5.26-module-versions-report",
"portdir": "perl/p5-module-versions-report",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Module::Versions::Report",
"description": "Report versions of all modules in memory",
"long_description": "Report versions of all modules in memory",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-moosex-traits",
"portdir": "perl/p5-moosex-traits",
"version": "0.130.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Traits",
"description": "automatically apply roles at object creation time",
"long_description": "automatically apply roles at object creation time",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-moosex-role-parameterized",
"p5.26-test-fatal",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-sub-exporter",
"p5.26-class-load",
"p5.26-module-build",
"p5.26-moose",
"p5.26-namespace-autoclean"
]
}
],
"depends_on": []
},
{
"name": "p5.26-moosex-object-pluggable",
"portdir": "perl/p5-moosex-object-pluggable",
"version": "0.1.400",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Object::Pluggable",
"description": "MooseX::Object::Pluggable - Make your classes pluggable",
"long_description": "MooseX::Object::Pluggable - Make your classes pluggable",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-module-runtime",
"p5.26-moose",
"perl5.26",
"p5.26-try-tiny",
"p5.26-namespace-autoclean",
"p5.26-module-build",
"p5.26-module-pluggable"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-devel-repl",
"p5.26-treepath"
]
}
]
},
{
"name": "p5.26-moosex-configfromfile",
"portdir": "perl/p5-moosex-configfromfile",
"version": "0.140.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::ConfigFromFile",
"description": "MooseX::ConfigFromFile - An abstract Moose role for setting attributes from a configfile",
"long_description": "MooseX::ConfigFromFile - An abstract Moose role for setting attributes from a configfile",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-test-without-module",
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-test-deep",
"p5.26-test-fatal",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-build",
"p5.26-moose",
"p5.26-moosex-types",
"p5.26-moosex-types-path-tiny",
"p5.26-namespace-autoclean"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-moosex-simpleconfig"
]
}
]
},
{
"name": "p5.26-mogilefs-client",
"portdir": "perl/p5-mogilefs-client",
"version": "1.170.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MogileFS::Client",
"description": "Client library for the MogileFS distributed file system",
"long_description": "This module is a client library for the MogileFS distributed file system. The class method 'new' creates a client object against a particular mogilefs tracker and domain. This object may then be used to store and retrieve content easily from MogileFS.",
"active": false,
"categories": [
"sysutils",
"net",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-io-stringy",
"p5.26-libwww-perl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-mogilefs-server",
"p5.26-mogilefs-utils"
]
}
]
},
{
"name": "p5.26-mac-applescript-glue",
"portdir": "perl/p5-mac-applescript-glue",
"version": "0.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mac::AppleScript::Glue",
"description": "Glue to use AppleScript to communicate with Mac apps",
"long_description": "This module allows you to write Perl code in object-oriented syntax to control Mac applications. The module does not actually execute Apple Events, but actually translates Perl code to AppleScript code and causes it to be executed.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-mac-applescript",
"p5.26-test-pod"
]
}
],
"depends_on": []
},
{
"name": "p5.26-module-runtime-conflicts",
"portdir": "perl/p5-module-runtime-conflicts",
"version": "0.3.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Module::Runtime::Conflicts",
"description": "Module::Runtime::Conflicts - Provide information on conflicts for Module::Runtime",
"long_description": "This module provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called from Moose::Conflicts and moose-outdated.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-checkconflicts",
"p5.26-module-runtime"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-moose"
]
}
]
},
{
"name": "p5.26-locale-maketext-lexicon",
"portdir": "perl/p5-locale-maketext-lexicon",
"version": "1.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Locale::Maketext::Lexicon",
"description": "Use other catalog formats in Maketext.",
"long_description": "Use other catalog formats in Maketext.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-lockfile-simple",
"portdir": "perl/p5-lockfile-simple",
"version": "0.208.0",
"license": "Artistic-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/LockFile::Simple",
"description": "Simple file locking scheme",
"long_description": "Simple file locking scheme",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-list-utilsby",
"portdir": "perl/p5-list-utilsby",
"version": "0.110.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/List::UtilsBy",
"description": "List::UtilsBy - higher-order list utility functions",
"long_description": "List::UtilsBy - higher-order list utility functions",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-convert-color",
"p5.26-devel-mat",
"p5.26-dist-zilla-plugin-git-contributors",
"p5.26-list-allutils"
]
}
]
},
{
"name": "p5.26-local-lib",
"portdir": "perl/p5-local-lib",
"version": "2.0.24",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/local::lib",
"description": "Create and use a local lib/ for perl modules with PERL5LIB",
"long_description": "Create and use a local lib/ for perl modules with PERL5LIB",
"active": false,
"categories": [
"devel",
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-extutils-install",
"p5.26-extutils-makemaker",
"p5.26-module-build"
]
}
],
"depends_on": []
},
{
"name": "p5.26-lingua-translit",
"portdir": "perl/p5-lingua-translit",
"version": "0.280.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Lingua::Translit",
"description": "convert text from one writing system to another",
"long_description": "Lingua::Translit can be used to convert text from one writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-io-multiplex",
"portdir": "perl/p5-io-multiplex",
"version": "1.160.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/IO::Multiplex",
"description": "Manage IO on many file handles",
"long_description": "IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system calls. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-import-into",
"portdir": "perl/p5-import-into",
"version": "1.2.5",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Import::Into",
"description": "Import::Into - import packages into other packages",
"long_description": "Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and some things are pragmas. Exporting on someone else's behalf is harder. The exporters don't provide a consistent API for this, and pragmas need to have their import method called directly, since they affect the current unit of compilation. Import::Into provides global methods to make this painless.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-pithub"
]
},
{
"type": "lib",
"ports": [
"p5.26-dancer2",
"p5.26-package-variant",
"p5.26-test-kit",
"p5.26-utf8-all",
"p5.26-zmq-ffi"
]
}
]
},
{
"name": "p5.26-inline-filters",
"portdir": "perl/p5-inline-filters",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Inline::Filters",
"description": "Inline::Filters - Common source code filters for Inline Modules.",
"long_description": "Inline::Filters - Common source code filters for Inline Modules.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-inline",
"p5.26-inline-c"
]
}
],
"depends_on": []
},
{
"name": "p5.325.32-inc-latest",
"portdir": "perl/p5-inc-latest",
"version": "0.500.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/inc::latest",
"description": "inc::latest - use modules bundled in inc/ if they are newer than installed ones",
"long_description": "inc::latest - use modules bundled in inc/ if they are newer than installed ones",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
null
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.325.32-module-build"
]
}
]
},
{
"name": "p5.26-io-sessiondata",
"portdir": "perl/p5-io-sessiondata",
"version": "1.30.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/IO::SessionData",
"description": "supporting module for SOAP::Lite",
"long_description": "supporting module for SOAP::Lite",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-soap-lite"
]
}
]
},
{
"name": "p5.26-inline-c",
"portdir": "perl/p5-inline-c",
"version": "0.810.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Inline::C",
"description": "Inline::C Write Perl Subroutines in C",
"long_description": "Inline::C is a module that allows you to write Perl subroutines in C.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-yaml-libyaml",
"clang-9.0",
"p5.26-file-copy-recursive",
"p5.26-file-sharedir-install",
"p5.26-io-all",
"p5.26-test-warn"
]
},
{
"type": "lib",
"ports": [
"p5.26-extutils-makemaker",
"p5.26-inline",
"p5.26-parse-recdescent",
"p5.26-pegex",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-alien-gimp"
]
},
{
"type": "lib",
"ports": [
"p5.26-inline-filters",
"p5.26-pdl"
]
}
]
},
{
"name": "p5.26-innotop",
"portdir": "perl/p5-innotop",
"version": "1.10.0",
"license": "(GPL-2 or Artistic-1)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/innotop/innotop",
"description": "A MySQL and InnoDB monitor program.",
"long_description": "MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open tables, replication status, buffer information, row operations, logs, I/O operations, load graph, and more. You can monitor any servers at once with innotop.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dbd-mysql",
"p5.26-dbi",
"p5.26-term-readkey"
]
}
],
"depends_on": []
},
{
"name": "p5.26-http-lite",
"portdir": "perl/p5-http-lite",
"version": "2.440.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTTP::Lite",
"description": "Perl 5 modules for lightweight HTTP implementation",
"long_description": "Perl 5 modules for lightweight HTTP implementation",
"active": false,
"categories": [
"www",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-cgi"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-data-entropy"
]
}
]
},
{
"name": "p5.26-html-masonx-apachelikeplackhandler",
"portdir": "perl/p5-html-masonx-apachelikeplackhandler",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::MasonX::ApacheLikePlackHandler",
"description": "HTML::MasonX::ApacheLikePlackHandler - An evil mod_perl-like Mason handler under Plack",
"long_description": "This is a forked HTML::Mason::ApacheHandler suitable for running under Plack with a mock Apache 2 request object that you have to provide yourself. This provides one possible way to transition a HTML::Mason application running under Apache 2 and mod_perl to a Plack stack running outside of Apache.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-html-mason"
]
}
],
"depends_on": []
},
{
"name": "p5.26-io-digest",
"portdir": "perl/p5-io-digest",
"version": "0.110.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/IO::Digest",
"description": "This is a Perl extension for calculating digests while reading or writing",
"long_description": "This is a Perl extension for calculating digests while reading or writing",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-perlio-via-dynamic"
]
}
],
"depends_on": []
},
{
"name": "p5.26-html-wikiconverter-kwiki",
"portdir": "perl/p5-html-wikiconverter-kwiki",
"version": "0.510.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::WikiConverter::Kwiki",
"description": "HTML::WikiConverter::Kwiki - Convert Kwiki markup",
"long_description": "This module contains rules for converting HTML into Kwiki markup. See HTML::WikiConverter for additional usage details.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-html-wikiconverter"
]
}
],
"depends_on": []
},
{
"name": "p5.26-html-mason-psgihandler",
"portdir": "perl/p5-html-mason-psgihandler",
"version": "0.530.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::Mason::PSGIHandler",
"description": "HTML::Mason::PSGIHandler - PSGI handler for HTML::Mason",
"long_description": "HTML::Mason::PSGIHandler - PSGI handler for HTML::Mason",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-plack"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-cgi-psgi",
"p5.26-html-mason"
]
}
],
"depends_on": []
},
{
"name": "p5.26-html-wikiconverter-xwiki",
"portdir": "perl/p5-html-wikiconverter-xwiki",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::WikiConverter::XWiki",
"description": "HTML::WikiConverter::XWiki - Convert XWiki markup",
"long_description": "This module contains rules for converting HTML into XWiki markup. See HTML::WikiConverter for additional usage details.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-html-wikiconverter"
]
}
],
"depends_on": []
},
{
"name": "p5.26-http-headers-fast",
"portdir": "perl/p5-http-headers-fast",
"version": "0.220.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTTP::Headers::Fast",
"description": "HTTP::Headers::Fast - faster implementation of HTTP::Headers",
"long_description": "HTTP::Headers::Fast - faster implementation of HTTP::Headers",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-uri",
"p5.26-http-message",
"p5.26-module-build-tiny",
"p5.26-test-requires",
"clang-9.0",
"p5.26-cpan-meta"
]
},
{
"type": "lib",
"ports": [
"p5.26-http-date",
"p5.26-module-build",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-plack"
]
}
]
},
{
"name": "p5.26-html-wikiconverter-googlecode",
"portdir": "perl/p5-html-wikiconverter-googlecode",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::WikiConverter::GoogleCode",
"description": "HTML::WikiConverter::GoogleCode - Convert Google Code wiki markup",
"long_description": "This module contains rules for converting HTML into Google Code markup. See HTML::WikiConverter for additional usage details.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-html-wikiconverter"
]
}
],
"depends_on": []
},
{
"name": "p5.26-html-wikiconverter",
"portdir": "perl/p5-html-wikiconverter",
"version": "0.680.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTML::WikiConverter",
"description": "Convert HTML to wiki markup",
"long_description": "HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki \"dialects\". A number of dialects are supported via additional modules in the p5-html-wikiconverter-* family, including DokuWiki, Kwiki, MediaWiki, MoinMoin, Oddmuse, PhpWiki, PmWiki, and WakkaWiki.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-class-data-inheritable",
"p5.26-css",
"p5.26-html-parser",
"p5.26-html-tagset",
"perl5.26",
"p5.26-list-moreutils",
"p5.26-module-depends",
"p5.26-params-validate",
"p5.26-uri",
"p5.26-html-tree"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-html-wikiconverter-confluence",
"p5.26-html-wikiconverter-dokuwiki",
"p5.26-html-wikiconverter-googlecode",
"p5.26-html-wikiconverter-kwiki",
"p5.26-html-wikiconverter-markdown",
"p5.26-html-wikiconverter-mediawiki",
"p5.26-html-wikiconverter-moinmoin",
"p5.26-html-wikiconverter-oddmuse",
"p5.26-html-wikiconverter-pbwiki",
"p5.26-html-wikiconverter-phpwiki",
"p5.26-html-wikiconverter-pmwiki",
"p5.26-html-wikiconverter-snipsnap",
"p5.26-html-wikiconverter-xwiki"
]
}
]
},
{
"name": "p5.26-gdtextutil",
"portdir": "perl/p5-gdtextutil",
"version": "0.860.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/GDTextUtil",
"description": "Text utilities for use with GD",
"long_description": "This package provides three modules that make it possible to work with internal GD fonts as well as TrueType fonts, without having to worry about different interface functions to call. Apart from an abstract interface to all font types and strings for GD, this library also provides some utility in aligning and wrapping your string.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-gd"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-gdgraph"
]
}
]
}
]
}