- Add gpgdir 1.9.5
gpgdir is a perl script that uses the CPAN GnuPG::Interface module to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc. WWW: http://www.cipherdyne.org/gpgdir/ PR: ports/179187 Submitted by: Hakisho Nukama <nukama@gmail.com>
This commit is contained in:
parent
73d68e732c
commit
aa92549646
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326833
4 changed files with 37 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
SUBDIR += gpa
|
||||
SUBDIR += gpasman
|
||||
SUBDIR += gpass
|
||||
SUBDIR += gpgdir
|
||||
SUBDIR += gpgme
|
||||
SUBDIR += gringotts
|
||||
SUBDIR += gsasl
|
||||
|
|
30
security/gpgdir/Makefile
Normal file
30
security/gpgdir/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Created by: Hakisho Nukama <nukama@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpgdir
|
||||
PORTVERSION= 1.9.5
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \
|
||||
http://www.cipherdyne.org/gpgdir/download/
|
||||
|
||||
MAINTAINER= nukama+maintainer@gmail.com
|
||||
COMMENT= Recursive directory encryption with GnuPG
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
||||
p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= run
|
||||
USES= perl5
|
||||
|
||||
MAN1= gpgdir.1
|
||||
PLIST_FILES= bin/gpgdir
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/gpgdir/distinfo
Normal file
2
security/gpgdir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (gpgdir-1.9.5.tar.gz) = dd2a55f50ce78c446df9358f5f6c031996c3cf4ef07593da25708a1eb19fc859
|
||||
SIZE (gpgdir-1.9.5.tar.gz) = 233202
|
4
security/gpgdir/pkg-descr
Normal file
4
security/gpgdir/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
gpgdir is a perl script that uses the CPAN GnuPG::Interface module
|
||||
to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc.
|
||||
|
||||
WWW: http://www.cipherdyne.org/gpgdir/
|
Loading…
Reference in a new issue