Re: gEDA-user: PCB scripting plugin: exporters, drawing, gui gadgets in python, perl and more

2009-05-15 Thread igor2
On Sat, 16 May 2009, Chitlesh GOORAH wrote:

>On Fri, May 15, 2009 at 8:57 PM, igor2 wrote:
>> As usual, comments, questions, bugreports are welcome.
>
>From a packager point of view, can this plugin be merged to the pcb
>upstream trunk ?
>
>Chitlesh

Could be, but shouldn't be. For example this plugin has a lot of
(optional) dependencies that we shouldn't force on people who are not
going to use it.

On debian side, it is currently:
apt-get install pcb
apt-get install pcb-gpmi
apt-get install libgpmi-mod-

last line when the user installs those language modules he needs. I
think this process is not a big hassle and could be reproduced in other
packaging systems that can handle dependencies as well.

For those who prefer to install from source, we could write a shell script
that can fetch all the sources, that would have a similar effect as having
the project in upstream trunk, right?

Regards,

Tibor Palinkas



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PCB scripting plugin: exporters, drawing, gui gadgets in python, perl and more

2009-05-15 Thread Chitlesh GOORAH
On Fri, May 15, 2009 at 8:57 PM, igor2 wrote:
> As usual, comments, questions, bugreports are welcome.

>From a packager point of view, can this plugin be merged to the pcb
upstream trunk ?

Chitlesh


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PCB scripting plugin: exporters, drawing, gui gadgets in python, perl and more

2009-05-15 Thread Stefan Salewski
On Fri, 2009-05-15 at 20:57 +0200, igor2 wrote:
> Hi all,
> 
> I'm proud to present pcb-gpmi (http://repo.hu/projects/pcb-gpmi), which is
> a PCB plugin that allows integrated scripting on 10 different
> languages.

Great!

Support for 10 languages, and also for Ruby, the one I am currently
learning! I will investigate it when I find some time.

Congratulations.

Stefan Salewski




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: PCB scripting plugin: exporters, drawing, gui gadgets in python, perl and more

2009-05-15 Thread igor2
Hi all,

I'm proud to present pcb-gpmi (http://repo.hu/projects/pcb-gpmi), which is
a PCB plugin that allows integrated scripting on 10 different
languages. Example scripts accessible from the above page demonstrates a
minimal SVG exporter (171 lines of tcl), a custom angle arc drawing dialog
(32 lines in lua). Make sure to check out the screenshots :)

For i386 debian/ubuntu users, debian packages can be downloaded (or
apt-get intalled with a sources.list modification). For users of other
systems different source packages are available.

The plugin is in beta state. Only a limited subset of PCB internals are
exposed yet, but I plan to improve the amount, especially on user demand.
As usual, comments, questions, bugreports are welcome.

Regards,

Tibor Palinkas



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user