Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Jan 2001 19:25:56 +0100 (CET)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24021: New port: textproc/p5-Sort-PolySort (General rules-based sorting of lists)
Message-ID:  <20010102182556.B1AAF54E7@heechee.tobez.org>
Resent-Message-ID: <200101021830.f02IU7C01151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 10:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010102182556.B1AAF54E7>