From owner-freebsd-ports@FreeBSD.ORG Wed May 28 06:34:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DFCF106564A for ; Wed, 28 May 2008 06:34:11 +0000 (UTC) (envelope-from paul@it.ca) Received: from mail.it.ca (mail.it.ca [216.235.7.67]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED598FC2B for ; Wed, 28 May 2008 06:34:10 +0000 (UTC) (envelope-from paul@it.ca) Received: from mail.it.ca (paul@mail [216.235.7.67]) by mail.it.ca (8.13.3/8.13.3) with ESMTP id m4S6JXpM023817 for ; Wed, 28 May 2008 02:19:33 -0400 (EDT) (envelope-from paul@it.ca) DomainKey-Signature: a=rsa-sha1; s=a; d=it.ca; c=nofws; q=dns; h=received:x-authentication-warning:date:from:to:subject: message-id:reply-to:mime-version:content-type: content-disposition:user-agent; b=wRK8WOyz29AkpiCrnjnWBIKEbMiDVZekDwIs3+9HLTt+sDD+pGCUbID+ABlxIWQb6 HBMBCJmOw7I6EWTLxcweYy+AZ2mXTpK8iwtQea9awgb065Ko8igHqRVyheT1KPK Received: (from paul@localhost) by mail.it.ca (8.13.3/8.13.3/Submit) id m4S6JWB6023814 for ports@freebsd.org; Wed, 28 May 2008 02:19:32 -0400 (EDT) (envelope-from paul@it.ca) X-Authentication-Warning: mail.it.ca: paul set sender to paul@it.ca using -f Date: Wed, 28 May 2008 02:19:32 -0400 From: Paul Chvostek To: ports@freebsd.org Message-ID: <20080528061932.GM6447@it.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.it.ca [216.235.7.67]); Wed, 28 May 2008 02:19:34 -0400 (EDT) Cc: Subject: what do I do with python eggs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 06:34:11 -0000 Hiya. I'm making a port that uses Python and easy_install. I'm not familiar with this installer ... but the port I've created follows the example of some others, and does appear to install. The catch is, it doesn't clean up. A `make deinstall` or pkg_delete will leave stuff in /usr/local/lib/python2.5/site-packages/*-py2.5.egg/ and I'm not sure what to add to pkg-plist, since this is something that easy_install is doing. Is this enough information? What am I failing to understand about eggs? Thanks. :) p -- Paul Chvostek "To larger sight, the rim of shadow is the line of light." - Thomas William Parsons