Bug 107600

Summary: [NEW PORT] sysutils/fusefs-encfs: An encrypted pass-through FUSE filesystem
Product: Ports & Packages Reporter: trasz <trasz>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fusefs-encfs-1.3.1.shar none

Description trasz 2007-01-05 23:30:30 UTC
EncFS is an encrypted pass-through filesystem which runs in userspace,
using the FUSE kernel module.  Similar in design to CFS and other
pass-through filesystems, all data is encrypted and stored in the
underlying filesystem.  Unlike loopback filesystems, there is no
predetermined or pre-allocated filesystem size.

WWW:	http://freshmeat.net/projects/encfs/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-05 23:30:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-06 10:41:56 UTC
miwi        2007-01-06 10:41:50 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/fusefs-encfs Makefile distinfo pkg-descr pkg-plist 
  Log:
  EncFS is an encrypted pass-through filesystem which runs in userspace,
  using the FUSE kernel module.  Similar in design to CFS and other
  pass-through filesystems, all data is encrypted and stored in the
  underlying filesystem.  Unlike loopback filesystems, there is no
  predetermined or pre-allocated filesystem size.
  
  WWW:    http://freshmeat.net/projects/encfs/
  
  PR:             ports/107600
  Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
  
  Revision  Changes    Path
  1.882     +1 -0      ports/sysutils/Makefile
  1.1       +34 -0     ports/sysutils/fusefs-encfs/Makefile (new)
  1.1       +3 -0      ports/sysutils/fusefs-encfs/distinfo (new)
  1.1       +7 -0      ports/sysutils/fusefs-encfs/pkg-descr (new)
  1.1       +47 -0     ports/sysutils/fusefs-encfs/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-06 10:43:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!