From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Needs new category/file: Reverse Engineering Software Date: Wed, 17 Feb 2016 23:35:35 +0100 Message-ID: <20160217223535.GA32658@solar> References: <87io1no0zx.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWAhF-0003kS-Vp for guix-devel@gnu.org; Wed, 17 Feb 2016 17:35:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWAhA-0000NS-1F for guix-devel@gnu.org; Wed, 17 Feb 2016 17:35:45 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:15843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWAh9-0000N9-Dm for guix-devel@gnu.org; Wed, 17 Feb 2016 17:35:39 -0500 Content-Disposition: inline In-Reply-To: <87io1no0zx.fsf@grrlz.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nils Gillmann Cc: guix-devel@gnu.org Hi Nils, On Wed, Feb 17, 2016 at 03:38:42PM +0100, Nils Gillmann wrote: > > As this doesn't do the job for me, I propose > gnu/packages/disassembler.scm > or > gnu/packages/re.scm > or > gnu/packages/reverse-engineering.scm > as it specifies an existing category of software and is not just > another debugger. the first and the last of these are fine; I would avoid "re" as it is not a word, and it is not clear at all what it is supposed to represent. > Reverse engineering typically makes use of Debuggers, > Disassemblers, Hex Editors and PE and Resource Viewers. A > new category could be used to cut down on category files maybe > get some existing, non-specific software into the new created > category. Do I understand correctly that you wish to move existing software into the new module (=file)? Why not if you do the work :-) Moving packages around is somewhat boring work and needs to be done carefully, since all the "use-module" clauses in files where the package is used need to be adapted. Andreas