From owner-cvs-ports@FreeBSD.ORG Sat Jun 11 01:32:38 2011 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 116241065674; Sat, 11 Jun 2011 01:32:38 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 025678FC08; Sat, 11 Jun 2011 01:32:38 +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 p5B1WbiU019128; Sat, 11 Jun 2011 01:32:37 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5B1WbLB019127; Sat, 11 Jun 2011 01:32:37 GMT (envelope-from wxs) Message-Id: <201106110132.p5B1WbLB019127@repoman.freebsd.org> From: Wesley Shields Date: Sat, 11 Jun 2011 01:32:37 +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 LEGAL ports/security Makefile ports/security/truecrypt Makefile distinfo pkg-descr pkg-message 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, 11 Jun 2011 01:32:38 -0000 wxs 2011-06-11 01:32:37 UTC FreeBSD ports repository Modified files: . LEGAL security Makefile Added files: security/truecrypt Makefile distinfo pkg-descr pkg-message Log: Free open-source disk encryption software Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encryption is automatic, real-time (on-the-fly) and transparent. * Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted. * Provides plausible deniability, in case an adversary forces you to reveal the password: Hidden volume (steganography) and hidden operating system. WWW: http://www.truecrypt.org/ NOTE: This port is experimental and provides no GUI for managing truecrypt volumes. PR: ports/157072 Submitted by: Ryan Steinmetz Revision Changes Path 1.658 +4 -1 ports/LEGAL 1.1175 +1 -0 ports/security/Makefile 1.1 +84 -0 ports/security/truecrypt/Makefile (new) 1.1 +10 -0 ports/security/truecrypt/distinfo (new) 1.1 +15 -0 ports/security/truecrypt/pkg-descr (new) 1.1 +14 -0 ports/security/truecrypt/pkg-message (new)