diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-17 06:42:55 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-17 06:42:55 +0800 |
commit | c35c3c308f319458674462848a3b2ada76382c51 (patch) | |
tree | 93adafe9f38398f9039b60190951ea76661f99c5 /textproc/p5-String-Fraction | |
parent | cd9f9f80accf35cfb58b7d12057facaeee58338f (diff) | |
download | freebsd-ports-gnome-c35c3c308f319458674462848a3b2ada76382c51.tar.gz freebsd-ports-gnome-c35c3c308f319458674462848a3b2ada76382c51.tar.zst freebsd-ports-gnome-c35c3c308f319458674462848a3b2ada76382c51.zip |
Adding port textproc/p5-String-Fraction, convert fractions into unicode chars.
Approved by: tobez (implicit)
Diffstat (limited to 'textproc/p5-String-Fraction')
-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 |
4 files changed, 45 insertions, 0 deletions
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 |