Port details |
- p5-Date-Business Fast calendar and business date calculations
- 1.3 devel =2 1.2_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2011-08-05 18:24:22
- Last Update: 2024-10-14 05:26:24
- Commit Hash: c6cafb4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ARTPERL10
- WWW:
- https://metacpan.org/dist/Date-Business
- Description:
- Date::Business provides the functionality to perform simple date manipulations
quickly. Support for calendar date and business date math is provided.
Business dates are weekdays only. Adding 1 to a weekend returns Monday,
subtracting 1 returns Friday.
The difference in business days between Friday and the following
Monday (using the diffb function) is one business day. The
number of business days between Friday and the following
Monday (using the betweenb function) is zero.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Date-Business>0:devel/p5-Date-Business
- To install the port:
- cd /usr/ports/devel/p5-Date-Business/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Date-Business
- pkg install p5-Date-Business
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Date-Business
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728827888
SHA256 (Date-Business-1.3.tar.gz) = 7bf813f46b05f7c84d8c294e4957906c97945a69bf6d3d0d2640d1cd3ffb36a4
SIZE (Date-Business-1.3.tar.gz) = 9022
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Date-Business
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3 14 Oct 2024 05:26:24 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Date-Business: Fix Makefile
- Fix WWW
- Fix LICENSE
- Add NO_ARCH |
1.3 13 Oct 2024 19:14:14 |
Rodrigo Osorio (rodrigo) |
devel/p5-Date-Business: update to 1.3
Changelog: https://metacpan.org/dist/Date-Business/changes
Port changes:
* Add WWW
* Add LICENSE |
1.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.2_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.2 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.2 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
1.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.2 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.2 05 Aug 2011 18:24:04 |
pgollucci |
Date::Business provides the functionality to perform simple date manipulations
quickly. Support for calendar date and business date math is provided.
Business dates are weekdays only. Adding 1 to a weekend returns Monday,
subtracting 1 returns Friday.
The difference in business days between Friday and the following
Monday (using the diffb function) is one business day. The
number of business days between Friday and the following
Monday (using the betweenb function) is zero. |
Number of commits found: 11
|