Port details |
- p5-Class-Date Perl class for easy date and time manipulation
- 1.1.17 devel =5 1.1.17Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-07-07 11:31:18
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Locale-gettext, p5-Net-SSLeay, p5-libwww, p5-Digest-MD5, unzip
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Class-Date
- Description:
- This module is intended to provide a general-purpose date and
datetime type for perl. You have a Class::Date class for absolute
date and datetime, and have a Class::Date::Rel class for relative
dates.
You can use ``+'', ``-'', ``<'' and ``>'' operators as with native
perl data types.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-Date>0:devel/p5-Class-Date
- To install the port:
- cd /usr/ports/devel/p5-Class-Date/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Class-Date
- pkg install p5-Class-Date
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Class-Date
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1528890507
SHA256 (Class-Date-1.1.17.tar.gz) = ce87ae26c61a65f7f52f716f5ef6baa63b125332c7aee072f56ee13bbb74edc0
SIZE (Class-Date-1.1.17.tar.gz) = 51202
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-TimeDate>0 : devel/p5-TimeDate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-TimeDate>0 : devel/p5-TimeDate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-Oryx
- databases/p5-Tangram
- devel/p5-Project-Gantt
- devel/p5-SPOPS
- for Run
-
- databases/p5-Oryx
- databases/p5-Tangram
- devel/p5-Project-Gantt
- devel/p5-SPOPS
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Class-Date
- 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.1.17 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.1.17 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 ) |
1.1.17 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
1.1.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.17 06 Oct 2018 13:06:45 |
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) |
1.1.17 13 Jun 2018 11:58:28 |
culot |
- Update to 1.1.17
Changes: https://metacpan.org/source/YANICK/Class-Date-1.1.17/Changes |
1.1.15_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.1.15_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.1.15_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.1.15 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.1.15 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.1.15 05 May 2014 07:12:41 |
culot |
- Update to 1.1.15
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Class-Date/Changes |
1.1.10 06 Jan 2014 12:43:04 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.1.10 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.1.10 07 Sep 2013 14:36:59 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.1.10 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.1.10 20 Oct 2010 05:53:20 |
culot |
Update my MAINTAINER address to culot@FreeBSD.org.
Approved by: sahil@ (mentor) |
1.1.10 02 Aug 2010 12:33:44 |
bapt |
- Update to 1.1.10
- Submitter is now maintainer
PR: ports/149139
Submitted by: frederic _at_ culot.org (maintainer)
Approved by: jadawin@ (co-mentor) |
1.1.9 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.1.9 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.1.9 16 May 2006 00:06:04 |
leeym |
- update to 1.1.9 |
1.1.8 14 Apr 2006 20:45:44 |
linimon |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
1.1.8 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) |
1.1.8 29 Nov 2005 19:15:10 |
flz |
- Update to 1.1.8.
- Add SHA256 checksum.
PR: ports/88700
Submitted by: ijliao
Approved by: maintainer timeout (3 weeks) |
1.1.7 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.7 02 Jan 2004 02:49:43 |
petef |
Update WWW: to a working webpage. |
1.1.7 26 Oct 2003 18:45:36 |
petef |
Update to 1.1.7. |
1.1.6 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.1.6 10 May 2003 12:43:12 |
petef |
- update to 1.1.6
- fix a braino in pkg-plist (>/dev/null, not >&1) |
1.1.3 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.1.3 05 Jan 2003 06:12:30 |
petef |
Update to 1.1.3. |
1.1.1 24 Oct 2002 21:01:45 |
petef |
Update to 1.1.1. |
1.1.0 23 Aug 2002 21:41:14 |
petef |
Update to 1.1.0. |
1.0.10 28 Apr 2002 19:34:38 |
petef |
Update to 1.0.10. |
12 Nov 2001 05:40:09 |
petef |
Update to 1.0.8 |
29 Oct 2001 10:47:22 |
petef |
Update to 1.0.7 |
23 Aug 2001 00:07:25 |
petef |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
22 Jul 2001 05:42:55 |
dwcjr |
Update to 1.0.5 |
14 Jul 2001 17:49:45 |
kevlo |
Update to version 1.0.4 |
07 Jul 2001 15:31:18 |
ijliao |
add p5-Class-Date A Perl class for easy date and time manipulation |