- Update to 1.2.0
- Update MASTER_SITES, now hosted on Google code - Takeover maintainership - Add missing LICENSE - Cleanup docs handling and remove useless COPYING file Approved by: ehaupt (mentor)
This commit is contained in:
parent
6a69cc0dd0
commit
49ff947afe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267370
@ -6,21 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= pv
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/pipeviewer/pipeviewer/${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
SF/${PROJECTHOST}/${PROJECTHOST}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
COMMENT= A pipe throughput monitor
|
||||
|
||||
PROJECTHOST= pipeviewer
|
||||
LICENSE= ART20
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= pv.1
|
||||
PLIST_FILES= bin/pv
|
||||
PORTDOCS= README COPYING INSTALL NEWS PACKAGE \
|
||||
PORTDOCS= README INSTALL NEWS PACKAGE \
|
||||
TODO VERSION release-checklist
|
||||
OPTIONS= LFS "Use large filesystem support" on \
|
||||
NLS "Use Native Language Support" off
|
||||
@ -44,7 +47,9 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MAN1PREFIX}/man/man1/pv.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
test:
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (pv-1.1.4.tar.bz2) = 63033e090d61a040407bfd043aeb6d27
|
||||
SHA256 (pv-1.1.4.tar.bz2) = c8613c240ab4297f6ad346f0047138f551a093c603eeb581d5e83091cad3a559
|
||||
SIZE (pv-1.1.4.tar.bz2) = 81959
|
||||
SHA256 (pv-1.2.0.tar.bz2) = e3291f6d32f9e8a8ab8489ed68669d7df61a6eea8a6a06e7bb26b0c3e3cdc666
|
||||
SIZE (pv-1.2.0.tar.bz2) = 82222
|
||||
|
@ -5,5 +5,4 @@ indication of how quickly data is passing through, how long
|
||||
it has taken, how near to completion it is, and an estimate
|
||||
of how long it will be until completion.
|
||||
|
||||
Author: Andrew Wood <andrew.wood@ivarch.com>
|
||||
WWW: http://www.ivarch.com/programs/pv.shtml
|
||||
|
Loading…
Reference in New Issue
Block a user