notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
p5-Specio Type constraints and coercions for Perl
0.53 devel on this many watch lists=11 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.53Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-08-27 17:15:39
Last Update: 2025-10-18 23:51:25
Commit Hash: 7984ea0
People watching this port, also watch:: p5-File-Listing, libunistring, p5-Encode-Locale, p5-namespace-autoclean, libedit
Also Listed In: perl5
License: ART20
WWW:
https://metacpan.org/release/Specio
Description:
The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type. The author's long-term goal is to replace Moose's built-in types and MooseX::Types with this module.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (88 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Specio-0.53/catalog.mk
  2. /usr/local/share/licenses/p5-Specio-0.53/LICENSE
  3. /usr/local/share/licenses/p5-Specio-0.53/ART20
  4. lib/perl5/site_perl/Specio.pm
  5. lib/perl5/site_perl/Specio/Coercion.pm
  6. lib/perl5/site_perl/Specio/Constraint/AnyCan.pm
  7. lib/perl5/site_perl/Specio/Constraint/AnyDoes.pm
  8. lib/perl5/site_perl/Specio/Constraint/AnyIsa.pm
  9. lib/perl5/site_perl/Specio/Constraint/Enum.pm
  10. lib/perl5/site_perl/Specio/Constraint/Intersection.pm
  11. lib/perl5/site_perl/Specio/Constraint/ObjectCan.pm
  12. lib/perl5/site_perl/Specio/Constraint/ObjectDoes.pm
  13. lib/perl5/site_perl/Specio/Constraint/ObjectIsa.pm
  14. lib/perl5/site_perl/Specio/Constraint/Parameterizable.pm
  15. lib/perl5/site_perl/Specio/Constraint/Parameterized.pm
  16. lib/perl5/site_perl/Specio/Constraint/Role/CanType.pm
  17. lib/perl5/site_perl/Specio/Constraint/Role/DoesType.pm
  18. lib/perl5/site_perl/Specio/Constraint/Role/Interface.pm
  19. lib/perl5/site_perl/Specio/Constraint/Role/IsaType.pm
  20. lib/perl5/site_perl/Specio/Constraint/Simple.pm
  21. lib/perl5/site_perl/Specio/Constraint/Structurable.pm
  22. lib/perl5/site_perl/Specio/Constraint/Structured.pm
  23. lib/perl5/site_perl/Specio/Constraint/Union.pm
  24. lib/perl5/site_perl/Specio/Declare.pm
  25. lib/perl5/site_perl/Specio/DeclaredAt.pm
  26. lib/perl5/site_perl/Specio/Exception.pm
  27. lib/perl5/site_perl/Specio/Exporter.pm
  28. lib/perl5/site_perl/Specio/Helpers.pm
  29. lib/perl5/site_perl/Specio/Library/Builtins.pm
  30. lib/perl5/site_perl/Specio/Library/Numeric.pm
  31. lib/perl5/site_perl/Specio/Library/Perl.pm
  32. lib/perl5/site_perl/Specio/Library/String.pm
  33. lib/perl5/site_perl/Specio/Library/Structured.pm
  34. lib/perl5/site_perl/Specio/Library/Structured/Dict.pm
  35. lib/perl5/site_perl/Specio/Library/Structured/Map.pm
  36. lib/perl5/site_perl/Specio/Library/Structured/Tuple.pm
  37. lib/perl5/site_perl/Specio/OO.pm
  38. lib/perl5/site_perl/Specio/PP.pm
  39. lib/perl5/site_perl/Specio/PartialDump.pm
  40. lib/perl5/site_perl/Specio/Registry.pm
  41. lib/perl5/site_perl/Specio/Role/Inlinable.pm
  42. lib/perl5/site_perl/Specio/Subs.pm
  43. lib/perl5/site_perl/Specio/TypeChecks.pm
  44. lib/perl5/site_perl/Specio/XS.pm
  45. lib/perl5/site_perl/Test/Specio.pm
  46. lib/perl5/site_perl/man/man3/Specio.3.gz
  47. lib/perl5/site_perl/man/man3/Specio::Coercion.3.gz
  48. lib/perl5/site_perl/man/man3/Specio::Constraint::AnyCan.3.gz
  49. lib/perl5/site_perl/man/man3/Specio::Constraint::AnyDoes.3.gz
  50. lib/perl5/site_perl/man/man3/Specio::Constraint::AnyIsa.3.gz
  51. lib/perl5/site_perl/man/man3/Specio::Constraint::Enum.3.gz
  52. lib/perl5/site_perl/man/man3/Specio::Constraint::Intersection.3.gz
  53. lib/perl5/site_perl/man/man3/Specio::Constraint::ObjectCan.3.gz
  54. lib/perl5/site_perl/man/man3/Specio::Constraint::ObjectDoes.3.gz
  55. lib/perl5/site_perl/man/man3/Specio::Constraint::ObjectIsa.3.gz
  56. lib/perl5/site_perl/man/man3/Specio::Constraint::Parameterizable.3.gz
  57. lib/perl5/site_perl/man/man3/Specio::Constraint::Parameterized.3.gz
  58. lib/perl5/site_perl/man/man3/Specio::Constraint::Role::CanType.3.gz
  59. lib/perl5/site_perl/man/man3/Specio::Constraint::Role::DoesType.3.gz
  60. lib/perl5/site_perl/man/man3/Specio::Constraint::Role::Interface.3.gz
  61. lib/perl5/site_perl/man/man3/Specio::Constraint::Role::IsaType.3.gz
  62. lib/perl5/site_perl/man/man3/Specio::Constraint::Simple.3.gz
  63. lib/perl5/site_perl/man/man3/Specio::Constraint::Structurable.3.gz
  64. lib/perl5/site_perl/man/man3/Specio::Constraint::Structured.3.gz
  65. lib/perl5/site_perl/man/man3/Specio::Constraint::Union.3.gz
  66. lib/perl5/site_perl/man/man3/Specio::Declare.3.gz
  67. lib/perl5/site_perl/man/man3/Specio::DeclaredAt.3.gz
  68. lib/perl5/site_perl/man/man3/Specio::Exception.3.gz
  69. lib/perl5/site_perl/man/man3/Specio::Exporter.3.gz
  70. lib/perl5/site_perl/man/man3/Specio::Helpers.3.gz
  71. lib/perl5/site_perl/man/man3/Specio::Library::Builtins.3.gz
  72. lib/perl5/site_perl/man/man3/Specio::Library::Numeric.3.gz
  73. lib/perl5/site_perl/man/man3/Specio::Library::Perl.3.gz
  74. lib/perl5/site_perl/man/man3/Specio::Library::String.3.gz
  75. lib/perl5/site_perl/man/man3/Specio::Library::Structured.3.gz
  76. lib/perl5/site_perl/man/man3/Specio::Library::Structured::Dict.3.gz
  77. lib/perl5/site_perl/man/man3/Specio::Library::Structured::Map.3.gz
  78. lib/perl5/site_perl/man/man3/Specio::Library::Structured::Tuple.3.gz
  79. lib/perl5/site_perl/man/man3/Specio::OO.3.gz
  80. lib/perl5/site_perl/man/man3/Specio::PartialDump.3.gz
  81. lib/perl5/site_perl/man/man3/Specio::Registry.3.gz
  82. lib/perl5/site_perl/man/man3/Specio::Role::Inlinable.3.gz
  83. lib/perl5/site_perl/man/man3/Specio::Subs.3.gz
  84. lib/perl5/site_perl/man/man3/Specio::TypeChecks.3.gz
  85. lib/perl5/site_perl/man/man3/Test::Specio.3.gz
  86. @owner
  87. @group
  88. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • p5-Specio>0:devel/p5-Specio
To install the port:
cd /usr/ports/devel/p5-Specio/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Specio
  • pkg install p5-Specio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Specio
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759774565 SHA256 (Specio-0.53.tar.gz) = 0d0eecfb9e89bd0f5f710fac42e1200a882d513a862f98497eaef5927ac6c183 SIZE (Specio-0.53.tar.gz) = 130009

Packages (timestamps in pop-ups are UTC):
p5-Specio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.530.53n/an/an/an/an/an/a
FreeBSD:13:quarterly0.530.53n/an/an/an/an/an/a
FreeBSD:14:latest0.530.530.480.510.530.48-0.48
FreeBSD:14:quarterly0.530.53-0.510.530.480.480.48
FreeBSD:15:latest0.530.53n/a0.51n/an/a0.480.48
FreeBSD:15:quarterly0.530.53n/a-n/an/a--
FreeBSD:16:latest0.530.53n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Clone>=0 : devel/p5-Clone
  2. p5-Clone-PP>=0 : devel/p5-Clone-PP
  3. p5-Devel-StackTrace>=0 : devel/p5-Devel-StackTrace
  4. p5-Eval-Closure>=0 : devel/p5-Eval-Closure
  5. p5-MRO-Compat>=0 : devel/p5-MRO-Compat
  6. p5-Module-Implementation>=0 : devel/p5-Module-Implementation
  7. p5-Module-Runtime>=0 : devel/p5-Module-Runtime
  8. p5-Role-Tiny>=1.003003 : devel/p5-Role-Tiny
  9. p5-Sub-Quote>=0 : devel/p5-Sub-Quote
  10. p5-Try-Tiny>=0 : lang/p5-Try-Tiny
  11. perl5>=5.42.r<5.43 : lang/perl5.42
  12. perl5>=5.42.r<5.43 : lang/perl5.42
Test dependencies:
  1. p5-Test-Fatal>=0 : devel/p5-Test-Fatal
  2. p5-Test-Needs>=0 : devel/p5-Test-Needs
  3. p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
Runtime dependencies:
  1. p5-Clone>=0 : devel/p5-Clone
  2. p5-Clone-PP>=0 : devel/p5-Clone-PP
  3. p5-Devel-StackTrace>=0 : devel/p5-Devel-StackTrace
  4. p5-Eval-Closure>=0 : devel/p5-Eval-Closure
  5. p5-MRO-Compat>=0 : devel/p5-MRO-Compat
  6. p5-Module-Implementation>=0 : devel/p5-Module-Implementation
  7. p5-Module-Runtime>=0 : devel/p5-Module-Runtime
  8. p5-Role-Tiny>=1.003003 : devel/p5-Role-Tiny
  9. p5-Sub-Quote>=0 : devel/p5-Sub-Quote
  10. p5-Try-Tiny>=0 : lang/p5-Try-Tiny
  11. perl5>=5.42.r<5.43 : lang/perl5.42
This port is required by:
for Build
  1. devel/p5-DateTime
  2. devel/p5-DateTime-Format-ISO8601
  3. devel/p5-DateTime-Format-Strptime
  4. devel/p5-DateTime-Locale
  5. devel/p5-DateTime-TimeZone
  6. devel/p5-Log-Dispatch
for Run
  1. devel/p5-DateTime
  2. devel/p5-DateTime-Format-ISO8601
  3. devel/p5-DateTime-Format-Strptime
  4. devel/p5-DateTime-Locale
  5. devel/p5-DateTime-TimeZone
  6. devel/p5-Log-Dispatch

Configuration Options:
No options to configure
Options name:
devel_p5-Specio
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/D/DR/DROLSKY/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DR/DROLSKY/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Specio/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DR/DROLSKY/
  5. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/D/DR/DROLSKY/
  6. http://backpan.perl.org/authors/id/D/DR/DROLSKY/
  7. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/D/DR/DROLSKY/
  8. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/D/DR/DROLSKY/
  9. https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/
  10. https://cpan.metacpan.org/modules/by-module/Specio/
  11. https://www.cpan.org/authors/id/D/DR/DROLSKY/
Collapse this list.

There are no commits on branch 2026Q3 for this port