From owner-svn-ports-head@FreeBSD.ORG Sat Jul 20 03:58:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4E0E4B30; Sat, 20 Jul 2013 03:58:44 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB03FD3; Sat, 20 Jul 2013 03:58:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6K3wiM2083790; Sat, 20 Jul 2013 03:58:44 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6K3whW8083785; Sat, 20 Jul 2013 03:58:43 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201307200358.r6K3whW8083785@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 20 Jul 2013 03:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323332 - in head/devel: . libfortuna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 03:58:44 -0000 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