mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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. WWW: http://search.cpan.org/dist/Data-Integer
This commit is contained in:
parent
ade9d6cd22
commit
cdf13786e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231005
5 changed files with 36 additions and 0 deletions
|
@ -1157,6 +1157,7 @@
|
|||
SUBDIR += p5-Data-HexDump
|
||||
SUBDIR += p5-Data-Hexdumper
|
||||
SUBDIR += p5-Data-Hierarchy
|
||||
SUBDIR += p5-Data-Integer
|
||||
SUBDIR += p5-Data-Lazy
|
||||
SUBDIR += p5-Data-Localize
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
|
|
21
devel/p5-Data-Integer/Makefile
Normal file
21
devel/p5-Data-Integer/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: Data-Integer
|
||||
# Date created: 25 Mar 2009
|
||||
# Whom: brix@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Integer
|
||||
PORTVERSION= 0.003
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Perl module for details of the native integer data type
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Data::Integer.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Integer/distinfo
Normal file
3
devel/p5-Data-Integer/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Data-Integer-0.003.tar.gz) = d365c86d9fb9228180c0768732f78262
|
||||
SHA256 (Data-Integer-0.003.tar.gz) = 8a15fe6a66ced1f0799fa14f01b96bcbc76b984fdcb538e2f3d0b5705585cccb
|
||||
SIZE (Data-Integer-0.003.tar.gz) = 19092
|
9
devel/p5-Data-Integer/pkg-descr
Normal file
9
devel/p5-Data-Integer/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Integer
|
2
devel/p5-Data-Integer/pkg-plist
Normal file
2
devel/p5-Data-Integer/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Data/Integer.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Add table
Reference in a new issue