Port details |
- p5-boolean Boolean support for Perl
- 0.46 devel =4 0.46Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2009-02-22 02:04:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, p5-Net-Server, p5-MIME-Tools, php81-pear, p5-namespace-clean
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/boolean
- Description:
- Most programming languages have a native "Boolean" data type. Perl
does not.
Perl has a simple and well known Truth System. The following scalar
values are false:
@false = (undef, 0, 0.0, '', '0');
Every other scalar value is true.
This module provides basic Boolean support, by defining two special
objects: "true" and "false".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-boolean>0:devel/p5-boolean
- To install the port:
- cd /usr/ports/devel/p5-boolean/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-boolean
- pkg install p5-boolean
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-boolean
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1489153100
SHA256 (boolean-0.46.tar.gz) = 95c088085c3e83bf680fe6ce16d8264ec26310490f7d1680e416ea7a118f156a
SIZE (boolean-0.46.tar.gz) = 15552
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-BSON
- databases/p5-Bucardo
- databases/p5-MongoDB
- devel/p5-DateTime-Format-Natural
- devel/p5-Language-Expr
- math/p5-Math-Prime-XS
- textproc/p5-LaTeX-Pod
-
Deleted ports which required this port:
- for Run
-
- databases/p5-BSON
- databases/p5-Bucardo
- databases/p5-MongoDB
- devel/p5-DateTime-Format-Natural
- devel/p5-Language-Expr
- math/p5-Math-Prime-XS
- textproc/p5-LaTeX-Pod
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-boolean
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.46 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.46 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.46 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.46 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.46 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.46 10 Mar 2017 20:10:44 |
bofh |
devel/p5-boolean: Update version 0.45=>0.46
- Mark NO_ARCH |
0.45 07 Feb 2015 10:07:08 |
bofh |
devel/p5-boolean: Update version 0.43=>0.45
Differential Revision: https://reviews.freebsd.org/D1787
Approved by: marino(mentor) |
0.43 25 Jan 2015 09:17:55 |
bofh |
devel/p5-boolean: Update version 0.32=>0.43
Differential Revision: https://reviews.freebsd.org/D1624
Approved by: marino(mentor) |
0.32_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.32_1 26 Nov 2014 13:08:38 |
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 ) |
0.32 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.32 06 Apr 2014 05:47:40 |
sunpoet |
- Update to 0.32
Changes: http://search.cpan.org/dist/boolean/Changes
PR: 188105
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.30 06 Jan 2014 12:55:04 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.30 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.30 07 Sep 2013 16:51:09 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.30 13 May 2013 12:57:18 |
culot |
- Update to 0.30 [1]
- Pet portlint(1) by changing tab into space in WWW link [1]
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/boolean/Changes
PR: ports/178459 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.28 17 Oct 2012 13:38:19 |
jhale |
- Pass maintainership to submitter
PR: ports/172813, ports/172814, ports/172815,
ports/172816, ports/172817, ports/172818,
ports/172820, ports/172821, ports/172822,
ports/172823, ports/172824, ports/172825
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: timur (via private email)
makc, avilla (mentors implicit)
Feature safe: yes |
0.28 12 Oct 2012 06:37:33 |
jhale |
- Update to 0.28 [1]
- Trim Makefile header
PR: ports/168270 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by: timur (maintainer timeout, 4.5 months) [1]
makc, avilla (mentors, implicit)
Feature safe: yes |
0.23 20 Jun 2011 08:36:20 |
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 |
0.23 24 Oct 2010 19:01:00 |
culot |
- Update to 0.23.
Changes: http://search.cpan.org/dist/boolean/Changes
PR: ports/151076
Submitted by: culot@ (myself)
Approved by: sahil@ (mentor), maintainer (timeout, >14 days) |
0.20 22 Feb 2009 02:04:25 |
timur |
Add new module 'boolean' which provides Boolean type for Perl. |