diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-29 00:32:52 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-29 00:32:52 +0800 |
commit | 1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100 (patch) | |
tree | 3c5cae5beea07985f03dae60148cf211be71ac6a /x11 | |
parent | 56d0cddbd1667f0923912e01ab9efc45db6d2013 (diff) | |
download | freebsd-ports-gnome-1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100.tar.gz freebsd-ports-gnome-1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100.tar.zst freebsd-ports-gnome-1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100.zip |
Finish repomove for xclock (x11->x11-clocks).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xclock/Makefile | 21 | ||||
-rw-r--r-- | x11/xclock/distinfo | 3 | ||||
-rw-r--r-- | x11/xclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xclock/pkg-plist | 5 |
5 files changed, 0 insertions, 35 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7da34271a3d3..5b06bc2953d5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -332,7 +332,6 @@ SUBDIR += xclick SUBDIR += xclip SUBDIR += xclipboard - SUBDIR += xclock SUBDIR += xcmd SUBDIR += xcmiscproto SUBDIR += xcmsdb diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile deleted file mode 100644 index 2e9e950548d6..000000000000 --- a/x11/xclock/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: xclock -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xclock -PORTVERSION= 1.0.3 -PORTREVISION= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Analog and digital clock for X - -XORG_CAT= app -USE_XORG= xrender xft xkbfile xt xaw - -MAN1= xclock.1 - -.include <bsd.port.mk> diff --git a/x11/xclock/distinfo b/x11/xclock/distinfo deleted file mode 100644 index b5888a5b09bb..000000000000 --- a/x11/xclock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/app/xclock-1.0.3.tar.bz2) = 2b1a3d030d87e62a591db8ee4c0072e6 -SHA256 (xorg/app/xclock-1.0.3.tar.bz2) = 10b5777ae9ef2a10d4cf447bd1bf13372d7061573835c2c87d5c948b65e9577f -SIZE (xorg/app/xclock-1.0.3.tar.bz2) = 113967 diff --git a/x11/xclock/pkg-descr b/x11/xclock/pkg-descr deleted file mode 100644 index c8261821a87a..000000000000 --- a/x11/xclock/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains xclock, a program for the X Window System that display -the time in analog or digital form. - -- Joel Dahl -joel@FreeBSD.org diff --git a/x11/xclock/pkg-plist b/x11/xclock/pkg-plist deleted file mode 100644 index f5c12d90c59b..000000000000 --- a/x11/xclock/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xclock -share/X11/app-defaults/XClock-color -share/X11/app-defaults/XClock -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 |