pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/wmtime



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 24 11:36:32 UTC 2020

Modified Files:
        pkgsrc/time/wmtime: Makefile PLIST distinfo
Removed Files:
        pkgsrc/time/wmtime/patches: patch-aa patch-ab patch-ac
            patch-wmgeneral_list.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/wmtime/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/wmtime/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/wmtime/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/time/wmtime/patches/patch-aa \
    pkgsrc/time/wmtime/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/time/wmtime/patches/patch-ac \
    pkgsrc/time/wmtime/patches/patch-wmgeneral_list.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/wmtime/Makefile
diff -u pkgsrc/time/wmtime/Makefile:1.20 pkgsrc/time/wmtime/Makefile:1.21
--- pkgsrc/time/wmtime/Makefile:1.20    Tue Oct 23 10:24:12 2012
+++ pkgsrc/time/wmtime/Makefile Tue Nov 24 11:36:31 2020
@@ -1,22 +1,25 @@
-# $NetBSD: Makefile,v 1.20 2012/10/23 10:24:12 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.21 2020/11/24 11:36:31 nia Exp $
 
-DISTNAME=      wmtime-1.0b2
-PKGREVISION=   1
-CATEGORIES=    x11 time
-MASTER_SITES=  http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
+DISTNAME=      wmtime-1.4
+CATEGORIES=    time x11
+MASTER_SITES=  https://www.dockapps.net/download/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.dockapps.net/wmtime
 COMMENT=       Time/Date applet for WindowMaker
+LICENSE=       gnu-gpl-v2
 
-WRKSRC=                ${WRKDIR}/wmtime.app
-USE_IMAKE=     YES
-CONFIGURE_DIRS=        wmtime
-BUILD_DIRS=    ${CONFIGURE_DIRS}
+WRKSRC=                ${WRKDIR}/dockapps-7d1ef92
 
-post-extract:
-       ${CP} ${WRKSRC}/Imakefile ${WRKSRC}/wmtime/Imakefile
+MAKE_FLAGS+=   CC=${CC}
+MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+=   PREFIX=${PREFIX}
+MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1
 
+BUILD_TARGET=  wmtime
+
+BUILDLINK_API_DEPENDS.libdockapp+=     libdockapp>=0.7.0
+.include "../../devel/libdockapp/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/wmtime/PLIST
diff -u pkgsrc/time/wmtime/PLIST:1.2 pkgsrc/time/wmtime/PLIST:1.3
--- pkgsrc/time/wmtime/PLIST:1.2        Wed Mar 12 03:56:30 2003
+++ pkgsrc/time/wmtime/PLIST    Tue Nov 24 11:36:31 2020
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/12 03:56:30 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/11/24 11:36:31 nia Exp $
 bin/wmtime
-${IMAKE_MAN_DIR}/wmtime.${IMAKE_MANNEWSUFFIX}
+man/man1/wmtime.1

Index: pkgsrc/time/wmtime/distinfo
diff -u pkgsrc/time/wmtime/distinfo:1.8 pkgsrc/time/wmtime/distinfo:1.9
--- pkgsrc/time/wmtime/distinfo:1.8     Mon Nov  2 23:31:46 2015
+++ pkgsrc/time/wmtime/distinfo Tue Nov 24 11:36:31 2020
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/02 23:31:46 agc Exp $
+$NetBSD: distinfo,v 1.9 2020/11/24 11:36:31 nia Exp $
 
-SHA1 (wmtime-1.0b2.tar.gz) = 2a66762d548b9f91415603e8d6a37cfacb9340ad
-RMD160 (wmtime-1.0b2.tar.gz) = f267f75237c111ed336521ca175688a33f1e171a
-SHA512 (wmtime-1.0b2.tar.gz) = 00554043bdd7329386dbebb2947a520cada6d86b5228ca6a9e217dd4971b5ba8ab4aa6ca3a20ff29978bd98fd8c8796b7eeb7e35269d26cd262102c3908f3ba8
-Size (wmtime-1.0b2.tar.gz) = 20680 bytes
-SHA1 (patch-aa) = 8943b1da225f26110e52c00269e3e0c6a7651404
-SHA1 (patch-ab) = e1e4203a219b0a0d539fc4426ec3d5424e9c3962
-SHA1 (patch-ac) = 31d864557165692350436e18c1cba61b95027c2c
-SHA1 (patch-wmgeneral_list.h) = d403fc3ff2986c64680f494369dc343c20b6cc20
+SHA1 (wmtime-1.4.tar.gz) = 98bfef44e99d8bcc97aec957da0f6a3919ff08ba
+RMD160 (wmtime-1.4.tar.gz) = 0d6d59b4f7a3ea28a8b0f88f3c9e7789f44658d9
+SHA512 (wmtime-1.4.tar.gz) = 50d971394d54c97dbb839338b342b7907a4b83a5666f3eeb1710b22a21746d4a05fd45618537ede57fcd88605971d9d949921b926efa1eed36cdb20b012d4780
+Size (wmtime-1.4.tar.gz) = 19045 bytes



Home | Main Index | Thread Index | Old Index