From owner-cvs-all@FreeBSD.ORG Wed Feb 14 09:22:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A6CB16A409; Wed, 14 Feb 2007 09:22:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9F213C4B5; Wed, 14 Feb 2007 09:22:07 +0000 (UTC) (envelope-from miwi@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 l1E9M7v9094848; Wed, 14 Feb 2007 09:22:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1E9M6AU094847; Wed, 14 Feb 2007 09:22:06 GMT (envelope-from miwi) Message-Id: <200702140922.l1E9M6AU094847@repoman.freebsd.org> From: Martin Wilke Date: Wed, 14 Feb 2007 09:22:06 +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/devel Makefile ports/devel/py-ezpyinline Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 09:22:07 -0000 miwi 2007-02-14 09:22:06 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-ezpyinline Makefile distinfo pkg-descr pkg-plist Log: The ezpyinline is a pure python module which requires almost no setup to allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you. WWW: http://cheeseshop.python.org/pypi/ezpyinline PR: ports/109135 Submitted by: Li-Wen Hsu Revision Changes Path 1.2639 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/py-ezpyinline/Makefile (new) 1.1 +3 -0 ports/devel/py-ezpyinline/distinfo (new) 1.1 +9 -0 ports/devel/py-ezpyinline/pkg-descr (new) 1.1 +3 -0 ports/devel/py-ezpyinline/pkg-plist (new)