Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BBDBA7A1F7 for ; Tue, 7 Feb 2017 09:22:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6918685607; Tue, 7 Feb 2017 09:22:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB1F6855F8 for ; Tue, 7 Feb 2017 09:22:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z6Sv5rUwMLDp for ; Tue, 7 Feb 2017 09:22:18 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6C971855E1 for ; Tue, 7 Feb 2017 09:22:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68251FBE4; Tue, 7 Feb 2017 09:22:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148645933887810" MIME-Version: 1.0 Date: Tue, 7 Feb 2017 09:22:18 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20170207092218.68251FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148645933887810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Tue Feb 7 09:22:18 UTC 2017 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/p5-Config-File: DESCR Makefile PLIST distinfo Log Message: read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. To generate a diff of this commit: cvs rdiff -u -r1.2354 -r1.2355 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Config-File/DESCR \ pkgsrc/devel/p5-Config-File/Makefile pkgsrc/devel/p5-Config-File/PLIST \ pkgsrc/devel/p5-Config-File/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148645933887810 Content-Disposition: inline Content-Length: 2850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2354 pkgsrc/devel/Makefile:1.2355 --- pkgsrc/devel/Makefile:1.2354 Mon Feb 6 22:28:54 2017 +++ pkgsrc/devel/Makefile Tue Feb 7 09:22:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2354 2017/02/06 22:28:54 maya Exp $ +# $NetBSD: Makefile,v 1.2355 2017/02/07 09:22:18 hauke Exp $ # COMMENT= Development utilities @@ -872,6 +872,7 @@ SUBDIR+= p5-Config-Any SUBDIR+= p5-Config-Any-Merge SUBDIR+= p5-Config-Auto SUBDIR+= p5-Config-AutoConf +SUBDIR+= p5-Config-File SUBDIR+= p5-Config-Find SUBDIR+= p5-Config-General SUBDIR+= p5-Config-GitLike Added files: Index: pkgsrc/devel/p5-Config-File/DESCR diff -u /dev/null pkgsrc/devel/p5-Config-File/DESCR:1.1 --- /dev/null Tue Feb 7 09:22:18 2017 +++ pkgsrc/devel/p5-Config-File/DESCR Tue Feb 7 09:22:18 2017 @@ -0,0 +1,2 @@ +read_config_file parses a simple configuration file and stores its +values in an anonymous hash reference. Index: pkgsrc/devel/p5-Config-File/Makefile diff -u /dev/null pkgsrc/devel/p5-Config-File/Makefile:1.1 --- /dev/null Tue Feb 7 09:22:18 2017 +++ pkgsrc/devel/p5-Config-File/Makefile Tue Feb 7 09:22:18 2017 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2017/02/07 09:22:18 hauke Exp $ + +DISTNAME= Config-File-1.50 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= devel perl5 +MASTER_SITES= https://cpan.metacpan.org/authors/id/G/GW/GWOLF/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/Config::File +COMMENT= Parse a simple configuration file +LICENSE= ${PERL5_LICENSE} + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Config/File/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Config-File/PLIST diff -u /dev/null pkgsrc/devel/p5-Config-File/PLIST:1.1 --- /dev/null Tue Feb 7 09:22:18 2017 +++ pkgsrc/devel/p5-Config-File/PLIST Tue Feb 7 09:22:18 2017 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2017/02/07 09:22:18 hauke Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/Config/File.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/Config/File/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/Config::File.3 Index: pkgsrc/devel/p5-Config-File/distinfo diff -u /dev/null pkgsrc/devel/p5-Config-File/distinfo:1.1 --- /dev/null Tue Feb 7 09:22:18 2017 +++ pkgsrc/devel/p5-Config-File/distinfo Tue Feb 7 09:22:18 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/02/07 09:22:18 hauke Exp $ + +SHA1 (Config-File-1.50.tar.gz) = cd5aa960af80dbbac60dad39febb851343a8fc85 +RMD160 (Config-File-1.50.tar.gz) = ce446a396a28df98cd69024fb4121be433df3165 +SHA512 (Config-File-1.50.tar.gz) = 86312a008b2e18cd7ec1a5b98a23569478e95aec5ac3985d696c2447a8b62c5f38d80254acb57f7caed9ccfbe707ee5f70f3700475178f766db6b95aa435da9e +Size (Config-File-1.50.tar.gz) = 11376 bytes --_----------=_148645933887810--