Commit graph

41 commits

Author SHA1 Message Date
asau
e60aded8e0 Update to hamlib 1.2.12
Contributed by Makoto Fujiwara in PR 44035

Changes:

Version 1.2.12
        2010-09-03
        * New models: PCR-2500, RX331, TRP 8255 S R
        * New rotator backends: DF9GR's ERC
        * Fixes and features: Paragon, TS-690S, FT-920, FT-990, FT-2000,
        Elektor SDR-USB, IC-7000, IC-7700, AR-8200, AR-8600

Version 1.2.11
        2010-05-31
        * New models: RA-3702, IC-738, IC-7600, IC-7700, AR 7030+,
        FT-980, TT-536 Delta-II, R&S EB200
        * New rotator backends: GS-232B, GS-232 (not A or B), ARS RCI, M2 RC2800
        * Fixes and features: TH-F7E, FT-847, FT-736, FT-920, FT767GX, FT-747,
        FT-950, FT-450, Yaesu NewCAT, PCR*, IC-706MkIIG, IC-7800, R-8A, Paragon
        * rigctld/rotctld
        * ltdl security update
    * IPv6 ready
    * bindings not built by default

Version 1.2.10
        2009-11-02
        * New models: IC-7200, PCR-1500, RX-340, R&S ESMC, BC898T,
                Si570 AVR-USB, Paragon (skeleton)
        * New rotator backend: SPID
        * Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800,
                IC-910, IC-718, IC-756PROIII, Tentec Orion, Jupiter, RX320, AOR-8000,
                PCR-1000, Video4Linux, all the kenwood backends, GS-232A
        * ABI version in backend symbols
        * expose PTT/DCD setup through rig_set_conf()
        * Parallel port PTT now following cwdaemon (STROBE+INIT) interface
        * bindings
        * ltdl update

Version 1.2.9
        2009-02-25
        * New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80
        * New rotator backend: Heathkit HD 1780 Intellirotor
        * Fixes and features: IC-706*, IC-910, K2, K3, DWT, PCR-100, PCR-1000, RX-320,
                FT-450, FT-747, FT-817, FT-847, FT-857, FT-990, FT-1000D, Orion, netrot,
                Rotor-EZ, dummy rig and dummy rotator
        * Bug fix in qrb()
        * Better assisted split operation
        * ext_level/ext_parm examples
        * Documentation update

Version 1.2.8
        2008-11-02
        * New models: BC235, BC250, BC780, PRO-2052,
                BCD396T, BCD996T, K3, FT950
        * New pseudo models: netrigctl/netrotctl, backends ala rpcrig/rpcrot,
                but based on rigctld/rotctld
        * New rotator backend: GS232A, PcRotor
        * Removed microtune backend
        * Fixes: DttSP, IC-275, IC-475, IC-725, IC-735, IC-756PRO, IC-761,
                IC-775, IC-781, IC-706*, Kenwood TH/TM models, Orion,
                BC245, BC895, FT-100, FT757GX, FT-857, FT-897, FT-920
        * Numerous bindings fixes, esp. for memory channel works
        * New commands available in rigctl
        * New rotctld to go with rigctld rig daemon.
                The protocol changed, but there's the compatibility
                option -e to pass to the daemon for previous protocol.
2010-11-04 13:34:46 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
8e0ed9ddbe DESTDIR support. 2009-02-15 18:52:40 +00:00
wiz
33c2c232b0 Add missing files to PLIST.
Bump PKGREVISION.
2008-12-06 08:48:03 +00:00
wulf
b5ef76d9ab Updated hamlib to version 1.2.7.1:
* aor/: aor.c, aor.h, ar2700.c, ar5000.c, ar8000.c, ar8200.c,
	ar8600.c: implemented scanning
	* include/hamlib/riglist.h: added FT950
	* set_ant/get_ant support for ts870s and ts2000
	* kenwood/ts2000.c: S meter calibration
2008-10-23 04:01:11 +00:00
wulf
99b00788f7 Updated hamlib to 1.2.6.2: Minor bugfix release 2007-07-02 15:30:04 +00:00
wulf
fe29d22cd0 Updated hamlib to version 1.2.6:
* Improved TS570 functionality
    * Improved Argonaut V functionality
    * New models: IC7000, G313i/G313e
    * Many Icom, Kenwood, and Tentec fixes.
    * Build system fixes
