From owner-svn-ports-all@freebsd.org Sun Feb 28 20:56:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CFC5AB782B; Sun, 28 Feb 2016 20:56:58 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E907B19C4; Sun, 28 Feb 2016 20:56:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SKuurF063671; Sun, 28 Feb 2016 20:56:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SKuuGm063668; Sun, 28 Feb 2016 20:56:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282056.u1SKuuGm063668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 20:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409761 - branches/2016Q1/sysutils/fusefs-cryptofs X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 28 Feb 2016 20:56:58 -0000 Author: rakuco Date: Sun Feb 28 20:56:56 2016 New Revision: 409761 URL: https://svnweb.freebsd.org/changeset/ports/409761 Log: MFH: r409760 Unmark broken, pass maintainership to submitter. PR: 206182 Submitted by: Chris Hutchinson Approved by: portmgr blanket approval Modified: branches/2016Q1/sysutils/fusefs-cryptofs/Makefile branches/2016Q1/sysutils/fusefs-cryptofs/distinfo branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/fusefs-cryptofs/Makefile ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:56:56 2016 (r409761) @@ -5,19 +5,19 @@ PORTNAME= cryptofs PORTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/ +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Encrypted filesystem for FUSE -BROKEN= unfetchable +LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libglib-2.0.so:${PORTSDIR}/devel/glib20 GNU_CONFIGURE= yes -USES= fuse pkgconfig tar:bzip2 +USES= fuse pkgconfig DOCS= README cryptofs.conf OPTIONS_DEFINE= DOCS Modified: branches/2016Q1/sysutils/fusefs-cryptofs/distinfo ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:56:56 2016 (r409761) @@ -1,2 +1,2 @@ -SHA256 (cryptofs-0.6.0.tar.bz2) = 163174257c32ac9b92195bcd050df9845c35c9eb0bc8860f32608fe541073b03 -SIZE (cryptofs-0.6.0.tar.bz2) = 242440 +SHA256 (cryptofs-0.6.0.tar.gz) = d884199e38ee09848841dda247db1db0361236b1ce8cc7dd3acb5031f80f6b57 +SIZE (cryptofs-0.6.0.tar.gz) = 352805 Modified: branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:56:56 2016 (r409761) @@ -1,7 +1,7 @@ CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/ -for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more -information on LUFS. +for more information on FUSE, or http://lufs.sourceforge.net/lufs/ for +more information on LUFS. CryptoFS will use a normal directory to store files encrypted. The mountpoint will contain the decrypted files. Every file stored in this @@ -11,9 +11,9 @@ be access by mounting the directory with FUSE/LUFS filesystems it does not need root access or any complicated setup like creating a filesystem on a encrypted disk using the loop device. -CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a -program to mount the filesystem. For LUFS a shared library will be built +CryptoFS can be build for FUSE, and LUFS. When you build for FUSE you get +a program to mount the filesystem. For LUFS a shared library will be built that can be used by LUFS's lufsd. Both methods can use the same encrypted directory. -WWW: http://reboot78.re.funpic.de/cryptofs/ +WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/