- update p5-Net-IDN-Nameprep to 1.100

ok sthen@
This commit is contained in:
jasper 2010-09-16 07:27:38 +00:00
parent 1cfe6df93e
commit 486c781d40
4 changed files with 26 additions and 25 deletions

View File

@ -1,20 +1,21 @@
# $OpenBSD: Makefile,v 1.7 2010/09/15 13:52:11 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2010/09/16 07:27:38 jasper Exp $
COMMENT= Perl IDN nameprep tools
COMMENT= stringprep profile for Internationalized Domain Names
DISTNAME= Net-IDN-Nameprep-0.02
REVISION= 2
DISTNAME= Net-IDN-Nameprep-1.100
CATEGORIES= converters net
MODULES= cpan
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR= MIYAGAWA
MODULES= cpan
REGRESS_DEPENDS= ::converters/p5-Unicode-String
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::converters/p5-Unicode-Stringprep
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (Net-IDN-Nameprep-0.02.tar.gz) = CStVppc9cC8WPtLpIfww4Q==
RMD160 (Net-IDN-Nameprep-0.02.tar.gz) = UvN19N4WHzk2N7QFk66xDz1Vp6g=
SHA1 (Net-IDN-Nameprep-0.02.tar.gz) = Vs83/J00+7dSU8WvGq+iqifR1Xo=
SHA256 (Net-IDN-Nameprep-0.02.tar.gz) = MFsl136XA+JYQKaK98d3mkqTvFTty5j3mrkEC8y3WOc=
SIZE (Net-IDN-Nameprep-0.02.tar.gz) = 7466
MD5 (Net-IDN-Nameprep-1.100.tar.gz) = 4veefU3vzfarGpbHMrP8DA==
RMD160 (Net-IDN-Nameprep-1.100.tar.gz) = EKGH+4hGE7QyDNGcxfLUQovUEcc=
SHA1 (Net-IDN-Nameprep-1.100.tar.gz) = 6Iq7JR7d/CMj3amf7Jems40htDE=
SHA256 (Net-IDN-Nameprep-1.100.tar.gz) = XViqBeCf9ilJO82i8lSW0ZgM81ZzSIwhrByqJgd2DQA=
SIZE (Net-IDN-Nameprep-1.100.tar.gz) = 14475

View File

@ -1,2 +1,7 @@
Net::IDN::Nameprep implements IDN nameprep specification. This module
exports only one function called "nameprep".
This module implements the nameprep specification, which describes how
to prepare internationalized domain name (IDN) labels in order to
increase the likelihood that name input and name comparison work in ways
that make sense for typical users throughout the world. Nameprep is a
profile of the stringprep protocol and is used as part of a suite of
on-the-wire protocols for internationalizing the Domain Name System
(DNS).

View File

@ -1,10 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2004/09/14 23:25:50 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2010/09/16 07:27:38 jasper Exp $
${P5SITE}/Net/
${P5SITE}/Net/IDN/
${P5SITE}/Net/IDN/Nameprep/
${P5SITE}/Net/IDN/Nameprep.pm
${P5SITE}/Net/IDN/Nameprep/Mapping.pm
${P5SITE}/Net/IDN/Nameprep/Prohibited.pm
@man man/man3p/Net::IDN::Nameprep.3p
@man man/man3p/Net::IDN::Nameprep::Mapping.3p
@man man/man3p/Net::IDN::Nameprep::Prohibited.3p