Initial import of Number-Compare-0.01

A module for doing numeric comparisons. It can compare numbers expressed
in different comparable units.

from Sam Smith <S at msmith.net>
This commit is contained in:
sturm 2004-01-29 18:11:02 +00:00
parent eaeabf72f1
commit 0a8abdbee7
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/29 18:11:02 sturm Exp $
COMMENT= "Compare numbers"
DISTNAME= Number-Compare-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= Sam Smith <S@msmith.net>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Number-Compare-0.01.tar.gz) = 519a4434e35033e9bd034d27cd2fd299
RMD160 (Number-Compare-0.01.tar.gz) = f97c3d5185840c82894343f15cc99ab625e743d7
SHA1 (Number-Compare-0.01.tar.gz) = d768ceab714b50fe1fa8e7d9133de736f58fb7b7

View File

@ -0,0 +1,2 @@
A module for doing numeric comparisons. It can compare numbers expressed
in different comparable units.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/01/29 18:11:02 sturm Exp $
${P5SITE}/Number/Compare.pm
@comment ${P5ARCH}/auto/Number/Compare/.packlist
@comment ${P5ARCH}/perllocal.pod
man/man3p/Number::Compare.3p
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/Number/Compare
@comment @dirrm ${P5ARCH}/auto/Number
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Number