Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 14:04:41 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10144: New port - ascpu
Message-ID:  <199902181104.OAA00519@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         10144
>Category:       ports
>Synopsis:       New port - ascpu
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 18 03:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

New port of ascpu program - monitor CPU usage

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#	./files
#	./files/md5
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	ascpu
X# Version required:	1.3
X# Date created:         18 February 1999
X# Whom:                 Dima Sivachenko <dima@chg.ru>
X#
X# $Id$
X#
X
XDISTNAME=	ascpu-1.3
XCATEGORIES=	afterstep sysutils
XMASTER_SITES=	http://bewoner.dma.be/Albert/software/ \
X		http://www.tigr.net/afterstep/as-apps/download/ascpu/	\
X		ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
X
XMAINTAINER=	dima@Chg.RU
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_X_PREFIX=	yes
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--with-xpm
X
XMAN1=		ascpu.1
X
Xdo-install:
X
X	@ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1
X	@ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/ascpu
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XCPU statistics monitor utility for X Window
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThis is an Afterstep look & feel CPU statistics monitor tool.
X
Xhttp://bewoner.dma.be/Albert/afterstep/
X
X--Dima
Xdima@chg.ru
END-of-./pkg/DESCR
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (ascpu-1.3.tar.gz) = bf133ac05ebba5a2e2dd261dc1f1a321
END-of-./files/md5
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902181104.OAA00519>