From owner-svn-ports-all@FreeBSD.ORG Thu Aug 9 00:46:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDB851065674; Thu, 9 Aug 2012 00:46:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C86958FC0C; Thu, 9 Aug 2012 00:46:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q790kAem046518; Thu, 9 Aug 2012 00:46:10 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q790kA9E046512; Thu, 9 Aug 2012 00:46:10 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201208090046.q790kA9E046512@svn.freebsd.org> From: Jason Helfman Date: Thu, 9 Aug 2012 00:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302316 - in head/sysutils: . libfvde X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 00:46:11 -0000 Author: jgh Date: Thu Aug 9 00:46:10 2012 New Revision: 302316 URL: http://svn.freebsd.org/changeset/ports/302316 Log: add new port: sysutils/libfvde Library and tools for reading FileVault2 Drive Encryption (FVDE) encrypted volumes. The FVDE format is used by MacOS-X, as of Lion, to encrypt data on a storage media volume. Supported FVDE formats: FileVault2 Lion Supported protection methods: password recovery password WWW: https://code.google.com/p/libfvde/ PR: 170449 Submitted by: koobs.freebsd@gmail.com Added: head/sysutils/libfvde/ head/sysutils/libfvde/Makefile (contents, props changed) head/sysutils/libfvde/distinfo (contents, props changed) head/sysutils/libfvde/pkg-descr (contents, props changed) head/sysutils/libfvde/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Aug 9 00:45:15 2012 (r302315) +++ head/sysutils/Makefile Thu Aug 9 00:46:10 2012 (r302316) @@ -456,6 +456,7 @@ SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk + SUBDIR += libfvde SUBDIR += libgksu SUBDIR += libieee1284 SUBDIR += libpcbsd Added: head/sysutils/libfvde/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libfvde/Makefile Thu Aug 9 00:46:10 2012 (r302316) @@ -0,0 +1,26 @@ +# New ports collection makefile for: libfvde +# Date created: 07 August 2012 +# Whom: Kubilay Kocak +# +# $FreeBSD$ +# + +PORTNAME= libfvde +PORTVERSION= 20120519 +CATEGORIES= sysutils +MASTER_SITES= GOOGLE_CODE +DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= koobs.freebsd@gmail.com +COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +USE_GNOME= libxml2 gnomehack +USE_LDCONFIG= yes + +MAN1= bdeinfo.1 bdemount.1 +MAN3= libbde.3 + +.include Added: head/sysutils/libfvde/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libfvde/distinfo Thu Aug 9 00:46:10 2012 (r302316) @@ -0,0 +1,2 @@ +SHA256 (libfvde-experimental-20120519.tar.gz) = fb819f6d5f6bb1010561e0fd2e4c379560132e0049fc4e7ffb4dcedf3f5198ea +SIZE (libfvde-experimental-20120519.tar.gz) = 993132 Added: head/sysutils/libfvde/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libfvde/pkg-descr Thu Aug 9 00:46:10 2012 (r302316) @@ -0,0 +1,14 @@ +Library and tools for reading FileVault2 Drive Encryption (FVDE) encrypted +volumes. The FVDE format is used by MacOS-X, as of Lion, to encrypt data +on a storage media volume. + +Supported FVDE formats: + + FileVault2 Lion + +Supported protection methods: + + password + recovery password + +WWW: https://code.google.com/p/libfvde/ Added: head/sysutils/libfvde/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libfvde/pkg-plist Thu Aug 9 00:46:10 2012 (r302316) @@ -0,0 +1,17 @@ +@comment $FreeBSD$ +bin/fvdeinfo +bin/fvdemount +include/libfvde.h +include/libfvde/codepage.h +include/libfvde/definitions.h +include/libfvde/error.h +include/libfvde/extern.h +include/libfvde/features.h +include/libfvde/types.h +lib/libfvde.so.1 +lib/libfvde.so +lib/libfvde.la +lib/libfvde.a +libdata/pkgconfig/libfvde.pc +@dirrmtry lib/pkgconfig +@dirrm include/libfvde