Port details |
- p5-Perl6-Form Implements the Perl 6 'form' built-in
- 0.04_2 devel
=0 0.04_2Version of this port present on the latest quarterly branch. - Maintainer: ychsiao@ychsiao.org
 - Port Added: 2005-01-25 06:46:30
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Perl6::Form - Implements the Perl 6 'form' built-in
This module implements virtually all of the functionality of the
Perl 6 Form.pm module. The only differences are:
Option pairs must be passed in a hash reference;
Array data sources must be passed as array references;
Options specified on the use Perl6::Form line are not (yet)
lexically scoped;
User-defined line-breaking subroutines are passed their data
source as a reference to a scalar;
WWW: https://metacpan.org/release/Perl6-Form
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Perl6-Form>0:devel/p5-Perl6-Form
- To install the port:
- cd /usr/ports/devel/p5-Perl6-Form/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Perl6-Form
- pkg install p5-Perl6-Form
- PKGNAME: p5-Perl6-Form
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Perl6-Form-0.04.tar.gz) = ca1a5b254b4da9bf40bda866b1561d21351684d0003a0b0e72c98161827b5de4
SIZE (Perl6-Form-0.04.tar.gz) = 70552
- 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-Perl6-Export>=0 : devel/p5-Perl6-Export
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Perl6-Export>=0 : devel/p5-Perl6-Export
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Algorithm-Accounting
- for Run
-
- devel/p5-Algorithm-Accounting
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Perl6-Form
- 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.04_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.04_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.04_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.04_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.04_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
31 Mar 2016 15:23:13
0.04_2
|
mat  |
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.04_1
|
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.04
|
bapt  |
Cleanup plist |
09 Jan 2014 13:14:31
0.04
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
0.04
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
09 Sep 2013 11:55:30
0.04
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
30 Jun 2012 14:07:27
0.04
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.04
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
17 Sep 2011 06:49:29
0.04
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
03 Jul 2011 14:59:23
0.04
|
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
0.04
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:59:21
0.04
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jan 2006 08:30:12
0.04
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
0.04
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
26 Jan 2005 09:10:07
0.04
|
clsung  |
- fix fetch source file fail
- also correct maintainer's email address
PR: ports/76701
Submitted by: maintainer |
25 Jan 2005 06:45:43
0.04
|
clsung  |
- This module implements the Perl 6 'form' built-in.
PR: ports/73486
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org> |