FreeBSD comms : hamlib4>
Shared libraries for Amateur Radio Equipment Control Applications
The Ham Radio Control Libraries, Hamlib for short, is a development effort
to provide a consistent interface for programmers wanting to incorporate
radio control in their programs.
Hamlib will allow authors of software logging programs, digital communications
programs, or those wanting to develop the ultimate radio control software to
concentrate on the user interface and the basic function of the program rather
than radio control.
http://sourceforge.net/projects/hamlib
|
hamlib history
v. 1.17
date: 2007/09/30 04:46:38; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.16
date: 2007/09/08 00:53:13; author: linimon; state: Exp; lines: +0 -4
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.15
date: 2007/02/25 02:39:38; author: db; state: Exp; lines: +1 -1
- update to 1.2.6.1
- make objformat obsolete
- configure.ac patch no longer needed as I fixed it upstream
Pointy hat to: kris
Approved by: ehaupt (mentor)
v. 1.14
date: 2007/01/19 18:14:17; author: db; state: Exp; lines: +1 -1
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor)
v. 1.13
date: 2006/12/26 20:38:38; author: itetcu; state: Exp; lines: +2 -2
Update to 1.2.6
PR: 107212
Submitted by: Diane Bruce (maintainer)
v. 1.12
date: 2006/05/01 03:31:17; author: mnag; state: Exp; lines: +43 -40
- Update to 1.2.5
- Take MAINTAINER
- Use OPTIONS
PR: 96025
Submitted by: Diane Bruce
v. 1.11
date: 2006/02/23 10:34:56; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.10
date: 2006/01/21 17:37:04; author: krion; state: Exp; lines: +1 -1
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6]
- Fix warning issued during make index on archs !368. [7]
- Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from
all files under ${WRKSRC}. If set to a string, remove in all files
under ${WRKSRC} with one of these names the ^Ms. [8]
- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
checking the existance of the Perl modules with the "perl -e 'use
module;'" command. [9]
- Fix bsd.port.mk variable quoting issues. No quoting is necessary
anymore either in the Makefile or on the command line. Affected
variables include:
BROKEN
FORBIDDEN
IGNORE
MANUAL_PACKAGE_BUILD
NO_CDROM
NO_PACKAGE
RESTRICTED
[10]
- Add NOFETCHFILES variable. If set, don't download these files
from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
${MASTER_SITE_OVERRIDE}). [11]
- Improve 'search' target output. [12]
- Add a new virtual category for Amateur Radio - hamradio. [13]
- Cleanup some old/unused pathes in bsd.port.mk. [14]
- Add @dirrmtry for plists which does the same as:
"@unexec rmdir %D/foo 2>/dev/null || true" [15]
- Remove virtual category - offix. [16]
- Use portsnap instead of cvsup or cvs on "make update" in
/usr/ports. [17]
- Move location of bsd.autotools.mk within bsd.port.mk [18]
- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]
- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]
- Replace the string "FreeBSD" by "The FreeBSD Project" in the
security warning [21]
- Add bsd.local.mk for local modification to ports framework. [22]
- Replace rcNG spelling by rc.d [23]
- Remove superfluous USE_REINPLACE. [24]
Special thanks to: linimon for spending hours with all these patches
clement for fixes
kris for help with pointyhat
PR: ports/86310 [1], ports/89498 [2], ports/83530 [3],
ports/83789 [4], ports/84053 [5], ports/86281 [6],
ports/87214 [7], ports/87234 [8], ports/87318 [9],
ports/87396 [10], ports/87605 [11], ports/87840 [12],
ports/88230 [13], ports/88493 [14], ports/88711 [15],
ports/88751 [16], ports/89281 [17], ports/89999 [18],
ports/90031 [19], ports/90150 [20], ports/90668 [21],
ports/91433 [23], ports/88754 [24]
Submitted by: mi [1], marcus [2], Lars Engels [3],
pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
edwin [8, 9, 11, 15, 21],
fenner [10], Arseny Nasokin [12],
Carl Makin [13], arved [14],
NIIMI Satoshi [17], thierry [18],
jylefort [19], linimon [22], dougb [23]
v. 1.9
date: 2005/11/27 04:17:16; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset inactive maintainer. There have been several
maintainer-timeouts.
v. 1.8
date: 2005/11/15 06:48:14; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.7
date: 2004/11/05 18:51:22; author: pav; state: Exp; lines: +3 -4
- Update to 1.2.2
PR: ports/72982
Submitted by: Sebastian Yepes F. [ESN] (maintainer)
v. 1.6
date: 2004/07/09 17:41:59; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.5
date: 2004/04/20 12:31:51; author: pav; state: Exp; lines: +43 -24
- Update to 1.2.0
PR: ports/63013, ports/65758
Submitted by: Sebastian Yepes F. [ESN] (maintainer)
Carl Makin
v. 1.4
date: 2004/03/14 06:16:05; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.3
date: 2003/08/18 16:15:05; author: nork; state: Exp; lines: +2 -1
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
v. 1.2
date: 2003/07/11 18:16:11; author: nork; state: Exp; lines: +1 -1
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
v. 1.1
date: 2003/05/16 12:19:28; author: patrick; state: Exp;
Add hamlib 1.1.4,
shared libraries for Amateur Radio Equipment
Control Applications.
PR: 51638
Submitted by: Sebastian Yepes
=============================================================================
|