svn commit: r322014 - in head/x11-clocks: asclock-xlib astzclock emiclock tclock wmclock wmtime xalarm xtimer
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 28 23:06:01 UTC 2013
Author: bapt
Date: Fri Jun 28 23:05:59 2013
New Revision: 322014
URL: http://svnweb.freebsd.org/changeset/ports/322014
Log:
Convert to USES=imake
Modified:
head/x11-clocks/asclock-xlib/Makefile
head/x11-clocks/astzclock/Makefile
head/x11-clocks/emiclock/Makefile
head/x11-clocks/tclock/Makefile
head/x11-clocks/wmclock/Makefile
head/x11-clocks/wmtime/Makefile
head/x11-clocks/xalarm/Makefile
head/x11-clocks/xtimer/Makefile
Modified: head/x11-clocks/asclock-xlib/Makefile
==============================================================================
--- head/x11-clocks/asclock-xlib/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/asclock-xlib/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: asclock-xlib
-# Date created: 24 April 1999
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= asclock-xlib
PORTVERSION= 2.0.11
@@ -19,7 +15,7 @@ MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/asclock-xlib
USE_XORG= xpm x11
-USE_IMAKE= YES
+USES= imake
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= YES
Modified: head/x11-clocks/astzclock/Makefile
==============================================================================
--- head/x11-clocks/astzclock/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/astzclock/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: astzclock
-# Date created: 3 August 2004
-# Whom: Greg Lewis <glewis at FreeBSD.org>
-#
+# Created by: Greg Lewis <glewis at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= astzclock
PORTVERSION= 1.0
@@ -14,7 +10,7 @@ MASTER_SITES= http://www.eyesbeyond.com/
MAINTAINER= glewis at FreeBSD.org
COMMENT= Afterstep clock with some timezone extensions
-USE_IMAKE= yes
+USES= imake
USE_XORG= xpm
MAN1= astzclock.1
PLIST_FILES= bin/astzclock
Modified: head/x11-clocks/emiclock/Makefile
==============================================================================
--- head/x11-clocks/emiclock/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/emiclock/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: EmiClock
-# Date created: 15 March 1995
-# Whom: Nobuhiro Yasutomi
-#
+# Created by: Nobuhiro Yasutomi
# $FreeBSD$
-#
PORTNAME= emiclock
PORTVERSION= 2.0.2
@@ -14,7 +10,7 @@ MASTER_SITES= http://ftp.vector.co.jp/pa
MAINTAINER= ports at FreeBSD.org
COMMENT= Hyper-animated face analog clock for X11
-USE_IMAKE= yes
+USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAN1= emiclock.1
Modified: head/x11-clocks/tclock/Makefile
==============================================================================
--- head/x11-clocks/tclock/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/tclock/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tclock
-# Date created: So 7 Feb 1999 20:50:43 MET
-# Whom: Lars Koeller <lkoeller at cc.fh-lippe.de>
-#
+# Created by: Lars Koeller <lkoeller at cc.fh-lippe.de>
# $FreeBSD$
-#
PORTNAME= tclock
PORTVERSION= 1.0.1
@@ -17,7 +13,7 @@ MAINTAINER= aehlig at linta.de
COMMENT= Transparent analog clock for x11
NO_WRKSUBDIR= yes
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext
MAN1= tclock.1
PLIST_FILES= bin/tclock
Modified: head/x11-clocks/wmclock/Makefile
==============================================================================
--- head/x11-clocks/wmclock/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/wmclock/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -9,9 +9,9 @@ MASTER_SITES= http://www.bluestop.org/wm
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports at FreeBSD.org
-COMMENT= A dockable clock applet for Window Maker
+COMMENT= Dockable clock applet for Window Maker
-USE_IMAKE= yes
+USES= imake
MAKE_JOBS_SAFE= yes
USE_XORG= xpm
MAN1= wmclock.1
Modified: head/x11-clocks/wmtime/Makefile
==============================================================================
--- head/x11-clocks/wmtime/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/wmtime/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmtime
-# Date created: 1 July 1998
-# Whom: Rich Neswold <rneswold at mcs.net>
-#
+# Created by: Rich Neswold <rneswold at mcs.net>
# $FreeBSD$
-#
PORTNAME= wmtime
PORTVERSION= 1.0b2
@@ -18,7 +14,7 @@ COMMENT= Time/Date applet for WindowMake
PLIST_FILES= bin/wmtime
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
-USE_IMAKE= yes
+USES= imake
USE_XORG= xpm
post-extract:
Modified: head/x11-clocks/xalarm/Makefile
==============================================================================
--- head/x11-clocks/xalarm/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/xalarm/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xalarm
-# Date created: 4 December 1996
-# Whom: desmo at bandwidth.org
-#
+# Created by: desmo at bandwidth.org
# $FreeBSD$
-#
PORTNAME= xalarm
PORTVERSION= 3.06
@@ -13,17 +9,15 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= ports at FreeBSD.org
-COMMENT= An X based alarm clock
+COMMENT= X based alarm clock
-USE_IMAKE= yes
+USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
IS_INTERACTIVE= yes
-.include <bsd.port.pre.mk>
-
MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
pre-install:
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/x11-clocks/xtimer/Makefile
==============================================================================
--- head/x11-clocks/xtimer/Makefile Fri Jun 28 23:01:51 2013 (r322013)
+++ head/x11-clocks/xtimer/Makefile Fri Jun 28 23:05:59 2013 (r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xtimer
-# Date created: 19 May 2000
-# Whom: candy at kgc.co.jp
-#
+# Created by: candy at kgc.co.jp
# $FreeBSD$
-#
PORTNAME= xtimer
PORTVERSION= 0.8089
@@ -13,9 +9,9 @@ MASTER_SITES= http://www.bsddiary.net/xt
DISTNAME= ${PORTNAME}-8089
MAINTAINER= candy at kgc.co.jp
-COMMENT= A simple digital timer for X11
+COMMENT= Simple digital timer for X11
-USE_IMAKE= yes
+USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAN1= xtimer.1
PLIST_FILES= bin/xtimer
More information about the svn-ports-head
mailing list