notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-DateTime-Event-SolarTerm DateTime Extension to Calculate Solar Terms
0.05_1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.05_1Version of this port present on the latest quarterly branch.
Maintainer: markun@onohara.to search for ports maintained by this maintainer
Port Added: 2007-12-12 13:01:17
Last Update: 2016-03-07 17:48:15
SVN Revision: 410535
Also Listed In: perl5
License: not specified in port
WWW:
http://search.cpan.org/dist/DateTime-Event-SolarTerm/
Description:
DateTime Extension to Calculate Solar Terms WWW: http://search.cpan.org/dist/DateTime-Event-SolarTerm/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • p5-DateTime-Event-SolarTerm>0:devel/p5-DateTime-Event-SolarTerm
No installation instructions:
This port has been deleted.
PKGNAME: p5-DateTime-Event-SolarTerm
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-DateTime>=0 : devel/p5-DateTime
  2. p5-DateTime-Set>=0 : devel/p5-DateTime-Set
  3. p5-DateTime-Util-Calc>=0.12 : devel/p5-DateTime-Util-Calc
  4. p5-DateTime-Util-Astro>=0.11 : devel/p5-DateTime-Util-Astro
  5. perl5.20.2 : lang/perl5.20
Runtime dependencies:
  1. p5-DateTime>=0 : devel/p5-DateTime
  2. p5-DateTime-Set>=0 : devel/p5-DateTime-Set
  3. p5-DateTime-Util-Calc>=0.12 : devel/p5-DateTime-Util-Calc
  4. p5-DateTime-Util-Astro>=0.11 : devel/p5-DateTime-Util-Astro
  5. perl5.20.2 : lang/perl5.20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (15 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/D/DM/DMAKI/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DM/DMAKI/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DM/DMAKI/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/D/DM/DMAKI/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/D/DM/DMAKI/
  7. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/D/DM/DMAKI/
  8. http://backpan.perl.org/authors/id/D/DM/DMAKI/
  9. http://cpan.metacpan.org/authors/id/D/DM/DMAKI/
  10. http://distcache.FreeBSD.org/ports-distfiles/
  11. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/D/DM/DMAKI/
  12. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/D/DM/DMAKI/
  13. http://www.cpan.dk/authors/id/D/DM/DMAKI/
  14. http://www.cpan.dk/modules/by-module/
  15. http://www.cpan.org/authors/id/D/DM/DMAKI/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.05_1
07 Mar 2016 17:48:15
Revision:410535Original commit files touched by this commit
mat search for other commits by this committer
About five years ago, DateTime::Util::Astro became DateTime::Astro, and
DateTime::Event::SolarTerm was incorporated in it. Clean up.

Sponsored by:	Absolight
0.05_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
0.05
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.05
06 Jan 2014 12:43:04
Revision:338870Original commit files touched by this commit
az search for other commits by this committer
- add stage support

Approved by:	portmgr (blanket infrastructure)
0.05
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.05
07 Sep 2013 15:51:29
Revision:326644Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
0.05
20 Jun 2011 08:36:20
Original commit files touched by this commit
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
0.05
12 Feb 2011 09:30:23
Original commit files touched by this commit
az search for other commits by this committer
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.

No functional changes.

Sponsored by:   p5 namespace
0.05
24 Sep 2010 02:03:44
Original commit files touched by this commit
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
0.05
12 Dec 2007 13:01:04
Original commit files touched by this commit
miwi search for other commits by this committer
DateTime Extension to Calculate Solar Terms

Author: Daisuke Maki <dmaki@cpan.org>
WWW:    http://search.cpan.org/~dmaki/DateTime-Event-SolarTerm/

PR:             ports/117838
Submitted by:   Masahiro Teramoto <markun at onohara.to>

Number of commits found: 10