Port details |
- p5-Set-IntSpan Manages sets of integers
- 1.19_1 math =12 1.19_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, libgd, unzip, popt, png
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Set-IntSpan
- Description:
- Set::IntSpan manages sets of integers. It is optimized for sets that
have long runs of consecutive integers. These arise, for example, in
.newsrc files, which maintain lists of articles:
alt.foo: 1-21,28,31
alt.bar: 1-14192,14194,14196-14221
Sets are stored internally in a run-length coded form. This provides
for both compact storage and efficient computation. In particular,
set operations can be performed directly on the encoded
representation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Set-IntSpan>0:math/p5-Set-IntSpan
- To install the port:
- cd /usr/ports/math/p5-Set-IntSpan/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-Set-IntSpan
- pkg install p5-Set-IntSpan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Set-IntSpan
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Set-IntSpan-1.19.tar.gz) = 11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0
SIZE (Set-IntSpan-1.19.tar.gz) = 26640
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-Data-Throttler
- graphics/gscan2pdf
- misc/p5-Business-Hours
- news/p5-News-Newsrc
- for Run
-
- devel/p5-Data-Throttler
- graphics/gscan2pdf
- misc/p5-Business-Hours
- news/p5-News-Newsrc
Configuration Options:
- No options to configure
- Options name:
- math_p5-Set-IntSpan
- 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) |
1.19_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 ) |
1.19_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.19_1 20 Jun 2021 16:15:56 |
Po-Chuan Hsieh (sunpoet) |
math/p5-Set-IntSpan: Cosmetic change |
1.19_1 22 May 2021 14:42:22 |
Po-Chuan Hsieh (sunpoet) |
math/p5-Set-IntSpan: Take maintainership |
1.19_1 19 May 2021 19:56:12 |
Danilo Egea Gondolfo (danilo) |
math/p5-Set-IntSpan: Drop maintainership |
1.19_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.19_1 24 Sep 2018 09:08:28 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
1.19_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 |
1.19_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 ) |
1.19 03 Oct 2013 13:34:43 |
danilo |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: culot (mentor) |
1.19 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.19 12 Sep 2013 06:03:59 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.19 21 Apr 2013 14:59:28 |
bdrewery |
- Update to 1.19
PR: ports/177976
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Feature safe: yes |
1.18 16 Apr 2013 17:41:00 |
bdrewery |
- Update to 1.18
- Pass maintainership to submitter
- Trim header
PR: ports/177671
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Feature safe: yes |
1.16 12 Nov 2010 06:03:46 |
leeym |
- update to 1.16 |
1.15 09 Nov 2010 07:00:40 |
leeym |
- update to 1.15 |
1.14 27 Jun 2010 13:44:13 |
leeym |
- update to 1.14
Feature safe: yes |
1.13 17 Apr 2008 14:30:31 |
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) |
1.13 04 Jan 2008 13:34:28 |
gabor |
- Update to 1.04 |
1.11 11 Oct 2007 21:54:47 |
linimon |
Reset croyle@gelemna.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.11 25 May 2007 23:50:13 |
leeym |
- Update to 1.11
- Add WWW in pkg-descr
PR: 111585
Submitted by: leeym
Approved by: maintainer timeout |
1.09 22 Jan 2006 02:26:24 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.09 01 Jan 2006 19:06:39 |
leeym |
- Update to 1.09
PR: 90573
Submitted by: leeym
Approved by: maintainer timeout |
1.08_2 26 Jul 2005 17:43:18 |
leeym |
- uncomment REINPLACE_CMD which add "use vars ..." |
1.08_1 26 Jul 2005 11:11:04 |
leeym |
- fix the missing $VERSION problem introduced in previous commit
- bump PORTREVISION |
1.08 25 Jul 2005 16:44:47 |
leeym |
- update to 1.08
PR: 84061
Submitted by: leeym
Approved by: maintainer |
1.07 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.07 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.07 21 Feb 2003 12:44:05 |
knu |
De-pkg-comment. |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
14 Mar 2001 22:29:46 |
vanilla |
Fix pkg-plist. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 04:10:26 |
asami |
Convert category math to new layout. |
21 May 2000 12:52:07 |
knu |
Change MAINTAINER's mail address. Now "Don Croyle <croyle@gelemna.org>". |