ports/contrib (3.2): pv: assumed maintenance, updated to version 1.6.0
commit ea57fac4e710c5480ce0e1be3693b4a8e28f6836 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Nov 23 21:13:02 2015 -0600 pv: assumed maintenance, updated to version 1.6.0 diff --git a/pv/.footprint b/pv/.footprint index b21e781..ee2e8de 100644 --- a/pv/.footprint +++ b/pv/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pv -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pv.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pv.1.gz diff --git a/pv/.md5sum b/pv/.md5sum index f00a1f5..bf12d18 100644 --- a/pv/.md5sum +++ b/pv/.md5sum @@ -1 +1 @@ -8041eac8a2942ef11ce6c7559cc4fb0a pv-1.3.4.tar.bz2 +e163d8963c595b2032666724bc509bcc pv-1.6.0.tar.bz2 diff --git a/pv/Pkgfile b/pv/Pkgfile index df4ad2e..f37a8fe 100644 --- a/pv/Pkgfile +++ b/pv/Pkgfile @@ -1,15 +1,16 @@ -# Description: terminal-based tool for monitoring the progress of data through a pipeline -# URL: http://www.ivarch.com/programs/pv.shtml -# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl +# Description: A terminal-based tool for monitoring the progress of data through a pipeline +# URL: http://www.ivarch.com/programs/pv.shtml +# Maintainer: Matt Housh, jaeger at crux dot ninja name=pv -version=1.3.4 +version=1.6.0 release=1 source=(http://www.ivarch.com/programs/sources/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --disable-{lfs,nls} --prefix=/usr + ./configure --prefix=/usr \ + --disable-nls make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu