pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/whohas Update to 0.22:
details: https://anonhg.NetBSD.org/pkgsrc/rev/be69449d8f59
branches: trunk
changeset: 552507:be69449d8f59
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 05 09:34:33 2009 +0000
description:
Update to 0.22:
0.22
netbsd module now queries pkgsrc.se, shows more details, is faster
Miscellaneous bugfixes
Also using the old combos subroutine again for some repositories, is slower
Added manpages in English and German, updated install script to install manpages to /usr/share/man
diffstat:
misc/whohas/Makefile | 16 ++++++++++------
misc/whohas/PLIST | 6 +++---
misc/whohas/distinfo | 8 ++++----
3 files changed, 17 insertions(+), 13 deletions(-)
diffs (63 lines):
diff -r bf784fb93cb0 -r be69449d8f59 misc/whohas/Makefile
--- a/misc/whohas/Makefile Mon Jan 05 07:47:41 2009 +0000
+++ b/misc/whohas/Makefile Mon Jan 05 09:34:33 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/05 09:34:33 wiz Exp $
#
-DISTNAME= whohas-0.21
+DISTNAME= whohas-0.22
CATEGORIES= misc
MASTER_SITES= http://www.philippwesche.org/200811/whohas/
@@ -14,16 +14,20 @@
USE_LANGUAGES= # none
-REPLACE_PERL= whohas
+REPLACE_PERL= program/whohas
-INSTALLATION_DIRS= bin share/doc/whohas
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
+ share/doc/whohas
do-build:
# nothing
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/whohas ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/intro* ${DESTDIR}${PREFIX}/share/doc/whohas
+ ${INSTALL_SCRIPT} ${WRKSRC}/program/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 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/de/man1
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bf784fb93cb0 -r be69449d8f59 misc/whohas/PLIST
--- a/misc/whohas/PLIST Mon Jan 05 07:47:41 2009 +0000
+++ b/misc/whohas/PLIST Mon Jan 05 09:34:33 2009 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/05 09:34:33 wiz Exp $
bin/whohas
-share/doc/whohas/intro.html
-share/doc/whohas/intro.txt
+man/de/man1/whohas.1
+man/man1/whohas.1
@dirrm share/doc/whohas
diff -r bf784fb93cb0 -r be69449d8f59 misc/whohas/distinfo
--- a/misc/whohas/distinfo Mon Jan 05 07:47:41 2009 +0000
+++ b/misc/whohas/distinfo Mon Jan 05 09:34:33 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/01/05 09:34:33 wiz Exp $
-SHA1 (whohas-0.21.tar.gz) = 4830e6b37814d7356dd50d843a0eb6ebccf83fba
-RMD160 (whohas-0.21.tar.gz) = 3e2940894076b7e1e98e7cb86a1c9d0eb438ced7
-Size (whohas-0.21.tar.gz) = 19906 bytes
+SHA1 (whohas-0.22.tar.gz) = 936832728dccf7f2c46d741f928c52ee4f84dcb1
+RMD160 (whohas-0.22.tar.gz) = 6773f2adc54e59de71e71da2d791a2e84c1d78a1
+Size (whohas-0.22.tar.gz) = 189655 bytes
Home |
Main Index |
Thread Index |
Old Index