delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Mailer: | exmh version 2.8.0 04/21/2012 (debian 1:2.8.0~rc1-2) with nmh-1.5 |
X-Exmh-Isig-CompType: | repl |
X-Exmh-Isig-Folder: | inbox |
From: | karl AT aspodata DOT se |
To: | geda-user AT delorie DOT com |
Subject: | Re: [geda-user] adding footprints and schematic symbols from CVS |
In-reply-to: | <20131211184102.GA29116@localhost.localdomain> |
References: | <1386442454 DOT 1786 DOT 654 DOT camel AT benjamin-hp> <201312071920 DOT rB7JKCT0001853 AT envy DOT delorie DOT com> <20131210131002 DOT 68AAB80459E9 AT turkos DOT aspodata DOT se> <1386687407 DOT 1786 DOT 681 DOT camel AT benjamin-hp> <20131210151644 DOT E723380459E9 AT turkos DOT aspodata DOT se> <1386690289 DOT 1786 DOT 689 DOT camel AT benjamin-hp> <20131211184102 DOT GA29116 AT localhost DOT localdomain> |
Comments: | In-reply-to Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
message dated "Wed, 11 Dec 2013 22:41:03 +0400." | |
Mime-Version: | 1.0 |
Message-Id: | <20131212124534.32AE480459E8@turkos.aspodata.se> |
Date: | Thu, 12 Dec 2013 13:45:34 +0100 (CET) |
X-Virus-Scanned: | ClamAV using ClamSMTP |
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 |
Vladimir: > I have written a shell script populating pcb and gschem libraries from You don't have to copy the .sym files, if you look at http://seul.org/pipermail/geda-user/2011-May/054342.html you'll find an gedasysmbols.sh that does it by pointing to the cvs directories. Also, it might be better to find directories _containing_ .sym/.fp files instead of relying on the directory name beeing symbols/footprints. I.e., instead of: find "$CVSDIR/www/user/" -type d -name footprints you could do: find "$CVSDIR/www/user/" -type f -name \*.fp | sed -e 's|/[^/]*$||' | sort -u Regards, /Karl Hammar ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |