pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/whohas Initial import of whohas-0.21:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4905da496b90
branches:  trunk
changeset: 551173:4905da496b90
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 09 10:53:10 2008 +0000

description:
Initial import of whohas-0.21:

whohas is a command line tool that allows querying several package
lists at once. whohas is written in Perl and was designed to help
package maintainers find ebuilds, pkgbuilds and similar package
definitions from other distributions to learn from. However, it
can also be used by normal users who want to know:

- Which distribution has packages available for apps upon whom the
user depends.

- What version of a given package is in use in each distribution,
or in each release of a distribution (implemented only for Debian).

diffstat:

 misc/whohas/DESCR    |  11 +++++++++++
 misc/whohas/Makefile |  29 +++++++++++++++++++++++++++++
 misc/whohas/PLIST    |   5 +++++
 misc/whohas/distinfo |   5 +++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 55eff6dcdf41 -r 4905da496b90 misc/whohas/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/whohas/DESCR Tue Dec 09 10:53:10 2008 +0000
@@ -0,0 +1,11 @@
+whohas is a command line tool that allows querying several package
+lists at once. whohas is written in Perl and was designed to help
+package maintainers find ebuilds, pkgbuilds and similar package
+definitions from other distributions to learn from. However, it
+can also be used by normal users who want to know:
+
+- Which distribution has packages available for apps upon whom the
+user depends.
+
+- What version of a given package is in use in each distribution,
+or in each release of a distribution (implemented only for Debian).
diff -r 55eff6dcdf41 -r 4905da496b90 misc/whohas/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/whohas/Makefile      Tue Dec 09 10:53:10 2008 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+#
+
+DISTNAME=      whohas-0.21
+CATEGORIES=    misc
+MASTER_SITES=  http://www.philippwesche.org/200811/whohas/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.philippwesche.org/200811/whohas/intro.html
+COMMENT=       Query several packaging systems for a program
+
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      wget-[0-9]*:../../net/wget
+
+USE_LANGUAGES= # none
+
+REPLACE_PERL=  whohas
+
+INSTALLATION_DIRS=     bin share/doc/whohas
+
+do-build:
+       # nothing
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/whohas ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/intro* ${DESTDIR}${PREFIX}/share/doc/whohas
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 55eff6dcdf41 -r 4905da496b90 misc/whohas/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/whohas/PLIST Tue Dec 09 10:53:10 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+bin/whohas
+share/doc/whohas/intro.html
+share/doc/whohas/intro.txt
+@dirrm share/doc/whohas
diff -r 55eff6dcdf41 -r 4905da496b90 misc/whohas/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/whohas/distinfo      Tue Dec 09 10:53:10 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+
+SHA1 (whohas-0.21.tar.gz) = 4830e6b37814d7356dd50d843a0eb6ebccf83fba
+RMD160 (whohas-0.21.tar.gz) = 3e2940894076b7e1e98e7cb86a1c9d0eb438ced7
+Size (whohas-0.21.tar.gz) = 19906 bytes



Home | Main Index | Thread Index | Old Index