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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
2dhf Numerical Hartree-Fock Program for Diatomic Molecules
2005.05_6 science 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 2005.05_6Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-07-24 09:50:58
Last Update: 2014-09-02 10:07:50
SVN Revision: 366980
License: not specified in port
WWW:
http://scarecrow.1g.fi/2d/admin/getit.html
Description:
A Numerical Hartree-Fock Program for Diatomic Molecules The program finds virtually exact solution of the Hartree-Fock and Hartree-Fock-Slater equations for diatomic molecules. The lowest eigenstates of a given irreducible representation and spin can be obtained. Distributed under GPL. WWW: http://scarecrow.1g.fi/2d/admin/getit.html
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:
  • 2dhf>0:science/2dhf
No installation instructions:
This port has been deleted.
PKGNAME: 2dhf
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. bash : shells/bash
  2. gfortran47 : lang/gcc
  3. gmake : devel/gmake
  4. as : devel/binutils
Runtime dependencies:
  1. gfortran47 : lang/gcc
Library dependencies:
  1. libblas.so : math/blas
  2. liblapack.so : math/lapack
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://www.fizyka.umk.pl/~jkob/2dhf/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2005.05_6
02 Sep 2014 10:07:50
Revision:366980Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from s*
2005.05_6
24 Jul 2014 16:33:10
Revision:362828Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
2005.05_6
17 Jul 2014 08:57:51
Revision:362126Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2005.05_6
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
2005.05_6
27 May 2014 21:03:15
Revision:355573Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak

With hat:	portmgr
2005.05_6
26 May 2014 14:40:03
Revision:355351Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake to USES

Approved by:	portmgr
2005.05_6
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2005.05_5
16 Feb 2014 17:15:32
Revision:344614Original commit files touched by this commit
tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2005.05_5
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2005.05_4
20 Sep 2013 22:48:31
Revision:327767Original 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:
science)
2005.05_4
22 Nov 2011 11:14:10
Original commit files touched by this commit
bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
2005.05_4
03 Jul 2011 13:22:25
Original commit files touched by this commit
ohauer search for other commits by this committer
 - remove MD5
2005.05_4
04 Oct 2009 20:26:01
Original commit files touched by this commit
pav search for other commits by this committer
- Change sed delimiters away from ,

Reported by:    pointyhat
2005.05_4
13 Sep 2009 00:08:01
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
2005.05_3
07 Jan 2009 16:34:27
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
2005.05_2
14 Jul 2007 01:12:56
Original commit files touched by this commit
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
2005.05_2
01 Feb 2007 00:47:07
Original commit files touched by this commit
maho search for other commits by this committer
To deprecate shells/bash2, dependency has been changed to bash.

PR:             108633
Submitted by:   bsam
2005.05_2
12 Jan 2007 06:05:32
Original commit files touched by this commit
maho search for other commits by this committer
* Use gfortran42 only and not gcc42.
* Bump portrevision.
2005.05_1
09 Jan 2007 22:55:40
Original commit files touched by this commit
maho search for other commits by this committer
*Bump port revision.
*Use gfortran compiled atlas/blas/lapack.
2005.05
09 Jan 2007 12:07:24
Original commit files touched by this commit
maho search for other commits by this committer
blas.1 -> blas.2
2005.05
09 Jan 2007 08:54:01
Original commit files touched by this commit
maho search for other commits by this committer
* Migrate to gfortran
* Update to 2005.05 version
* Change master site
2003.02_1
13 May 2006 04:15:53
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
2003.02_1
24 Jan 2006 01:01:36
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
2003.02_1
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2003.02_1
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2003.02_1
16 Aug 2004 12:17:29
Original commit files touched by this commit
maho search for other commits by this committer
USE_INTEL should be WITH_INTEL

Noticed by:     portlint
2003.02_1
16 Aug 2004 11:18:24
Original commit files touched by this commit
maho search for other commits by this committer
Add Intel C/Fortran support via USE_INTEL
2003.02_1
16 Aug 2004 09:33:14
Original commit files touched by this commit
maho search for other commits by this committer
Add intel fortran/c/c++ compiler support
2003.02_1
06 May 2004 19:49:54
Original commit files touched by this commit
maho search for other commits by this committer
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
2003.02_1
19 Mar 2004 04:09:18
Original commit files touched by this commit
maho search for other commits by this committer
SIZEify

Submitted by:   trevor
2003.02_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
2003.02
09 Nov 2003 23:12:32
Original commit files touched by this commit
maho search for other commits by this committer
Forgot to remove EXAMPLEDIR

Submitted by:   bento
2003.02
08 Aug 2003 14:55:28
Original commit files touched by this commit
maho search for other commits by this committer
Fix build on 4-STABLE

Submitted by:   kris via bento
2003.02
28 Jul 2003 11:47:21
Original commit files touched by this commit
maho search for other commits by this committer
Add bash for BUILD_DEPENDS

Submitted by:   kris via bento
2003.02
24 Jul 2003 09:50:24
Original commit files touched by this commit
maho search for other commits by this committer
Added a Numerical Hartree-Fock Program for Diatomic Molecules.
This program package calcluates virtually exact solution of the
Hartree-Fock and Hartree-Fock-Salter equations for diatomic
molecules (distributed under GPL).

Number of commits found: 35