Up to [cvs.netbsd.org] / pkgsrc / ham / tlf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:52 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: 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,
HEAD
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Reset maintainer for retired developers.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 29 23:54:50 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.14: +5 -1
lines
Diff to previous 1.14 (colored)
DESTDIR support
Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 27 06:47:30 2006 UTC (5 years, 4 months ago) by wulf
Branch: MAIN
CVS Tags: 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,
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,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Removed commented lines that were a left-over prior to submitting new code
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 27 06:40:29 2006 UTC (5 years, 4 months ago) by wulf
Branch: MAIN
Changes since 1.12: +4 -3
lines
Diff to previous 1.12 (colored)
Updated tlf to version 0.9.30: tlf-0.9.30 ========== Bug fixes: - exchange needed at least 1 character in dxped mode RTTY miniterm changed to display line feeds (reading formatted texst is easier) RTTY now sends linefeeds before and after the macro. tlf-0.9.29 ========== Bug fixes: - Date display error - Spurious character error - Malloc free error in socket.c I also included Fabian's patch to searchlog.c for testing...I like it. tlf-0.9.28 ========== Bug fixes (country indication did not work, wrong mults file for arrldx_dx). Added interface to gMFSK to enable RTTY contesting. Added new parameters for the logcfg.dat file: GMFSK (use gMFSK as an output device) RTTYMODE (start tlf in RTTY mode) DIGIMODEM=/home/youruser/gmfsk_autofile
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:34 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 9 21:04:44 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. Remove deprecated ossaudio.buildlink3.mk.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:42 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 24 22:49:05 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Use PTHREAD_AUTO_VARS for thread linkage.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 20 13:09:59 2006 UTC (6 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
- Added a patch for ISO C90 compatibility. - Fixed all pkglint -Wall warnings.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 14 12:06:48 2006 UTC (6 years, 4 months ago) by wulf
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Updated tlf to 0.9.27: bug fix release
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:23 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 22 20:08:08 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:10 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 9 16:59:18 2004 UTC (7 years, 7 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
This pkg uses threads.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:59 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 24 23:39:03 2004 UTC (7 years, 8 months ago) by wulf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial commit of tlf, an advanced hamradio logging and contest program
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 24 23:39:03 2004 UTC (7 years, 8 months ago) by wulf
Branch: MAIN
Initial revision