From owner-cvs-all@FreeBSD.ORG Sat Nov 5 18:35:30 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 96535106564A; Sat, 5 Nov 2011 18:35:30 +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 86FB68FC14; Sat, 5 Nov 2011 18:35:30 +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 pA5IZUib091930; Sat, 5 Nov 2011 18:35:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA5IZUCp091929; Sat, 5 Nov 2011 18:35:30 GMT (envelope-from miwi) Message-Id: <201111051835.pA5IZUCp091929@repoman.freebsd.org> From: Martin Wilke Date: Sat, 5 Nov 2011 18:35:30 +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/graphics Makefile ports/graphics/py-png 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: Sat, 05 Nov 2011 18:35:30 -0000 miwi 2011-11-05 18:35:30 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-png Makefile distinfo pkg-descr pkg-plist Log: A pure Python module to decode (read) and encode (write) PNG files. All PNG formats are supported. WWW: http://code.google.com/p/pypng/ PR: ports/162304 Submitted by: Zhihao Yuan Revision Changes Path 1.1466 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/py-png/Makefile (new) 1.1 +2 -0 ports/graphics/py-png/distinfo (new) 1.1 +4 -0 ports/graphics/py-png/pkg-descr (new) 1.1 +3 -0 ports/graphics/py-png/pkg-plist (new)