From owner-freebsd-ports@FreeBSD.ORG Mon Apr 11 16:02:35 2011 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 66C0E1065673; Mon, 11 Apr 2011 16:02:35 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id F1DE68FC18; Mon, 11 Apr 2011 16:02:34 +0000 (UTC) Received: by gxk28 with SMTP id 28so2617133gxk.13 for ; Mon, 11 Apr 2011 09:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:x-openpgp-key-id:x-openpgp-key-fingerprint :x-openpgp-key-url; bh=MZzb7Q5GZkjcDg8AIf5tOkLToxGu1SVdeedMbq2iL9Q=; b=qFuh74fWggFlA6YR/SPhEiem4qFsXmrnh8gjxESTR8+vMvrHfjSRMnCZA0pcxfd6Qo M4e0vt8HiZJlDUjn008TyRpc0iyhWfcTV8f5Qk5ybJaHgYKJWxNdLfVLUQY0pOaxjaR+ 2qmUoiLuklMoqfu6iW4vOyN7L207Mts4zHNYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-openpgp-key-id :x-openpgp-key-fingerprint:x-openpgp-key-url; b=huSTqdvMfW47prTU/bRWAiC8XCBljY/PEoRJOaBFnxgxxdy3pI+ySkWM5zbJ5UzphT Yv8QEl+hYlczxlKBL1aMU3y/vP+/fNyhR8rFHvP+4Rd8SMWc98vLhlf1it/g/Bu8SnO1 rhgog0hyEfjn1sTjuKF6n40ldWdM4rlkpw1xA= Received: by 10.151.24.21 with SMTP id b21mr4536557ybj.387.1302537753738; Mon, 11 Apr 2011 09:02:33 -0700 (PDT) Received: from DataIX.net ([99.181.151.134]) by mx.google.com with ESMTPS id b4sm1175035ybn.23.2011.04.11.09.02.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2011 09:02:30 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p3BG2Phh029652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Apr 2011 12:02:26 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p3BG2MJO029651; Mon, 11 Apr 2011 12:02:23 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Mon, 11 Apr 2011 12:02:22 -0400 From: "J. Hellenthal" To: mm@freebsd.org Message-ID: <20110411160222.GA29043@DataIX.net> References: <20110405063750.GA9197@DataIX.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <20110405063750.GA9197@DataIX.net> X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E X-OpenPGP-Key-URL: http://bit.ly/0x89D8547E Cc: ports@freebsd.org Subject: Re: sysutils/zfs-stats update 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: Mon, 11 Apr 2011 16:02:35 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Just to follow up on this... -:Keep Alive:- On Tue, Apr 05, 2011 at 02:37:50AM -0400, jhell wrote: > >Hi Martin, > >Would you mind adding the following to sysutils/zfs-stats/pkg-descr as >well here, http://www.vx.sk/zfs-stats/. > >{{{ > >zfs-stats was branched from a previous revision of the original authors >code that is still maintained at the following URL. You may be interested >in some of the improvements that were made. > >http://jhell.googlecode.com/hg/base/head/scripts/zfs/arc_summary/arc_summa= ry.pl > >}}} > >A shorter URL for that is: http://bit.ly/arc_summary > > >If not, I do not mind taking maintainership of that port and rolling out >dated revisions in the download section that would coinside with the >release of the port. > >The current version that I have up now is up-to-date as of ZFSv28, >supports flags to display single pages of information and defaults to a >display of all pages as well has human readable output for all the >values + increased system memory display in the header. > >As I cleaned this up quite a bit from what it used to be before I got my >hands on it for FreeBSD usage I would like to contain the differences in >the least amount of branches for the users sake. As for right now ? I do >not plan on not maintaining it and have further improvements on the way. > >You can consider this a public request for maintainership. > >I see a much simpler port that doesnt need to fetch a tarball in the >near future and would appreciate your support in doing so. > --=20 J. Hellenthal --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJNoyYOAAoJEJBXh4mJ2FR+SAgH/RQ9m+fYhX+dB8b5nY+dVjbI lUKmfyCPELn7sp9umPmAlc9P0H+4IsfOIDgc5gjL9N76GROpnuj1cd0oylMbL0Oh 4SXMUZQv6QOmdGH24/GRZrTfqkp5dQJoYri+999ovwZONd2rGYYZuzCkdyLbnLzY B4jDv6pDQNr4/SxLdEoiX5uyQTFdZtKfXHUQomiuT+0FdsKl5Dvdc2m9Th4DdUQ9 M8KBlv5SDnocg9SNHkOKOfRUfeaFqKBnbB0S+G/DM3VCTwpkotaeY/CreetEM/SE CnmA5w2CtOJ/anR9Ssb2w+fY+9JobKHBZMq3mOBbtdbIC0+Pg1cKyq1o+Rnbs1E= =o3K0 -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3--