This package helps you to encode and decode punycode strings easily.
WWW: http://pear.php.net/package/Net_IDNA/ PR: ports/134962 Submitted by: Michael Frey <frey at raum3.de>
This commit is contained in:
parent
c0a36105a9
commit
3117541723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234843
4 changed files with 30 additions and 0 deletions
|
@ -678,6 +678,7 @@
|
|||
SUBDIR += pear-Net_Finger
|
||||
SUBDIR += pear-Net_Geo
|
||||
SUBDIR += pear-Net_GeoIP
|
||||
SUBDIR += pear-Net_IDNA
|
||||
SUBDIR += pear-Net_IPv6
|
||||
SUBDIR += pear-Net_Ident
|
||||
SUBDIR += pear-Net_LDAP
|
||||
|
|
23
net/pear-Net_IDNA/Makefile
Normal file
23
net/pear-Net_IDNA/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: pear-Net_IDNA
|
||||
# Date created: 26 Mai 2009
|
||||
# Whom: Michael Frey <frey@raum3.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_IDNA
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= frey@raum3.de
|
||||
COMMENT= Pear Punycode encoding and decoding package
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= IDNA.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
net/pear-Net_IDNA/distinfo
Normal file
3
net/pear-Net_IDNA/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PEAR/Net_IDNA-0.7.2.tgz) = b843793c0065c6e04ccfec3d8fe2e07e
|
||||
SHA256 (PEAR/Net_IDNA-0.7.2.tgz) = e59f26f328f38a9bd333cd704b414eff49da5d35e63fff4230b94d6a405e7a55
|
||||
SIZE (PEAR/Net_IDNA-0.7.2.tgz) = 42537
|
3
net/pear-Net_IDNA/pkg-descr
Normal file
3
net/pear-Net_IDNA/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package helps you to encode and decode punycode strings easily.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_IDNA/
|
Loading…
Reference in a new issue