mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
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>
This commit is contained in:
parent
6425d0cc69
commit
0c27c234d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323208
@ -974,6 +974,7 @@
|
||||
SUBDIR += libdlna
|
||||
SUBDIR += libdnsres
|
||||
SUBDIR += libdombey
|
||||
SUBDIR += libdouble-conversion
|
||||
SUBDIR += libds
|
||||
SUBDIR += libdsp
|
||||
SUBDIR += libdwarf
|
||||
|
24
devel/libdouble-conversion/Makefile
Normal file
24
devel/libdouble-conversion/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Waitman Gobble <waitman@waitman.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdouble-conversion
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GH
|
||||
|
||||
MAINTAINER= waitman@waitman.net
|
||||
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= waitman
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= e9b9e5a
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libdouble-conversion/distinfo
Normal file
2
devel/libdouble-conversion/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libdouble-conversion-1.1.1.tar.gz) = 74c98db09e68ecedcaa4853f887dbc3ad8c205ebeabd8daba37f1cce83f91fc8
|
||||
SIZE (libdouble-conversion-1.1.1.tar.gz) = 441248
|
8
devel/libdouble-conversion/pkg-descr
Normal file
8
devel/libdouble-conversion/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
15
devel/libdouble-conversion/pkg-plist
Normal file
15
devel/libdouble-conversion/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
lib/libdouble-conversion.so.0
|
||||
lib/libdouble-conversion.so
|
||||
lib/libdouble-conversion.la
|
||||
lib/libdouble-conversion.a
|
||||
include/double-conversion/bignum-dtoa.h
|
||||
include/double-conversion/double-conversion.h
|
||||
include/double-conversion/strtod.h
|
||||
include/double-conversion/bignum.h
|
||||
include/double-conversion/fast-dtoa.h
|
||||
include/double-conversion/utils.h
|
||||
include/double-conversion/cached-powers.h
|
||||
include/double-conversion/fixed-dtoa.h
|
||||
include/double-conversion/diy-fp.h
|
||||
include/double-conversion/ieee.h
|
||||
@dirrm include/double-conversion
|
Loading…
x
Reference in New Issue
Block a user