From owner-freebsd-ports@FreeBSD.ORG Fri May 30 13:33:28 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048FC1065670 for ; Fri, 30 May 2008 13:33:28 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id BED418FC16 for ; Fri, 30 May 2008 13:33:27 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so414255yxl.13 for ; Fri, 30 May 2008 06:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=sHCDEU/y1e4/yq9pGELcrDpLtFfUJJtGfK+gt5nVzP4=; b=fSJO5kC4ar7UlGnx77pzY8CDwJnQOiJiiFDk5MW16InILfiAh5kXXfIuCZJOi6QCQ2RiM1LzgfGl4ayvKy+T0Z9x1BR1Ghfk5st5R6hS8RNCLHAzBTpQSjp4UT6NEDWoayzvIOKe4sLbNmtVVR7b5wtmNvRid9d5Tsc7qCOhO54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Gw+jHUwTtjh1rodd5qx8JsUWsYebqx4gSub4n+WnQmG0zE/2T4kUT+MCt1NtEhGuRp2FmTdra0SIbjw8d0nP4GqO8MVR/0Ii/3m3q+HyFpmC/oPtcFCrY9JYeBYNodBJM3vMH2y7TjZ1UVp/rL1sps50V1oL1WeUbJtwxru6pRA= Received: by 10.151.99.17 with SMTP id b17mr8248252ybm.190.1212152905686; Fri, 30 May 2008 06:08:25 -0700 (PDT) Received: by 10.151.43.4 with HTTP; Fri, 30 May 2008 06:08:25 -0700 (PDT) Message-ID: <25ef68cb0805300608r7399451dn98cd3a5b1707264a@mail.gmail.com> Date: Fri, 30 May 2008 15:08:25 +0200 From: "Nicola Vitale" Sender: nicovit@gmail.com To: freebsd-ports@freebsd.org In-Reply-To: <20080528200317.GA66364@it.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080528061932.GM6447@it.ca> <004201c8c0ed$97db8f70$0c01a8c0@FIREBALL> <20080528200317.GA66364@it.ca> X-Google-Sender-Auth: 7047d8eaafdb0956 Subject: Re: what do I do with python eggs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:33:28 -0000 Hi, > [2008/5/28 Paul Chvostek ] > My pkg-plist contains three lines -- two scripts in ${PREFIX}/bin and > the line quoted above, verbatim. Yet, when I `make deinstall`, I get: > > pkg_delete: cannot delete specified file '/usr/local/lib/python2.5/site-packages/twill-0.9-py2.5.egg' - it is a directory! > this packing list is incorrect - ignoring delete request Take a look at http://nivi.interfree.it/shar/py-twill.shar . I made that port one week ago, because it's a dependency of Elisa (http://elisa.fluendo.com ). By chance are we working on the same target? :) Actually, I have the Elisa port and all its dependencies ready, though only the time to test all is lacking. Anyway, feel free to use that file and take the maintainership of py-twill if you want. Ciao. -- Nicola Vitale