From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 23 13:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF36E9C6 for ; Mon, 23 Sep 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9812A89 for ; Mon, 23 Sep 2013 13:00:01 +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 r8ND01Fb097712 for ; Mon, 23 Sep 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ND017O097711; Mon, 23 Sep 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 Sep 2013 13:00:01 GMT Resent-Message-Id: <201309231300.r8ND017O097711@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, Henk van Oers Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B91087C for ; Mon, 23 Sep 2013 12:53:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56C4E2A50 for ; Mon, 23 Sep 2013 12:53:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8NCrl9v053545 for ; Mon, 23 Sep 2013 12:53:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8NCrl3Q053541; Mon, 23 Sep 2013 12:53:47 GMT (envelope-from nobody) Message-Id: <201309231253.r8NCrl3Q053541@oldred.freebsd.org> Date: Mon, 23 Sep 2013 12:53:47 GMT From: Henk van Oers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182325: New port: security/p5-Unix-Passwd-File Use (or manipulate) passwd and group entries 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: Mon, 23 Sep 2013 13:00:01 -0000 >Number: 182325 >Category: ports >Synopsis: New port: security/p5-Unix-Passwd-File Use (or manipulate) passwd and group entries >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: Mon Sep 23 13:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henk van Oers >Release: 9.1-RELEASE-p6 >Organization: perl.nl >Environment: FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This module can be used to read and manipulate entries in Unix system password files >How-To-Repeat: >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-Unix-Passwd-File # p5-Unix-Passwd-File/Makefile # p5-Unix-Passwd-File/pkg-descr # p5-Unix-Passwd-File/distinfo # p5-Unix-Passwd-File/pkg-plist # echo c - p5-Unix-Passwd-File mkdir -p p5-Unix-Passwd-File > /dev/null 2>&1 echo x - p5-Unix-Passwd-File/Makefile sed 's/^X//' >p5-Unix-Passwd-File/Makefile << 'de04d23f8d28cc5e384ed6995f96f995' X# Created by: Henk van Oers X# $FreeBSD$ X XPORTNAME= Unix-Passwd-File XPORTVERSION= 0.10 XCATEGORIES= security perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= perl@FreeBSD.org XCOMMENT= Use (or manipulate) passwd and group entries X XLICENSE= ART10 X XBUILD_DEPENDS= p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ X p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ X p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any \ X p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \ X p5-Crypt-Password-Util>=0:${PORTSDIR}/security/p5-Crypt-Password-Util XRUN_DEPENDS= p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any \ X p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \ X p5-Crypt-Password-Util>=0:${PORTSDIR}/security/p5-Crypt-Password-Util X XUSES= perl5 XUSE_PERL5= modbuild X XMAN3= Unix::Passwd::File.3 X XNO_STAGE= yes X.include de04d23f8d28cc5e384ed6995f96f995 echo x - p5-Unix-Passwd-File/pkg-descr sed 's/^X//' >p5-Unix-Passwd-File/pkg-descr << 'e6e975d9179a77636915705df4221f03' XThis module can be used to read and manipulate entries in Unix system Xpassword files (/etc/passwd, /etc/group, ...) but can also Xbe told to search in custom location, for testing purposes. X XWWW: https://metacpan.org/module/Unix::Passwd::File e6e975d9179a77636915705df4221f03 echo x - p5-Unix-Passwd-File/distinfo sed 's/^X//' >p5-Unix-Passwd-File/distinfo << '7c43369965a3522c7fe58abef04c4b82' XSHA256 (Unix-Passwd-File-0.10.tar.gz) = 09fb90e827d9698a3f660267df2d4f43a4a908d2efea9be72ff1770987de1559 XSIZE (Unix-Passwd-File-0.10.tar.gz) = 33978 7c43369965a3522c7fe58abef04c4b82 echo x - p5-Unix-Passwd-File/pkg-plist sed 's/^X//' >p5-Unix-Passwd-File/pkg-plist << '9a5dbecb480a790cc3f1315ba83fac1f' X%%SITE_PERL%%/Unix/Passwd/File.pm X@dirrmtry %%SITE_PERL%%/Unix/Passwd X@dirrmtry %%SITE_PERL%%/Unix 9a5dbecb480a790cc3f1315ba83fac1f exit >Release-Note: >Audit-Trail: >Unformatted: