From owner-freebsd-python@FreeBSD.ORG Mon Dec 4 03:44:36 2006 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39A2C16A416 for ; Mon, 4 Dec 2006 03:44:36 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869BA43C9D for ; Mon, 4 Dec 2006 03:44:05 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 6A157C2F5 for ; Sun, 3 Dec 2006 22:44:31 -0500 (EST) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 3FD62B889 for ; Sun, 3 Dec 2006 22:44:31 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: FreeBSD Python list Date: Sun, 03 Dec 2006 22:44:30 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Getting started with python ports X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2006 03:44:36 -0000 I would like to learn to make Python ports. Going over the FreeBSD Porter's Handbook and it seems more geared towards C. Anyone knows of a good intro to ports.. geared towards creating ports for Python apps? In particular I may have some ports which will be just to be used in the place I work to have some programs easily installed across a number of servers. Alternatively, any ports that anyone believes are simple enough to use as samples would be just as good. So far the programs I have made for work are fairly simple (ie just a single file with no dependencies). However, as python becomes more widely used at work I may need to have some dependencies loaded for my scripts to work.. so I figured I would start learning how to work with python ports early.