diff options
author | pho <pho@pkgsrc.org> | 2018-12-13 01:03:59 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2018-12-13 01:03:59 +0000 |
commit | a9b64ac51af1bbd6d41bef20a041402759560a2f (patch) | |
tree | c594f83466906f0b3f50aad2f687764ebe3ac103 /misc/whohas | |
parent | b524246702c1d9646a77a48cc53d2c08837a7c7d (diff) | |
download | pkgsrc-a9b64ac51af1bbd6d41bef20a041402759560a2f.tar.gz |
misc/whohas: Update to 0.29.1
Changes:
Uses less memory and improves threading (requires forks Perl module).
Update the documentation.
Fetch multiple suites at once for Debian/Ubuntu.
Improved options parsing.
Add a config file to set desired distros/releases.
Fixed support for Gentoo, Slackware, OpenBSD, FreeBSD,
Arch, AUR, Fedora, Fink, openSUSE, Mandriva and Cygwin.
Diffstat (limited to 'misc/whohas')
-rw-r--r-- | misc/whohas/Makefile | 12 | ||||
-rw-r--r-- | misc/whohas/PLIST | 3 | ||||
-rw-r--r-- | misc/whohas/distinfo | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile index e27ebeee549..0818e046482 100644 --- a/misc/whohas/Makefile +++ b/misc/whohas/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.19 2018/08/22 09:45:47 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/12/13 01:03:59 pho Exp $ # -DISTNAME= whohas-0.29 -PKGREVISION= 7 +DISTNAME= whohas-0.29.1 CATEGORIES= misc -MASTER_SITES= http://www.philippwesche.org/200811/whohas/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=whohas/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html COMMENT= Query several packaging systems for a program LICENSE= gnu-gpl-v2 # or later +DEPENDS+= p5-forks-[0-9]*:../../devel/p5-forks DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww USE_LANGUAGES= # none USE_TOOLS+= perl:run -REPLACE_PERL= program/whohas +REPLACE_PERL= whohas INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \ share/doc/whohas @@ -24,7 +24,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \ NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/whohas ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \ diff --git a/misc/whohas/PLIST b/misc/whohas/PLIST index 2cf40f9349e..828ea7cbcaf 100644 --- a/misc/whohas/PLIST +++ b/misc/whohas/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:07:32 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/12/13 01:03:59 pho Exp $ bin/whohas man/de/man1/whohas.1 man/man1/whohas.1 share/doc/whohas/intro.html -share/doc/whohas/intro.txt diff --git a/misc/whohas/distinfo b/misc/whohas/distinfo index 2c1ca79c2c1..6ff36414ebf 100644 --- a/misc/whohas/distinfo +++ b/misc/whohas/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:49:54 agc Exp $ +$NetBSD: distinfo,v 1.5 2018/12/13 01:03:59 pho Exp $ -SHA1 (whohas-0.29.tar.gz) = 6c171275db45ab6b7f259613432e93ef879610b8 -RMD160 (whohas-0.29.tar.gz) = b3458435ff472142ee3d9fb254b18deb13e58226 -SHA512 (whohas-0.29.tar.gz) = c078cc252c57e0f7d91769194f1d8e88ffc4481540ab4d573faa64d73ffa86128acba68fd43fcfb45e79b5f57f4232de9799fbf2bad1fbc0f4c85921a34d84b9 -Size (whohas-0.29.tar.gz) = 194111 bytes +SHA1 (whohas-0.29.1.tar.gz) = 671a0caaac3ce89d156edff211a1999ebe4a1167 +RMD160 (whohas-0.29.1.tar.gz) = c89177a4c330eb576f534c4a14588e775c1870e0 +SHA512 (whohas-0.29.1.tar.gz) = 15ece8eeef4cbdf790efeb809cefa59d826e6f784b2f5375009d6eff30077617bc64d05596437b8281a472bf5877b15fd87df78c5367a8e0ee0c97f695906486 +Size (whohas-0.29.1.tar.gz) = 196217 bytes |