diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-String-Fraction/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-String-Fraction/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-String-Fraction/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-String-Fraction/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6d798acf832e..36640fc2aec7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -418,6 +418,7 @@ SUBDIR += p5-Spreadsheet-WriteExcelXML SUBDIR += p5-String-Divert SUBDIR += p5-String-Format + SUBDIR += p5-String-Fraction SUBDIR += p5-String-Koremutake SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile new file mode 100644 index 000000000000..7140f74344ce --- /dev/null +++ b/textproc/p5-String-Fraction/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: String-Fraction +# Date created: 16 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= String-Fraction +PORTVERSION= 0.20 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= String +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Convert fractions into unicode chars + +BUILD_DEPENDS= ${SITE_PERL}/HTML/Fraction.pm:${PORTSDIR}/textproc/p5-HTML-Fraction +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= String::Fraction.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-String-Fraction/distinfo b/textproc/p5-String-Fraction/distinfo new file mode 100644 index 000000000000..abb9b5811a84 --- /dev/null +++ b/textproc/p5-String-Fraction/distinfo @@ -0,0 +1,3 @@ +MD5 (String-Fraction-0.20.tar.gz) = bda7166cd6b0fb5329a36cf20415d8c3 +SHA256 (String-Fraction-0.20.tar.gz) = 679ea7152387697e11c5825c05360d742d24db194d51ea86a7f80a06ad320b09 +SIZE (String-Fraction-0.20.tar.gz) = 1979 diff --git a/textproc/p5-String-Fraction/pkg-descr b/textproc/p5-String-Fraction/pkg-descr new file mode 100644 index 000000000000..c529f5d5f473 --- /dev/null +++ b/textproc/p5-String-Fraction/pkg-descr @@ -0,0 +1,6 @@ +This module functions identically to its superclass HTML::Fraction, but +rather than converting fractions into HTML entities they are replaced by +the unicode characters for those fractions. + +WWW: http://search.cpan.org/dist/String-Fraction +Author: Mark Fowler <mark@twoshortplanks.com> diff --git a/textproc/p5-String-Fraction/pkg-plist b/textproc/p5-String-Fraction/pkg-plist new file mode 100644 index 000000000000..717ccb7a32b5 --- /dev/null +++ b/textproc/p5-String-Fraction/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/String/Fraction.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Fraction/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Fraction +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String |