X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wuRY8T4zkNCluV6fGAtnd2x0woAsMjpDE8ZakGNXa+8=; b=YTgFQM+aHVJtThHxKNgvZdlb8Oz1JE1ppYvt6yGwUt8HSCXfTKIjlx6/IG+UkeGm59 rFni81+rgD/D0G+r5E8w+cWLEQx2DAcAEsC5j7fYAklEUqYIDMztglaU+old7Q8oR29r sCRVzdqh4uNmKiTW39kRntttJoTIoVrColB4pwbapq6/1KdnYIIsQfks7z6Dfow/oQHO p29o1DDkJeajA6X0E4Zv5kOsuwSkZYqRDxFH0BmzSCIO2rHgJXffldXhYSs7UN0UcoXn LOLKjBkw3S+7XUDzV/WoF1gHDo216VqvMnJwl0SWiNOAm6P25Kfvq+maROF3qk9S58vS oCDA== MIME-Version: 1.0 X-Received: by 10.221.44.136 with SMTP id ug8mr16736895vcb.13.1378721210036; Mon, 09 Sep 2013 03:06:50 -0700 (PDT) In-Reply-To: <20130909083911.GB22949@visitor2.iram.es> References: <87ob83dodl DOT fsf AT harrington DOT peter-b DOT co DOT uk> <20130909083911 DOT GB22949 AT visitor2 DOT iram DOT es> Date: Mon, 9 Sep 2013 14:06:49 +0400 Message-ID: Subject: Re: [geda-user] [RFC] Major changes to symbol/schematic libraries in geda-gaf From: Vladimir Zhbanov To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 2013/9/9, Gabriel Paubert : ... > Self-contained projects are really a good thing, at least when > I used OrCad, there was a command "Archive parts in schematics" > which took all the parts used in the schematics and put them > in a single library file. That was a very nice feature, actually > the one I mostly miss. > > I have no strong opinion in the "symbol library file with multiple parts" > versus "symbol file with a single part". Both can be made to work > reasonably well IMO. And actually gschem kind of supports the library > concept when embedding symbols in schematics. FYI, there is the gschlas utilitity which can embed or unembed symbols. It is run from command line. There is also a tool called garchive which can archive projects. However, when I tried to use it, it aborted with the following message: Creating /home/vovka/gaf/glass/garchiverc in archive. Traceback (most recent call last): File "/usr/local/bin/garchive", line 901, in Archive(Args) File "/usr/local/bin/garchive", line 757, in Archive UpdateSchemFiles(Args,SchemFileList) File "/usr/local/bin/garchive", line 597, in UpdateSchemFiles GschemFile.close() UnboundLocalError: local variable 'GschemFile' referenced before assignment Sad to say, many good utilities are neglected, for they had no documentation. BTW, I tried to describe all utilities available in the geda-gaf repository at http://wiki.geda-project.org/geda:gaf.