From owner-cvs-ports@FreeBSD.ORG Sat Feb 18 16:09:15 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE8CA1065670; Sat, 18 Feb 2012 16:09:15 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A097F8FC19; Sat, 18 Feb 2012 16:09:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IG9FZc087886; Sat, 18 Feb 2012 16:09:15 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1IG9FYB087885; Sat, 18 Feb 2012 16:09:15 GMT (envelope-from pgj) Message-Id: <201202181609.q1IG9FYB087885@repoman.freebsd.org> From: Gabor Pali Date: Sat, 18 Feb 2012 16:09:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/security Makefile ports/security/hs-RSA Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 16:09:15 -0000 pgj 2012-02-18 16:09:15 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk security Makefile Added files: security/hs-RSA Makefile distinfo pkg-descr Log: This library implements the RSA encryption and signature algorithms for arbitrarily-sized ByteStrings. While the implementations work, they are not necessarily the fastest ones on the planet. Particularly key generation. The algorithms included are based of RFC 3447, or the Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1). WWW: http://hackage.haskell.org/package/RSA Obtained from: FreeBSD Haskell Revision Changes Path 1.121 +2 -1 ports/lang/ghc/bsd.hackage.mk 1.1252 +1 -0 ports/security/Makefile 1.1 +41 -0 ports/security/hs-RSA/Makefile (new) 1.1 +2 -0 ports/security/hs-RSA/distinfo (new) 1.1 +8 -0 ports/security/hs-RSA/pkg-descr (new)