diff options
author | flz <flz@FreeBSD.org> | 2009-03-23 19:36:19 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-03-23 19:36:19 +0800 |
commit | 03765625f1479d8d11b5cf6f064190d600f2a5f0 (patch) | |
tree | d1d0feade5aceba7406599c6a8e9c68b6f04507c /x11 | |
parent | cc9c7b6ae8c433fcbfe46e42df96e497e4847ce9 (diff) | |
download | freebsd-ports-gnome-03765625f1479d8d11b5cf6f064190d600f2a5f0.tar.gz freebsd-ports-gnome-03765625f1479d8d11b5cf6f064190d600f2a5f0.tar.zst freebsd-ports-gnome-03765625f1479d8d11b5cf6f064190d600f2a5f0.zip |
Move oclock from x11 to x11-clocks category.
PR: ports/131339
Submitted by: self
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/oclock/Makefile | 20 | ||||
-rw-r--r-- | x11/oclock/distinfo | 3 | ||||
-rw-r--r-- | x11/oclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11/oclock/pkg-plist | 4 |
5 files changed, 0 insertions, 33 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9b4c4f0d349f..c4b2db7ea958 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -221,7 +221,6 @@ SUBDIR += nvidia-driver-96xx SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig - SUBDIR += oclock SUBDIR += oooqs SUBDIR += oooqs2 SUBDIR += p5-Clipboard diff --git a/x11/oclock/Makefile b/x11/oclock/Makefile deleted file mode 100644 index e2b538981c19..000000000000 --- a/x11/oclock/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: oclock -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= oclock -PORTVERSION= 1.0.1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Round clock application for X - -XORG_CAT= app -USE_XORG= x11 xmu xext xt - -MAN1= oclock.1 - -.include <bsd.port.mk> diff --git a/x11/oclock/distinfo b/x11/oclock/distinfo deleted file mode 100644 index 5e5130ac4adc..000000000000 --- a/x11/oclock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/app/oclock-1.0.1.tar.bz2) = 91f49547f9ed3cd0137c8b7c3183e360 -SHA256 (xorg/app/oclock-1.0.1.tar.bz2) = 49ab7d4f6402fbbe30714012ee38b49da17789f3a29ac41917987ce18c74217c -SIZE (xorg/app/oclock-1.0.1.tar.bz2) = 83216 diff --git a/x11/oclock/pkg-descr b/x11/oclock/pkg-descr deleted file mode 100644 index fe9a1fb4a125..000000000000 --- a/x11/oclock/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains oclock, which displays the current time on an analog -display. - -- Joel Dahl -joel@FreeBSD.org diff --git a/x11/oclock/pkg-plist b/x11/oclock/pkg-plist deleted file mode 100644 index d559700645f8..000000000000 --- a/x11/oclock/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/oclock -share/X11/app-defaults/Clock-color -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 |