2006-12-27 04:11:02 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
joerg
7a5c710ddf Uses C++. 2006-05-12 07:07:00 +00:00
rillig
3f1ea31302 Sorted PLIST. 2006-05-11 11:16:03 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
rillig
9ab15b54f9 The configure script insists on a Python interpreter even if it doesn't
need one. Overriding the PYTHON environment variable helps. This allows
the package to build on NetBSD 3.0.
2006-03-11 01:53:39 +00:00
wulf
225997f25f Updated hamlib to 1.2.5:
New in 1.2.5:
    * frontend API: support for clonable rigs
        rigmem: CSV format change
        rigctl: new send_cmd for protocol debugging purpose
        easy USB devices support
    * new models: AR8600, AR2700, DWT (DLL based under Windows,
        libusb based under other OS, need test)
    * fixes: big AOR update, AR7030, Orion, NRD-545, RX-320,
        FT-817, FT-990, TS-2000, Easycomm
    * port: BSD fix of parallel port support
2006-02-28 00:10:04 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
e5d6f0c138 Fix quoting problem in autoconf file.
Since this only interests few people, no PKGREVISION bump.
2005-09-28 07:44:59 +00:00
wiz
d6813b3e0a Add RMD160 checksum. 2005-05-25 12:25:54 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wulf
a8fa6ffd64 Updated hamlib to 1.2.4:
* new frontend API
	* added support for TS840, VR5000, FT1000MkV
	* bug fixes for TS570S, AR7030, AR3000A, FT897, IC746
	* fixed 64bit int handling
	* added xBSD parallel support
2005-04-13 23:24:43 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
2eb3ccd998 Add RMD160 digests in addition to the SHA1 digests 2005-02-22 21:06:06 +00:00
jlam
8b2040b409 Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.
The wrapper will correctly set the CPP environment variable to a
stat((2)able path to a C preprocessor, then rely on the PATH to
find and invoke the real rpcgen.

Remove NO_EXPORT_CPP in package Makefiles where it was used just to
avoid problems with rpcgen.  The build system now just does the right
thing automatically without needing package-specific knowledge.

This fixes PR pkg/27272.
2004-12-18 19:24:26 +00:00
wulf
7a17001221 Update of hamlib to 1.2.3: New models and bugfixes -
* frontend API: LEVEL_SQLSTAT marked as deprecated
    * new backends: Racal, V4L radio cards, Watkins-Johnson 8888
    * new models: IC-78, IC-7800, IC-R20, IC-756PROIII
    * fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq,
        IC-R8500: calibrated S-Meter, legacy Jupiter and many others..
    * port: mingw32 dist with gcc 3.4 version, and stdcall interface
        to prepare for VisualBasic support.
2004-11-23 11:21:07 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
wulf
83a4f7ce52 New in 1.2.2:
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti
 * fixes: JRC NRD435 & NRD535, Drake, AOR3000, and many other
 * port: Fixes for BRK/RTS/DTR handling under win32 (-> Elektor304)
 * bindings: updated Visual Basic wrapper file
 * rigswr: new command to measure VSWR vs frequency
2004-09-22 22:33:13 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
agc
d427935630 Create the directory for header files before trying to install them
into it.  The directory already existed as a '@dirrm' in the PLIST.

Fixes a problem shown up by the bulk builds.
2004-07-30 12:01:42 +00:00
snj
cc195da3a4 No longer used. 2004-04-11 08:54:35 +00:00
jlam
70ffa4a574 bl3ify and set NO_EXPORT_CPP to placate rpcgen. 2004-03-11 07:17:47 +00:00
wulf
b22184426d Update hamlib to 1.2.0: Support for additional radios and many bug fixes 2004-02-18 04:00:44 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
jmc
e324d453aa Various patches to make this work with rpcgen that exports _rpcsvcdirty
incorrectly
2003-07-24 06:40:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
1aa564f5e7 Remove empty line from PLIST. 2003-07-04 12:49:43 +00:00
wulf
817080dc1b Added buildlink2.mk file to hamlib-1.1.4 package for use with other
packages that depend on this library
2003-07-02 10:24:12 +00:00
wulf
d5dbe13933 Added hamlib-1.1.4: API for digital communications equipment 2003-06-26 22:42:21 +00:00