svn commit: r321999 - in head/net: pload tridiavnc wmnet2 xipmsg

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 22:21:40 UTC 2013


Author: bapt
Date: Fri Jun 28 22:21:39 2013
New Revision: 321999
URL: http://svnweb.freebsd.org/changeset/ports/321999

Log:
  Convert to USES=imake
  Trim headers
  Mark as broken pload
  Remove indefinite article

Modified:
  head/net/pload/Makefile
  head/net/tridiavnc/Makefile
  head/net/wmnet2/Makefile
  head/net/xipmsg/Makefile

Modified: head/net/pload/Makefile
==============================================================================
--- head/net/pload/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/pload/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pload
-# Date created:				22 Septemper 2004
-# Whom:					J.R. Oldroyd <fbsd at opal.com>
-#
+# Created by: J.R. Oldroyd <fbsd at opal.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pload
 PORTVERSION=	0.9.5
@@ -14,9 +10,10 @@ MASTER_SITES=	${MASTER_SITE_LOCAL} \
 MASTER_SITE_SUBDIR=	pav
 
 MAINTAINER=	fbsd at opal.com
-COMMENT=	An X11 program to display network traffic graphs
+COMMENT=	X11 program to display network traffic graphs
 
-USE_IMAKE=	yes
+BROKEN=		does not build: Could not find osdefs.mk
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 HAS_CONFIGURE=	yes
 

Modified: head/net/tridiavnc/Makefile
==============================================================================
--- head/net/tridiavnc/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/tridiavnc/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -21,7 +21,7 @@ LICENSE=	GPLv2
 
 USE_PERL5=	yes
 WRKSRC=		${WRKDIR}/unix/vnc_unixsrc
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
 ALL_TARGET=	World
 NO_INSTALL_MANPAGES=	yes

Modified: head/net/wmnet2/Makefile
==============================================================================
--- head/net/wmnet2/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/wmnet2/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmnet2
-# Date created:				7 September 2001
-# Whom:					Paolo Pisati <flag at libero.it>
-#
+# Created by: Paolo Pisati <flag at libero.it>
 # $FreeBSD$
-#
 
 PORTNAME=	wmnet2
 PORTVERSION=	1.06
@@ -14,9 +10,9 @@ MASTER_SITES=	http://www.dockapps.org/fi
 DISTNAME=	wmnet-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A nice network monitor for WindowMaker
+COMMENT=	Nice network monitor for WindowMaker
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 
 MAN1=		wmnet2.1

Modified: head/net/xipmsg/Makefile
==============================================================================
--- head/net/xipmsg/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/xipmsg/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xipmsg
-# Date created:		29 May 1997
-# Whom:			candy at fct.kgc.co.jp
-#
+# Created by: candy at fct.kgc.co.jp
 # $FreeBSD$
-#
 
 PORTNAME=	xipmsg
 PORTVERSION=	0.8088
@@ -13,8 +9,9 @@ MASTER_SITES=	http://www.bsddiary.net/xi
 DISTNAME=	xipmsg-${PORTVERSION:E}
 
 MAINTAINER=	candy at kgc.co.jp
-COMMENT=	A popup style message communication tool for X11
+COMMENT=	Popup style message communication tool for X11
 
+USES=		imake
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xipmsg.1


More information about the svn-ports-all mailing list