[Midnightbsd-cvs] mports [22590] trunk/benchmarks/netpipe: fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 18:57:59 EDT 2017


Revision: 22590
          http://svnweb.midnightbsd.org/mports/?rev=22590
Author:   laffer1
Date:     2017-09-27 18:57:59 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/benchmarks/netpipe/Makefile
    trunk/benchmarks/netpipe/pkg-descr

Removed Paths:
-------------
    trunk/benchmarks/netpipe/pkg-plist

Modified: trunk/benchmarks/netpipe/Makefile
===================================================================
--- trunk/benchmarks/netpipe/Makefile	2017-09-27 22:55:19 UTC (rev 22589)
+++ trunk/benchmarks/netpipe/Makefile	2017-09-27 22:57:59 UTC (rev 22590)
@@ -3,18 +3,18 @@
 PORTNAME=	NetPIPE
 PORTVERSION=	3.7.1
 CATEGORIES=	benchmarks net
-MASTER_SITES=	http://www.scl.ameslab.gov/Projects/Netpipe/code/
+MASTER_SITES=	http://www.scl.ameslab.gov/Projects/Netpipe/code/ \
+		http://bitspjoule.org/netpipe/code/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A self-scaling network benchmark
+COMMENT=	Self-scaling network benchmark
 LICENSE=	gpl2
 
 # The default port builds and installs only the TCP version of
 # netpipe(1).  The sources support many other variants.
 
-MAN1=		netpipe.1
 PORTDOCS=	README netpipe_paper.ps
-PLIST_FILES=	bin/NPtcp bin/NPtcp6
+PLIST_FILES=	bin/NPtcp bin/NPtcp6 man/man1/netpipe.1.gz
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:L}
 

Modified: trunk/benchmarks/netpipe/pkg-descr
===================================================================
--- trunk/benchmarks/netpipe/pkg-descr	2017-09-27 22:55:19 UTC (rev 22589)
+++ trunk/benchmarks/netpipe/pkg-descr	2017-09-27 22:57:59 UTC (rev 22590)
@@ -15,4 +15,4 @@
 For a paper fully describing NetPIPE and sample investigation of
 network performance issues using NetPIPE, see the homepage.
 
-WWW: http://www.scl.ameslab.gov/netpipe/paper/full.html
+WWW: http://bitspjoule.org/netpipe/

Deleted: trunk/benchmarks/netpipe/pkg-plist
===================================================================
--- trunk/benchmarks/netpipe/pkg-plist	2017-09-27 22:55:19 UTC (rev 22589)
+++ trunk/benchmarks/netpipe/pkg-plist	2017-09-27 22:57:59 UTC (rev 22590)
@@ -1,5 +0,0 @@
-bin/NPtcp
-bin/NPtcp6
-%%PORTDOCS%%share/doc/netpipe/README
-%%PORTDOCS%%share/doc/netpipe/netpipe_paper.ps
-%%PORTDOCS%%@dirrm share/doc/netpipe



More information about the Midnightbsd-cvs mailing list