./time/wmtime, Time/Date applet for WindowMaker

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4, Package name: wmtime-1.4, Maintainer: pkgsrc-users

This is a very nice clock that runs in the WindowMaker "dock". Either
digital or analog clock faces can be specified.


Required to run:
[x11/libXpm]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 18.599 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-07 10:29:24 by Nia Alarie | Files touched by this commit (1)
Log message:
wmtime: Add missing libiconv dependency.
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2020-11-24 12:36:32 by Nia Alarie | Files touched by this commit (7) | Package removed
Log message:
wmtime: Update to 1.4

1.4		- Released 150824
		- The dockapp wmtime uses the new version of libdockapp and do
		  not use libwmgeneral.
		- Add note about libdockapp to INSTALL.

1.3		- Released 150525
		- Update to latest version of wmgeneral library.
		- Fix typos. Ran `codespell -w`.
		- Tidy #includes based on results of include-what-you-use.
		- Add -c command line option allowing users to set color.
		- Fix overflow warning; mask bitmap should be unsigned.
		- Use #defines to avoid variable length arrays.
		- Replace C++ style comments.
		- Fix "ordered comparison of pointer with integer zero" warning.
		  Also take the opportunity to add an error message when
		  iconv_open fails.
		- Update TODO. In particular,
		  + Remove note about version 1.0 (was never released).
		  + Remove note about LED colors (implemented).
		  + Remove note about language files (unnecessary with locale
		    support).
		  + Update email address.
		- Add proper copyright header.
		- Update README. In particular,
		  + Fix typo.
		  + Mention newer command line options.
		  + Drop 17-year-old architecture information.
		- Update HINTS. In particular,
		  + Add newer command line options.
		  + Update Window Maker instructions.

1.2		- Released 150103
		- Remove unused variables.
		- Use rm -f in make clean.
		- Update FSF address.
		- Update GPLv2 from
		  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
		- Update README contact information; remove trailing
		  whitespaces.
		- Remove trailing whitespace.
		- Remove unnecessary Imakefile.
		- Move source files to top directory.
		- Update Makefile.
		- Add -l option to specify locale.
		- Remove unnecessary references to current version number.

1.1		- Released 131013
		- Incorporated many patches from Debian, including
		  + Added manual page
		  + Added -geometry and -noseconds options
		  + Improved locale support
   2015-11-03 00:31:47 by Alistair G. Crooks | Files touched by this commit (161)
Log message:
Add SHA512 digests for distfiles for time category

Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-11-01 20:29:20 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix C99 inline usage.
   2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215)
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
   2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.