Tue Dec 8 21:28:57 2015 UTC ()
Add config example file to PLIST


(wiedi)
diff -r1.2 -r1.3 pkgsrc/ham/gnuradio-utils/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/ham/gnuradio-utils/PLIST (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-utils/PLIST 2015/09/01 04:14:55 1.2
+++ pkgsrc/ham/gnuradio-utils/PLIST 2015/12/08 21:28:57 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2015/09/01 04:14:55 mef Exp $ 1@comment $NetBSD: PLIST,v 1.3 2015/12/08 21:28:57 wiedi Exp $
2bin/gr_modtool 2bin/gr_modtool
3bin/gr_plot_char 3bin/gr_plot_char
4bin/gr_plot_const 4bin/gr_plot_const
5bin/gr_plot_fft 5bin/gr_plot_fft
6bin/gr_plot_fft_c 6bin/gr_plot_fft_c
7bin/gr_plot_fft_f 7bin/gr_plot_fft_f
8bin/gr_plot_float 8bin/gr_plot_float
9bin/gr_plot_int 9bin/gr_plot_int
10bin/gr_plot_iq 10bin/gr_plot_iq
11bin/gr_plot_psd 11bin/gr_plot_psd
12bin/gr_plot_psd_c 12bin/gr_plot_psd_c
13bin/gr_plot_psd_f 13bin/gr_plot_psd_f
14bin/gr_plot_qt 14bin/gr_plot_qt
@@ -71,26 +71,27 @@ ${PYSITELIB}/gnuradio/plot_data.pyc @@ -71,26 +71,27 @@ ${PYSITELIB}/gnuradio/plot_data.pyc
71${PYSITELIB}/gnuradio/plot_data.pyo 71${PYSITELIB}/gnuradio/plot_data.pyo
72${PYSITELIB}/gnuradio/plot_fft_base.py 72${PYSITELIB}/gnuradio/plot_fft_base.py
73${PYSITELIB}/gnuradio/plot_fft_base.pyc 73${PYSITELIB}/gnuradio/plot_fft_base.pyc
74${PYSITELIB}/gnuradio/plot_fft_base.pyo 74${PYSITELIB}/gnuradio/plot_fft_base.pyo
75${PYSITELIB}/gnuradio/plot_psd_base.py 75${PYSITELIB}/gnuradio/plot_psd_base.py
76${PYSITELIB}/gnuradio/plot_psd_base.pyc 76${PYSITELIB}/gnuradio/plot_psd_base.pyc
77${PYSITELIB}/gnuradio/plot_psd_base.pyo 77${PYSITELIB}/gnuradio/plot_psd_base.pyo
78${PYSITELIB}/gnuradio/pyqt_filter.py 78${PYSITELIB}/gnuradio/pyqt_filter.py
79${PYSITELIB}/gnuradio/pyqt_filter.pyc 79${PYSITELIB}/gnuradio/pyqt_filter.pyc
80${PYSITELIB}/gnuradio/pyqt_filter.pyo 80${PYSITELIB}/gnuradio/pyqt_filter.pyo
81${PYSITELIB}/gnuradio/pyqt_plot.py 81${PYSITELIB}/gnuradio/pyqt_plot.py
82${PYSITELIB}/gnuradio/pyqt_plot.pyc 82${PYSITELIB}/gnuradio/pyqt_plot.pyc
83${PYSITELIB}/gnuradio/pyqt_plot.pyo 83${PYSITELIB}/gnuradio/pyqt_plot.pyo
 84share/gnuradio/examples/modtool.conf
84share/gnuradio/modtool/gr-newmod/CMakeLists.txt 85share/gnuradio/modtool/gr-newmod/CMakeLists.txt
85share/gnuradio/modtool/gr-newmod/MANIFEST.md 86share/gnuradio/modtool/gr-newmod/MANIFEST.md
86share/gnuradio/modtool/gr-newmod/apps/CMakeLists.txt 87share/gnuradio/modtool/gr-newmod/apps/CMakeLists.txt
87share/gnuradio/modtool/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake 88share/gnuradio/modtool/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake
88share/gnuradio/modtool/gr-newmod/cmake/Modules/FindCppUnit.cmake 89share/gnuradio/modtool/gr-newmod/cmake/Modules/FindCppUnit.cmake
89share/gnuradio/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake 90share/gnuradio/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
90share/gnuradio/modtool/gr-newmod/cmake/Modules/GrMiscUtils.cmake 91share/gnuradio/modtool/gr-newmod/cmake/Modules/GrMiscUtils.cmake
91share/gnuradio/modtool/gr-newmod/cmake/Modules/GrPlatform.cmake 92share/gnuradio/modtool/gr-newmod/cmake/Modules/GrPlatform.cmake
92share/gnuradio/modtool/gr-newmod/cmake/Modules/GrPython.cmake 93share/gnuradio/modtool/gr-newmod/cmake/Modules/GrPython.cmake
93share/gnuradio/modtool/gr-newmod/cmake/Modules/GrSwig.cmake 94share/gnuradio/modtool/gr-newmod/cmake/Modules/GrSwig.cmake
94share/gnuradio/modtool/gr-newmod/cmake/Modules/GrTest.cmake 95share/gnuradio/modtool/gr-newmod/cmake/Modules/GrTest.cmake
95share/gnuradio/modtool/gr-newmod/cmake/Modules/UseSWIG.cmake 96share/gnuradio/modtool/gr-newmod/cmake/Modules/UseSWIG.cmake
96share/gnuradio/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake 97share/gnuradio/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake