import p5-Unicode-Stringprep 1.103
This module implements the stringprep framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. ok sthen@
This commit is contained in:
parent
9ff3fedcab
commit
c692503ef5
20
converters/p5-Unicode-Stringprep/Makefile
Normal file
20
converters/p5-Unicode-Stringprep/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/16 07:25:00 jasper Exp $
|
||||
|
||||
COMMENT= preparation of internationalized strings
|
||||
|
||||
DISTNAME= Unicode-Stringprep-1.103
|
||||
CATEGORIES= converters
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
|
||||
|
||||
.include <bsd.port.mk>
|
5
converters/p5-Unicode-Stringprep/distinfo
Normal file
5
converters/p5-Unicode-Stringprep/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Unicode-Stringprep-1.103.tar.gz) = OLN9WOhESDKou1s8SScmzQ==
|
||||
RMD160 (Unicode-Stringprep-1.103.tar.gz) = 7q50kDn9AHJMgi7otshJAC8KcGM=
|
||||
SHA1 (Unicode-Stringprep-1.103.tar.gz) = oJYHvVeIk07TRT4EM+RrOtfxg4s=
|
||||
SHA256 (Unicode-Stringprep-1.103.tar.gz) = 5YO+wKUnLnKUslBVfakFNovtITcHiht0nqf6UsmVqt0=
|
||||
SIZE (Unicode-Stringprep-1.103.tar.gz) = 47337
|
4
converters/p5-Unicode-Stringprep/pkg/DESCR
Normal file
4
converters/p5-Unicode-Stringprep/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module implements the stringprep framework for preparing Unicode
|
||||
text strings in order to increase the likelihood that string input and
|
||||
string comparison work in ways that make sense for typical users
|
||||
throughout the world.
|
15
converters/p5-Unicode-Stringprep/pkg/PLIST
Normal file
15
converters/p5-Unicode-Stringprep/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/16 07:25:00 jasper Exp $
|
||||
${P5SITE}/Unicode/
|
||||
${P5SITE}/Unicode/Stringprep/
|
||||
${P5SITE}/Unicode/Stringprep.pm
|
||||
${P5SITE}/Unicode/Stringprep/BiDi.pm
|
||||
${P5SITE}/Unicode/Stringprep/Mapping.pm
|
||||
${P5SITE}/Unicode/Stringprep/Prohibited.pm
|
||||
${P5SITE}/Unicode/Stringprep/Unassigned.pm
|
||||
${P5SITE}/Unicode/Stringprep/_Common.pm
|
||||
@man man/man3p/Unicode::Stringprep.3p
|
||||
@man man/man3p/Unicode::Stringprep::BiDi.3p
|
||||
@man man/man3p/Unicode::Stringprep::Mapping.3p
|
||||
@man man/man3p/Unicode::Stringprep::Prohibited.3p
|
||||
@man man/man3p/Unicode::Stringprep::Unassigned.3p
|
||||
@man man/man3p/Unicode::Stringprep::_Common.3p
|
Loading…
x
Reference in New Issue
Block a user