From owner-cvs-ports@FreeBSD.ORG Wed Nov 24 05:59:10 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05DA106564A; Wed, 24 Nov 2010 05:59:10 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D9E578FC13; Wed, 24 Nov 2010 05:59:09 +0000 (UTC) Received: by fxm19 with SMTP id 19so7216635fxm.13 for ; Tue, 23 Nov 2010 21:59:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=x6vVnbLKzrs6SYqrX2fDuRPVHPvn8kSbMLAp2ppznKI=; b=AHfJQcV/ma+06ZdcqdR1io9J+4AnzvSP01hwtICTyzKM9/smYbEHPGAleU7XzwPqK9 qUOlGqeWwtB8qvliuQacHsyP4zyKs0uZ31bWXcaA1R/WLZgoZodlB0i7IzVseX8tumCR 9Ly+g6S6gB5Cls+s4ny/GnskY5aBxeBRiW9oc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=DGaPCHRyI8P4uNeUNDZOllBSKPtyTdG/MxrTw18ECWNj3Gg5IO/jQ7JJTP9dV4Sxu7 zibrGBFSyMsC5QsBJz279gbILKKOEJork0kQYvxsMf14tu37FHuUvRx7lIv/WxdHWdey QbcTCRgyOvgyfEgngLySamfdry2M2uLjprnDg= MIME-Version: 1.0 Received: by 10.223.72.197 with SMTP id n5mr6553742faj.8.1290578348484; Tue, 23 Nov 2010 21:59:08 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.223.81.77 with HTTP; Tue, 23 Nov 2010 21:59:08 -0800 (PST) In-Reply-To: <201011240531.oAO5V8Mg073890@repoman.freebsd.org> References: <201011240531.oAO5V8Mg073890@repoman.freebsd.org> Date: Wed, 24 Nov 2010 08:59:08 +0300 X-Google-Sender-Auth: -HIOLvvfayTFNhiQmliqdoYwHMs Message-ID: From: Andrej Zverev To: "Philip M. Gollucci" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/p5-Object-Destroyer Makefile distinfo pkg-descr pkg-plist 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: Wed, 24 Nov 2010 05:59:10 -0000 Hello Philip I hope you still remember ;) - only 13% of the p5- ports embed @comment $FreeBSD$: so standarize and remove it On Wed, Nov 24, 2010 at 8:31 AM, Philip M. Gollucci wrote: > pgollucci 2010-11-24 05:31:08 UTC > > FreeBSD ports repository > > Modified files: > devel Makefile > Added files: > devel/p5-Object-Destroyer Makefile distinfo pkg-descr > pkg-plist > Log: > Object::Destroyer allows for the creation of "Destroy" handles. The > handle is "attached" to the circular relationship, but is not a part > of it. When the destroy handle falls out of scope, it will be cleaned > up correctly, and while being cleaned up, it will also force the data > structure it is attached to to be destroyed as well. Object::Destroyer > can call a specified release method on an object (or method DESTROY by > default). Alternatively, it can execute an arbitrary user code passed > to constructor as a code reference. > > WWW: http://search.cpan.org/dist/Object-Destroyer/ > > PR: ports/152276 > Submitted by: Gea-Suan Lin > > Revision Changes Path > 1.4141 +1 -0 ports/devel/Makefile > 1.1 +21 -0 ports/devel/p5-Object-Destroyer/Makefile (new) > 1.1 +2 -0 ports/devel/p5-Object-Destroyer/distinfo (new) > 1.1 +10 -0 ports/devel/p5-Object-Destroyer/pkg-descr (new) > 1.1 +6 -0 ports/devel/p5-Object-Destroyer/pkg-plist (new) >