From 41b35f7fc277a100467431f1883ccfc505e5169b Mon Sep 17 00:00:00 2001 From: hiramatsu Date: Fri, 21 Oct 2011 10:05:45 +0000 Subject: [PATCH] Import perl module Data::Integer into devel/p5-Data-Integer, to prepare to import DBIx::Class::PassphraseColumn. This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. There are actually two native integer representations: signed and unsigned. Both are handled by this module. --- devel/p5-Data-Integer/DESCR | 7 +++++++ devel/p5-Data-Integer/Makefile | 21 +++++++++++++++++++++ devel/p5-Data-Integer/distinfo | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 devel/p5-Data-Integer/DESCR create mode 100644 devel/p5-Data-Integer/Makefile create mode 100644 devel/p5-Data-Integer/distinfo diff --git a/devel/p5-Data-Integer/DESCR b/devel/p5-Data-Integer/DESCR new file mode 100644 index 000000000000..82bbb1543ab3 --- /dev/null +++ b/devel/p5-Data-Integer/DESCR @@ -0,0 +1,7 @@ +This module is about the native integer numerical data type. A native +integer is one of the types of datum that can appear in the numeric part +of a Perl scalar. This module supplies constants describing the native +integer type. + +There are actually two native integer representations: signed and +unsigned. Both are handled by this module. diff --git a/devel/p5-Data-Integer/Makefile b/devel/p5-Data-Integer/Makefile new file mode 100644 index 000000000000..f401e5d0f9fa --- /dev/null +++ b/devel/p5-Data-Integer/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/21 10:05:45 hiramatsu Exp $ + +DISTNAME= Data-Integer-0.004 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Data-Integer/ +COMMENT= Details of the native integer data type +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Data/Integer/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Data-Integer/distinfo b/devel/p5-Data-Integer/distinfo new file mode 100644 index 000000000000..2bff1885c775 --- /dev/null +++ b/devel/p5-Data-Integer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/21 10:05:45 hiramatsu Exp $ + +SHA1 (Data-Integer-0.004.tar.gz) = 9d3c8fc0ceb11b80a19bf14364072a0479caa6a5 +RMD160 (Data-Integer-0.004.tar.gz) = 5e274484755fd5ea9650a93111105b931ae6f2e2 +Size (Data-Integer-0.004.tar.gz) = 24515 bytes