The NetBSD Project

CVS log for pkgsrc/ham/xlog/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / ham / xlog

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:21 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.43 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:39 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:51 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:53 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:53 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Reset maintainer for retired developers.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:26 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Dec 26 13:07:11 2010 UTC (16 months, 4 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

Fix DEPENDS pattern for xdg-utils, and move to standard location.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Dec 25 13:39:54 2010 UTC (16 months, 4 weeks ago) by mef
Branch: MAIN
Changes since 1.36: +6 -5 lines
Diff to previous 1.36 (colored)

(1) Bump xlog version 1.5 to  2.0.4
(2) Add dependency on xdg-utils to browse manual (Help->Manual)
      DEPENDS+=       xdg-utils:../../misc/xdg-utils
(3) Add one include as pkglint wanted,
     .include "../../sysutils/desktop-file-utils/desktopdb.mk"
(4) remove patch-ab (doesn't seem to be necessary)
     patch-ab deletes following line
     -       -DGTK_DISABLE_DEPRECATED \

(ChangeLog extends 280 lines..)

- Changes for xlog version 2.0.4 - 2010/10/25
  * Upgrade to gettext-0.18.1.
  * 2 patches by Tom, DL1JBE for buffer overruns in logfile import and
    reading much bigger cty.dat files.
  * Fix some compilation warnings with gcc-4.4.5.
  * Correct the callsign lookup URL for qrz.com.
  * cty.dat updated to 20101025.

- Changes for xlog version 2.0.3 - 2009/07/17
  * xlog will now display an exit confirmation dialog whenever you want to
    exit the program.
  * This release fixes crashes when the function keys are used for the keyer.
    Thanks Jack, AK7O for reporting.
  * Remote logging now adds a "?:" string, which is used by eepkeyer written
    by Mike K6EEP, see http://www.hamsoftware.org. You will have to set
    "add data to QSO frame" in the first page of the preferences dialog.
    Eepkeyer now wil send one character at a time for the callsign, which
    can be used for dupe checking. Patch by Mike, K6EEP.
  * When bands are removed or added from the scoring window through "Settings
    -> Dialogs and Window", the scoring window will now get updated
    correctly. Reported by Ron, W6FM.
  * Dupe checking did not work when checking against other bands. This has
    been fixed.
  * A new tool has been added. When "Tools -> Find unknown countries" is
    selected, xlog will show a list of contacts for which DXCC lookup fails.
    You can then correct this by using a "DXCC-" string in the awards column.
  * There were several minor bugfixes.
  * cty.dat updated to cty-1912.

- Changes for xlog version 2.0.2 - 2009/06/10
  * This fixes distance and azimuth calculation for stations west of
    Greenwich. Thanks to Dana, AF7Z for reporting.
  * Changing the locator in the preferences dialog now correctly updates the
    corresponding latitude and longitude entries.
  * You might need to re-configure your location in the preferences dialog
    with this release.
  * cty.dat updated to cty-1909.

- Changes for xlog version 2.0.1 - 2009/02/23
  * Compiler flags have been fixed to avoid conflicts between different
    versions of GTK+ and GLIB.
  * Add a compilation fix for 64 bit architectures.
  * The desktop menu entry has been fixed.
  * The win32 version will now use the native windows fork function for
    displaying the handbook so the gui will not get blocked.
  * When Options -> Country Map is displayed for the first time, xlog will
    display a map if the awards or callsign fields are filled correctly.
    Reported by Larry, W4LK.
  * Using ctrl-k no longer unselects a possible selected QSO. This way you
    can update a logged QSO with the help of ctrl-k.
  * cty.dat updated to cty-1902.

- Changes for xlog version 2.0 - 2009/02/10
  * A fix has been added for displaying Help -> Keys from the menu.
  * Fixed a crash after creating a new log which already exists.
  * Fixed a crash which occurs when attempting to print when no log is open.
    Thanks Jean-Luc, F5IBH for reporting.
  * A map would sometimes not be updated when changing a QSO, fixed.
    Thanks Tom, DL1JBE for reporting.
  * This release fixes drawing of the locator map when a band is changed. This
    was reported by several people and tested by 4Z5ST, IK5PVX and CT1DRB.
  * WB5BKL has reported no QSO data when exporting to ADIF with number greater
    than 1 in the first QSO selection box, This has been fixed.
  * Callsign sorting and grouping now only works when exporting to TSV.
  * Make sure we do not include newlines and tabs when receiving remote data.
    Reported by Pierfrancesco, IK5PVX.
  * When exporting to cabrillo truncate frequency to kHz on shortwave and
    use the correct strings for UHF bands.
  * cty.dat has been updated to version 1901.
  * xlog now respect the --docdir switch from 'configure'. Patch by Tom DL1JBE.
  * Spanish translation updates by Jaime, EA4TV.
  * Portuguese translation updates by David, CT1DRB.
  * Swedish translations updated by Peter, SM4ABE.
  * German translations updated by Martin, DL5RMH.
  * Slovak updated by Mike, OM4AA.
  * French updated by Jean-Luc, F5IBH.
  * Polish updated by Boguslaw, SQ5TB.
  * Czech translations updated by Martin, OK1RR.
  * Italian updated by Luca Monducci of the Debian Italian Localization team.
  * Danish has been removed because it has been unmaintained for a long time.
  * A note has been added to the INSTALL file for people having trouble
    compiling xlog with language support on FreeBSD.
  * A first win32 binary release is distributed, which lacks the following:
    - There is no data exchange with other applications.
    - Printing has been disabled.
    - There is no keyer available.
    Reports are very welcome, especially about the hamlib functionality. I
    don't own a windows OS, the binary was tested on linux/wine, so YMMV.

- Changes for xlog version 1.9 - 2009/01/09
  * Czech translation updates by Martin, OK1RR.
  * cty.dat has been updated to version 1817.
  * When doing a TSV export, records can now be sorted by DXCC and callsign.
    Sorting by callsign is especially useful for printing multiple QSO's
    on one label when using glabels. Thanks Stephane, F8FCE.
    You can determine how many QSO's per label are printed by changing the
    TSV export settings in the Dialogs and Windows -> export page.
  * Patch by Jon, LA4RT so xlog can send latin-1 character to cwdaemon.
  * xlog can now extract the version of cty.dat, it will be displayed when
    showing the about dialog.
  * It is now possible to load logs by alphabet or by "last modification date",
    the setting for this is in the Logs page of the preferences dialog.
    Thanks Pierfrancesco Caci, IK5PVX for suggesting.
  * The print dialog now adds a page where you can decide what columns to
    print. Suggested by Ed, W3NR and Boris, 4Z5ST.
  * Ctrl-a is no longer used for adding a QSO. Instead, you should use ctrl-w
    (write to log). This means ctrl-a (select all) is available for selecting
    text in xlog's text entries. For closing a log, you now need to use
    ctrl-shift-w. Thanks Len, WT6G for the idea.
  * The documentation has been moved to /usr/local/share/doc/xlog. The glabels
    template has moved to /usr/local/share/doc/xlog/glabels.
  * Country maps have been added. Use Options->Country map to display it.
  * A button next to the callsign entry has been added. When clicked it will
    lookup the callsign with your internet browser on your preferred server.
    The settings for this server is on the Info page of the preferences dialog
    and takes the form http://www.qrz.com/<call>, where <call> will be replaced
    with the callsign. Suggested by Rob, KL7NA and Boris, 4Z5ST.
  * It is no longer possible to view scoring for an award when the scoring
    window is not active.
  * A new macro has been added to the keyer. '~' stands for the last exchange
    message received. It can be used in contests where you forward the last
    exchange. The initial message can be set in page 2 if the preferences
    dialog. For more information read the manual. Thanks Jon, LA4RT for the
    initial patch.

- Changes for xlog version 1.8.1 - 2008/09/01
  * This fixes the use of the ctrl+k key and fixes the use of defaults.

- Changes for xlog version 1.8 - 2008/08/28
  * XML is no longer used for saving and recalling preferences. The new config
    file is xlog.cfg which is placed in $HOME/.xlog and uses the GKeyFile
    format. So you will need to reconfigure xlog.
  * The Control-Shift-A key combination has been replace by Control-space,
    which is easier to use.
  * Printing has changed, xlog now uses native GTK+ printing instead of the
    libgnomeprint libraries. This means there now is a separate dialog for
    "Page Setup" and "Print" under the Log menu. "Page Setup" allows you to
    choose landscape or portrait for the printed log, the default being
    portrait. When choosing print, you can select a printer or print to a
    pdf / postscript document.
  * Selecting of columns for printing has been removed. You should choose
    portrait or landscape in the "Page Setup" dialog and a suitable
    magnification in the "Print" dialog to make sure your log fits on paper.
  * Extra columns for contests have been removed in the printed log. Most
    contest admins will accept cabrillo logs anyway.
  * xlog now uses a fixed 12 points lettertype for printing.
  * xlog now prints the logname and the printdate in the footer.
  * When selecting Edit->Find or ctrl+f and a find dialog is already open,
    xlog now will focus this dialog instead if bringing up a second one.
  * The search dialog has been redesigned. You can now search for a callsign
    in the callsign field or search for a string in any of the other fields.
    You can also search in the current log or all of the open logs.
    The dialog will be kept open until the Close button is clicked.
  * Ctrl+6 or "Tools->Awards->Locator" will now show a list of maidenhead
    locators worked and confirmed on different bands. You will need to enable
    locator scoring in the "Settings->Dialogs and Windows" scoring page for
    this to work.
  * Ctrl+7 will draw a world map with locators as colored squares.
    Worked squares are red, confirmed squares green. You can select the band
    you want to see scoring for. The locator is shown as a tooltip when you
    move your mouse over the map.
  * Editest fixes by Stephane: a fix to the editest date reading and ability
    to retrieve band freq for that log format.
  * The import dialog now adds the possibility to import into the current log.
    After import all columns in the log are enabled and you should use the
    log-editor the show/hide columns. The log may also need sorting.
    Suggested by David Quental, CT1DRB.
  * Import now uses the GtkAssistant widget in which the user is guided
    through the import process.
  * Adif fixes for conversion from band to frequency higher than 28 MHz.
  * Handling of the keyer has changed. In CQ mode, after the CQTU entry is
    sent, the QSO is automatically added to the log. Likewise, in S&P mode
    the QSO is added after S&PTU is sent. Suggested by Al, NH7O.
  * Portuguese translations by David, CT1DRB.
  * Italian translations by Carlo Dormeletti, I-3929.
  * Polish by Boguslaw Ciastek, SQ5TB updated.
  * Fixed a crash when receiving remote data and no log open. Reported by
    Joshua, KC0BUF.
  * xlog now uses the latest CTY.DAT revision (CTY-1808).

- Changes for xlog version 1.7 - 2008/01/30
  * Scroll to the last QSO when the log is automatically loaded and there
    are more than 1000 QSO's. Thanks Jon LA4RT for reporting.
  * Display of the about dialog has been fixed.
  * TSV export for glabels has been fixed. The exported columns did not match
    the ones in the 'Settings->Dialogs and Windows->export' setting.
    Reported by John, K3GHH.
  * We no longer use tiny fonts for the remarks entry and when importing
    logs. It is easier in the eyes. Reported by Hein, PA0NQ.
  * The info page of the preferences dialog now updates QRA locator when
    latitude/longitude is changed and vice-versa.
  * Xlog now uses the functions provided by hamlib for calculating distance
    and bearing.
  * The old behaviour has been restored when a DXCC country has been confirmed,
    country worked count will be set to "0".
  * The same behaviour has been added for all the other awards, so if a
    country has been confirmed, the count is set to zero. Otherwise, the number
    of countries will be displayed.
  * A new key combination has been added, Control-Shift-A will add a QSO and
    fill in defaults for the next QSO. It is the same as using Control-a
    followed by Control-k. This is especially useful in contests. Requested
    by Dominique, HB9HLI.
  * The following changes by Stephane Fillod, F8CFE:
  * WAS, WAZ, IOTA and locator scoring have been added.
  * Xlog now knows how to import IOTA contest logs and fills in the AWARDS
    field.
  * It does work also with any ARRL contest where the state is exchanged.
  * EDI import is now capable of filling in BAND and POWER fields.
  * EDI import fixed when importing utf-8 dates.
  * EDI export: take into account the change of wwl() logic.
  * EDI export properly generates CRLF eol (according to official format).

- Changes for xlog version 1.6.2 - 2007/12/03
  * Because of using the old wwl code, locator distance calculation stopped
    working. This has been fixed. Thanks to Stephane for the patch!

- Changes for xlog version 1.6.1 - 2007/11/28
  * Compilation fixes.
  * Fix appearance of the scoring window. Thanks to flavio, IK3OCD and
    Boris, 4Z5ST for reporting.
  * Fix power retrieval from the rig. Thanks Pat, KB8PYM and Martin, AA6E
    for the report.
  * Some fixes for EDI and EDITEST file format, patch by Stephane, F8CFE.
  * Some changes to the S-meter coding which will hopefully make it more
    accurate.
  * If there is no communication with the rig, hamlib will be stopped and
    a warning dialog will be shown.
  * The wac scoring is now updated correctly when a log is closed.
  * Country worked count would be set to "0" whenever you would have at
    least one confirmed QSO with that country. Patch by Stephane.
  * When using the bandoptionmenu the band would sometimes be truncated.
  * WAC scoring will now get updated when importing a log.
  * Include the old wwl code again because of license problems with the new
    code.
  * All of xlog is now GPL version 3.

- Changes for xlog version 1.6 - 2007/11/05
  * Swedish translation updates by Peter, SM4ABE
  * The "worked before" window is now activated with "Control+Shift w".
  * There was a small bugfix for the "worked before" window. Selection of
    QSO's in this window would sometimes fail when several contacts with the
    same callsign were displayed.
  * German translation thanks to Martin, DL5RMH.
  * Defaults now also work when the band- and modeoptionmenus are activated
    in the QSO frame. Thanks to DL5MRH.
  * The UTC time length now is truncated to HHMM (the default for xlog), even
    if the log displays time in seconds.
  * Time length is not touched when updating a QSO if hours and minutes
    are the same. Both changes suggested by Martin, DL5RMH.
  * Frequency is not touched when using "update" when the frequency is
    the same as used in the optionmenu. For example: if the optionmenu uses
    "7" and the frequency in the log says "7.030" we don't change it when
    using "update". Suggested by Martin, DL5RMH.
  * The FAQ has been removed and integrated with the manual.
  * The manual has been rewritten and is now available as html, see
    /usr[/local]/share/xlog/manual/index.html.
  * xlog now uses xdg-open (available from the xdg-utils package) for opening
    URL's and for reading the manual from the menu. xdg-open always uses the
    default browser as configured for your gnome, kde or xfce desktop.
  * xdg-email is used for opening "mailto:" links, this is only important for
    the about dialog.
  * A small fix for Cabrillo, so we correctly export USB contacts. Thanks
    Jacob Anawalt, KD7YKO.
  * A Cabrillo import fix for NAQP contests by Jacob, KD7YKO.
  * Another fix from Jacob which fixes a crash when using large remarks
    fields.
  * xlog has been ported to the latest GTK+ version, which is 2.12.0.
  * The keyer window is now prevented from resizing when the end of line is
    reached. Thanks Al, NH7O for reporting.
  * WAC (Worked All Continents) award scoring has been added. You will have
    to enable it from the Settings -> 'Dialogs and Windows' -> Scoring page.
    This adds a new valid entry for the AWARDS entry. You can use "WAC-"
    to modify a continent lookup. Valid strings are "NA EU SA OC AS AF".
    For example, UA9A callsign are located in Europe, but xlog will think
    it is Asia. Just add "DXCC-EU" to the AWARDS column.
  * An overview of your WAC scoring can be seen by selecting Tools ->
    Awards -> WAC from the menu. Ctrl + 2 is a shortcut for this.
  * xlog will now recognise K1-K0 and VK1-VK0 callsign districts.
  * When importing a cabrillo file, a remark can be added to all of the log
    fields by entering a value in the import dialog.
  * Adopted the wwl rewrite by Diane, VA3DB.

- Changes for xlog version 1.5 - 2007/01/30
  (.. deleted, as previous version .. )

Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:31 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.35 / (download) - annotate - [select for diffs], Tue Sep 14 11:02:07 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:48 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:11 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:21 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:53 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

bump revision because of graphics/jpeg update

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:34 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 31 12:52:01 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

Depend on shared-mime-info and fix PLIST. Bump PKGREVISION.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jul 14 12:56:07 2008 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

Mark as destdir ready.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:44 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:56 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 2 16:20:35 2007 UTC (4 years, 10 months ago) by wulf
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Update xlog to 1.5: Minor bugfix release

	* improved ADIF export
	* all added ham bands and modes are added to band and mode option
	* new option to calculate distance and azimuth from locator field
	* occurance of GMT renamed to UTC
	* scoring page added to "Dialogs and Windows" dialog

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 27 15:25:19 2006 UTC (5 years, 4 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Make use of xdg-dirs for shared directories

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 27 11:56:09 2006 UTC (5 years, 4 months ago) by wulf
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

Updated xlog to version 1.4:

This release adds a scoring window, where you can keep track of awards.
There were several major bugfixes.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:37 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:42 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:18 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 15 14:04:25 2006 UTC (6 years, 4 months ago) by wulf
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Updated xlog to 1.3: Changes include -

	* Improved responsiveness when opening large logs
	* Remarks entry are now multi-line
	* New menu for importing logs
	* Numerous bug fixes

Revision 1.18 / (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.17: +2 -2 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Tue Aug 16 12:35:49 2005 UTC (6 years, 9 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

Updated xlog to 1.2.2:

- Changes for xlog version 1.2.1 and 1.2.2
  * Debian: correct the Build-Depends line.
  * This is a bugfix release, which fixes compilation against version 2.4
    of the GTK+ libraries. There is no need to upgrade if you use version
    2.6 of this library.

- Changes for xlog version 1.2
  * Import support for the OH1AA logbook. Tested by Jarmo, OH1MRR.
  * A keyerwindow has been added, opened from the 'Tools -> Keyer' menu. This
    is a simple interface to cwdaemon and will allow you to run a contest.
    It features programmable function keys, macro's, switch between CQ and
    S&P mode, an auto increment counter and short numbers. See the MANUAL for
    a description.
  * Ctrl-H opens help, Ctrl-R the keyerwindow.
  * The list of hamlib-rigs in the preferences dialog is now sorted. Thanks
    to Jean-Luc F5IBH for proposing.
  * You can use the 'del' key to delete a selected QSO and the 'insert' key
    to add a QSO.
  * We now have slightly different icons for the worked before dialog and
    the keyer window.
  * A safe backup method has been added, you can now select a backup directory
    in the 'Logs' page of the preferences dialog. This directory can be on
    another drive or on a network mounted directory. Proposed by Matt, GW0VNR.
  * When using hamlib, only the needed backend is loaded at startup. This
    saves about 2 Mb of memory compared to the old method, which would load
    all backends.
  * When using hamlib it is now possible to use the FCC emission designators
    for modes. Check the option in the hamlib page of the preferences dialog.
    Another proposal by Matt, GW0VNR.
  * When selecting 'Logs -> Merge' or Ctrl-M you are presented with a dialog
    which can be used to merge 2 logs.
  * The manual has been rewritten so it can contain images.
  * To make xlog more HIG compliant, Ctrl-Q will now quit the program and
    Ctrl-W will close a log.
  * Fixed a crash when locale conversion fails when reading the manual. Thanks
    to Boguslaw, SQ5TB for reporting.
  * Many minor bugfixes.
  * Slovak translations by Michal Karas, OM4AA.
  * French MANUAL and FAQ by Jean-Luc Coulon, F5IBH.

- Changes for xlog version 1.1
  * Several cleanups in the function which creates the main window, the toolbar
    now uses the GtkAction API, toolbar items are now also accessable through
    the edit menu and the vertical handlebar can move freely to the left.
  * "Tab" in the menu has been renamed to "Page".
  * You can hide the number column by using the log-editor and entering a zero
    column width for this column.
  * The BUGS file has been added to the help menu, with a description on how to
    report bugs.
  * The logeditor has been redesigned so it fits on a 800x600 display.
  * Most of the dialogs have been cleaned up and partly rewritten, so they
    will load faster.
  * Xlog now correctly recognizes the 60 meters band. Thanks to Harv Nelson,
    AI9NL for notifying.
  * At ADIF import, frequencies with a comma are converted to a dot.
  * A gtk+ version check has been added, which will display an error at
    startup if the version is below 2.4.
  * An error will be displayed when trying to load a non-xlog file.
  * The labels export format has been renamed TSV (Tab Separated Value).
  * You can decide which fields to export in the TSV format (used by glabels),
    by going to Settings->Dialogs and checking wanted the fields in the
    "Save As" page.
  * When hamlib is enabled, rounding of the digits is now also possible when
    the s-meter is not visible.
  * When entering a logname in the new log dialog, dash (-) and underscore (_)
    are now also allowed.
  * Polish MANUAL and FAQ added by Boguslaw Ciastek, SQ5TB.
  * The position of the paned window is now remembered at program exit.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:18 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:52 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.14 / (download) - annotate - [select for diffs], Sun May 22 20:08:08 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:11 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 23 09:02:54 2005 UTC (7 years, 4 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Updated xlog to 1.0:
        Uses GTK 2.4.0 or greater
	KDE Desktop and mime integration
	Preview widget added to open dialog
	New menu added enabling switching of logs
	Log sorting by date and time
	Search dialog history added
	Use of Xml to save and load preferences
	Fixed bug in the integration of hamlib library
	Fixed Locator distance calculation
	Fixed Memory leak
	Fixed logs filename creation

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 13 23:03:33 2004 UTC (7 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Needs pkg-config.

Revision 1.10 / (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.9: +2 -1 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Thu May 6 13:41:45 2004 UTC (8 years ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Updated xlog to 0.9.3: Several bug fixes
Changes for xlog version 0.9.3
  * Fixed a crash at startup, when xlog is run for the very first time. This
    only occured on NetBSD. This fix submitted by Berndt Josef Wulf, VK5ABN.
  * The log-editor would behave badly for some people, caused by a wrong
    implementation of qsort. Reported by VK5ABN and Tony May, KG6SXY.
  * This version should compile both with version 2.2 and 2.4 of the GTK+
     version 2 libraries.
  * Update spanish translations by Jaime, EA4TV.
  * If using the log-editor and a column is added or deleted, the log is
    marked as changed.
  * Dupe checking has been fixed in case we have multiple logs open.
  * If you compile xlog against version 2.4.0 or higher of GTK+, you will
    benefit from much faster log loading. As a consequence, columns have been
    set to a fixed width.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 11 08:54:13 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Convert to buildlink3 and regen distinfo for patch-ae.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 11 01:28:00 2004 UTC (8 years, 1 month ago) by wulf
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog to
build with gtk-2.4.0

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 4 22:28:38 2004 UTC (8 years, 2 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fixed malformed home page URL

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 18 06:04:44 2004 UTC (8 years, 3 months ago) by wulf
Branch: MAIN
Changes since 1.4: +5 -6 lines
Diff to previous 1.4 (colored)

Update xlog to 0.9.1:
Fixed a crash when clicking on the frequency button with hamlib enabled
Fixed calculation of bearing and range between locations west of Greewich
Wildcards are now accepted for list of logs

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 13:40:44 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 17 21:43:30 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:19 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

PKGREVISION bump for libiconv update.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 3 00:45:22 2003 UTC (8 years, 10 months ago) by wulf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of xlog-0.8, a amateur radio logging program

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 3 00:45:22 2003 UTC (8 years, 10 months ago) by wulf
Branch: MAIN

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>