From owner-cvs-all@FreeBSD.ORG Thu Nov 24 14:16:47 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E93106566B; Thu, 24 Nov 2011 14:16:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C27F8FC12; Thu, 24 Nov 2011 14:16:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAOEGl7m082091; Thu, 24 Nov 2011 14:16:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAOEGlOR082090; Thu, 24 Nov 2011 14:16:47 GMT (envelope-from miwi) Message-Id: <201111241416.pAOEGlOR082090@repoman.freebsd.org> From: Martin Wilke Date: Thu, 24 Nov 2011 14:16:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/py-idnkit2 Makefile distinfo pkg-descr ports/dns/py-idnkit2/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2011 14:16:47 -0000 miwi 2011-11-24 14:16:47 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/py-idnkit2 Makefile distinfo pkg-descr dns/py-idnkit2/files patch-setup.py Log: Internationalized Domain Name toolkit 2 (idnkit-2) provides useful APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). WWW: http://jprs.co.jp/idn/index-e.html PR: ports/162521 Submitted by: Rafal Lesniak Feature safe: yes Revision Changes Path 1.145 +1 -0 ports/dns/Makefile 1.1 +28 -0 ports/dns/py-idnkit2/Makefile (new) 1.1 +2 -0 ports/dns/py-idnkit2/distinfo (new) 1.1 +15 -0 ports/dns/py-idnkit2/files/patch-setup.py (new) 1.1 +13 -0 ports/dns/py-idnkit2/pkg-descr (new)