pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/geda Update to version 1.8.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/79d330547337
branches: trunk
changeset: 631744:79d330547337
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Thu Mar 13 10:35:03 2014 +0000
description:
Update to version 1.8.2
Notable changes in gEDA/gaf 1.8.2
=================================
Bugfix release.
* [994361] Fixed a libgeda crash bug involving nets inside symbols.
* [1226246] Fixed a gnetlist data corruption bug when using refdes
containing the string "POWER".
* Updates to build system to allow compilation from git on systems
with Automake >= 1.13.0.
Notable changes in gEDA/gaf 1.8.1
=================================
Bugfix release with correct dynamic version information for libgeda.
Notable changes in gEDA/gaf 1.8.0
=================================
* `gschem' and `gnetlist' have updated and rewritten user guides.
* All tools now give more informative error messages if they are
unable to load schematic or symbol files due to syntax errors.
* All tools now correctly handle schematic and symbol files with `\r',
`\n', or `\r\n` line endings, or a mixture.
* Unconnected pin ends and net ends are now all drawn with the same
box marker in `gschem' and printed output.
* Net segments with at least two connections (including indirect
connections via `netname=' attributes) are now drawn with arrowheads
rather than box markers on dangling ends in `gschem' and printed
output.
Notable changes in gEDA/gaf 1.7.2
=================================
* `geda-gaf' now requires GTK+ 2.16.0 or later.
* A greatly expanded Scheme API has been added to gEDA/gaf for use by
extension authors. See the `geda-scheme' Info manual for more
details. Existing extensions may need to be modified to load the
`(geda deprecated)' or `(gschem deprecated)' modules.
* The `component-library-search' function for `gafrc' files now skips
directories without symbols, and searches for libraries recursively.
* `gschem' keybinding improvements:
- Keybindings are now unaffected by Caps Lock.
- Keystrokes are displayed using the same characters as on keycaps
(e.g. `:' instead of `colon').
- Keystrokes may use extended modifiers (Super, Hyper and Meta).
- Key bindings can be modified in any rc file or interactively using
the `global-set-key' function. See notes in `system-gschemrc' for
examples.
* `gschem' now displays help files and component documentation on all
platforms, including Windows. The `locate' tool is no longer used
to search for component documentation files.
* The `schdiff' tool for generating visual diffs of schematics and
symbols has been added. It can be used with most version control
systems. See `man schdiff' for more details.
* The `bom' and `bom2' backends to `gnetlist' now give error messages
if no attribute file can be found. The `-O attrib_file=FILE' and
`-O attribs=ATTRIB,ATTRIB...' options have also been added.
* A new `ewnet' backend has been added to `gnetlist'. This outputs
netlists for use with the National Instruments ULTIboard layout
tool.
* The `verilog' backend to `gnetlist' now supports concatenated net
naming like "{a,b,c[3:0]}".
* `gsch2pcb' no longer supports the `m4_command' parameter in project
files.
* The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
again.
* `gsymfix.pl' has been renamed to `gsymfix'.
* Man pages are now available for all programs installed as part of
gEDA/gaf.
* The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.
Notable changes in gEDA/gaf 1.7.1
=================================
* gEDA is now compatible with Guile 2.0.
* gEDA/gaf applications no longer complain when trying to load an rc
file twice, or when an rc file doesn't exist.
* `gschem' allows objects to be moved by dragging without having to
select them first.
* `gschem' now supports keybindings with more than one modifier key,
and "Deselect" is bound to <Control Shift A> by default.
* `gnetlist' correctly handles multiple renames of the same net. This
resolves some long-standing bugs with multipage schematics.
* The `spice-sdb' backend for `gnetlist' now has built-in support for
`SUBCKT_NMOS' and `SUBCKT_PMOS' devices.
* A new `makedepend' backend has been added to `gnetlist'. It
generates Makefile code for SPICE simulation dependencies.
* Visibility of embedded component attributes are now preserved by
`gattrib'.
* `gsch2pcb' correctly handles footprint names with hyphens (`-').
* `gsch2pcb' project files support quoting and escaping in
`schematics' entries.
* Considerable enhancements to Unicode support when printing
schematics or exporting PostScript.
Notable changes in gEDA/gaf 1.7.0
=================================
* All gEDA/gaf applications now handle configuration files much more
strictly, and provide much more useful feedback when an error
occurs.
* Several changes to `gschem' command-line options:
- The `-t' option is no longer supported.
- Several command-line options now support a long-form alternative.
- The `-s' option can now be used to run multiple Scheme scripts
during `gschem' startup.
- A new `-c' option is available, which runs a Scheme expression
during `gschem' startup.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
* `gschem' now provides a "Select All" function, which is bound to
<Control a> by default, along with a corresponding "Deselect"
function.
* In the `gschem' "Add component" dialog, filtering the component
library will expand matching libraries. If the filter is cancelled,
all libraries are collapsed. Components can now be selected by
double-clicking on them in the component list.
* The `gschem' "Edit Text Properties" dialog now has an easier to use
"Alignment" menu.
* Printed text size now better matches on-screen text size in
`gschem'.
* Special characters, including commas, are now escaped or quoted
appropriately in `gattrib' CSV output.
* Several changes to `gnetlist' command-line options:
- Four command-line options specific to the `spice-sdb' backend have
been removed. They can be replaced with `-O <option>' according
to the following table:
-e, --embedd -O embedd_mode
-I, --include -O include_mode
-n, --nomunge -O nomunge_mode
-s, --sort -O sort_mode
- The list of available backends is now obtained using a new
`--list-backends' option. `-g help' no longer outputs a list of
backends.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
- When run with invalid command-line arguments, `gnetlist' now exits
with non-zero exit status.
* Several `gnetlist' backends have now been fixed so that it should no
longer be necessary to set an expanded Guile stack in gEDA's config
files.
* The `spice-sdb' backend for `gnetlist' now supports probes
(`TESTPOINT' devices).
* The undocumented `mk_verilog_syms' program is no longer installed.
The symbols it creates are still installed to
`${prefix}/share/gEDA/sym/verilog'.
diffstat:
cad/geda/Makefile | 15 +-
cad/geda/PLIST | 310 ++++++++++++++-
cad/geda/distinfo | 10 +-
cad/geda/patches/patch-build-tools_icon-theme-installer | 12 -
cad/geda/patches/patch-libgeda_src_s__path_c | 17 -
5 files changed, 281 insertions(+), 83 deletions(-)
diffs (truncated from 728 to 300 lines):
diff -r 010822f5e6c6 -r 79d330547337 cad/geda/Makefile
--- a/cad/geda/Makefile Thu Mar 13 08:20:53 2014 +0000
+++ b/cad/geda/Makefile Thu Mar 13 10:35:03 2014 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.92 2013/10/10 14:42:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2014/03/13 10:35:03 dmcmahill Exp $
#
-DISTNAME= geda-gaf-1.6.2
+DISTNAME= geda-gaf-1.8.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
-PKGREVISION= 20
CATEGORIES= cad
-MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION_NOREV}/ \
- http://geda.seul.org/release/v1.6/${PKGVERSION_NOREV}/
+MASTER_SITES= http://ftp.geda-project.org/release/v1.8/${PKGVERSION_NOREV}/
MAINTAINER= dmcmahill%NetBSD.org@localhost
HOMEPAGE= http://www.geda-project.org/
@@ -40,15 +38,10 @@
post-patch:
${RM} -f ${WRKSRC}/utils/src/olib.c
-# for gnet_hier_verilog.sh. It looks to be fairly bash
-# dependent
-USE_TOOLS+= bash:run
REPLACE_BASH= utils/scripts/gnet_hier_verilog.sh
REPLACE_PYTHON= utils/scripts/tragesym
REPLACE_PERL+= utils/scripts/pads_backannotate \
- utils/scripts/gschupdate \
utils/scripts/gsymfix.pl \
- utils/scripts/gsymupdate \
utils/scripts/pcb_backannotate \
utils/scripts/refdes_renum \
utils/scripts/sarlacc_sym \
@@ -79,6 +72,8 @@
# (otherwise html man pages appear if and only if groff -Thtml works)
CONFIGURE_ENV+= GROFF=false
+INFO_FILES= yes
+
.include "../../lang/python/application.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff -r 010822f5e6c6 -r 79d330547337 cad/geda/PLIST
--- a/cad/geda/PLIST Thu Mar 13 08:20:53 2014 +0000
+++ b/cad/geda/PLIST Thu Mar 13 10:35:03 2014 +0000
@@ -1,47 +1,63 @@
-@comment $NetBSD: PLIST,v 1.17 2012/05/07 18:15:59 dholland Exp $
+@comment $NetBSD: PLIST,v 1.18 2014/03/13 10:35:03 dmcmahill Exp $
bin/convert_sym
bin/garchive
bin/gattrib
bin/gmk_sym
-bin/gnet_hier_verilog.sh
bin/gnetlist
bin/grenum
bin/gsch2pcb
bin/gschem
-bin/gschemdoc
bin/gschlas
-bin/gschupdate
bin/gsymcheck
-bin/gsymfix.pl
-bin/gsymupdate
+bin/gsymfix
bin/gxyrs
-bin/mk_verilog_syms
bin/olib
bin/pads_backannotate
bin/pcb_backannotate
bin/refdes_renum
bin/sarlacc_schem
bin/sarlacc_sym
-bin/sch2eaglepos.sh
+bin/schdiff
bin/smash_megafile
bin/sw2asc
bin/tragesym
include/libgeda/colors.h
include/libgeda/defines.h
+include/libgeda/edaerrors.h
include/libgeda/funcs.h
include/libgeda/geda_list.h
include/libgeda/globals.h
include/libgeda/libgeda.h
+include/libgeda/libgedaguile.h
include/libgeda/o_types.h
include/libgeda/papersizes.h
include/libgeda/prototype.h
include/libgeda/struct.h
+info/geda-scheme.info
lib/libgeda.la
lib/pkgconfig/libgeda.pc
+man/man1/convert_sym.1
+man/man1/garchive.1
+man/man1/gattrib.1
+man/man1/gmk_sym.1
man/man1/gnetlist.1
man/man1/grenum.1
+man/man1/gsch2pcb.1
man/man1/gschem.1
+man/man1/gschlas.1
man/man1/gsymcheck.1
+man/man1/gsymfix.1
+man/man1/gxyrs.1
+man/man1/olib.1
+man/man1/pads_backannotate.1
+man/man1/pcb_backannotate.1
+man/man1/refdes_renum.1
+man/man1/sarlacc_schem.1
+man/man1/sarlacc_sym.1
+man/man1/schdiff.1
+man/man1/smash_megafile.1
+man/man1/sw2asc.1
+man/man1/tragesym.1
share/applications/geda-gattrib.desktop
share/applications/geda-gschem.desktop
share/doc/geda-gaf/examples/README
@@ -109,6 +125,28 @@
share/doc/geda-gaf/examples/lightning_detector/sym/2N4401.sym
share/doc/geda-gaf/examples/lightning_detector/sym/2N4403.sym
share/doc/geda-gaf/gedadocs.html
+share/doc/geda-gaf/man/convert_sym.html
+share/doc/geda-gaf/man/garchive.html
+share/doc/geda-gaf/man/gattrib.html
+share/doc/geda-gaf/man/gmk_sym.html
+share/doc/geda-gaf/man/gnetlist.html
+share/doc/geda-gaf/man/grenum.html
+share/doc/geda-gaf/man/gsch2pcb.html
+share/doc/geda-gaf/man/gschem.html
+share/doc/geda-gaf/man/gschlas.html
+share/doc/geda-gaf/man/gsymcheck.html
+share/doc/geda-gaf/man/gsymfix.html
+share/doc/geda-gaf/man/gxyrs.html
+share/doc/geda-gaf/man/olib.html
+share/doc/geda-gaf/man/pads_backannotate.html
+share/doc/geda-gaf/man/pcb_backannotate.html
+share/doc/geda-gaf/man/refdes_renum.html
+share/doc/geda-gaf/man/sarlacc_schem.html
+share/doc/geda-gaf/man/sarlacc_sym.html
+share/doc/geda-gaf/man/schdiff.html
+share/doc/geda-gaf/man/smash_megafile.html
+share/doc/geda-gaf/man/sw2asc.html
+share/doc/geda-gaf/man/tragesym.html
share/doc/geda-gaf/nc.pdf
share/doc/geda-gaf/readmes/README.bom
share/doc/geda-gaf/readmes/README.eagle
@@ -125,83 +163,173 @@
share/doc/geda-gaf/readmes/syntax_entity.txt
share/doc/geda-gaf/readmes/vams_mode.txt
share/doc/geda-gaf/wiki/best_practices.html
+share/doc/geda-gaf/wiki/codeofconduct.html
share/doc/geda-gaf/wiki/design.css
share/doc/geda-gaf/wiki/geda-bom_readme.html
+share/doc/geda-gaf/wiki/geda-bom_readme.ru.html
+share/doc/geda-gaf/wiki/geda-bug_triage_guide.html
+share/doc/geda-gaf/wiki/geda-bug_triage_guide.ru.html
share/doc/geda-gaf/wiki/geda-circuit_simulation_improvements.html
+share/doc/geda-gaf/wiki/geda-circuit_simulation_improvements.ru.html
share/doc/geda-gaf/wiki/geda-covered_mp.html
share/doc/geda-gaf/wiki/geda-csygas.html
+share/doc/geda-gaf/wiki/geda-csygas.ru.html
share/doc/geda-gaf/wiki/geda-cygwin.html
+share/doc/geda-gaf/wiki/geda-cygwin.ru.html
share/doc/geda-gaf/wiki/geda-data_plotting_improvements.html
share/doc/geda-gaf/wiki/geda-data_structure_design_discussion.html
share/doc/geda-gaf/wiki/geda-debian.fr.html
share/doc/geda-gaf/wiki/geda-debian.html
+share/doc/geda-gaf/wiki/geda-debian.ru.html
share/doc/geda-gaf/wiki/geda-design_flow_and_hierarchy_roadmap.html
share/doc/geda-gaf/wiki/geda-design_flow_roadmap.html
share/doc/geda-gaf/wiki/geda-devel-tips.html
+share/doc/geda-gaf/wiki/geda-devel-tips.ru.html
+share/doc/geda-gaf/wiki/geda-developer.html
+share/doc/geda-gaf/wiki/geda-developer.ru.html
share/doc/geda-gaf/wiki/geda-devmacosx.html
+share/doc/geda-gaf/wiki/geda-devmacosx.ru.html
share/doc/geda-gaf/wiki/geda-documentation.fr.html
share/doc/geda-gaf/wiki/geda-documentation.html
+share/doc/geda-gaf/wiki/geda-documentation.ru.html
+share/doc/geda-gaf/wiki/geda-download.html
+share/doc/geda-gaf/wiki/geda-download.ru.html
share/doc/geda-gaf/wiki/geda-eagle_pcb_netlister_readme.html
+share/doc/geda-gaf/wiki/geda-eagle_pcb_netlister_readme.ru.html
share/doc/geda-gaf/wiki/geda-example_hsm.html
+share/doc/geda-gaf/wiki/geda-example_hsm.ru.html
share/doc/geda-gaf/wiki/geda-example_usbjtag.html
+share/doc/geda-gaf/wiki/geda-example_usbjtag.ru.html
share/doc/geda-gaf/wiki/geda-experiences.html
share/doc/geda-gaf/wiki/geda-faq-attribs.fr.html
share/doc/geda-gaf/wiki/geda-faq-attribs.html
+share/doc/geda-gaf/wiki/geda-faq-attribs.ru.html
share/doc/geda-gaf/wiki/geda-faq-gnetlist.fr.html
share/doc/geda-gaf/wiki/geda-faq-gnetlist.html
+share/doc/geda-gaf/wiki/geda-faq-gnetlist.ru.html
share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.fr.html
share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.html
+share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.ru.html
share/doc/geda-gaf/wiki/geda-faq-gschem.fr.html
share/doc/geda-gaf/wiki/geda-faq-gschem.html
+share/doc/geda-gaf/wiki/geda-faq-gschem.ru.html
share/doc/geda-gaf/wiki/geda-faq-pcb.html
+share/doc/geda-gaf/wiki/geda-faq-pcb.ru.html
share/doc/geda-gaf/wiki/geda-faq-simulation.fr.html
share/doc/geda-gaf/wiki/geda-faq-simulation.html
+share/doc/geda-gaf/wiki/geda-faq-simulation.ru.html
share/doc/geda-gaf/wiki/geda-faq.fr.html
share/doc/geda-gaf/wiki/geda-faq.html
+share/doc/geda-gaf/wiki/geda-faq.ru.html
share/doc/geda-gaf/wiki/geda-fbabgapp.html
share/doc/geda-gaf/wiki/geda-fc1.html
share/doc/geda-gaf/wiki/geda-fc2.html
share/doc/geda-gaf/wiki/geda-fc3.html
share/doc/geda-gaf/wiki/geda-fc4.html
share/doc/geda-gaf/wiki/geda-fedora_rpm_installation.html
+share/doc/geda-gaf/wiki/geda-fedora_rpm_installation.ru.html
share/doc/geda-gaf/wiki/geda-file_format_spec.html
+share/doc/geda-gaf/wiki/geda-file_format_spec.ru.html
share/doc/geda-gaf/wiki/geda-format_translation.html
+share/doc/geda-gaf/wiki/geda-format_translation.ru.html
+share/doc/geda-gaf/wiki/geda-gaf.html
+share/doc/geda-gaf/wiki/geda-gaf_building_git_version.html
share/doc/geda-gaf/wiki/geda-gattrib_readme.html
share/doc/geda-gaf/wiki/geda-gedasuite_installation.html
share/doc/geda-gaf/wiki/geda-gerbv_mp.html
+share/doc/geda-gaf/wiki/geda-gerbv_mp.ru.html
share/doc/geda-gaf/wiki/geda-gerbv_pnp_readme.html
share/doc/geda-gaf/wiki/geda-gfdl.html
share/doc/geda-gaf/wiki/geda-glossaire.fr.html
share/doc/geda-gaf/wiki/geda-glossary.fr.html
share/doc/geda-gaf/wiki/geda-glossary.html
-share/doc/geda-gaf/wiki/geda-gnetlist_mp.html
+share/doc/geda-gaf/wiki/geda-glossary.ru.html
share/doc/geda-gaf/wiki/geda-gnetlist_scheme_tutorial.html
+share/doc/geda-gaf/wiki/geda-gnetlist_scheme_tutorial.ru.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-basic_netlisting.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-command_line.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-config.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-hierarchy.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-implicit_pins.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-input_output_files.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-introduction.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-netlist_backends.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-running_gnetlist.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-slotting.html
share/doc/geda-gaf/wiki/geda-gnetlist_ug.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug.ru.html
+share/doc/geda-gaf/wiki/geda-gparts_cc.html
share/doc/geda-gaf/wiki/geda-gparts_dd.html
+share/doc/geda-gaf/wiki/geda-gparts_id.html
+share/doc/geda-gaf/wiki/geda-gparts_ii.html
+share/doc/geda-gaf/wiki/geda-gparts_tc.html
+share/doc/geda-gaf/wiki/geda-gparts_ug.html
share/doc/geda-gaf/wiki/geda-grcsan.html
share/doc/geda-gaf/wiki/geda-grenum_mp.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_readme.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial.html
+share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial.ru.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial_releasenotes.html
-share/doc/geda-gaf/wiki/geda-gschem_mp.html
+share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial_releasenotes.ru.html
share/doc/geda-gaf/wiki/geda-gschem_symbol_creation.html
+share/doc/geda-gaf/wiki/geda-gschem_symbol_creation.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-attributes.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-attributes.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-autonumbering.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-autonumbering.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-colors_styles.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-colors_styles.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-command_line.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-command_line.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-components.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-components.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-config.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-config.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-editing_actions.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-editing_actions.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-exporting.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-exporting.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-extensions.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-extensions.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-graphics.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-graphics.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-grids.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-grids.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-hierarchy.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-hierarchy.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-introduction.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-introduction.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-main_window.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-main_window.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-moving_copying.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-moving_copying.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-pins_nets_buses.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-pins_nets_buses.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-printing.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-printing.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-running_gschem.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-running_gschem.ru.html
Home |
Main Index |
Thread Index |
Old Index