ports/73033: new port: misc/p5-List-Compare

Dmitry Morozovsky marck at FreeBSD.org
Sat Oct 23 08:40:31 UTC 2004


>Number:         73033
>Category:       ports
>Synopsis:       new port: misc/p5-List-Compare
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 23 08:40:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 

>Description:

This is new port skeleton for CPAN's List::Compare perl module,
which is used in The FreeBSD Russian Documentation Project
source tree compare script.

>How-To-Repeat:

>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/Makefile,v
retrieving revision 1.709
diff -u -r1.709 Makefile
--- Makefile	17 Oct 2004 13:24:50 -0000	1.709
+++ Makefile	23 Oct 2004 08:29:40 -0000
@@ -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

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-List-Compare
#	p5-List-Compare/Makefile
#	p5-List-Compare/pkg-plist
#	p5-List-Compare/pkg-descr
#	p5-List-Compare/distinfo
#
echo c - p5-List-Compare
mkdir -p p5-List-Compare > /dev/null 2>&1
echo x - p5-List-Compare/Makefile
sed 's/^X//' >p5-List-Compare/Makefile << 'END-of-p5-List-Compare/Makefile'
X# New ports collection makefile for:	p5-List-Compare
X# Date created:				23 Oct 2004
X# Whom:					Dmitry Morozovsky <marck at FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		List-Compare
XPORTVERSION=		0.31
XCATEGORIES=		misc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	List
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		marck at FreeBSD.org
XCOMMENT=	Perl extension for comparing lists
X
XPERL_CONFIGURE=		yes
X
XMAN3=			List::Compare.3 \
X			List::Compare::Base::_Auxiliary.3 \
X			List::Compare::Base::_Engine.3 \
X			List::Compare::Functional.3
X
X.include <bsd.port.mk>
END-of-p5-List-Compare/Makefile
echo x - p5-List-Compare/pkg-plist
sed 's/^X//' >p5-List-Compare/pkg-plist << 'END-of-p5-List-Compare/pkg-plist'
X%%SITE_PERL%%/List/Compare.pm
X%%SITE_PERL%%/List/Compare/Base/_Auxiliary.pm
X%%SITE_PERL%%/List/Compare/Base/_Engine.pm
X%%SITE_PERL%%/List/Compare/Functional.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare/.packlist
X at dirrm %%SITE_PERL%%/List/Compare/Base
X at dirrm %%SITE_PERL%%/List/Compare
X at unexec rmdir %D/%%SITE_PERL%%/auto/List 2>/dev/null || true
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/List 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/List 2>/dev/null || true
END-of-p5-List-Compare/pkg-plist
echo x - p5-List-Compare/pkg-descr
sed 's/^X//' >p5-List-Compare/pkg-descr << 'END-of-p5-List-Compare/pkg-descr'
XList::Compare is a Perl module which allows you to compare lists.
X
XMore than two lists can be compared, in either full or accelerated way,
Xvia both array/list and hash references, and, finally, via both
Xobject-oriented and functional call style.
X
XWWW: http://search.cpan.org/search?dist=List-Compare
END-of-p5-List-Compare/pkg-descr
echo x - p5-List-Compare/distinfo
sed 's/^X//' >p5-List-Compare/distinfo << 'END-of-p5-List-Compare/distinfo'
XMD5 (List-Compare-0.31.tar.gz) = d30f0e991304030e328dfdeebb98dd92
XSIZE (List-Compare-0.31.tar.gz) = 190495
END-of-p5-List-Compare/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list