diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 21:35:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 21:35:20 +0000 |
commit | 6064aaa94b7599f35747f5dbde3c1f456fd88b4e (patch) | |
tree | 61b31363e8a8e93c11b25ddbaeecfc105c819a9d /x11/xtoolwait | |
parent | eea528a116fd4bd92f9b48477b83bab26e2ace9b (diff) | |
download | ports-6064aaa94b7599f35747f5dbde3c1f456fd88b4e.tar.gz ports-6064aaa94b7599f35747f5dbde3c1f456fd88b4e.zip |
Update to version 1.3, add a missing MAINTAINER line, and
add a WWW: line in DESCR
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=20893
Diffstat (limited to 'x11/xtoolwait')
-rw-r--r-- | x11/xtoolwait/Makefile | 14 | ||||
-rw-r--r-- | x11/xtoolwait/distinfo | 2 | ||||
-rw-r--r-- | x11/xtoolwait/pkg-descr | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index b39c32a88c2b..a21ff846807d 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -1,17 +1,19 @@ # New ports collection makefile for: xtoolwait +# Version required: 1.3 # Date created: 31 May 1997 # Whom: jonny # -# $Id: Makefile,v 1.0 1997/5/31 19:30:00 jonny Exp $ +# $Id: Makefile,v 1.1.1.1 1997/06/03 19:14:37 max Exp $ # -DISTNAME= xtoolwait-1.1 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \ - ftp://ftp.hacom.nl/pub/users/richard/ +DISTNAME= xtoolwait-1.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities + +MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes MAN1= xtoolwait.1 -MANCOMPRESSED= yes .include <bsd.port.mk> diff --git a/x11/xtoolwait/distinfo b/x11/xtoolwait/distinfo index 2dd54eb9359f..ffc24acdc21b 100644 --- a/x11/xtoolwait/distinfo +++ b/x11/xtoolwait/distinfo @@ -1 +1 @@ -MD5 (xtoolwait-1.1.tar.gz) = 3be234f763bd238c5ac20d15ad4d6953 +MD5 (xtoolwait-1.3.tar.gz) = 6db998d882b17b35c9fa858432e345a6 diff --git a/x11/xtoolwait/pkg-descr b/x11/xtoolwait/pkg-descr index 1a1b4eefe527..52d76fe8c087 100644 --- a/x11/xtoolwait/pkg-descr +++ b/x11/xtoolwait/pkg-descr @@ -21,3 +21,5 @@ problems: it starts one X client in the background, waits until it has mapped a window and then exits. Xtoolwait is a free implementation of exactly the same idea. + +WWW: http://www.hacom.nl/~richard/software/xtoolwait.html |