mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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)
This commit is contained in:
parent
97fdbf5826
commit
bd9e44ebc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311100
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user