Port details |
- libdouble-conversion Binary-decimal and decimal-binary routines for IEEE doubles
- 3.0.0 devel
=0 3.0.0Version of this port present on the latest quarterly branch.
- Maintainer: waitman@waitman.net
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 16 Feb 2019 23:30:01 |
yuri |
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 |
mat |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
3.0.0 22 Feb 2018 14:39:13 |
pizzamig |
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 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
1.1.1_2 08 Nov 2016 08:55:18 |
linimon |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket) |
1.1.1_2 06 May 2015 15:16:54 |
mat |
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 |
bdrewery |
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 |
bapt |
Cleanup plist |
1.1.1_2 10 Sep 2014 21:37:42 |
antoine |
- Allow staging as a regular user
- Install the lib as created by libtool |
1.1.1_1 24 May 2014 07:31:32 |
vanilla |
Fix build. |
1.1.1_1 24 May 2014 07:11:09 |
vanilla |
1: Stageify.
2: sort pkg-plist.
3: convert to USES.
Approved by: portmgr@ |
1.1.1 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.1 18 Jul 2013 08:24:08 |
miwi |
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> |