1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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).
This commit is contained in:
Timur I. Bakeyev 2010-12-10 01:08:12 +00:00
parent 3f94eeab07
commit 9727cb19d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265955
5 changed files with 40 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += p5-MIME-Base32
SUBDIR += p5-MIME-Base64
SUBDIR += p5-MIME-Base64-URLSafe
SUBDIR += p5-Net-IDN-Nameprep
SUBDIR += p5-Number-Nary
SUBDIR += p5-Number-RecordLocator
SUBDIR += p5-Storable-AMF

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Net-IDN-Nameprep
# Date created: 10 Dec 2010
# Whom: Timur Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Net-IDN-Nameprep
PORTVERSION= 1.100
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= normalization of domain names (Nameprep, RFC 3491)
RUN_DEPENDS= ${SITE_PERL}/Unicode/Stringprep.pm:${PORTSDIR}/converters/p5-Unicode-Stringprep
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
MAN3= Net::IDN::Nameprep.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-IDN-Nameprep-1.100.tar.gz) = 5d58aa05e09ff629493bcda2f25496d1980cf35673488c21ac1caa2607760d00
SIZE (Net-IDN-Nameprep-1.100.tar.gz) = 14475

View File

@ -0,0 +1,9 @@
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).
WWW: http://search.cpan.org/dist/Net-IDN-Nameprep/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/Net/IDN/Nameprep.pm
@dirrmtry %%SITE_PERL%%/Net/IDN
@dirrmtry %%SITE_PERL%%/Net