From bbc2a59ecd956da7d44a731a1d8509ebbde0e1d3 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Tue, 12 Jun 2001 12:29:38 +0000 Subject: Add p5-Sort-PolySort 0.12, general rules-based sorting of lists. Change maintainer's E-mail address to my address @FreeBSD.org. PR: 24021 Approved by: markm --- textproc/Makefile | 1 + textproc/p5-Sort-PolySort/Makefile | 26 ++++++++++++++++++++++++++ textproc/p5-Sort-PolySort/distinfo | 1 + textproc/p5-Sort-PolySort/pkg-comment | 1 + textproc/p5-Sort-PolySort/pkg-descr | 5 +++++ textproc/p5-Sort-PolySort/pkg-plist | 5 +++++ 6 files changed, 39 insertions(+) create mode 100644 textproc/p5-Sort-PolySort/Makefile create mode 100644 textproc/p5-Sort-PolySort/distinfo create mode 100644 textproc/p5-Sort-PolySort/pkg-comment create mode 100644 textproc/p5-Sort-PolySort/pkg-descr create mode 100644 textproc/p5-Sort-PolySort/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index a00d7e2a0995..49cd9389e8ce 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -90,6 +90,7 @@ SUBDIR += p5-PDF-Create SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields + SUBDIR += p5-Sort-PolySort SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-String-ShellQuote diff --git a/textproc/p5-Sort-PolySort/Makefile b/textproc/p5-Sort-PolySort/Makefile new file mode 100644 index 000000000000..7733bcb1b21d --- /dev/null +++ b/textproc/p5-Sort-PolySort/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: textproc/p5-Sort-PolySort +# Date created: 12 June 2001 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= Sort-PolySort +PORTVERSION= 0.12 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Sort +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Sort::PolySort.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-patch: + @${PERL} -pi -e '/^\$$Sort::PolySort::VERSION =/ && chomp' \ + ${WRKSRC}/lib/Sort/PolySort.pm + +.include diff --git a/textproc/p5-Sort-PolySort/distinfo b/textproc/p5-Sort-PolySort/distinfo new file mode 100644 index 000000000000..eb0f1dedda88 --- /dev/null +++ b/textproc/p5-Sort-PolySort/distinfo @@ -0,0 +1 @@ +MD5 (Sort-PolySort-0.12.tar.gz) = d8af79a5fd6937dd2ac352b3408edc5e diff --git a/textproc/p5-Sort-PolySort/pkg-comment b/textproc/p5-Sort-PolySort/pkg-comment new file mode 100644 index 000000000000..f73b34e86852 --- /dev/null +++ b/textproc/p5-Sort-PolySort/pkg-comment @@ -0,0 +1 @@ +General rules-based sorting of lists diff --git a/textproc/p5-Sort-PolySort/pkg-descr b/textproc/p5-Sort-PolySort/pkg-descr new file mode 100644 index 000000000000..52a96cec903a --- /dev/null +++ b/textproc/p5-Sort-PolySort/pkg-descr @@ -0,0 +1,5 @@ +This module provides methods to sort a list of strings based on parsing +the strings according to a configurable set of specifications. + +-Anton + diff --git a/textproc/p5-Sort-PolySort/pkg-plist b/textproc/p5-Sort-PolySort/pkg-plist new file mode 100644 index 000000000000..39aaf77427db --- /dev/null +++ b/textproc/p5-Sort-PolySort/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Sort/PolySort.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort/PolySort +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sort 2>/dev/null || true -- cgit v1.2.3