From owner-cvs-ports@FreeBSD.ORG Tue Sep 26 15:54:44 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5617716A4E5; Tue, 26 Sep 2006 15:54:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D255B43D73; Tue, 26 Sep 2006 15:54:41 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8QFsfSA042367; Tue, 26 Sep 2006 15:54:41 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8QFsflD042366; Tue, 26 Sep 2006 15:54:41 GMT (envelope-from acm) Message-Id: <200609261554.k8QFsflD042366@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 26 Sep 2006 15:54:41 +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-amanith Makefile distinfo pkg-descr pkg-plist ports/graphics/py-amanith/files patch-ignore.i patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 15:54:44 -0000 acm 2006-09-26 15:54:41 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-amanith Makefile distinfo pkg-descr pkg-plist graphics/py-amanith/files patch-ignore.i patch-setup.py Log: - New port: graphics/py-amanith PyAmanith is a Python wrapper for the Amanith 2D vector graphics library. It strives to offer a pythonic interface to the library and make all its features accessible. WWW: http://louhi.kempele.fi/~skyostil/projects/pyamanith/ PR: ports/103655 Submitted by: Dmitry Marakasov Revision Changes Path 1.986 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/py-amanith/Makefile (new) 1.1 +3 -0 ports/graphics/py-amanith/distinfo (new) 1.1 +10 -0 ports/graphics/py-amanith/files/patch-ignore.i (new) 1.1 +40 -0 ports/graphics/py-amanith/files/patch-setup.py (new) 1.1 +5 -0 ports/graphics/py-amanith/pkg-descr (new) 1.1 +4 -0 ports/graphics/py-amanith/pkg-plist (new)