From tobez@tobez.org  Tue Jan  2 10:26:03 2001
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 8259137B402
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jan 2001 10:26:01 -0800 (PST)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id B1AAF54E7; Tue,  2 Jan 2001 19:25:56 +0100 (CET)
Message-Id: <20010102182556.B1AAF54E7@heechee.tobez.org>
Date: Tue,  2 Jan 2001 19:25:56 +0100 (CET)
From: tobez@tobez.org
Reply-To: tobez@tobez.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/p5-Sort-PolySort (General rules-based sorting of lists)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         24021
>Category:       ports
>Synopsis:       New port: textproc/p5-Sort-PolySort (General rules-based sorting of lists)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 10:30:01 PST 2001
>Closed-Date:    Tue Jun 12 05:35:25 PDT 2001
>Last-Modified:  Tue Jun 12 05:36:10 PDT 2001
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

When perl Makefile.PL is run it reports a syntax error.  This is *not* a
problem, and ervything runs fine after that.  The cause of the message
is the inherent dumbness of ExtUtils::MakeMaker.  Please disregard it.

>Description:

This module provides methods to sort a list of strings based on parsing
the strings according to a configurable set of specifications.

>How-To-Repeat:
>Fix:

# 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-Sort-PolySort
#	p5-Sort-PolySort/pkg-plist
#	p5-Sort-PolySort/pkg-descr
#	p5-Sort-PolySort/pkg-comment
#	p5-Sort-PolySort/distinfo
#	p5-Sort-PolySort/Makefile
#
echo c - p5-Sort-PolySort
mkdir -p p5-Sort-PolySort > /dev/null 2>&1
echo x - p5-Sort-PolySort/pkg-plist
sed 's/^X//' >p5-Sort-PolySort/pkg-plist << 'END-of-p5-Sort-PolySort/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Sort/PolySort.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sort 2>/dev/null || true
END-of-p5-Sort-PolySort/pkg-plist
echo x - p5-Sort-PolySort/pkg-descr
sed 's/^X//' >p5-Sort-PolySort/pkg-descr << 'END-of-p5-Sort-PolySort/pkg-descr'
XThis module provides methods to sort a list of strings based on parsing
Xthe strings according to a configurable set of specifications.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Sort-PolySort/pkg-descr
echo x - p5-Sort-PolySort/pkg-comment
sed 's/^X//' >p5-Sort-PolySort/pkg-comment << 'END-of-p5-Sort-PolySort/pkg-comment'
XGeneral rules-based sorting of lists
END-of-p5-Sort-PolySort/pkg-comment
echo x - p5-Sort-PolySort/distinfo
sed 's/^X//' >p5-Sort-PolySort/distinfo << 'END-of-p5-Sort-PolySort/distinfo'
XMD5 (Sort-PolySort-0.12.tar.gz) = d8af79a5fd6937dd2ac352b3408edc5e
END-of-p5-Sort-PolySort/distinfo
echo x - p5-Sort-PolySort/Makefile
sed 's/^X//' >p5-Sort-PolySort/Makefile << 'END-of-p5-Sort-PolySort/Makefile'
X# New ports collection makefile for:	textproc/p5-Sort-PolySort
X# Date created:				02 January 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Sort-PolySort
XPORTVERSION=	0.12
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Sort
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Sort::PolySort.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Sort-PolySort/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: will 
State-Changed-When: Wed Jan 3 04:22:00 PST 2001 
State-Changed-Why:  
This one seems to be perl 5.6.0 (or -CURRENT)-only.  Regardless, I get the 
very same: 

===>  Configuring for p5-Sort-PolySort-0.12 
Checking if your kit is complete... 
Warning: the following files are missing in your kit: 
README 
Please inform the author. 
Could not eval ' 
package ExtUtils::MakeMaker::_version; 
no strict; 

