From owner-cvs-all@FreeBSD.ORG Fri Feb 10 22:31:17 2012 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 6EBF2106566B; Fri, 10 Feb 2012 22:31:17 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 441188FC15; Fri, 10 Feb 2012 22:31:17 +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 q1AMVHiS083546; Fri, 10 Feb 2012 22:31:17 GMT (envelope-from jgh@repoman.freebsd.org) Received: (from jgh@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1AMVHpL083545; Fri, 10 Feb 2012 22:31:17 GMT (envelope-from jgh) Message-Id: <201202102231.q1AMVHpL083545@repoman.freebsd.org> From: Jason Helfman Date: Fri, 10 Feb 2012 22:31:17 +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-easyzone Makefile distinfo pkg-descr pkg-plist 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: Fri, 10 Feb 2012 22:31:17 -0000 jgh 2012-02-10 22:31:17 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/py-easyzone Makefile distinfo pkg-descr pkg-plist Log: - Add new port (dns/py-easyzone) Easyzone is a package to manage the common record types of a zone file, including SOA records. This module sits on top of the dnspython package and provides a higher level abstraction for common zone file manipulation use cases. WWW: http://www.psychofx.com/easyzone/ PR: ports/164961 Submitted by: Attila Nagy Revision Changes Path 1.147 +1 -0 ports/dns/Makefile 1.1 +28 -0 ports/dns/py-easyzone/Makefile (new) 1.1 +2 -0 ports/dns/py-easyzone/distinfo (new) 1.1 +6 -0 ports/dns/py-easyzone/pkg-descr (new) 1.1 +22 -0 ports/dns/py-easyzone/pkg-plist (new)