diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 05:47:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 05:47:40 +0000 |
commit | 0343e179844d755bd8e0c41e9c3905e682bf3ec5 (patch) | |
tree | a542e7c06ef913ad3928a3e2ca44958e0f9e6018 /deskutils/Makefile | |
parent | e130c95d6b664d138f50f64cb07373b50ecccfae (diff) | |
download | ports-0343e179844d755bd8e0c41e9c3905e682bf3ec5.tar.gz ports-0343e179844d755bd8e0c41e9c3905e682bf3ec5.zip |
Add nautilus-locked-folder, a plugin for Nautilus that adds a 'Lock folder'
item to the right-click menus of folders. Locking a folder encrypts its contents
and converts it into a '.locked' format archive. This archive can then
be decrypted by right-clicking it and selecting 'Unlock folder'.
WWW: http://www.ids.org.au/~jam6/locked-folders/
Submitted by: ahze
Notes
Notes:
svn path=/head/; revision=147285
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index b47489c97cd7..9f9a561555fd 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -111,6 +111,7 @@ SUBDIR += nag SUBDIR += narval SUBDIR += nautilus-actions + SUBDIR += nautilus-locked-folder SUBDIR += nautilus-sendto SUBDIR += notebook SUBDIR += notification-daemon |