ports/180661: New Port: devel/libfortuna Fortuna PRNG C library

Waitman Gobble uzimac at da3m0n8t3r.com
Fri Jul 19 18:40:00 UTC 2013


>Number:         180661
>Category:       ports
>Synopsis:       New Port: devel/libfortuna Fortuna PRNG C library
>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:   Fri Jul 19 18:40:00 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 r252355: Fri Jun 28 16:39:19 PDT 2013 root at dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64


	
>Description:
Fortuna PRNG library for generating random numbers

libfortuna is a C library based on code extracted from BSD licensed PostgreSQL
sources. It generates numbers with decent randomness.

info, tests, examples: https://dx.burplex.com/bin/libfortuna.html

tested with base clang and gcc

Thank you.

>How-To-Repeat:
	
>Fix:

	

--- libfortuna.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:
#
#	libfortuna
#	libfortuna/pkg-descr
#	libfortuna/Makefile
#	libfortuna/distinfo
#	libfortuna/pkg-plist
#
echo c - libfortuna
mkdir -p libfortuna > /dev/null 2>&1
echo x - libfortuna/pkg-descr
sed 's/^X//' >libfortuna/pkg-descr << '0f76d9b8c247dc771b30d8198fdc1f71'
XFortuna PRNG library for generating random numbers
X
Xlibfortuna is a C library based on code extracted from BSD licensed PostgreSQL 
Xsources. It generates numbers with decent randomness.
X
XWWW: https://dx.burplex.com/bin/libfortuna.html
0f76d9b8c247dc771b30d8198fdc1f71
echo x - libfortuna/Makefile
sed 's/^X//' >libfortuna/Makefile << '235160d2435dd813d52aae25a7b61789'
X# Created by: "Waitman Gobble" <uzimac at da3m0n8t3r.com>
X# $FreeBSD$
X# New ports collection makefile for: libfortuna
X# Date created: 19 July 2013
X
XPORTNAME=	libfortuna
XPORTVERSION=	0.1.0
XCATEGORIES=	devel
XMASTER_SITES=	GH
X
XMAINTAINER=	waitman at waitman.net
XCOMMENT=	Fortuna PRNG Library
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/COPYRIGHT
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	waitman
XGH_TAGNAME=	${GH_COMMIT}
XGH_COMMIT=	4a52e16
X
X.include <bsd.port.mk>
235160d2435dd813d52aae25a7b61789
echo x - libfortuna/distinfo
sed 's/^X//' >libfortuna/distinfo << 'c86e1c1520b7152e4700ff520ed61c69'
XSHA256 (libfortuna-0.1.0.tar.gz) = b70c49c2f5b51e5da651291ccb3e30beadc67a860e18d38e61dbfebf5c0b11a8
XSIZE (libfortuna-0.1.0.tar.gz) = 475233
c86e1c1520b7152e4700ff520ed61c69
echo x - libfortuna/pkg-plist
sed 's/^X//' >libfortuna/pkg-plist << '7286e175445a4bc6ba82777adbdc5228'
Xinclude/fortuna/blf.h
Xinclude/fortuna/c.h
Xinclude/fortuna/fortuna.h
Xinclude/fortuna/internal.h
Xinclude/fortuna/md5.h
Xinclude/fortuna/px.h
Xinclude/fortuna/rijndael.h
Xinclude/fortuna/sha1.h
Xinclude/fortuna/sha2.h
Xlib/libfortuna.a
Xlib/libfortuna.so
X at dirrm include/fortuna
7286e175445a4bc6ba82777adbdc5228
exit
--- libfortuna.shar ends here ---


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


More information about the freebsd-ports-bugs mailing list