From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 19 18:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C30B7952 for ; Fri, 19 Jul 2013 18:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AC276B3B for ; Fri, 19 Jul 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6JIe0uu094201 for ; Fri, 19 Jul 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6JIe0KZ094190; Fri, 19 Jul 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 19 Jul 2013 18:40:00 GMT Resent-Message-Id: <201307191840.r6JIe0KZ094190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Waitman Gobble Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63119776 for ; Fri, 19 Jul 2013 18:31:39 +0000 (UTC) (envelope-from root@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 53005AEE for ; Fri, 19 Jul 2013 18:31:39 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 0) id A1FEF36F49FF; Fri, 19 Jul 2013 11:25:35 -0700 (PDT) Message-Id: <20130719182535.A1FEF36F49FF@dx.burplex.com> Date: Fri, 19 Jul 2013 11:25:35 -0700 (PDT) From: Waitman Gobble To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/180661: New Port: devel/libfortuna Fortuna PRNG C library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Waitman Gobble List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 18:40:00 -0000 >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@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" 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@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 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@dirrm include/fortuna 7286e175445a4bc6ba82777adbdc5228 exit --- libfortuna.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: