The NetBSD Project

CVS log for pkgsrc/ham/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / ham

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.53 / (download) - annotate - [select for diffs], Fri Nov 10 14:41:44 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored) to selected 1.35 (colored)

gmfsk: remove

dead upstream since 2004, uses gnome 2.

Revision 1.52 / (download) - annotate - [select for diffs], Sun May 15 08:29:50 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.51: +1 -2 lines
Diff to previous 1.51 (colored) to selected 1.35 (colored)

gr-fcdproplus: remove

Broken since gnuradio 3.8 update, doesn't build in any bulk build,
inactive upstream

Revision 1.51 / (download) - annotate - [select for diffs], Sun Jan 16 18:06:25 2022 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.35 (colored)

gnuradio: update to 3.10.0.0

- gr-pdu: Protocol Data Units library
- gr-iio: Linux industrial I/O library (but not packaged in pkgsrc)
- Custom Buffers Support
- switch from Log4CPP to spdlog

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jun 27 08:12:28 2021 UTC (2 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.35 (colored)

+ gnuradio-soapy-sdr

Revision 1.49 / (download) - annotate - [select for diffs], Wed Apr 7 16:14:07 2021 UTC (3 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.35 (colored)

gnuradio-*: update to 3.9.1.0

Changed
  C++14
  C11
  VOLK now ãà×Óegularãàdependency, not in-tree submodule
  numpy now also a CMake-checked hard dependency for Python support
  Exception Handling: throw by value, catch by reference (clang-tidy check)
  C++11: Emplace in vectors where you can; brings performance boni, but not included in clang-tidy-checks
  An exception-throwing block will now terminate the flow graph process, configurable through top_block
  gr-utils cleanup, folder restructuring
  config version checks installed CMake file will accept ãà×Ât least this versionãànow
  PyBind11 replaces SWIG
  Full tree conversion from SWIG to Pybind11 bindings
  Doxygen now uses MathJax, full LaTeX installation no longer required
GRC
  start flowgraph in folder where it resides
gnuradio-runtime
  When calculating offsets in non-integer rate FEC, lround
  default seed for gr::random now actually as documented time-dependent
  loggers moved from gr::block to gr::basic_block
  PMT serialization
  PMT dicts no longer indistinguishable from pairs
  PMT symbol hashing no longer suffers under oddball own implementations
gr-audio
  Increased ALSA buffer nperiods
gr-blocks
  add, add_const VOLKãàÑÊzed, templated
      this seems to break things in other places, even if it proves to be mathematically identical
  wavfile infrastructure: libsndfile now dependency
gr-digital
  transcendental block: default to 32 bit float complex, not double
  Linear equalizer: separate adaptive algorithm, allows for using e.g. trained sequences instead of the classical LMS, CMA
  DFE: better structure for decision history
gr-dtv
  LDPC encoder: template functions instead of #defined macros
  LDPC encoder: smaller tables through uint16_t for index tables
gr-fec
  API uint8_t, not char
gr-fft
  FFT blocks/functions templatized
gr-filter
  logging format
  rational_resampler_base -> rational_resampler
gr-uhd
  Required UHD version bumped to 3.9.7
  logging format

Deprecated
  gr-analog
    sig_source: freq port will be removed in the future
  gr-audio
    audio-sink, -source: Windows audio sink/source deprecated, the portaudio
      sink/source works even better under windows anyway
  gr-digital
    In favor of symbol_sync, deprecate:
      clock_recovery_mm
      msk_timing_recovery
      pfb_clock_sync

Added
  C++ Generation all over the place
  PyBind bindings + generator
gnuradio-runtime
  block_gateway: set_max_output_buffer
  GR_PREFS_PATH environment variable sensitivity to configure the path to the
    config file
  gnuradio-config-info --print-all
GRC
  option to toggle ID visibilities globally
  Validation check for QT GUI hints
  Python snippets
block header parsing tool
  block header parsing tool (GSoC 2019)
gr_modtool
  option to convert blacklisted files
gr-analog
  sig_source: cmd port adds support for dicts, setting of frequency, amplitude,
    offset and phase parameters
gr-blocks
  selector now has control message ports
  Rotator-based freq shift convenience wrapper
  Message-to-Variable and vice versa blocks
  DC Spike removal
  IQ Swap
  Complex to interleaved char / short: scaling option
  Delay block: control message port
  Phase Shift block with message port
  wavfile_sink, _source can now deal with a lot of audio formats: uncompressed
    WAV/AIFF, µ- and A-law compressed audio, OGG/Vorbis, FLAC, even octave files
  Stream Demux, which demuxes streams according to lengths vector
  rotator: phase() getter
gr-digital
  OFDM: multiple CP lengths
  ofdm_equalizer_simpledfe: enable_soft_output
  Constellation Encoder
  Constellation: normalization options
gr-fec
  {en,de}code_rs_8, {en,de}code_rs_ccsds: Reed-Solomon en- and decoders
gr-fft
  Windows:
    Gaussian
    Flat Top
    Tukey
  Window build() call now with default beta
gr-filter
  GRC: File taps loader block
  Low pass FFT filter convenience wrapper
  ichar / ishort decimator
  phase continuity for freq_xlating_fir_filter
gr-network
  gr-network: a whole new networking blocks module!
      TCP
      UDP
  Much better lockup/multithreading support than 3.7-era blks2
gr-qtgui
  Azimuth/Elevation plot
  Autocorrelation plot
  Compass visualization
  Dial control
  Gauge: dial, level
  Distance plot
  LED-like indicator
  Message-passing check box
  Message-passing numeric control
  Message-passing push button
  Toggle Button
  Eye sink
  Vertical slider
gr-uhd
  Filter API
  UHD 4.0 support
  Power Reference API
  Bidirectional setting messages on both sink, source
gr-vocoder
  Codec2 dev branch support
  FreeDV: In/output rates can differ
  FreeDV: text message output
gr-zeromq
  C++ GRC templates
  Tag filtering for tag-forwarding blocks

Removed
  VOLK is no longer a submodule
  Sphinx: consolidate into doxygen, or wiki-maintained block list.
  Python 2
  SWIG
  gru python module
gnuradio-runtime
  circular_file.cc
  math/common_factor.hpp
gr-blocks
  bin_statistics_f
  log2_const
gr-digital
  PFB clock sync: set_taps
  deprecated old OFDM infrastructur
    ofdm_frame_acquisition
    ofdm_frame_sink
    ofdm_insert_preamble
    ofdm_sync_fixed
    ofdm_sync_pn
    ofdm_sync_pnac
    ofdm_sync_ml
    ofdm_receiver
  digital_voice
gr-fft
  malloc_float, _double: rely on VOLK
  Goertzel: dtor superfluous
gr-filter
  deprecated window function duplicates (use them from gr-fft!)

Fixed
  CMake: Qwt, Log4Cpp detection
  ctrlport strings unicodified
  Freedesktop install script was not executed
  Redundant icons installed
  Path substitution on Windows was backslash-broken
  YAML definitions: more than I can count
  Cross-building: py interpreter at runtime != build time
gnuradio-runtime
  ctrlport: unholy stored reference to stack-allocated object removed
  Sine table generation for fixed point math
  gr_unittest: floatAlmostEqual had a lot of false passes due abuse of all()
  get_tags_in_range for delay < (end-start)
  Premature tag pruning
  release flattened flowgraph after stopping, fixes restartability/shutdown
    problem
  PMT serialization portability
  latency issue caused by setting block alias on msg block
  Windows logging errors
  ctrlport: Thrift >= 0.13 broke
GRC
  Tab widget ID visibilities
  A lot of YAML templates
  Default setting in qtgui chooser restored
  Boolean parameters no longer switch buttons
  Nested namespace handling
  DonÑÕ rely on set ordering in tests
  configparser import
  input box color theme on dark themes
  Search box typing doesnãàÑÕ inadvertedly interact with the rest of GRC anymore
gr_modtool
  Empty argument lists allowed
  Boost UTF replaced CppUnit, this needed to be done here, too
gr-analog
  wfm left/right, filters
gr-audio
  portaudio: lock acquisition was improper
gr-blocks
  Throttle now uses monotonic clock
  Tag debug only saved last work callãàÑÔ tags
  File sink flushes on stop
  gr_read_file_metadata.py used to lose rx_time precision
  File source big file handling under Windows
  file_*: fseek errors used to be ignored
gr-digital
  map_bb: thread safety, buffer overflows
  additive_scrambler: reset was broken
  Constellation scalefactor wasnãàÑÕ always initialized
  long-standing qa_header_payload_demux bug addressed by waiting for both RX and
    TX, not only either
  false triggers in correlate_access_code
gr-dtv
  rate mismatch in ATSC flowgraphs
gr-fec
  async_decoder Heap corruption
  cc_encoder: constraint length K > 8 led to wrong output
gr-fft
  thread safety of copy assignment/ctor
  log power FFT Python
gr-filter
  variable_band_pass_filter GRC complex taps input
  RRC filter gain for alpha = 1
gr-qtgui
  Remove copies of image data in returns by using move semantics
  Remove bogus overriding in drawing functions of plot_raster, _waterfall
  Edit MSG box: donãàÑÕ require key to be set
  DonãàÑÕ check for Python2 libs
  Number Sink ignored averaging setting
gr-uhd
  UHD apps: Py3 fixes
  USRP blocks: multichannel objects not properly populating channels
gr-video-sdl
  YUV formats fixed
gr-zeromq
  DonãàÑÕ depend on deprecated ZMQ functionality
  Unhandled exceptions now handled, much calmer
  Avoid infinite blocking in tb.stop() by using ZMQ_LINGER

Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 29 23:12:43 2020 UTC (3 years, 4 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored) to selected 1.35 (colored)

ham/lpcnetfreedv: new package to support freedv

Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 30 08:40:33 2020 UTC (3 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored) to selected 1.35 (colored)

really delete gnuradio-wxgui

Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 27 02:47:48 2020 UTC (3 years, 7 months ago) by jnemeth
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.35 (colored)

add and enable gnuradio-wxgui

Revision 1.45 / (download) - annotate - [select for diffs], Tue Aug 18 04:36:57 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored) to selected 1.35 (colored)

gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update

Revision 1.44 / (download) - annotate - [select for diffs], Tue Aug 18 04:35:39 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.43: +1 -5 lines
Diff to previous 1.43 (colored) to selected 1.35 (colored)

gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update

Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 1 09:00:31 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored) to selected 1.35 (colored)

added ham/py-soapy-sdr

Revision 1.42 / (download) - annotate - [select for diffs], Sat Aug 1 07:47:22 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored) to selected 1.35 (colored)

added ham/soapy-sdr

Revision 1.41 / (download) - annotate - [select for diffs], Thu Apr 30 04:55:38 2020 UTC (3 years, 11 months ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.35 (colored)

add requisite blank line

Revision 1.40 / (download) - annotate - [select for diffs], Thu Feb 7 14:08:29 2019 UTC (5 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored) to selected 1.35 (colored)

add ham/kalibrate-{hackrf,rtl}

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jun 4 07:18:47 2018 UTC (5 years, 10 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.35 (colored)

ham/predict: add new package for version 2.2.3

predict is a curses based satellite tracking/orbital prediction program

PREDICT provides real-time satellite tracking and orbital prediction
information to users and client applications in a variety of ways:

    Through the system console
    Through the command line
    Through a network socket
    Through the generation of audio speech

Data such as a spacecraft's sub-satellite point, azimuth and elevation
headings, Doppler shift, path loss, slant range, orbital altitude,
orbital velocity, footprint diameter, orbital phase (mean anomaly),
squint angle, eclipse depth, the time and date of the next AOS (or LOS
of the current pass), orbit number, and sunlight and visibility
information are provided on a real-time basis. PREDICT can also track
(or predict the position of) the Sun and Moon. PREDICT also has the
ability to control AZ/EL antenna rotators to maintain accurate
orientation in the direction of communication satellites. As an aid in
locating and tracking satellites through optical means, PREDICT can
articulate tracking coordinates and visibility information as plain
speech.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Sep 26 10:27:05 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored) to selected 1.35 (colored)

*: remove qt3 and the packages using it, including KDE3

Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 5 00:07:40 2017 UTC (6 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.35 (colored)

Added ham/flxmlrpc version 0.1.4

Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 13 13:49:43 2014 UTC (9 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

+hackrf

Revision 1.35 / (download) - annotate - [selected], Mon Oct 13 13:39:08 2014 UTC (9 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored)

Removing usrp and usrp-docs, gnurdio-uhd has been taken over those.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Oct 13 13:35:53 2014 UTC (9 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored) to selected 1.35 (colored)

-gnuradio-examples

Revision 1.33 / (download) - annotate - [select for diffs], Mon Oct 13 13:14:03 2014 UTC (9 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.32: +6 -1 lines
Diff to previous 1.32 (colored) to selected 1.35 (colored)

+gr-fcdproplus
+gr-osmosdr
+libmirisdr
+osmo-sdr
+rtl-sdr

Revision 1.32 / (download) - annotate - [select for diffs], Mon Oct 13 12:51:08 2014 UTC (9 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.31: +18 -9 lines
Diff to previous 1.31 (colored) to selected 1.35 (colored)

Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
  See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html
See more info at recent  gnuradio-core/Makefile commit log, thanks.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Sep 8 07:16:28 2014 UTC (9 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.35 (colored)

ham/uhd version 3.7.2rc1 added.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jul 21 07:57:20 2014 UTC (9 years, 9 months ago) by dbj
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.35 (colored)

import chirp from http://chirp.danplanet.com/
Tool for programming Amateur Radio HTs

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jul 21 07:34:17 2014 UTC (9 years, 9 months ago) by dbj
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.35 (colored)

add freedv from the FreeDV project at http://freedv.org/

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jul 21 07:30:50 2014 UTC (9 years, 9 months ago) by dbj
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.35 (colored)

import codec2 from the freedv project at http://freedv.org/

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 13 08:49:48 2013 UTC (10 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored) to selected 1.35 (colored)

Add ham/trustedQSL 2.0rc3.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 20 16:56:18 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.35 (colored)

+ xnec2c.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 20 16:46:55 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.35 (colored)

+ nec2c.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 23 08:09:14 2008 UTC (15 years, 6 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.35 (colored)

Added and enabled fldigi: A digital radio modem

Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 13 08:12:46 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.35 (colored)

Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jul 2 16:36:33 2007 UTC (16 years, 9 months ago) by wulf
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.35 (colored)

Added and enabled ham/gpredict

Revision 1.21 / (download) - annotate - [select for diffs], Sun May 20 15:21:35 2007 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored) to selected 1.35 (colored)

Remove some more gnome1-libs dependencies.
No comment on pkgsrc-users nor from the maintainers after two weeks.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 21 16:51:05 2007 UTC (17 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.35 (colored)

+ fl_logbook

Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 13 18:20:41 2006 UTC (17 years, 5 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.18: +8 -1 lines
Diff to previous 1.18 (colored) to selected 1.35 (colored)

Added and enabled the following packages:

	gnuradio-audio-jack
	gnuradio-audio-portaudio
	gnuradio-core-docs
	gnuradio-radio-astronomy
	gnuradio-trellis
	gnuradio-video-sdl
	usrp-docs

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 15 13:07:31 2006 UTC (18 years, 3 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.35 (colored)

Added and enabled gpredict: A realtime satellite tracking program

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 7 23:34:02 2005 UTC (18 years, 6 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.16: +10 -2 lines
Diff to previous 1.16 (colored) to selected 1.35 (colored)

Added and enabled

      gnuradio-audio-oss
      gnuradio-core
      gnuradio-examples
      gnuradio-gsm
      gnuradio-howto
      gnuradio-usrp
      gnuradio-wxgui
      usrp

packages that are part of the GNU Radio project, a digital signal
processing development kit.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 6 20:33:56 2005 UTC (18 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.35 (colored)

Converted the Makefiles to the "category normal form", as required by
pkglint.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 24 18:06:57 2005 UTC (19 years, 2 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.35 (colored)

Added and enabled gmfsk-0.6: A multimode HF terminal program

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 23 20:34:21 2005 UTC (19 years, 2 months ago) by wulf
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.35 (colored)

Added and enabled linpsk, a PSK31 program based on WinPSK 1.0

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 24 23:40:56 2004 UTC (19 years, 6 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.35 (colored)

Added and enabled grig and tlf

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 23 23:03:36 2004 UTC (20 years, 2 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.35 (colored)

Added and enabled xdx-1.1 : Amateur Radio tcp/ip DX-cluster client

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 3 00:47:56 2003 UTC (20 years, 9 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.35 (colored)

Added and enabled xlog-0.8, a amateur radio logging program

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 26 22:44:48 2003 UTC (20 years, 9 months ago) by wulf
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.35 (colored)

Added and enabled hamlib: API for digital communications equipment

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 8 00:03:29 2002 UTC (21 years, 11 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, buildlink2-base, buildlink2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.35 (colored)

add & enable yaesu

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 19 15:38:52 2002 UTC (22 years ago) by zuntum
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.35 (colored)

add & enable locator

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 19 15:17:15 2002 UTC (22 years ago) by zuntum
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.35 (colored)

add & enable cwtext

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 19 14:55:30 2002 UTC (22 years ago) by zuntum
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.35 (colored)

add & enable wwl

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 15:51:50 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH001
Changes since 1.4: +9 -5 lines
Diff to previous 1.4 (colored) to selected 1.35 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 24 10:15:15 2000 UTC (23 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.35 (colored)

sort

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 15 11:00:46 2000 UTC (23 years, 11 months ago) by wulf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.35 (colored)

Added and enabled dpbox

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 31 11:35:13 2000 UTC (24 years, 2 months ago) by wulf
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.35 (colored)

add & enable 7plus

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 6 19:31:41 1999 UTC (24 years, 10 months ago) by frueauf
Branch: MAIN
Diff to selected 1.35 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>