diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 14:50:43 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 14:50:43 +0000 |
commit | b8ffabac0cfca97b6f184a344cd4fc282326e7b0 (patch) | |
tree | a284492210c69026c13358389485cec45d9c6e78 /sysutils/wmcube | |
parent | 15cb428128c2209cc92c9a096c683a86e81211d8 (diff) |
Notes
Diffstat (limited to 'sysutils/wmcube')
-rw-r--r-- | sysutils/wmcube/Makefile | 6 | ||||
-rw-r--r-- | sysutils/wmcube/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/wmcube/pkg-plist | 78 |
3 files changed, 45 insertions, 41 deletions
diff --git a/sysutils/wmcube/Makefile b/sysutils/wmcube/Makefile index 4535b95aa60f..fae0ba254857 100644 --- a/sysutils/wmcube/Makefile +++ b/sysutils/wmcube/Makefile @@ -9,7 +9,11 @@ PORTNAME= wmcube PORTVERSION= 0.98 PORTREVISION= 1 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://kling.mine.nu/files/ +MASTER_SITES= ${MASTER_SITE_TUCOWS} \ + http://dockapps.org/download.php/id/222/ \ + http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ +MASTER_SITE_SUBDIR= x11/dock MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dockapp that displays cpu load and a realtime 3d object diff --git a/sysutils/wmcube/pkg-descr b/sysutils/wmcube/pkg-descr index 3033c180c4f7..972443ab9327 100644 --- a/sysutils/wmcube/pkg-descr +++ b/sysutils/wmcube/pkg-descr @@ -2,7 +2,7 @@ wmCube is a dockapp that displays a realtime rotating 3d-object 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://kling.mine.nu/kling/wmcube.htm +WWW: http://dockapps.org/file.php/id/162 Author: Robert Kling <robkli-8@student.luth.se> - Patrick Li <pat@FreeBSD.org> diff --git a/sysutils/wmcube/pkg-plist b/sysutils/wmcube/pkg-plist index 8fe57838a876..798bf0149f06 100644 --- a/sysutils/wmcube/pkg-plist +++ b/sysutils/wmcube/pkg-plist @@ -1,40 +1,40 @@ bin/wmcube -%%PORTDOCS%%share/doc/wmcube/CHANGES -%%PORTDOCS%%share/doc/wmcube/README -%%PORTDOCS%%share/doc/wmcube/TODO -share/wmcube/2planes-solid.wmc -share/wmcube/4d.wmc -share/wmcube/8star-small.wmc -share/wmcube/8star.wmc -share/wmcube/ball-solid.wmc -share/wmcube/ball.wmc -share/wmcube/celtic.wmc -share/wmcube/cross.wmc -share/wmcube/cross2-solid.wmc -share/wmcube/cross2.wmc -share/wmcube/cross3-solid.wmc -share/wmcube/cross3.wmc -share/wmcube/cross4-solid.wmc -share/wmcube/crystal.wmc -share/wmcube/cube-solid.wmc -share/wmcube/cube.wmc -share/wmcube/diamond.wmc -share/wmcube/dice-solid.wmc -share/wmcube/e.wmc -share/wmcube/e2.wmc -share/wmcube/foo.wmc -share/wmcube/gnustep.wmc -share/wmcube/hyperpyramid.wmc -share/wmcube/jeep.wmc -share/wmcube/multicube.wmc -share/wmcube/peace.wmc -share/wmcube/pyramid.wmc -share/wmcube/radioactive.wmc -share/wmcube/shield.wmc -share/wmcube/spaceshuttle.wmc -share/wmcube/spiral.wmc -share/wmcube/star.wmc -share/wmcube/starcube.wmc -share/wmcube/wmlogo.wmc -@dirrm share/wmcube -%%PORTDOCS%%@dirrm share/doc/wmcube +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%DATADIR%%/2planes-solid.wmc +%%DATADIR%%/4d.wmc +%%DATADIR%%/8star-small.wmc +%%DATADIR%%/8star.wmc +%%DATADIR%%/ball-solid.wmc +%%DATADIR%%/ball.wmc +%%DATADIR%%/celtic.wmc +%%DATADIR%%/cross.wmc +%%DATADIR%%/cross2-solid.wmc +%%DATADIR%%/cross2.wmc +%%DATADIR%%/cross3-solid.wmc +%%DATADIR%%/cross3.wmc +%%DATADIR%%/cross4-solid.wmc +%%DATADIR%%/crystal.wmc +%%DATADIR%%/cube-solid.wmc +%%DATADIR%%/cube.wmc +%%DATADIR%%/diamond.wmc +%%DATADIR%%/dice-solid.wmc +%%DATADIR%%/e.wmc +%%DATADIR%%/e2.wmc +%%DATADIR%%/foo.wmc +%%DATADIR%%/gnustep.wmc +%%DATADIR%%/hyperpyramid.wmc +%%DATADIR%%/jeep.wmc +%%DATADIR%%/multicube.wmc +%%DATADIR%%/peace.wmc +%%DATADIR%%/pyramid.wmc +%%DATADIR%%/radioactive.wmc +%%DATADIR%%/shield.wmc +%%DATADIR%%/spaceshuttle.wmc +%%DATADIR%%/spiral.wmc +%%DATADIR%%/star.wmc +%%DATADIR%%/starcube.wmc +%%DATADIR%%/wmlogo.wmc +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |