1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Horde class for normalized access to various backends providing IDNA

(Internationalized Domain Names in Applications) support.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2015-01-09 12:41:33 +00:00
parent 9e2b812aea
commit 433582fc06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376598
4 changed files with 21 additions and 0 deletions

View File

@ -139,6 +139,7 @@
SUBDIR += p5-pgeodns
SUBDIR += pdnsd
SUBDIR += pear-File_DNS
SUBDIR += pear-Horde_Idna
SUBDIR += pear-Net_DNS
SUBDIR += pear-Net_DNS2
SUBDIR += powerdns

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= Horde_Idna
PORTVERSION= 1.0.1
CATEGORIES= dns www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde IDNA backend normalization package
USES= horde
USE_PHP= dom
USE_HORDE_RUN= Horde_Exception
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Idna-1.0.1.tgz) = ae9ae055f80fd20ed8353be147cbef2581465507c573a62ce6a0cbbaeefa071a
SIZE (Horde/Horde_Idna-1.0.1.tgz) = 12166

View File

@ -0,0 +1,4 @@
Horde class for normalized access to various backends providing IDNA
(Internationalized Domain Names in Applications) support.
WWW: http://pear.horde.org