local $Sort::PolySort::VERSION; 
$Sort::PolySort::VERSION=undef; do { 
$Sort::PolySort::VERSION =  
}; $Sort::PolySort::VERSION 
' in lib/Sort/PolySort.pm: syntax error at (eval 9) line 8, at EOF 
Writing Makefile for Sort::PolySort 

on both 4.2-STABLE and 5.0-CURRENT.  Yet it errors out on 4.2-STABLE but not 
on 5.0-CURRENT.  So it's probably silent.  Can you confirm if this is another 
Perl 5.6/-CURRENT-only module?  I need to mark it broken on <5.0 if yes. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24021 

From: Will Andrews <will@physics.purdue.edu>
To: tobez@tobez.org
Cc: FreeBSD GNATS DB <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/24021: New port: textproc/p5-Sort-PolySort (General rules-based sorting of lists)
Date: Wed, 3 Jan 2001 07:29:12 -0500

 On Wed, Jan 03, 2001 at 04:25:11AM -0800, will@FreeBSD.org wrote:
 > Writing Makefile for Sort::PolySort
 > 
 > on both 4.2-STABLE and 5.0-CURRENT.  Yet it errors out on 4.2-STABLE but not
 
 Except of course for that last line above..  I suspect silent erroring
 out on obsolete perl versions.
 
 -- 
 wca
 

From: Anton Berezin <tobez@tobez.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: will@FreeBSD.org
Subject: Re: ports/24021: New port: textproc/p5-Sort-PolySort (General rules-based sorting of lists)
Date: Wed, 3 Jan 2001 14:08:12 +0100

 On Wed, Jan 03, 2001 at 04:25:11AM -0800, will@FreeBSD.org wrote:
 
 > This one seems to be perl 5.6.0 (or -CURRENT)-only.  Regardless, I get the
 > very same:
 > 
 > ===>  Configuring for p5-Sort-PolySort-0.12
 > Checking if your kit is complete...
 > Warning: the following files are missing in your kit:
 >         README
 > Please inform the author.
 > Could not eval '
 >             package ExtUtils::MakeMaker::_version;
 >             no strict;
 > 
 >             local $Sort::PolySort::VERSION;
 >             $Sort::PolySort::VERSION=undef; do {
 >                 $Sort::PolySort::VERSION = 
 >             }; $Sort::PolySort::VERSION
 >         ' in lib/Sort/PolySort.pm: syntax error at (eval 9) line 8, at EOF
 > Writing Makefile for Sort::PolySort
 > 
 > on both 4.2-STABLE and 5.0-CURRENT.  Yet it errors out on 4.2-STABLE but not
 > on 5.0-CURRENT.  So it's probably silent.  Can you confirm if this is another
 > Perl 5.6/-CURRENT-only module?  I need to mark it broken on <5.0 if yes.
 
 Uhh.  As for 5.0/5.6.0, see the >Environment section of the original PR:
 
     When perl Makefile.PL is run it reports a syntax error.  This is
     *not* a problem, and ervything runs fine after that.  The cause of
     the message is the inherent dumbness of ExtUtils::MakeMaker.  Please
     disregard it.
 
 As for 4.2/5.005_03, it looks like ExtUtils::MakeMaker is even more dumb
 in older Perls.  :-(
 
 The fix is a trivial application of `J' in vi - the original code has
 
 $VERSION =
         something;
 
 To silence MakeMaker, it must be
 
 $VERSION = something;
 
 on one line.  I'll send a corrected version tonight.
 
 Cheers,
 *Anton.
 -- 
 May the tuna salad be with you.
 
Responsible-Changed-From-To: freebsd-ports->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Mon Jun 11 13:44:24 PDT 2001 
Responsible-Changed-Why:  
My port. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24021 
State-Changed-From-To: feedback->closed 
State-Changed-By: tobez 
State-Changed-When: Tue Jun 12 05:35:25 PDT 2001 
State-Changed-Why:  
Committed with maintainer's address change. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24021 
>Unformatted:
