diff options
-rw-r--r-- | sysutils/pv/Makefile | 17 | ||||
-rw-r--r-- | sysutils/pv/PLIST | 10 | ||||
-rw-r--r-- | sysutils/pv/distinfo | 9 | ||||
-rw-r--r-- | sysutils/pv/patches/patch-ac | 13 |
4 files changed, 8 insertions, 41 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 93b64233666..1339d1f765a 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2013/09/01 06:32:11 obache Exp $ +# $NetBSD: Makefile,v 1.25 2015/05/12 15:45:21 bsiegert Exp $ # -DISTNAME= pv-0.9.6 -PKGREVISION= 1 +DISTNAME= pv-1.6.0 CATEGORIES= sysutils MASTER_SITES= http://www.ivarch.com/programs/sources/ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/} @@ -10,28 +9,18 @@ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ivarch.com/programs/pv.shtml COMMENT= Monitor the progress of data through a pipeline +LICENSE= artistic-2.0 GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes -INFO_FILES= yes - -# Don't gzip the installed info file and man pages. -CONFIGURE_ENV+= DO_GZIP=${TOOLS_CMD.true} REPLACE_LOCALEDIR_PATTERNS+= vars.mk DOCDIR= ${PREFIX}/share/doc/pv INSTALLATION_DIRS= ${DOCDIR} -# Grab list of files to install from the PLIST. post-install: - dir=${DOCDIR:S/^${PREFIX}\///:Q}; cd ${WRKSRC}/doc; \ - ${GREP} "^$$dir/" ${PKGDIR}/PLIST | ${SED} "s|^$$dir/||" | \ - while read file; do \ - ${TEST} ! -f "$$file" || \ - ${INSTALL_DATA} "$$file" ${DESTDIR}${PREFIX}/$$dir; \ - done ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/sysutils/pv/PLIST b/sysutils/pv/PLIST index 8b97b9388bc..a64049da352 100644 --- a/sysutils/pv/PLIST +++ b/sysutils/pv/PLIST @@ -1,15 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:16:12 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2015/05/12 15:45:21 bsiegert Exp $ bin/pv -info/pv.info man/man1/pv.1 -share/doc/pv/COPYING -share/doc/pv/NEWS share/doc/pv/README -share/doc/pv/TODO -share/doc/pv/index.html -share/doc/pv/lsm -share/doc/pv/manual.html -share/doc/pv/quickref.txt share/locale/de/LC_MESSAGES/pv.mo share/locale/fr/LC_MESSAGES/pv.mo share/locale/pl/LC_MESSAGES/pv.mo diff --git a/sysutils/pv/distinfo b/sysutils/pv/distinfo index c5674b6e278..285f9272a06 100644 --- a/sysutils/pv/distinfo +++ b/sysutils/pv/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/04/11 02:28:09 jlam Exp $ +$NetBSD: distinfo,v 1.6 2015/05/12 15:45:21 bsiegert Exp $ -SHA1 (pv-0.9.6.tar.gz) = 295107b15c92404095f761b45b156ac51e345e6b -RMD160 (pv-0.9.6.tar.gz) = ecce86be892d8ff594daf95b3d3d483debbe7bfe -Size (pv-0.9.6.tar.gz) = 99961 bytes -SHA1 (patch-ac) = b6b08a88a11bd8f35d05ea995dafe672d19f1932 +SHA1 (pv-1.6.0.tar.gz) = 395ce62f4f3e035b86c77038f04b96c5aa233595 +RMD160 (pv-1.6.0.tar.gz) = fecc8c9bc40311a37af8630376aa426089d23cb2 +Size (pv-1.6.0.tar.gz) = 123072 bytes diff --git a/sysutils/pv/patches/patch-ac b/sysutils/pv/patches/patch-ac deleted file mode 100644 index 1703c71d760..00000000000 --- a/sysutils/pv/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/12/04 11:56:35 agc Exp $ - ---- doc/index.html.orig Tue Dec 3 13:30:11 2002 -+++ doc/index.html -@@ -7,7 +7,7 @@ - - <P> - <UL> --<LI><A HREF="../README">README</A> -+<LI><A HREF="README">README</A> - <LI><A HREF="INSTALL">Installation instructions</A> - <LI><A HREF="manual.html">Manual</A> - <LI><A HREF="quickref.txt">Man page</A> (text format) |