diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2014-03-13 10:35:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2014-03-13 10:35:03 +0000 |
commit | fa20fe09b8a85111ee15bab5a33d6ee4896405e7 (patch) | |
tree | 8d262a110d315b34c9e6eccb6492e0eb5d1e69db /cad | |
parent | 45096fdde9ddb390a600a0a4d903dbbf221e2632 (diff) | |
download | pkgsrc-fa20fe09b8a85111ee15bab5a33d6ee4896405e7.tar.gz |
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 (limited to 'cad')
-rw-r--r-- | cad/geda/Makefile | 15 | ||||
-rw-r--r-- | cad/geda/PLIST | 310 | ||||
-rw-r--r-- | cad/geda/distinfo | 10 | ||||
-rw-r--r-- | cad/geda/patches/patch-build-tools_icon-theme-installer | 12 | ||||
-rw-r--r-- | cad/geda/patches/patch-libgeda_src_s__path_c | 17 |
5 files changed, 281 insertions, 83 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index deea372d11f..1fe968c8c54 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -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 HOMEPAGE= http://www.geda-project.org/ @@ -40,15 +38,10 @@ CONFIGURE_ARGS+= --disable-update-desktop-database 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 @@ USE_TOOLS+= gawk:run lex perl:run pkg-config # (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 --git a/cad/geda/PLIST b/cad/geda/PLIST index 078b2d4b8e6..258dc10b12e 100644 --- a/cad/geda/PLIST +++ b/cad/geda/PLIST @@ -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/lightning.sch.bom 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_architecture.txt 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 +share/doc/geda-gaf/wiki/geda-gschem_ug-schematic_pages.html +share/doc/geda-gaf/wiki/geda-gschem_ug-schematic_pages.ru.html +share/doc/geda-gaf/wiki/geda-gschem_ug-selecting.html +share/doc/geda-gaf/wiki/geda-gschem_ug-selecting.ru.html +share/doc/geda-gaf/wiki/geda-gschem_ug-slots.html +share/doc/geda-gaf/wiki/geda-gschem_ug-slots.ru.html +share/doc/geda-gaf/wiki/geda-gschem_ug-stroke.html +share/doc/geda-gaf/wiki/geda-gschem_ug-stroke.ru.html +share/doc/geda-gaf/wiki/geda-gschem_ug-viewing_schematics.html +share/doc/geda-gaf/wiki/geda-gschem_ug-viewing_schematics.ru.html share/doc/geda-gaf/wiki/geda-gschem_ug.fr.html share/doc/geda-gaf/wiki/geda-gschem_ug.html +share/doc/geda-gaf/wiki/geda-gschem_ug.ru.html share/doc/geda-gaf/wiki/geda-gschem_warmup.html +share/doc/geda-gaf/wiki/geda-gschem_warmup.ru.html share/doc/geda-gaf/wiki/geda-gsymcheck_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_lxt2miner_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_lxt2vcd_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_mvl2lxt_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_mvl2vcd_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_tex2vcd_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_tla2vcd_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_vcd2lxt2_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_vcd2lxt_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_vcd2vzt_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_vzt2vcd_mp.html -share/doc/geda-gaf/wiki/geda-gtkwave_vztminer_mp.html +share/doc/geda-gaf/wiki/geda-gsymcheck_mp.ru.html share/doc/geda-gaf/wiki/geda-guile_scripting.html +share/doc/geda-gaf/wiki/geda-guile_scripting.ru.html +share/doc/geda-gaf/wiki/geda-howto_report_bugs.html +share/doc/geda-gaf/wiki/geda-howto_report_bugs.ru.html share/doc/geda-gaf/wiki/geda-hse_howto.html share/doc/geda-gaf/wiki/geda-icarus_anc.html share/doc/geda-gaf/wiki/geda-icarus_extensions.html @@ -220,52 +348,77 @@ share/doc/geda-gaf/wiki/geda-icarus_xnf.html share/doc/geda-gaf/wiki/geda-igarus_fpga_lcg.html share/doc/geda-gaf/wiki/geda-installation.fr.html share/doc/geda-gaf/wiki/geda-installation.html +share/doc/geda-gaf/wiki/geda-installation.ru.html share/doc/geda-gaf/wiki/geda-installed_plugins.html -share/doc/geda-gaf/wiki/geda-kig_howto.html +share/doc/geda-gaf/wiki/geda-license.html +share/doc/geda-gaf/wiki/geda-links.html +share/doc/geda-gaf/wiki/geda-mailinglists.html +share/doc/geda-gaf/wiki/geda-mailinglists.ru.html share/doc/geda-gaf/wiki/geda-master_attributes_list.html +share/doc/geda-gaf/wiki/geda-master_attributes_list.ru.html share/doc/geda-gaf/wiki/geda-mcalc_readme.html +share/doc/geda-gaf/wiki/geda-mcalc_readme.ru.html share/doc/geda-gaf/wiki/geda-na_howto.html +share/doc/geda-gaf/wiki/geda-na_howto.ru.html share/doc/geda-gaf/wiki/geda-ngnutmeg_mp.html share/doc/geda-gaf/wiki/geda-ngsconvert_mp.html share/doc/geda-gaf/wiki/geda-ngspice_and_gschem.html +share/doc/geda-gaf/wiki/geda-ngspice_and_gschem.ru.html share/doc/geda-gaf/wiki/geda-ngspice_mp.html share/doc/geda-gaf/wiki/geda-olib_readme.html share/doc/geda-gaf/wiki/geda-pcb-quick_reference.fr.html share/doc/geda-gaf/wiki/geda-pcb-quick_reference.html +share/doc/geda-gaf/wiki/geda-pcb-quick_reference.ru.html share/doc/geda-gaf/wiki/geda-pcb_footprint_naming_conventions.html +share/doc/geda-gaf/wiki/geda-pcb_footprint_naming_conventions.ru.html share/doc/geda-gaf/wiki/geda-pcb_footprints.html +share/doc/geda-gaf/wiki/geda-pcb_footprints.ru.html share/doc/geda-gaf/wiki/geda-pcb_funding_sow-fwdann_ideas.html share/doc/geda-gaf/wiki/geda-pcb_funding_sow-gui_ideas.html share/doc/geda-gaf/wiki/geda-pcb_funding_sow.html +share/doc/geda-gaf/wiki/geda-pcb_layers.html share/doc/geda-gaf/wiki/geda-pcb_mp.html share/doc/geda-gaf/wiki/geda-pcb_tips.fr.html share/doc/geda-gaf/wiki/geda-pcb_tips.html +share/doc/geda-gaf/wiki/geda-pcb_tips.ru.html share/doc/geda-gaf/wiki/geda-release_engineering.html -share/doc/geda-gaf/wiki/geda-scg.fr.html share/doc/geda-gaf/wiki/geda-scg.html +share/doc/geda-gaf/wiki/geda-scg.ru.html share/doc/geda-gaf/wiki/geda-scm.html +share/doc/geda-gaf/wiki/geda-scm.ru.html +share/doc/geda-gaf/wiki/geda-screenshots.html share/doc/geda-gaf/wiki/geda-sdb_howto.html share/doc/geda-gaf/wiki/geda-sn_readme.html share/doc/geda-gaf/wiki/geda-spice_improvements.html +share/doc/geda-gaf/wiki/geda-spice_polys.html +share/doc/geda-gaf/wiki/geda-spice_polys.ru.html share/doc/geda-gaf/wiki/geda-ssan.html share/doc/geda-gaf/wiki/geda-start.html +share/doc/geda-gaf/wiki/geda-start.ru.html share/doc/geda-gaf/wiki/geda-style_guide.html share/doc/geda-gaf/wiki/geda-suse_10.0.html share/doc/geda-gaf/wiki/geda-suse_10.1.html share/doc/geda-gaf/wiki/geda-suse_9.3.html share/doc/geda-gaf/wiki/geda-suse_rpm_installation.html +share/doc/geda-gaf/wiki/geda-suse_rpm_installation.ru.html share/doc/geda-gaf/wiki/geda-syntax_features.html share/doc/geda-gaf/wiki/geda-systemc_netlister_readme.html share/doc/geda-gaf/wiki/geda-tasks.html +share/doc/geda-gaf/wiki/geda-tasks.ru.html share/doc/geda-gaf/wiki/geda-todos.html share/doc/geda-gaf/wiki/geda-todos_historical.html +share/doc/geda-gaf/wiki/geda-tools.html share/doc/geda-gaf/wiki/geda-tragesym_readme.html +share/doc/geda-gaf/wiki/geda-tragesym_readme.ru.html share/doc/geda-gaf/wiki/geda-tragesym_tutorial.fr.html share/doc/geda-gaf/wiki/geda-tragesym_tutorial.html +share/doc/geda-gaf/wiki/geda-tragesym_tutorial.ru.html share/doc/geda-gaf/wiki/geda-transistor_guide.html +share/doc/geda-gaf/wiki/geda-transistor_guide.ru.html share/doc/geda-gaf/wiki/geda-ubuntu.html share/doc/geda-gaf/wiki/geda-usage.fr.html share/doc/geda-gaf/wiki/geda-usage.html +share/doc/geda-gaf/wiki/geda-usage.ru.html share/doc/geda-gaf/wiki/geda-vams_netlister_readme.html share/doc/geda-gaf/wiki/geda-verilog_netlister_readme.html share/doc/geda-gaf/wiki/geda-version_control_migration.html @@ -284,6 +437,8 @@ share/doc/geda-gaf/wiki/gsoc2008.html share/doc/geda-gaf/wiki/gsoc2008_projects.html share/doc/geda-gaf/wiki/gsoc2009.html share/doc/geda-gaf/wiki/gsoc2009_projects.html +share/doc/geda-gaf/wiki/gsoc2010.html +share/doc/geda-gaf/wiki/gsoc2010_projects.html share/doc/geda-gaf/wiki/gtkwave-projects.html share/doc/geda-gaf/wiki/gwave-projects.html share/doc/geda-gaf/wiki/images/bullet.gif @@ -350,7 +505,9 @@ share/doc/geda-gaf/wiki/libgeda3.html share/doc/geda-gaf/wiki/libgeda3_object_based_design.html share/doc/geda-gaf/wiki/media/devel_tips/dialog_picture.png share/doc/geda-gaf/wiki/media/geda/ambiguous1.png +share/doc/geda-gaf/wiki/media/geda/ambiguous1.ru.png share/doc/geda-gaf/wiki/media/geda/ambiguous1_fixed.png +share/doc/geda-gaf/wiki/media/geda/ambiguous1_fixed.ru.png share/doc/geda-gaf/wiki/media/geda/board-1.png share/doc/geda-gaf/wiki/media/geda/board-2.png share/doc/geda-gaf/wiki/media/geda/board-3.png @@ -358,7 +515,9 @@ share/doc/geda-gaf/wiki/media/geda/board-4.png share/doc/geda-gaf/wiki/media/geda/board-5.png share/doc/geda-gaf/wiki/media/geda/board-6.png share/doc/geda-gaf/wiki/media/geda/coordinatespace.jpg +share/doc/geda-gaf/wiki/media/geda/coordinatespace.ru.png share/doc/geda-gaf/wiki/media/geda/design_flow.jpg +share/doc/geda-gaf/wiki/media/geda/design_flow.ru.png share/doc/geda-gaf/wiki/media/geda/dialogdirective.png share/doc/geda-gaf/wiki/media/geda/dialoginclude.png share/doc/geda-gaf/wiki/media/geda/dialogmodel.png @@ -368,23 +527,34 @@ share/doc/geda-gaf/wiki/media/geda/dialogvdc1.png share/doc/geda-gaf/wiki/media/geda/faq_attrib.jpg share/doc/geda-gaf/wiki/media/geda/fileformat_textgraphic.jpg share/doc/geda-gaf/wiki/media/geda/geda_flow.png +share/doc/geda-gaf/wiki/media/geda/geda_flow.ru.png +share/doc/geda-gaf/wiki/media/geda/gparts-bulk-import.png share/doc/geda-gaf/wiki/media/geda/gparts-flow-2.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-companies.png +share/doc/geda-gaf/wiki/media/geda/gparts-ss-connect-types.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-devices.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-documentation.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-footprints.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-packages.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-2.png +share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-3.png +share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-4.png +share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-4b.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-symbols-2.png share/doc/geda-gaf/wiki/media/geda/gparts-ss-symbols.png share/doc/geda-gaf/wiki/media/geda/gparts_erd_main.png share/doc/geda-gaf/wiki/media/geda/gparts_flow.png +share/doc/geda-gaf/wiki/media/geda/gparts_pkg.png +share/doc/geda-gaf/wiki/media/geda/gparts_pkg_2.png +share/doc/geda-gaf/wiki/media/geda/gparts_pkg_geom.png +share/doc/geda-gaf/wiki/media/geda/gparts_pkg_sch.png share/doc/geda-gaf/wiki/media/geda/gschem-sym-1.png share/doc/geda-gaf/wiki/media/geda/gschem-sym-2.png share/doc/geda-gaf/wiki/media/geda/gschem-sym-3.png share/doc/geda-gaf/wiki/media/geda/gschem_screenshot_001.jpg share/doc/geda-gaf/wiki/media/geda/gschem_workflow_01.jpg +share/doc/geda-gaf/wiki/media/geda/gschem_workflow_01.ru.png share/doc/geda-gaf/wiki/media/geda/net.jpg share/doc/geda-gaf/wiki/media/geda/nets.jpg share/doc/geda-gaf/wiki/media/geda/one-sch-1.png @@ -399,6 +569,16 @@ share/doc/geda-gaf/wiki/media/geda/rf_cascade_figure1.jpg share/doc/geda-gaf/wiki/media/geda/rf_cascade_figure2.jpg share/doc/geda-gaf/wiki/media/geda/schematicfinished.png share/doc/geda-gaf/wiki/media/geda/schematicfinished2.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gerbv.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gerbv_thumb.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gschem.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_osx.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_osx_thumb.png +share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_thumb.png +share/doc/geda-gaf/wiki/media/geda/screenshot_pcb.png +share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_osx.png +share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_osx_thumb.png +share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_thumb.png share/doc/geda-gaf/wiki/media/geda/simple1.png share/doc/geda-gaf/wiki/media/geda/status_screenshot.jpg share/doc/geda-gaf/wiki/media/geda/suse_electronics_menu.png @@ -433,13 +613,20 @@ share/doc/geda-gaf/wiki/media/tragesym/xemacs_modifiedselection.png share/doc/geda-gaf/wiki/media/tragesym/xemacs_rawselection.png share/doc/geda-gaf/wiki/media/wiki/dokuwiki-128.png share/doc/geda-gaf/wiki/pcb-projects.html +share/doc/geda-gaf/wiki/pcb-roadmap.html +share/doc/geda-gaf/wiki/playground-playground.html +share/doc/geda-gaf/wiki/playground-transistor_guide.html share/doc/geda-gaf/wiki/print.css share/doc/geda-gaf/wiki/start.html share/doc/geda-gaf/wiki/start_es.html share/doc/geda-gaf/wiki/start_fr.html +share/doc/geda-gaf/wiki/start_ru.html share/doc/geda-gaf/wiki/style.css +share/doc/geda-gaf/wiki/wiki-dokuvimki.html +share/doc/geda-gaf/wiki/wiki-dokuvimki.ru.html share/doc/geda-gaf/wiki/wiki-dokuwiki.html share/doc/geda-gaf/wiki/wiki-syntax.html +share/gEDA/bitmap/gschem-about-logo.png share/gEDA/bitmap/gschem-alignment_bottomcenter.png share/gEDA/bitmap/gschem-alignment_bottomleft.png share/gEDA/bitmap/gschem-alignment_bottomright.png @@ -479,6 +666,7 @@ share/gEDA/bitmap/gschem-undo.xpm share/gEDA/bitmap/gschem-warning.png share/gEDA/gafrc.d/geda-clib.scm share/gEDA/gattrib-menus.xml +share/gEDA/gschem-colormap-bw share/gEDA/gschem-colormap-darkbg share/gEDA/gschem-colormap-lightbg share/gEDA/gschem-gtkrc @@ -491,6 +679,12 @@ share/gEDA/scheme/auto-uref.scm share/gEDA/scheme/color-map.scm share/gEDA/scheme/default-attrib-positions.scm share/gEDA/scheme/geda.scm +share/gEDA/scheme/geda/attrib.scm +share/gEDA/scheme/geda/core/gettext.scm +share/gEDA/scheme/geda/deprecated.scm +share/gEDA/scheme/geda/object.scm +share/gEDA/scheme/geda/os.scm +share/gEDA/scheme/geda/page.scm share/gEDA/scheme/generate_netlist.scm share/gEDA/scheme/gnet-PCB.scm share/gEDA/scheme/gnet-allegro.scm @@ -502,16 +696,17 @@ share/gEDA/scheme/gnet-cascade.scm share/gEDA/scheme/gnet-drc.scm share/gEDA/scheme/gnet-drc2.scm share/gEDA/scheme/gnet-eagle.scm +share/gEDA/scheme/gnet-ewnet.scm share/gEDA/scheme/gnet-futurenet2.scm share/gEDA/scheme/gnet-geda.scm share/gEDA/scheme/gnet-gossip.scm share/gEDA/scheme/gnet-gsch2pcb.scm share/gEDA/scheme/gnet-liquidpcb.scm +share/gEDA/scheme/gnet-makedepend.scm share/gEDA/scheme/gnet-mathematica.scm share/gEDA/scheme/gnet-maxascii.scm share/gEDA/scheme/gnet-osmond.scm share/gEDA/scheme/gnet-pads.scm -share/gEDA/scheme/gnet-partslist-common.scm share/gEDA/scheme/gnet-partslist1.scm share/gEDA/scheme/gnet-partslist2.scm share/gEDA/scheme/gnet-partslist3.scm @@ -529,9 +724,20 @@ share/gEDA/scheme/gnet-vhdl.scm share/gEDA/scheme/gnet-vipec.scm share/gEDA/scheme/gnetlist-post.scm share/gEDA/scheme/gnetlist.scm +share/gEDA/scheme/gnetlist/backend-getopt.scm share/gEDA/scheme/gschem.scm +share/gEDA/scheme/gschem/attrib.scm +share/gEDA/scheme/gschem/core/gettext.scm +share/gEDA/scheme/gschem/deprecated.scm +share/gEDA/scheme/gschem/gschemdoc.scm +share/gEDA/scheme/gschem/hook.scm +share/gEDA/scheme/gschem/keymap.scm +share/gEDA/scheme/gschem/selection.scm +share/gEDA/scheme/gschem/util.scm +share/gEDA/scheme/gschem/window.scm share/gEDA/scheme/image.scm share/gEDA/scheme/list-keys.scm +share/gEDA/scheme/partslist-common.scm share/gEDA/scheme/pcb.scm share/gEDA/scheme/print-NB-attribs.scm share/gEDA/scheme/print.scm @@ -2053,55 +2259,83 @@ share/icons/hicolor/scalable/apps/geda-gschem.svg share/icons/hicolor/scalable/mimetypes/application-x-geda-gsch2pcb-project.svg share/icons/hicolor/scalable/mimetypes/application-x-geda-schematic.svg share/icons/hicolor/scalable/mimetypes/application-x-geda-symbol.svg +${PKGLOCALEDIR}/locale/af/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/oc/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgeda42.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/geda-gattrib.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgeda42.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/geda-gattrib.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgeda38.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgeda42.mo share/mime/packages/libgeda.xml @pkgdir share/gEDA/sym/local diff --git a/cad/geda/distinfo b/cad/geda/distinfo index f34720bb3d0..ee817f5eafa 100644 --- a/cad/geda/distinfo +++ b/cad/geda/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.18 2012/05/07 18:14:15 dholland Exp $ +$NetBSD: distinfo,v 1.19 2014/03/13 10:35:03 dmcmahill Exp $ -SHA1 (geda-gaf-1.6.2.tar.gz) = 87c21b3b77eebc8eec1c16672d4b1ab418ccb80d -RMD160 (geda-gaf-1.6.2.tar.gz) = 4e32ba11188b9a2849036299b972c35481cb975e -Size (geda-gaf-1.6.2.tar.gz) = 7099981 bytes -SHA1 (patch-build-tools_icon-theme-installer) = 368e18f2ef5a1530bcbaa33afd66c2306e409cbc -SHA1 (patch-libgeda_src_s__path_c) = 85f6a4bec642d07f399ac2c6473a43558946a1e1 +SHA1 (geda-gaf-1.8.2.tar.gz) = c61edc04997fc12398534a346dac32d8fcdabcc1 +RMD160 (geda-gaf-1.8.2.tar.gz) = 20100684c2987e563886d15bb608b7f464e30a69 +Size (geda-gaf-1.8.2.tar.gz) = 11282353 bytes diff --git a/cad/geda/patches/patch-build-tools_icon-theme-installer b/cad/geda/patches/patch-build-tools_icon-theme-installer deleted file mode 100644 index 8877a13702a..00000000000 --- a/cad/geda/patches/patch-build-tools_icon-theme-installer +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-build-tools_icon-theme-installer,v 1.1 2012/02/16 11:29:59 hans Exp $ - ---- build-tools/icon-theme-installer.orig 2009-12-25 18:18:18.329539169 +0100 -+++ build-tools/icon-theme-installer 2009-12-25 19:01:51.837047302 +0100 -@@ -121,7 +121,6 @@ for icon in $@; do - size=`echo $icon | sed -n 's/.*-\([0-9]*\).*/\1/p'` - category=`echo $icon | cut -d, -f1` - build_name=`echo $icon | cut -d, -f2` -- install_name=`echo $build_name | sed 's/-[0-9]\+//g'` - install_name=`basename $install_name` - - if test -z $size; then diff --git a/cad/geda/patches/patch-libgeda_src_s__path_c b/cad/geda/patches/patch-libgeda_src_s__path_c deleted file mode 100644 index d5b1e9a3319..00000000000 --- a/cad/geda/patches/patch-libgeda_src_s__path_c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-libgeda_src_s__path_c,v 1.1 2012/05/07 18:14:15 dholland Exp $ - -Fix build with latest glib2. - ---- libgeda/src/s_path.c~ 2011-01-14 05:02:35.000000000 +0000 -+++ libgeda/src/s_path.c -@@ -37,9 +37,7 @@ - #include <stdlib.h> - #include <string.h> - --#include <glib/gmem.h> --#include <glib/gmessages.h> --#include <glib/gtypes.h> -+#include <glib.h> - - #include "libgeda_priv.h" - |