Port details |
- p5-Set-Infinite Sets of intervals
- 0.65_1 devel =6 0.65_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-06-29 12:19:38
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-ExtUtils-ParseXS, t1lib, p5-libwww, p5-Crypt-OpenSSL-Random, p5-Digest-MD5
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Set-Infinite
- Description:
- Set::Infinite is a Set Theory module for infinite sets.
It works with reals, integers, and objects.
When it is used dates, this module provides schedule checks (intersections),
unions, and infinite recurrences.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Set-Infinite>0:devel/p5-Set-Infinite
- To install the port:
- cd /usr/ports/devel/p5-Set-Infinite/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Set-Infinite
- pkg install p5-Set-Infinite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Set-Infinite
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Set-Infinite-0.65.tar.gz) = 07bc880734492de40b4a3a8b5a331762f64e69b4629029fd9a9d357b25b87e1f
SIZE (Set-Infinite-0.65.tar.gz) = 50041
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
-
- devel/p5-DateTime-Event-Sunrise
- devel/p5-DateTime-Set
- for Run
-
- devel/p5-DateTime-Event-Sunrise
- devel/p5-DateTime-Set
Configuration Options:
- ===> The following configuration options are available for p5-Set-Infinite-0.65_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-Set-Infinite
- 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.65_1 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.65_1 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.65_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.65_1 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.65_1 12 May 2018 09:04:03 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket |
0.65_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.65_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.65 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.65 24 Nov 2013 17:40:44 |
mat |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
0.65 31 Oct 2013 07:36:26 |
vanilla |
Support STAGEDIR. |
0.65 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
0.65 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.65 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.65 05 Feb 2013 18:34:51 |
sunpoet |
- Convert to new options framework
- Cleanup Makefile header |
0.65 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
0.65 07 May 2010 05:14:39 |
az |
Update to 0.65
Changes: http://search.cpan.org/dist/Set-Infinite/Changes |
0.63_1 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.63_1 14 Jan 2009 14:53:49 |
tobez |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit) |
0.63 12 Nov 2008 16:37:40 |
pav |
- Update to 0.63
PR: ports/128184
Submitted by: leeym
Approved by: maintainer timeout (mat; 3 weeks) |
0.61 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
0.61 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.61 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
0.61 05 Nov 2004 12:45:26 |
mat |
Update to 0.61
Add some docs |
0.59 13 Jul 2004 13:53:44 |
mat |
Update to 0.59 |
0.58 15 Jun 2004 12:41:40 |
mat |
Update to 0.58 |
0.57 04 May 2004 12:10:28 |
mat |
Update to 0.57 |
0.56 18 Mar 2004 16:31:44 |
mat |
Update to 0.56 |
0.55.02 15 Mar 2004 11:28:48 |
mat |
Update to 0.55.02 |
0.55 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
0.55 21 Nov 2003 12:56:52 |
mat |
Update to 0.55 |
0.54 18 Oct 2003 14:16:33 |
mat |
Update to 0.54 |
0.53.07 09 Oct 2003 10:05:48 |
mat |
Update to 0.53.07 |
0.53.06 30 Sep 2003 16:41:17 |
mat |
Update to 0.53.06 |
0.53.05 25 Sep 2003 15:49:49 |
mat |
Update to 0.53.05 |
0.53 04 Sep 2003 14:06:06 |
mat |
Update to 0.53 |
0.51 04 Sep 2003 10:39:24 |
mat |
Update to 0.51.
Now works with 5.005_03 too. |
0.50 19 Aug 2003 16:14:13 |
mat |
Update to 0.50
* count()
* fixed: size() does not try to add 'zero' to object.
* tests for count() and size()
Approved by: demon (mentor) |
0.49 16 Aug 2003 09:13:44 |
mat |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
0.49 29 Jun 2003 12:19:00 |
erwin |
Add p5-Set-Infinite 0.49, set::Infinite - Sets of intervals.
PR: 53776
Submitted by: Mathieu Arnold <m@absolight.net> |