From root@dx.burplex.com  Fri Jul 19 18:31:39 2013
Return-Path: <root@dx.burplex.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 63119776
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <uzimac@da3m0n8t3r.com>
Reply-To: Waitman Gobble <uzimac@da3m0n8t3r.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/libfortuna Fortuna PRNG C library
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 19 18:40:00 UTC 2013
>Closed-Date:    Sat Jul 20 03:58:59 UTC 2013
>Last-Modified:  Sat Jul 20 04:00:00 UTC 2013
>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" <uzimac@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@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@dirrm include/fortuna
7286e175445a4bc6ba82777adbdc5228
exit
--- libfortuna.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Jul 20 03:58:58 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180661 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180661: commit references a PR
Date: Sat, 20 Jul 2013 03:58:51 +0000 (UTC)

 Author: vanilla
 Date: Sat Jul 20 03:58:42 2013
 New Revision: 323332
 URL: http://svnweb.freebsd.org/changeset/ports/323332
 
 Log:
   Add libfortuna 0.1.0, fortuna PRNG Library.
   
   PR:		ports/180661
   Submitted by:	waitman@waitman.net
 
 Added:
   head/devel/libfortuna/
   head/devel/libfortuna/Makefile   (contents, props changed)
   head/devel/libfortuna/distinfo   (contents, props changed)
   head/devel/libfortuna/pkg-descr   (contents, props changed)
   head/devel/libfortuna/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Sat Jul 20 03:37:50 2013	(r323331)
 +++ head/devel/Makefile	Sat Jul 20 03:58:42 2013	(r323332)
 @@ -996,6 +996,7 @@
      SUBDIR += libexplain
      SUBDIR += libffi
      SUBDIR += libfirm
 +    SUBDIR += libfortuna
      SUBDIR += libfreefare
      SUBDIR += libftdi
      SUBDIR += libg19
 
 Added: head/devel/libfortuna/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libfortuna/Makefile	Sat Jul 20 03:58:42 2013	(r323332)
 @@ -0,0 +1,21 @@
 +# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
 +# $FreeBSD$
 +
 +PORTNAME=	libfortuna
 +PORTVERSION=	0.1.0
 +CATEGORIES=	devel
 +MASTER_SITES=	GH
 +
 +MAINTAINER=	waitman@waitman.net
 +COMMENT=	Fortuna PRNG Library
 +
 +LICENSE=	BSD
 +LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 +
 +USE_GITHUB=	yes
 +USE_LDCONFIG=	yes
 +GH_ACCOUNT=	waitman
 +GH_TAGNAME=	${GH_COMMIT}
 +GH_COMMIT=	4a52e16
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/libfortuna/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libfortuna/distinfo	Sat Jul 20 03:58:42 2013	(r323332)
 @@ -0,0 +1,2 @@
 +SHA256 (libfortuna-0.1.0.tar.gz) = b70c49c2f5b51e5da651291ccb3e30beadc67a860e18d38e61dbfebf5c0b11a8
 +SIZE (libfortuna-0.1.0.tar.gz) = 475233
 
 Added: head/devel/libfortuna/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libfortuna/pkg-descr	Sat Jul 20 03:58:42 2013	(r323332)
 @@ -0,0 +1,6 @@
 +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.
 +
 +WWW: https://dx.burplex.com/bin/libfortuna.html
 
 Added: head/devel/libfortuna/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libfortuna/pkg-plist	Sat Jul 20 03:58:42 2013	(r323332)
 @@ -0,0 +1,12 @@
 +include/fortuna/blf.h
 +include/fortuna/c.h
 +include/fortuna/fortuna.h
 +include/fortuna/internal.h
 +include/fortuna/md5.h
 +include/fortuna/px.h
 +include/fortuna/rijndael.h
 +include/fortuna/sha1.h
 +include/fortuna/sha2.h
 +lib/libfortuna.a
 +lib/libfortuna.so
 +@dirrm include/fortuna
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
