X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <50FDA235.5080403@xs4all.nl> Date: Mon, 21 Jan 2013 21:16:53 +0100 From: Bert Timmerman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110429 Fedora/2.0.14-1.fc13 SeaMonkey/2.0.14 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Git repository for sedrename References: <87hamaz9l8 DOT fsf AT gmail DOT com> In-Reply-To: <87hamaz9l8.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Reply-To: geda-user AT delorie DOT com Ben Gamari wrote: > Relatively recently I stumbled upon Peter Clifton's sedrename plugin for > pcb which he brought to the geda-dev list sometime in 2008. Sadly, the > plugin had severely bit-rotted since it was introduced. Being unable to > find anyone who had brought the code up to date with the current state > of pcb, I tossed the file into a Git repository[1], ported it forward, > and wrote a hacky Makefile. In addition to a rule to build the plugin, > the Makefile also includes a simple install rule. > > While I didn't change the user interface, it could probably do with some > revision. It appears that originally the intention was to pass the > regular expression as an argument to the sedrename command. Is there a > reason this was #if 0'd in favor of prompt_for()'ing? > > I hope this is useful to someone. As always, pull requests are very > welcome. > > Cheers, > > - Ben > > [1] https://github.com/bgamari/pcb-sedrename/blob/master/sedrename.c > > Hi, My collection of pcb-plugins lives here (on Github too): https://github.com/bert/pcb-plugins I did my best to remove all bit-rot until recent. Please feel free to clone, edit, commit and do pull-requests. Kind regards, Bert Timmerman.