Port details |
- p5-DateTime-Format-Epoch Convert DateTimes to/from epoch seconds
- 0.16 devel =6 0.16Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-07-07 09:12:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Authen-PAM, p5-Digest-MD5, p5-libwww, p5-Image-Size, p5-Params-Validate
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/pod/DateTime::Format::Epoch
- Description:
- This module can convert a DateTime object (or any object that can be converted
to a DateTime object) to the number of seconds since a given epoch. It can also
do the reverse.
See also: http://datetime.perl.org/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DateTime-Format-Epoch>0:devel/p5-DateTime-Format-Epoch
- To install the port:
- cd /usr/ports/devel/p5-DateTime-Format-Epoch/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-DateTime-Format-Epoch
- pkg install p5-DateTime-Format-Epoch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DateTime-Format-Epoch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (DateTime-Format-Epoch-0.16.tar.gz) = 2eeb0ce072b538c3e85ad354ee95c582e92fcf987f67b520e231539622d1dd2e
SIZE (DateTime-Format-Epoch-0.16.tar.gz) = 23979
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-DateTime>=0.31 : devel/p5-DateTime
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DateTime>=0.31 : devel/p5-DateTime
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-DateTime-Format-Epoch
- 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.16 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.16 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.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.16 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) |
0.16 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.16 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.16 19 Apr 2015 16:21:21 |
sunpoet |
- Update to 0.16
- Add LICENSE
Changes: http://search.cpan.org/dist/DateTime-Format-Epoch/Changes |
0.15 13 Apr 2015 17:17:24 |
adamw |
Update to 0.15, sort plist, sort depends, use configure instead of modbuild,
remove the PORTDOCS that all other modules don't install, and add metacpan
as the first WWW which has more relevant information about the module.
Changes: https://metacpan.org/changes/distribution/DateTime-Format-Epoch |
0.13_3 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.13_2 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.13_2 03 Jul 2014 23:57:08 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
0.13_2 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
0.13_2 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.13_2 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
0.13_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) |
0.13_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. |
0.13_2 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
0.13_2 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
0.13_2 22 Sep 2010 07:48:02 |
bapt |
math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone
Bump port revision |
0.13_1 30 Aug 2010 08:41:50 |
bapt |
- Convert to PERL_MODBUILD
- Rework depends
- Rework plist
- Changelog:
http://cpansearch.perl.org/src/CHORNY/DateTime-Format-Epoch-0.13/Changes
(forgotten on last commit)
Reported by: az
Approved by: jadawin (co-mentor) |
0.13 29 Aug 2010 17:40:26 |
bapt |
- Really update to 0.13
Approved by: mentors (implicit) |
0.12 28 Aug 2010 07:47:20 |
bapt |
- Update to 0.13
Approved by: jadawin/tabthorpe (mentors, implicit) |
0.11 23 Oct 2009 00:30:06 |
leeym |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
0.11 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.11 18 Feb 2008 18:09:35 |
miwi |
- Update to 0.11
PR: 120655
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer implicit |
0.10 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.10 14 Jun 2006 13:32:25 |
mat |
Update to 0.10
PR: 98246
Submitted by: aaron |
0.09 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.09 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
0.09 19 Oct 2004 15:12:49 |
mat |
Update to 0.09 |
0.08.01 01 Sep 2004 11:05:42 |
mat |
Dupplicate line |
0.08.01 01 Sep 2004 10:58:56 |
mat |
Update to 0.08.01 |
0.07 29 Jul 2004 13:28:20 |
mat |
Update to 0.07
Add some docs |
0.06 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
0.06 04 Dec 2003 12:34:58 |
mat |
Update to 0.06 |
0.05 16 Aug 2003 09:13:44 |
mat |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
0.05 09 Aug 2003 20:05:07 |
erwin |
devel/p5-DateTime-LeapSecond has been integrated into devel/p5-DateTime
so remove the explicit dependency on it. Please pass that pointy hat! |
0.05 21 Jul 2003 11:08:56 |
erwin |
Update to 0.05
- Changed API of DT::F::E::TAI64 (the format_datetime_as_string() method is
replaced by a parameter to the constructor)
- Added dhms parameter to new(), to return '2d, 4h, 15m, 45s' values
PR: 54694
Submitted by: maintainer |
0.04 07 Jul 2003 09:11:36 |
erwin |
Add p5-DateTime-Format-Epoch 0.04,
convert DateTimes to/from epoch
seconds.
PR: 54030
Submitted by: Mathieu Arnold <m@absolight.net> |