Port details |
- p5-Declare-Constraints-Simple Declarative Validation of Perl Data Structures
- 0.03_2 devel
=1 0.03_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2010-12-07 19:18:27
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: python, sysinfo
- Also Listed In: perl5
- License: not specified in port
- Description:
- The main purpose of this module is to provide an easy way to build a profile
to validate a data structure. It does this by giving you a set of declarative
keywords in the importing namespace.
WWW: https://metacpan.org/release/Declare-Constraints-Simple
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Declare-Constraints-Simple>0:devel/p5-Declare-Constraints-Simple
- To install the port:
- cd /usr/ports/devel/p5-Declare-Constraints-Simple/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Declare-Constraints-Simple
- pkg install p5-Declare-Constraints-Simple
- PKGNAME: p5-Declare-Constraints-Simple
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Declare-Constraints-Simple-0.03.tar.gz) = db77ae8d8e0afb76e6f1bfa9ef3a316718907e827ff181c8c0ad6a9f3dd80f36
SIZE (Declare-Constraints-Simple-0.03.tar.gz) = 30336
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Class-Inspector>=1.24 : devel/p5-Class-Inspector
- p5-aliased>=0 : devel/p5-aliased
- p5-Carp-Clan>=5.3 : devel/p5-Carp-Clan
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-Inspector>=1.24 : devel/p5-Class-Inspector
- p5-aliased>=0 : devel/p5-aliased
- p5-Carp-Clan>=5.3 : devel/p5-Carp-Clan
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-FCGI-Engine
- for Run
-
- www/p5-FCGI-Engine
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Declare-Constraints-Simple
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.03_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.03_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:21:25
0.03_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.03_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.03_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.03_1
|
bapt  |
Cleanup plist |
29 Oct 2013 07:56:02
0.03_1
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.03_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
29 Aug 2013 04:08:54
0.03_1
|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
0.03_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
10 Jan 2012 18:48:43
0.03_1
|
swills  |
- Move p5-aliased and p5-Carp-Clan to BUILD_DEPENDS and RUN_DEPENDS so
that the module actually works.
- Bump PORTREVISION due to new RUN_DEPENDS |
06 Oct 2011 16:32:48
0.03
|
swills  |
- Add test dependency to allow testing |
20 Jun 2011 08:36:20
0.03
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
17 May 2011 11:05:02
0.03
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
07 Dec 2010 19:18:08
0.03
|
pgollucci  |
The main purpose of this module is to provide an easy way to build a profile
to validate a data structure. It does this by giving you a set of declarative
keywords in the importing namespace.
WWW: http://search.cpan.org/dist/Declare-Constraints-Simple/
PR: ports/152801
Submitted by: Anes Muhametov <anes at anes.su> |