- Update to 1.0.0

PR:		ports/82993
Submitted by:	Len Sassaman <rabbi@abditum.com> (maintainer)
This commit is contained in:
Michael Johnson 2005-07-05 04:59:41 +00:00
parent cf2ef65c45
commit ad6d214ee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138485
2 changed files with 10 additions and 14 deletions

View file

@ -1,32 +1,29 @@
# New ports collection makefile for: pipemeter # New ports collection makefile for: pipemeter
# Date created: 2003-12-02 # Date created: 2003-12-02
# Whom: Len Sassaman # Whom: Len Sassama
# #
# $FreeBSD$ # $FreeBSD$
# #
PORTNAME= pipemeter PORTNAME= pipemeter
PORTVERSION= 0.9.1 PORTVERSION= 1.0.0
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://ports.abditum.com/pipemeter/ \ MASTER_SITES= http://ports.abditum.com/pipemeter/ \
http://spamaps.org/files/pipemeter/ http://spamaps.org/files/pipemeter/
MAINTAINER= rabbi@abditum.com MAINTAINER= rabbi@abditum.com
COMMENT= Measure speed of data going through a pipe COMMENT= A tool for displaying pipe status information
USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}
CONFIGURE_ENV= PREFIX="${PREFIX}"
MAN1= pipemeter.1 MAN1= pipemeter.1
PORTDOCS= Changelog README
PLIST_FILES= bin/pipemeter PLIST_FILES= bin/pipemeter
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin/pipemeter
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${PREFIX}/man/man1/pipemeter.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1 @@
MD5 (pipemeter-0.9.1.tar.gz) = 3d6a2420988d86b0810085306a09f74e MD5 (pipemeter-1.0.0.tar.gz) = 4e842fde4d1148fc5a7bcc372aaede04
SIZE (pipemeter-0.9.1.tar.gz) = 54953