1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add p5-List-Compare 0.31, perl extension for comparing lists.

PR:		ports/73033
Submitted by:	marck
This commit is contained in:
Mathieu Arnold 2004-10-25 12:20:46 +00:00
parent 74398509f9
commit 4e10212d4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120138
5 changed files with 54 additions and 0 deletions

View File

@ -306,6 +306,7 @@
SUBDIR += p5-I18N-Charset
SUBDIR += p5-I18N-LangTags
SUBDIR += p5-LEGO-RCX
SUBDIR += p5-List-Compare
SUBDIR += p5-Locale-Codes
SUBDIR += p5-Locale-Msgcat
SUBDIR += p5-Locale-SubCountry

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-List-Compare
# Date created: 23 Oct 2004
# Whom: Dmitry Morozovsky <marck@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= List-Compare
PORTVERSION= 0.31
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= List
PKGNAMEPREFIX= p5-
MAINTAINER= marck@FreeBSD.org
COMMENT= Perl extension for comparing lists
PERL_CONFIGURE= yes
MAN3= List::Compare.3 \
List::Compare::Base::_Auxiliary.3 \
List::Compare::Base::_Engine.3 \
List::Compare::Functional.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (List-Compare-0.31.tar.gz) = d30f0e991304030e328dfdeebb98dd92
SIZE (List-Compare-0.31.tar.gz) = 190495

View File

@ -0,0 +1,7 @@
List::Compare is a Perl module which allows you to compare lists.
More than two lists can be compared, in either full or accelerated way,
via both array/list and hash references, and, finally, via both
object-oriented and functional call style.
WWW: http://search.cpan.org/dist/List-Compare/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/List/Compare.pm
%%SITE_PERL%%/List/Compare/Base/_Auxiliary.pm
%%SITE_PERL%%/List/Compare/Base/_Engine.pm
%%SITE_PERL%%/List/Compare/Functional.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/List 2>/dev/null || true
@dirrm %%SITE_PERL%%/List/Compare/Base
@dirrm %%SITE_PERL%%/List/Compare
@unexec rmdir %D/%%SITE_PERL%%/List 2>/dev/null || true