From owner-freebsd-ports@FreeBSD.ORG Tue Aug 12 17:06:03 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A320A3EA for ; Tue, 12 Aug 2014 17:06:03 +0000 (UTC) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43B9A2BA0 for ; Tue, 12 Aug 2014 17:06:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.9/8.14.9) with ESMTP id s7CH5pG9078324; Tue, 12 Aug 2014 10:05:51 -0700 (PDT) (envelope-from freebsd@pki2.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1407863151; bh=IUfkUMlHX+mHEbqh3krWexVYWrVwG2PoX8zEVAM+jdQ=; h=Subject:From:To:Cc:In-Reply-To:References:Date; b=El7EH8CGU1BotlZlaIwO/Hof0ZN43+jeNZeAvP4Ce38AoCGLs0wk4APPL+IuEMoxr B0tZQWGu8JbhdyVW5nyhI009M0AlfSyDjxJ3V5d9UAvHByzTfoqLq1L2YXWk4xJJi8 FRzYJ61Ji9KEel37oeIGlcQ1+veaSUe/G+llyldiEzQdaTl5f98fuoKZCq+/tluobZ 84q9DSVmL47n1J8fjCEGx6T1exVg1erxpQqBqqHR7RvvOzlG5BbQ6CxPcoz+kZPnr+ aXnOX95IvBIKJo+gQjThqWW70E+SAIQfdgyKdH9G6K5JWNdKG6t4klxNgyCUd/x5L8 n5zwCHNIRyJgQ== Subject: Re: FreeBSD unmaintained ports which are currently scheduled for deletion From: Dennis Glatting To: Kurt Jaeger In-Reply-To: <20140812045801.GC9400@home.opsec.eu> References: <201408070829.s778Tgbl017745@portsmon.freebsd.org> <1407425678.3895.159.camel@btw.pki2.com> <20140807153648.GO2644@home.opsec.eu> <1407811941.3895.236.camel@btw.pki2.com> <20140812045801.GC9400@home.opsec.eu> Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 12 Aug 2014 10:05:51 -0700 Message-ID: <1407863151.3895.237.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: s7CH5pG9078324 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 17:06:03 -0000 Done. Thanks. On Tue, 2014-08-12 at 06:58 +0200, Kurt Jaeger wrote: > Hi! > > > > > On Thu, 2014-08-07 at 08:29 +0000, linimon@FreeBSD.org wrote: > > > > > portname: net-mgmt/cacti > > > > > description: Web-driven graphing interface for RRDTool > > > > > maintainer: ports@FreeBSD.org > > > > > deprecated because: Not staged. See > > > > > Deleting Cacti would be a problem. > > > > Can you submit a patch ? > > > I have a directory tree tested and ready. There are changes, deletions, > > and additions so I did not create a diff tree against what is currently > > in the ports tree. > > I normally use > > diff -r -u -N old-dir new-dir > > to create diffs if there are changes, deletions and additions. > > You can also create a shar of the whole directory: > > tar cf cacti.shar --format shar cacti > > > What do I do with this? > > Then you can either create a new problem report (PR) on the bug tracker > and add the shar/diff to that problem report as attachment. > > The bug tracker can be found here: > > https://bugs.freebsd.org/bugzilla/ > > Or you put it on some website, post/mail the URL and I'll create > the PR. >