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:
Martin Wilke 2009-05-30 18:41:46 +00:00
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

View file

@ -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

View 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>

View 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

View file

@ -0,0 +1,3 @@
This package helps you to encode and decode punycode strings easily.
WWW: http://pear.php.net/package/Net_IDNA/