[hamradio-commits] [xnec2c] 02/07: Update upstream source from tag 'upstream/3.6.1-beta'

Dave Hibberd hibby-guest at moszumanska.debian.org
Sat Jan 20 15:57:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

hibby-guest pushed a commit to branch master
in repository xnec2c.

commit bd2517a0c9ceee4e468785c719deb5fa95a7ca42
Merge: 4657352 beaf00c
Author: hibby <d at vehibberd.com>
Date:   Sat Jan 20 13:34:13 2018 +0000

    Update upstream source from tag 'upstream/3.6.1-beta'
    
    Update to upstream version '3.6.1-beta'
    with Debian dir 43341f942483e66742150ac63bd8ddd243031c13

 .gitignore                                         |     1 -
 ABOUT-NLS                                          |  1379 ++
 INSTALL                                            |   320 +-
 Makefile.am                                        |    88 +-
 Makefile.in                                        |   200 +-
 aclocal.m4                                         |   751 +-
 autogen.sh                                         |  1939 +-
 compile                                            |     9 +-
 config.guess                                       |  1421 ++
 config.h.in                                        |   468 +-
 config.rpath                                       |   684 +
 config.sub                                         |  1807 ++
 configure                                          |  8246 ++++++--
 configure.ac                                       |    18 +-
 depcomp                                            |     6 +-
 doc/xnec2c.1.gz                                    |   Bin 398 -> 466 bytes
 doc/xnec2c.html                                    |    37 +-
 examples/10-20m_horizomni.nec                      |    22 -
 .../{14-30MHz_logper.nec => 10-20m_logper.nec}     |     0
 examples/10-30m_inv_cone.nec                       |    14 +-
 examples/10-40m_windom.nec                         |    12 +
 examples/10-80m_G5RV.nec                           |     8 +-
 examples/10-80m_Inverted-L.nec                     |     8 +-
 examples/20-40m_ground_plane.nec                   |    10 +-
 examples/2m_bigwheel.nec                           |    18 +-
 examples/2m_xpol_omni.nec                          |     2 +-
 examples/30-80m_inv_L.nec                          |     2 +-
 examples/twin-loop.nec                             |     2 +-
 xnec2c.desktop => files/xnec2c.desktop             |     2 +-
 files/xnec2c.png                                   |   Bin 0 -> 7346 bytes
 install-sh                                         |     4 +-
 intltool-extract.in                                |     0
 intltool-merge.in                                  |     0
 intltool-update.in                                 |     0
 m4/codeset.m4                                      |    24 +
 m4/extern-inline.m4                                |   102 +
 m4/fcntl-o.m4                                      |   134 +
 m4/gettext.m4                                      |   420 +
 m4/glibc2.m4                                       |    31 +
 m4/glibc21.m4                                      |    34 +
 m4/iconv.m4                                        |   271 +
 m4/intdiv0.m4                                      |    87 +
 m4/intl.m4                                         |   304 +
 m4/intlmacosx.m4                                   |    56 +
 m4/intmax.m4                                       |    36 +
 m4/inttypes-pri.m4                                 |    42 +
 m4/inttypes_h.m4                                   |    29 +
 m4/lcmessage.m4                                    |    35 +
 m4/lib-ld.m4                                       |   119 +
 m4/lib-link.m4                                     |   777 +
 m4/lib-prefix.m4                                   |   224 +
 m4/lock.m4                                         |    42 +
 m4/longlong.m4                                     |   113 +
 m4/nls.m4                                          |    32 +
 m4/po.m4                                           |   453 +
 m4/printf-posix.m4                                 |    48 +
 m4/progtest.m4                                     |    91 +
 m4/size_max.m4                                     |    79 +
 m4/stdint_h.m4                                     |    27 +
 m4/threadlib.m4                                    |   389 +
 m4/uintmax_t.m4                                    |    30 +
 m4/visibility.m4                                   |    77 +
 m4/wchar_t.m4                                      |    24 +
 m4/wint_t.m4                                       |    32 +
 m4/xsize.m4                                        |    12 +
 missing                                            |     6 +-
 po/ChangeLog                                       |     0
 po/LINGUAS                                         |     0
 po/Makefile.in.in                                  |   556 +-
 po/Makevars                                        |    78 +
 po/POTFILES.in                                     |    15 +-
 po/Rules-quot                                      |    58 +
 po/boldquot.sed                                    |    10 +
 po/en at boldquot.header                              |    25 +
 po/en at quot.header                                  |    22 +
 po/insert-header.sin                               |    23 +
 po/quot.sed                                        |     6 +
 po/remove-potcdate.sin                             |    19 +
 po/stamp-po                                        |     1 +
 po/xnec2c.pot                                      |  2437 +++
 src/Makefile.am                                    |    10 +-
 src/Makefile.in                                    |   111 +-
 src/calculations.c                                 |   476 +-
 src/calculations.h                                 |     6 +-
 src/callback_func.c                                |   654 +-
 src/callback_func.h                                |    10 +-
 src/callbacks.c                                    |  2850 +--
 src/callbacks.h                                    |  1329 +-
 src/cmnd_edit.c                                    |   957 +-
 src/cmnd_edit.h                                    |     3 -
 src/common.h                                       |   834 +-
 src/draw.c                                         |   111 +-
 src/draw.h                                         |     3 -
 src/draw_radiation.c                               |   325 +-
 src/draw_radiation.h                               |     3 -
 src/draw_structure.c                               |   113 +-
 src/draw_structure.h                               |     3 -
 src/editors.h                                      |     2 -
 src/fields.c                                       |  1275 +-
 src/fields.h                                       |     2 -
 src/fork.c                                         |   365 +-
 src/fork.h                                         |     2 -
 src/geom_edit.c                                    |  1108 +-
 src/geom_edit.h                                    |     3 -
 src/geometry.c                                     |   272 +-
 src/geometry.h                                     |     3 -
 src/gnuplot.c                                      |    57 +-
 src/gnuplot.h                                      |     3 -
 src/ground.c                                       |    10 +-
 src/ground.h                                       |     3 -
 src/input.c                                        |  2536 ++-
 src/input.h                                        |     3 -
 src/interface.c                                    | 10398 +---------
 src/interface.h                                    |   792 +-
 src/main.c                                         |   133 +-
 src/main.h                                         |     4 +-
 src/matrix.c                                       |  1004 +-
 src/matrix.h                                       |     3 -
 src/nec2_model.c                                   |   277 +-
 src/nec2_model.h                                   |     3 -
 src/network.c                                      |    17 +-
 src/network.h                                      |     3 -
 src/plot_freqdata.c                                |  1545 +-
 src/plot_freqdata.h                                |     3 -
 src/radiation.c                                    |   131 +-
 src/radiation.h                                    |     3 -
 src/shared.c                                       |    83 +-
 src/shared.h                                       |   124 +-
 src/somnec.c                                       |  1324 +-
 src/somnec.h                                       |     3 -
 src/support.c                                      |   144 -
 src/support.h                                      |    69 -
 src/utils.c                                        |    53 +-
 src/utils.h                                        |     6 -
 src/xnec2c.c                                       |    81 +-
 src/xnec2c.h                                       |     4 +-
 xnec2c.glade                                       | 19636 -------------------
 xnec2c.gladep                                      |     8 -
 xnec2c.png                                         |   Bin 71540 -> 0 bytes
 xnec2c/xnec2c.glade                                | 13691 +++++++++++++
 140 files changed, 44988 insertions(+), 42904 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/xnec2c.git



More information about the pkg-hamradio-commits mailing list