svn commit: r327884 - in head/russian: . p5-Text-Hyphen-RU
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 22 17:59:43 UTC 2013
Author: sunpoet
Date: Sun Sep 22 17:59:41 2013
New Revision: 327884
URL: http://svnweb.freebsd.org/changeset/ports/327884
Log:
- 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 at anes.su>
Added:
head/russian/p5-Text-Hyphen-RU/
head/russian/p5-Text-Hyphen-RU/Makefile (contents, props changed)
head/russian/p5-Text-Hyphen-RU/distinfo (contents, props changed)
head/russian/p5-Text-Hyphen-RU/pkg-descr (contents, props changed)
head/russian/p5-Text-Hyphen-RU/pkg-plist (contents, props changed)
Modified:
head/russian/Makefile
Modified: head/russian/Makefile
==============================================================================
--- head/russian/Makefile Sun Sep 22 17:59:36 2013 (r327883)
+++ head/russian/Makefile Sun Sep 22 17:59:41 2013 (r327884)
@@ -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
Added: head/russian/p5-Text-Hyphen-RU/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/russian/p5-Text-Hyphen-RU/Makefile Sun Sep 22 17:59:41 2013 (r327884)
@@ -0,0 +1,24 @@
+# Created by: Anes Mukhametov <anes at anes.su>
+# $FreeBSD$
+
+PORTNAME= Text-Hyphen-RU
+PORTVERSION= 0.11
+CATEGORIES= russian perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= anes at 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>
Added: head/russian/p5-Text-Hyphen-RU/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/russian/p5-Text-Hyphen-RU/distinfo Sun Sep 22 17:59:41 2013 (r327884)
@@ -0,0 +1,2 @@
+SHA256 (Text-Hyphen-RU-0.11.tar.gz) = 63bf3e38542d3b38724cee37891f2897453c21e86163165fc75b3248868904f6
+SIZE (Text-Hyphen-RU-0.11.tar.gz) = 32020
Added: head/russian/p5-Text-Hyphen-RU/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/russian/p5-Text-Hyphen-RU/pkg-descr Sun Sep 22 17:59:41 2013 (r327884)
@@ -0,0 +1,3 @@
+Determine positions for hyphens inside words based on Text::Hyphen
+
+WWW: http://search.cpan.org/dist/Text-Hyphen-RU/
Added: head/russian/p5-Text-Hyphen-RU/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/russian/p5-Text-Hyphen-RU/pkg-plist Sun Sep 22 17:59:41 2013 (r327884)
@@ -0,0 +1,8 @@
+ at comment $FreeBSD$
+%%SITE_PERL%%/Text/Hyphen/RU.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/RU/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/RU
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/Text/Hyphen
+ at dirrmtry %%SITE_PERL%%/Text
More information about the svn-ports-head
mailing list