From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 20 04:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D48EAC53 for ; Sat, 20 Jul 2013 04:00:01 +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 C7C40FE3 for ; Sat, 20 Jul 2013 04:00:01 +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 r6K401d0014128 for ; Sat, 20 Jul 2013 04:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6K401SF014127; Sat, 20 Jul 2013 04:00:01 GMT (envelope-from gnats) Date: Sat, 20 Jul 2013 04:00:01 GMT Message-Id: <201307200400.r6K401SF014127@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/180661: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 04:00:02 -0000 The following reply was made to PR ports/180661; it has been noted by GNATS. 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" +# $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 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"