Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2013 10:00:30 -0700 (PDT)
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179621: New port: libdouble-conversion 1.1.1
Message-ID:  <20130616170030.210EF36F486D@dx.burplex.com>
Resent-Message-ID: <201306161710.r5GHA2T3068263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179621
>Category:       ports
>Synopsis:       New port: libdouble-conversion 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 16 17:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Waitman Gobble
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Waitman Gobble
>Environment:
System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251357: Mon Jun 3 20:42:39 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64


	
>Description:

This is a port of libdouble-conversion, a BSD Licensed C++ library which provides binary-decimal and decimal-binary routines for IEEE doubles. The code was originally ripped out of the V8 JavaScript engine. 

To compile code using the library, try:
clang++ -std=c++11 -stdlib=libc++ -lc++ -I/usr/local/include/double-conversion -L/usr/local/lib -ldouble-conversion test.cc

>How-To-Repeat:
	
>Fix:

	

--- libdouble-conversion.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libdouble-conversion
#	libdouble-conversion/Makefile
#	libdouble-conversion/pkg-descr
#	libdouble-conversion/pkg-plist
#	libdouble-conversion/distinfo
#
echo c - libdouble-conversion
mkdir -p libdouble-conversion > /dev/null 2>&1
echo x - libdouble-conversion/Makefile
sed 's/^X//' >libdouble-conversion/Makefile << '21aeaaaea35a95858296310d8ec2afa5'
X# Created by: Waitman Gobble <waitman@waitman.net>
X# $FreeBSD$
X
XPORTNAME=	libdouble-conversion
XPORTVERSION=	1.1.1
XCATEGORIES=	devel
XMASTER_SITES=	GH
X
XMAINTAINER=	ports@freebsd.org
XCOMMENT=	Binary-decimal and decimal-binary routines for IEEE doubles
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/LICENSE
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	waitman
XGH_TAGNAME=	${GH_COMMIT}
XGH_COMMIT=	e9b9e5a
X
XGNU_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
X
X.include <bsd.port.mk>
21aeaaaea35a95858296310d8ec2afa5
echo x - libdouble-conversion/pkg-descr
sed 's/^X//' >libdouble-conversion/pkg-descr << '96e2217e9e65fdf88a922b62f405ef92'
XThis project (double-conversion) provides binary-decimal and decimal-binary
Xroutines for IEEE doubles.
X
XThe library consists of efficient conversion routines that have been extracted
Xfrom the V8 JavaScript engine. The code has been refactored and improved so that
Xit can be used more easily in other projects.
X
XWWW: http://code.google.com/p/double-conversion
96e2217e9e65fdf88a922b62f405ef92
echo x - libdouble-conversion/pkg-plist
sed 's/^X//' >libdouble-conversion/pkg-plist << '8bcdb895657a34c23a6f02d16627b5b0'
Xlib/libdouble-conversion.so.0
Xlib/libdouble-conversion.so
Xlib/libdouble-conversion.la
Xlib/libdouble-conversion.a
Xinclude/double-conversion/bignum-dtoa.h
Xinclude/double-conversion/double-conversion.h
Xinclude/double-conversion/strtod.h
Xinclude/double-conversion/bignum.h
Xinclude/double-conversion/fast-dtoa.h
Xinclude/double-conversion/utils.h
Xinclude/double-conversion/cached-powers.h
Xinclude/double-conversion/fixed-dtoa.h
Xinclude/double-conversion/diy-fp.h
Xinclude/double-conversion/ieee.h
X@dirrm include/double-conversion
8bcdb895657a34c23a6f02d16627b5b0
echo x - libdouble-conversion/distinfo
sed 's/^X//' >libdouble-conversion/distinfo << '19371bc6ffe5b2abc6a00967295ac29d'
XSHA256 (libdouble-conversion-1.1.1.tar.gz) = 74c98db09e68ecedcaa4853f887dbc3ad8c205ebeabd8daba37f1cce83f91fc8
XSIZE (libdouble-conversion-1.1.1.tar.gz) = 441248
19371bc6ffe5b2abc6a00967295ac29d
exit
--- libdouble-conversion.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130616170030.210EF36F486D>