From owner-cvs-all@FreeBSD.ORG Wed Nov 24 06:16:58 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEF69106566C; Wed, 24 Nov 2010 06:16:58 +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 661348FC13; Wed, 24 Nov 2010 06:16:57 +0000 (UTC) Received: by fxm19 with SMTP id 19so7227170fxm.13 for ; Tue, 23 Nov 2010 22:16:56 -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=XRzhd2uIpTnf3dY6MbvmbfgHaT7eUxhQGBMEG4042VA=; b=V3YTnDYjHJWwW2+Ip2I9OBPyOtijf6a8/4qBSfUgbZwbukZm6GwFDsh8bEYeMHezp6 Fah+trDkEe25dgppC4/j9+oQA2GLkbJmDnvIfUsBxSdRi/pE14/eJRBugw5I2eTVGKXm P7fEK35kI6ERUpvWocxlcLPcdOC6nw0RH3QG0= 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=lNQ1P2HYz8IcHfuOBZL5svozNEc/v1fHXUxMSqaNSAep7iHHcpRRmYNhAg0TA6QHaW WO/Ltjc1LGmzgDSaogDCd+f2lyZLi/Kyu4cT5kCip5AYx0gAze3U+10hQ8hxDL4O5zex QRImTQDFBstNc3iA6SPJP82rSYxavn9h0Del0= MIME-Version: 1.0 Received: by 10.223.72.197 with SMTP id n5mr6567646faj.8.1290579415413; Tue, 23 Nov 2010 22:16:55 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.223.81.77 with HTTP; Tue, 23 Nov 2010 22:16:55 -0800 (PST) In-Reply-To: <4CECAC29.5040104@p6m7g8.com> References: <201011240531.oAO5V8Mg073890@repoman.freebsd.org> <4CECAC29.5040104@p6m7g8.com> Date: Wed, 24 Nov 2010 09:16:55 +0300 X-Google-Sender-Auth: V-mRiYA54Y995bglTak7NJICp-A 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, "Philip M. Gollucci" , 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 06:16:58 -0000 On Wed, Nov 24, 2010 at 9:09 AM, Philip M. Gollucci wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11/24/10 05:59, Andrej Zverev wrote: > > Hello Philip > > > > I hope you still remember ;) > > > > - only 13% of the p5- ports embed @comment $FreeBSD$: > > so standarize and remove it > > > Did I miss that, my fault. A little bit too tired over here. > I'll remove it. > Thank you. Ultimately, to defeat the problem you need to remove its source. I think in this case it will ports-mgmt/porttools as start point. > > > > 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) > >> > > > > > - -- > - ------------------------------------------------------------------------ > 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > VP Apache Infrastructure; Member, Apache Software Foundation > Committer, FreeBSD Foundation > Consultant, P6M7G8 Inc. > Sr. System Admin, Ridecharge Inc. > > Work like you don't need the money, > love like you'll never get hurt, > and dance like nobody's watching. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.16 (FreeBSD) > > iD8DBQFM7KwpdbiP+9ubjBwRAhNCAJ4zObhSto7whkEbDuyvvq12zjEwIgCeKQtg > PurPHdmz++agU4lVGxiM6qA= > =SpBe > -----END PGP SIGNATURE----- >