diff options
author | culot <culot@FreeBSD.org> | 2013-01-28 15:51:21 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-01-28 15:51:21 +0800 |
commit | ce33b38b8e6f0dd36b63178e5f9245d6b28d8b88 (patch) | |
tree | ef3513dc23690678d7e2e1cf2d8b5569f96337e1 | |
parent | 4fb8f92dba5f2f849825d578a3e239592fd2a9ee (diff) | |
download | freebsd-ports-gnome-ce33b38b8e6f0dd36b63178e5f9245d6b28d8b88.tar.gz freebsd-ports-gnome-ce33b38b8e6f0dd36b63178e5f9245d6b28d8b88.tar.zst freebsd-ports-gnome-ce33b38b8e6f0dd36b63178e5f9245d6b28d8b88.zip |
- Update to 2012.10 [1]
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Unicode-LineBreak/Changes
PR: ports/175547 [1]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/pkg-plist | 3 |
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 01d16375f806..699dded39850 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: textproc/p5-Unicode-LineBreak -# Date created: 05 February 2011 -# Whom: Olivier Girard <Olivier.Girard@univ-angers.fr> -# +# Created by: Olivier Girard <Olivier.Girard@univ-angers.fr> # $FreeBSD$ -# PORTNAME= Unicode-LineBreak -PORTVERSION= 1.008.2 -PORTREVISION= 1 +PORTVERSION= 2012.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr COMMENT= Unicode-LineBreak package +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/p5-Unicode-LineBreak/distinfo b/textproc/p5-Unicode-LineBreak/distinfo index fb2053e0d363..3f1f7ebae5ff 100644 --- a/textproc/p5-Unicode-LineBreak/distinfo +++ b/textproc/p5-Unicode-LineBreak/distinfo @@ -1,2 +1,2 @@ -SHA256 (Unicode-LineBreak-1.008.2.tar.gz) = a9731f68fa13b53eea74ab7a20b6d1fa81be30feaa6ed1354039e770110a3a0f -SIZE (Unicode-LineBreak-1.008.2.tar.gz) = 498664 +SHA256 (Unicode-LineBreak-2012.10.tar.gz) = e4a37ace916aa74061321267364b5eeb840d50094a613ce9e0274ffff5e9e3e1 +SIZE (Unicode-LineBreak-2012.10.tar.gz) = 281832 diff --git a/textproc/p5-Unicode-LineBreak/pkg-plist b/textproc/p5-Unicode-LineBreak/pkg-plist index f53172c7ef1c..fa602fcfcb31 100644 --- a/textproc/p5-Unicode-LineBreak/pkg-plist +++ b/textproc/p5-Unicode-LineBreak/pkg-plist @@ -1,12 +1,14 @@ %%SITE_PERL%%/mach/Text/LineFold.pm %%SITE_PERL%%/mach/Text/LineFold/JA_JP.pod %%SITE_PERL%%/mach/Unicode/GCString.pm +%%SITE_PERL%%/mach/Unicode/GCString.pod %%SITE_PERL%%/mach/Unicode/GCString/JA_JP.pod %%SITE_PERL%%/mach/Unicode/LineBreak.pod %%SITE_PERL%%/mach/Unicode/LineBreak.pm %%SITE_PERL%%/mach/Unicode/LineBreak/Defaults.pm.sample %%SITE_PERL%%/mach/Unicode/LineBreak/Constants.pm %%SITE_PERL%%/mach/Unicode/LineBreak/JA_JP.pod +%%SITE_PERL%%/mach/auto/sombok/extralibs.ld %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.so @@ -15,5 +17,6 @@ @dirrmtry %%SITE_PERL%%/mach/Unicode/LineBreak @dirrmtry %%SITE_PERL%%/mach/Unicode/GCString @dirrmtry %%SITE_PERL%%/mach/Unicode +@dirrmtry %%SITE_PERL%%/mach/auto/sombok @dirrmtry %%SITE_PERL%%/mach/Text/LineFold @dirrmtry %%SITE_PERL%%/mach/Text |