From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 965703B1 for ; Sun, 2 Jun 2013 05:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7680917B6 for ; Sun, 2 Jun 2013 05:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52500XU038550 for ; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52500pa038549; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:00:00 GMT Resent-Message-Id: <201306020500.r52500pa038549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B83339A for ; Sun, 2 Jun 2013 04:57:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 25E5517A6 for ; Sun, 2 Jun 2013 04:57:18 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r524vItH062540 for ; Sun, 2 Jun 2013 04:57:18 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r524vIQw062539; Sun, 2 Jun 2013 04:57:18 GMT (envelope-from nobody) Message-Id: <201306020457.r524vIQw062539@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 04:57:18 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179187: New port: security/p5-gpgdir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 05:00:00 -0000 >Number: 179187 >Category: ports >Synopsis: New port: security/p5-gpgdir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: 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: https://www.cipherdyne.org/~cipherdy/gpgdir/ >How-To-Repeat: https://redports.org/buildarchive/20130602011300-23259/ >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-gpgdir # p5-gpgdir/Makefile # p5-gpgdir/pkg-descr # p5-gpgdir/distinfo # echo c - p5-gpgdir mkdir -p p5-gpgdir > /dev/null 2>&1 echo x - p5-gpgdir/Makefile sed 's/^X//' >p5-gpgdir/Makefile << '69f41ab0bda08180f0125f5ae28b1c03' X# Created by: Hakisho Nukama X# $FreeBSD$ X XPORTNAME= gpgdir XPORTVERSION= 1.9.5 XCATEGORIES= security perl5 XMASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \ X http://www.cipherdyne.org/gpgdir/download/ XPKGNAMEPREFIX= p5- X XMAINTAINER= nukama+maintainer@gmail.com XCOMMENT= Recursive directory encryption with GnuPG X XLICENSE= GPLv2 X XBUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ X ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ X ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey XRUN_DEPENDS:= ${BUILD_DEPENDS} X XNO_BUILD= yes XUSE_PERL5_RUN= yes X XPLIST_FILES= bin/gpgdir XMAN1= gpgdir.1 X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${PREFIX}/bin/ X @${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${MANPREFIX}/man/man1/ X X.include 69f41ab0bda08180f0125f5ae28b1c03 echo x - p5-gpgdir/pkg-descr sed 's/^X//' >p5-gpgdir/pkg-descr << 'e60f8b25d561854367eee6eff18a9eca' Xgpgdir is a perl script that uses the CPAN GnuPG::Interface module Xto encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc. X XWWW: http://www.cipherdyne.org/gpgdir/ e60f8b25d561854367eee6eff18a9eca echo x - p5-gpgdir/distinfo sed 's/^X//' >p5-gpgdir/distinfo << '4b3bf047e9bcc65afbcc48b64ff04629' XSHA256 (gpgdir-1.9.5.tar.gz) = dd2a55f50ce78c446df9358f5f6c031996c3cf4ef07593da25708a1eb19fc859 XSIZE (gpgdir-1.9.5.tar.gz) = 233202 4b3bf047e9bcc65afbcc48b64ff04629 exit >Release-Note: >Audit-Trail: >Unformatted: