From patchwork Mon Mar 2 10:55:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Santos X-Patchwork-Id: 445033 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 32C3114019D for ; Mon, 2 Mar 2015 21:56:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 91168931C8; Mon, 2 Mar 2015 10:56:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHmbMp1qh5Cl; Mon, 2 Mar 2015 10:56:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 285E29507F; Mon, 2 Mar 2015 10:56:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 92D531C201D for ; Mon, 2 Mar 2015 10:56:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8DF7194FE9 for ; Mon, 2 Mar 2015 10:56:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YtKKzCkcMc9v for ; Mon, 2 Mar 2015 10:56:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.datacom.ind.br (mx.datacom.ind.br [177.66.5.10]) by hemlock.osuosl.org (Postfix) with ESMTP id B769695062 for ; Mon, 2 Mar 2015 10:55:54 +0000 (UTC) Received: from mail.datacom.ind.br (localhost [127.0.0.1]) by mail.datacom.ind.br (Postfix) with ESMTP id 0733514A0261; Mon, 2 Mar 2015 07:55:08 -0300 (BRT) Received: from mail.datacom.ind.br (localhost [127.0.0.1]) by mail.datacom.ind.br (Postfix) with ESMTP id EF56F16D6039; Mon, 2 Mar 2015 07:55:07 -0300 (BRT) Received: from buildroot.ped.datacom.ind.br (unknown [10.0.126.80]) by mail.datacom.ind.br (Postfix) with ESMTP id E118014A0261; Mon, 2 Mar 2015 07:55:07 -0300 (BRT) From: Carlos Santos To: buildroot@buildroot.org Date: Mon, 2 Mar 2015 07:55:47 -0300 Message-Id: <1425293747-15440-2-git-send-email-casantos@datacom.ind.br> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1425293747-15440-1-git-send-email-casantos@datacom.ind.br> References: <1425293747-15440-1-git-send-email-casantos@datacom.ind.br> Subject: [Buildroot] [PATCH v2 1/1] perl-file-util: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Perl File::Util module (host and target packages) Signed-off-by: Carlos Santos --- package/Config.in | 1 + package/perl-file-util/Config.in | 6 ++++++ package/perl-file-util/perl-file-util.hash | 3 +++ package/perl-file-util/perl-file-util.mk | 15 +++++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 package/perl-file-util/Config.in create mode 100644 package/perl-file-util/perl-file-util.hash create mode 100644 package/perl-file-util/perl-file-util.mk diff --git a/package/Config.in b/package/Config.in index 262a7fb..2159bd6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -469,6 +469,7 @@ endif if BR2_PACKAGE_PERL menu "Perl libraries/modules" source "package/perl-datetime-tiny/Config.in" + source "package/perl-file-util/Config.in" source "package/perl-gd/Config.in" source "package/perl-gdgraph/Config.in" source "package/perl-gdtextutil/Config.in" diff --git a/package/perl-file-util/Config.in b/package/perl-file-util/Config.in new file mode 100644 index 0000000..871be98 --- /dev/null +++ b/package/perl-file-util/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_FILE_UTIL + bool "perl-file-util" + help + Easy, versatile, portable file handling + + https://github.com/tommybutler/file-util/wiki diff --git a/package/perl-file-util/perl-file-util.hash b/package/perl-file-util/perl-file-util.hash new file mode 100644 index 0000000..1e613dc --- /dev/null +++ b/package/perl-file-util/perl-file-util.hash @@ -0,0 +1,3 @@ +# retrieved by scancpan from http://cpan.metacpan.org/ +md5 93c572b4c54743a7ef383486dd2c4014 File-Util-4.132140.tar.gz +sha256 4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1 File-Util-4.132140.tar.gz diff --git a/package/perl-file-util/perl-file-util.mk b/package/perl-file-util/perl-file-util.mk new file mode 100644 index 0000000..c8b4441 --- /dev/null +++ b/package/perl-file-util/perl-file-util.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# perl-file-util +# +################################################################################ + +PERL_FILE_UTIL_VERSION = 4.132140 +PERL_FILE_UTIL_SOURCE = File-Util-$(PERL_FILE_UTIL_VERSION).tar.gz +PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY +PERL_FILE_UTIL_DEPENDENCIES = perl host-perl-module-build +PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+ +PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE + +$(eval $(perl-package)) +$(eval $(host-perl-package))