X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=6kILfNhau0Bmz9VAtjVwrUnTczazqEJDH/fHRPTRd0k=; b=c47mjH8mbRpaSOCQ/OYXCJM9HrvTimFeX6VheaRt5LSDIoeySHJs31Xsf/X3Kh9AJ8 5rDuKf/heMEs8aKtP8VZ0NqsmZt9/y26jyXD6gdpwybMTe3Rbv8lYnSNb6kHRucNimZg 8+d/9S9kge4+e8TNBmA5kAxxvhsGhEK0usdFnv96QSuUGs9+jMxvd4PJmscuS2ve4sWS 8ojSEfSdSx9xOoRFS6eVz4ynfoWKakuBA8jJEhIZ4IEdKAhCzdL+kg3llI7B+7y4lYeT nSESOGXehog43yZJvYqlSTi/pTh12fdS885GgYw7j4MgMNqj9ATlznZMUZe7cF/5+ldK y5OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=6kILfNhau0Bmz9VAtjVwrUnTczazqEJDH/fHRPTRd0k=; b=iGq8bN0GQvHDemNMzKgAXgsytNsX+SxZIjDr84ZXMiiKY52j1x0RhxmAcXU+ofA7t8 zyL9j10d/U4uH5DCpWMVyklweo6f1kWcPhL4nvJD9Pn0tNRkrkV+HNpCBczvhVO5cNet zkUoK6FMEkStxOIhsHXOEgFBqaYBOWH3VZth9unQS+1QJCUm3ZQtncAm3IZ3xtZlJmKy zqIV+gwVKRCDgUAiWTnDS8Eb9OzXzo5ik8NdqMW1OmzkXHk53vaKgMLmltjFW+YdQv6r ymTY0GFZqtx7ta1caWmEdOhsTrv7sJe63Y1WxKh3r77FF6G8DektkH3LLyWxoSlkLT4C kcuw== X-Gm-Message-State: APjAAAV5KzWXJWj90LNCGxV/5B4EfKypvbBiNCKPKKAz136R/83tgnpD 9foZq+7zgyJTgLeRaFc3vODNEnIL X-Google-Smtp-Source: APXvYqwvWfnOFfJ/Xdt8XYbnkOlI/YgnLJOtPs4oTql1P5uMIc+LlaaZFk5IbkkdwNfrgHAAEchKag== X-Received: by 2002:a2e:8e69:: with SMTP id t9mr5310450ljk.91.1575110192581; Sat, 30 Nov 2019 02:36:32 -0800 (PST) Date: Sat, 30 Nov 2019 13:36:30 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton: gnetlist: is there a name conflict with geda ? Message-ID: <20191130103630.GB1181@newvzh.lokolhoz> Mail-Followup-To: geda-user AT delorie DOT com References: <20191129165855 DOT ED0F28038A57 AT turkos DOT aspodata DOT se> <20191129195124 DOT GA17383 AT newvzh DOT lokolhoz> <20191129212157 DOT E123E8038A5B AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191129212157.E123E8038A5B@turkos.aspodata.se> User-Agent: Mutt/1.10.1 (2018-07-13) Note-from-DJ: This may be spam 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 Karl, ... > /////// > > Didn't you send me a program some time ago... > which collected all sym files used: > http://www.delorie.com/archives/browse.cgi?p=geda-user/2016/01/21/08:23:51 > > It would be nice to have that program available in e.g. utils, or something, > as a standalone program that collects used sym,fp,pcb, and sch files, > tarred up or archived in some way, so I can send designs and testfiles > to others, e.g. the devs. A plugin that can cache symbols in your local directory is still here: https://github.com/vzh/gschem-goodies/ The README file is pretty obsolete, sorry. I hope you'll find the file 'cache.scm' there which does caching of symbols. It is still used in my config files for several years to cache symbols automatically. However, I think we could use a better solution. Recently, we have added a new (rewritten in Scheme) version of 'garchive' to our repository -- its name is 'lepton-archive'. First, it works :-) Second, it does caching better than what I implemented in my script 'cache.scm' I've written above. However, the programs aim at different goals and are to be merged somehow. I believe, we need some config setting to allow automatic caching of appropriate files. BTW, thanks to John Doty who've written about using this approach (storing symbols in a local project directories) for many years. -- Vladimir (λ)επτόν EDA — https://github.com/lepton-eda