Date: Fri, 1 Jan 2021 05:34:19 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559805 - in head: . sysutils sysutils/wmcube Message-ID: <202101010534.1015YJXR024353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Fri Jan 1 05:34:18 2021 New Revision: 559805 URL: https://svnweb.freebsd.org/changeset/ports/559805 Log: Undelete sysutils/wmcube providing live distfile sources. Requested by: Nick Kostirya Added: head/sysutils/wmcube/ - copied from r534092, head/sysutils/wmcube/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/wmcube/Makefile head/sysutils/wmcube/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jan 1 05:30:14 2021 (r559804) +++ head/MOVED Fri Jan 1 05:34:18 2021 (r559805) @@ -14849,7 +14849,6 @@ sysutils/vstrip||2020-05-05|Has expired: Broken for mo sysutils/watchdog||2020-05-05|Has expired: Broken for more than 6 months sysutils/wmbsdbatt||2020-05-05|Has expired: Broken for more than 6 months sysutils/wmcpuload||2020-05-05|Has expired: Broken for more than 6 months -sysutils/wmcube||2020-05-05|Has expired: Broken for more than 6 months sysutils/wtail||2020-05-05|Has expired: Broken for more than 6 months textproc/csv2latex||2020-05-05|Has expired: Broken for more than 6 months textproc/da-hyphen||2020-05-05|Has expired: Broken for more than 6 months Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jan 1 05:30:14 2021 (r559804) +++ head/sysutils/Makefile Fri Jan 1 05:34:18 2021 (r559805) @@ -1477,6 +1477,7 @@ SUBDIR += wimlib SUBDIR += wmapmload SUBDIR += wmbluecpu + SUBDIR += wmcube SUBDIR += wmdiskmon SUBDIR += wmflame SUBDIR += wmmemfree Modified: head/sysutils/wmcube/Makefile ============================================================================== --- head/sysutils/wmcube/Makefile Tue May 5 15:22:17 2020 (r534092) +++ head/sysutils/wmcube/Makefile Fri Jan 1 05:34:18 2021 (r559805) @@ -3,26 +3,22 @@ PORTNAME= wmcube PORTVERSION= 0.98 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils windowmaker -MASTER_SITES= TUCOWS/x11/dock \ - http://dockapps.org/download.php/id/222/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://www.tucows.com/download/linux/files/x11/dock/ \ + http://distfiles.macports.org/wmcube/ \ + http://ftp.twaren.net/BSD/OpenBSD/distfiles/ MAINTAINER= garga@FreeBSD.org COMMENT= Window Maker dockapp that displays cpu load and a realtime 3D object -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - LICENSE= GPLv2 -OPTIONS_DEFINE= DOCS - -WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} USES= xorg USE_XORG= xpm + +OPTIONS_DEFINE= DOCS +WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} MAKEFILE= Makefile.FREEBSD PORTDOCS= CHANGES README TODO SUB_FILES= pkg-message Modified: head/sysutils/wmcube/pkg-descr ============================================================================== --- head/sysutils/wmcube/pkg-descr Tue May 5 15:22:17 2020 (r534092) +++ head/sysutils/wmcube/pkg-descr Fri Jan 1 05:34:18 2021 (r559805) @@ -2,4 +2,4 @@ wmCube is a dockapp that displays a realtime rotating and the current cpu-load. The cpu-load also makes the object spin faster/slower. You can zoom in and out by clicking on the dockapp. -WWW: http://dockapps.windowmaker.org/file.php/id/162 +WWW: https://www.dockapps.net/wmcube
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101010534.1015YJXR024353>