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
libdouble-conversion Binary-decimal and decimal-binary routines for IEEE doubles
3.0.0 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: waitman@waitman.net search for ports maintained by this maintainer
Port Added: 2013-07-18 08:24:19
Last Update: 2019-02-16 23:30:01
SVN Revision: 493133
License: BSD3CLAUSE
WWW:
http://code.google.com/p/double-conversion
Description:
This project (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects. WWW: http://code.google.com/p/double-conversion
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
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/libdouble-conversion-3.0.0/catalog.mk
  2. /usr/local/share/licenses/libdouble-conversion-3.0.0/LICENSE
  3. /usr/local/share/licenses/libdouble-conversion-3.0.0/BSD3CLAUSE
  4. include/double-conversion/bignum.h
  5. include/double-conversion/cached-powers.h
  6. include/double-conversion/diy-fp.h
  7. include/double-conversion/double-conversion.h
  8. include/double-conversion/fast-dtoa.h
  9. include/double-conversion/fixed-dtoa.h
  10. include/double-conversion/ieee.h
  11. include/double-conversion/strtod.h
  12. include/double-conversion/utils.h
  13. lib/cmake/double-conversion/double-conversionConfig.cmake
  14. lib/cmake/double-conversion/double-conversionConfigVersion.cmake
  15. lib/cmake/double-conversion/double-conversionLibraryDepends-release.cmake
  16. lib/cmake/double-conversion/double-conversionLibraryDepends.cmake
  17. lib/libdouble-conversion.a
  18. @postexec /usr/sbin/service ldconfig restart > /dev/null
  19. @postunexec /usr/sbin/service ldconfig restart > /dev/null
Collapse this list.
Dependency lines:
  • libdouble-conversion>0:devel/libdouble-conversion
No installation instructions:
This port has been deleted.
PKGNAME: libdouble-conversion
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1528123057 SHA256 (google-double-conversion-v3.0.0_GH0.tar.gz) = 152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915 SIZE (google-double-conversion-v3.0.0_GH0.tar.gz) = 7019526

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. cmake : devel/cmake
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/double-conversion/tar.gz/v3.0.0?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
16 Feb 2019 23:30:01
Revision:493133Original commit files touched by this commit
yuri search for other commits by this committer
Move: devel/libdouble-conversion -> devel/double-conversion

While in devel/double-conversion, order USExx clauses, and replace
CMAKE_POSITION_INDEPENDENT_CODE with BUILD_SHARED_LIBS since shared libs should
be a default

Update and bump databases/clickhouse

Approved by:	portmgr blanket
3.0.0
04 Jun 2018 14:46:41
Revision:471550Original commit files touched by this commit
mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
3.0.0
22 Feb 2018 14:39:13
Revision:462610Original commit files touched by this commit
pizzamig search for other commits by this committer
devel/libdouble-conversion: Update to 3.0.0

PR:		225417
Submitted by:	proler@gmail.com
Approved by:	maintainer (timeout)
1.1.1_2
08 Nov 2016 19:29:57
Revision:425758Original commit files touched by this commit
linimon search for other commits by this committer
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
1.1.1_2
08 Nov 2016 08:55:18
Revision:425713Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on arm64.

Approved by:	portmgr (tier-2 blanket)
1.1.1_2
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
1.1.1_2
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
1.1.1_2
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1.1_2
10 Sep 2014 21:37:42
Revision:367896Original commit files touched by this commit
antoine search for other commits by this committer
- Allow staging as a regular user
- Install the lib as created by libtool
1.1.1_1
24 May 2014 07:31:32
Revision:354996Original commit files touched by this commit
vanilla search for other commits by this committer
Fix build.
1.1.1_1
24 May 2014 07:11:09
Revision:354990Original commit files touched by this commit
vanilla search for other commits by this committer
1: Stageify.
2: sort pkg-plist.
3: convert to USES.

Approved by:	portmgr@
1.1.1
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)
1.1.1
18 Jul 2013 08:24:08
Revision:323208Original commit files touched by this commit
miwi search for other commits by this committer
This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.

WWW: http://code.google.com/p/double-conversion

PR:		ports/179621
Submitted by:	Waitman Gobble <waitman@waitman.net>

Number of commits found: 13