diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-23 01:59:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-23 01:59:41 +0800 |
commit | 39fdcd843d610c83c8a5cbc7f1b9bc2391d59691 (patch) | |
tree | 7e806c4448030014a1ce21eb1c4fce1efeb709cc /russian | |
parent | 21ea3afdf26895c3c1e36399bcb05d9d142b1553 (diff) | |
download | freebsd-ports-gnome-39fdcd843d610c83c8a5cbc7f1b9bc2391d59691.tar.gz freebsd-ports-gnome-39fdcd843d610c83c8a5cbc7f1b9bc2391d59691.tar.zst freebsd-ports-gnome-39fdcd843d610c83c8a5cbc7f1b9bc2391d59691.zip |
- Add p5-Text-Hyphen-RU
- While I'm here, add LICENSE and NO_STAGE
Determine positions for hyphens inside words based on Text::Hyphen
WWW: http://search.cpan.org/dist/Text-Hyphen-RU/
PR: ports/180317
Submitted by: Anes Mukhametov <anes@anes.su>
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/p5-Text-Hyphen-RU/Makefile | 24 | ||||
-rw-r--r-- | russian/p5-Text-Hyphen-RU/distinfo | 2 | ||||
-rw-r--r-- | russian/p5-Text-Hyphen-RU/pkg-descr | 3 | ||||
-rw-r--r-- | russian/p5-Text-Hyphen-RU/pkg-plist | 8 |
5 files changed, 38 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 94813a47140c..7d9155e7c75a 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -30,6 +30,7 @@ SUBDIR += p5-Convert-Cyrillic SUBDIR += p5-Lingua-DetectCyrillic SUBDIR += p5-Lingua-RU-Charset + SUBDIR += p5-Text-Hyphen-RU SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic SUBDIR += prawda diff --git a/russian/p5-Text-Hyphen-RU/Makefile b/russian/p5-Text-Hyphen-RU/Makefile new file mode 100644 index 000000000000..5d8c6a414ba9 --- /dev/null +++ b/russian/p5-Text-Hyphen-RU/Makefile @@ -0,0 +1,24 @@ +# Created by: Anes Mukhametov <anes@anes.su> +# $FreeBSD$ + +PORTNAME= Text-Hyphen-RU +PORTVERSION= 0.11 +CATEGORIES= russian perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Determine positions for hyphens inside russian words + +LICENSE= BSD + +BUILD_DEPENDS= p5-Text-Hyphen>=0:${PORTSDIR}/textproc/p5-Text-Hyphen +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_STAGE= yes +USE_PERL5= configure +USES= perl5 + +MAN3= Text::Hyphen::RU.3 + +.include <bsd.port.mk> diff --git a/russian/p5-Text-Hyphen-RU/distinfo b/russian/p5-Text-Hyphen-RU/distinfo new file mode 100644 index 000000000000..ced42900cd6a --- /dev/null +++ b/russian/p5-Text-Hyphen-RU/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Hyphen-RU-0.11.tar.gz) = 63bf3e38542d3b38724cee37891f2897453c21e86163165fc75b3248868904f6 +SIZE (Text-Hyphen-RU-0.11.tar.gz) = 32020 diff --git a/russian/p5-Text-Hyphen-RU/pkg-descr b/russian/p5-Text-Hyphen-RU/pkg-descr new file mode 100644 index 000000000000..b0404c568091 --- /dev/null +++ b/russian/p5-Text-Hyphen-RU/pkg-descr @@ -0,0 +1,3 @@ +Determine positions for hyphens inside words based on Text::Hyphen + +WWW: http://search.cpan.org/dist/Text-Hyphen-RU/ diff --git a/russian/p5-Text-Hyphen-RU/pkg-plist b/russian/p5-Text-Hyphen-RU/pkg-plist new file mode 100644 index 000000000000..c8ca0abbbc4e --- /dev/null +++ b/russian/p5-Text-Hyphen-RU/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Text/Hyphen/RU.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/RU/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/RU +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Hyphen +@dirrmtry %%SITE_PERL%%/Text |