diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index ea620803a5f5..a775f9bf442c 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -1,48 +1,49 @@ COMMENT = X11 clocks SUBDIR += abclock SUBDIR += aclock SUBDIR += alltraxclock SUBDIR += asclock SUBDIR += asclock-xlib SUBDIR += astime SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock SUBDIR += buici-clock SUBDIR += cairo-clock SUBDIR += catclock SUBDIR += dclock SUBDIR += emiclock SUBDIR += eyeclock SUBDIR += glclock SUBDIR += intclock SUBDIR += kteatime SUBDIR += ktimer SUBDIR += lmclock SUBDIR += mlclock SUBDIR += mouseclock SUBDIR += oclock SUBDIR += osdclock SUBDIR += p5-Tk-Clock SUBDIR += rclock SUBDIR += t3d SUBDIR += tclock SUBDIR += wlclock SUBDIR += wmbday SUBDIR += wmbinclock SUBDIR += wmblueclock SUBDIR += wmcalclock SUBDIR += wmclock SUBDIR += wmfishtime SUBDIR += wmtime SUBDIR += wmtimer SUBDIR += xalarm SUBDIR += xclock SUBDIR += xdaliclock + SUBDIR += xdaliclock-classic SUBDIR += xfce4-datetime-plugin SUBDIR += xfce4-stopwatch-plugin SUBDIR += xfce4-time-out-plugin SUBDIR += xfce4-timer-plugin .include diff --git a/x11-clocks/xdaliclock-classic/Makefile b/x11-clocks/xdaliclock-classic/Makefile new file mode 100644 index 000000000000..82bf846a0c8c --- /dev/null +++ b/x11-clocks/xdaliclock-classic/Makefile @@ -0,0 +1,21 @@ +PORTNAME= xdaliclock +PORTVERSION= 2.44 +CATEGORIES= x11-clocks +MASTER_SITES= http://www.jwz.org/xdaliclock/ +PKGNAMESUFFIX= -classic + +MAINTAINER= glebius@FreeBSD.org +COMMENT= Rather neat animated clock (Xlib version) +WWW= https://www.jwz.org/xdaliclock/ + +USES= xorg +USE_XORG= ice sm x11 xext xt + +GNU_CONFIGURE= yes +CONFLICTS= xdaliclock +WRKSRC= ${WRKDIR}/${DISTNAME}/X11 + +PLIST_FILES= bin/xdaliclock \ + man/man1/${PORTNAME}.1.gz + +.include diff --git a/x11-clocks/xdaliclock-classic/distinfo b/x11-clocks/xdaliclock-classic/distinfo new file mode 100644 index 000000000000..ad9ccf708b72 --- /dev/null +++ b/x11-clocks/xdaliclock-classic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1547035290 +SHA256 (xdaliclock-2.44.tar.gz) = 800db9ad00adaeb73079370fb64452230ff186e670b6fbd36315506caab64fbf +SIZE (xdaliclock-2.44.tar.gz) = 17727649 diff --git a/x11-clocks/xdaliclock-classic/files/patch-Makefile.in b/x11-clocks/xdaliclock-classic/files/patch-Makefile.in new file mode 100644 index 000000000000..f08c1bf7fb0e --- /dev/null +++ b/x11-clocks/xdaliclock-classic/files/patch-Makefile.in @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2018-12-26 10:10:53 UTC ++++ Makefile.in +@@ -79,10 +79,10 @@ install-strip: + install + + install-program: xdaliclock +- $(INSTALL_PROGRAM) xdaliclock $(install_prefix)$(bindir)/xdaliclock ++ $(INSTALL_PROGRAM) xdaliclock $(DESTDIR)$(install_prefix)$(bindir)/xdaliclock + + install-man: xdaliclock.man +- $(INSTALL_DATA) $(srcdir)/xdaliclock.man $(install_prefix)$(man1dir)/xdaliclock.1 ++ $(INSTALL_DATA) $(srcdir)/xdaliclock.man $(DESTDIR)$(install_prefix)$(man1dir)/xdaliclock.1 + + uninstall-program: + rm -f $(install_prefix)$(bindir)/xdaliclock diff --git a/x11-clocks/xdaliclock-classic/pkg-descr b/x11-clocks/xdaliclock-classic/pkg-descr new file mode 100644 index 000000000000..871dae868433 --- /dev/null +++ b/x11-clocks/xdaliclock-classic/pkg-descr @@ -0,0 +1,3 @@ +This is a neat program which ``morphs'' each of the digits into the +next in the sequence to update the time. Good processor hog for all you +P90 owners.