pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update net/wimon to 0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cf49623224d
branches:  trunk
changeset: 478402:0cf49623224d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Jul 23 13:03:55 2004 +0000

description:
Update net/wimon to 0.3.

Changes:

        * bugfixes and code cleanups
        * getopt support added
        * autoscale added by nohar
        * sound support added
        * BSD-ish Makefile using <bsd.prog.mk>
        * man page added

diffstat:

 doc/CHANGES        |  3 ++-
 net/wimon/Makefile |  7 ++++---
 net/wimon/PLIST    |  3 ++-
 net/wimon/distinfo |  6 +++---
 4 files changed, 11 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 37fcd96be64b -r 0cf49623224d doc/CHANGES
--- a/doc/CHANGES       Fri Jul 23 08:58:47 2004 +0000
+++ b/doc/CHANGES       Fri Jul 23 13:03:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6647 2004/07/23 05:16:00 minskim Exp $
+$NetBSD: CHANGES,v 1.6648 2004/07/23 13:03:55 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3516,3 +3516,4 @@
        Updated communicator to 4.75nb1(bsdi)/4.80(linux) [atatat 2004-07-23]
        Updated naim to 0.11.7.2 [snj 2004-07-23]
        Updated liferea to 0.5.2 [minskim 2004-07-23]
+       Updated wimon to 0.3 [xtraeme 2004-07-23]
diff -r 37fcd96be64b -r 0cf49623224d net/wimon/Makefile
--- a/net/wimon/Makefile        Fri Jul 23 08:58:47 2004 +0000
+++ b/net/wimon/Makefile        Fri Jul 23 13:03:55 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/23 13:03:56 xtraeme Exp $
 #
 
-DISTNAME=      wimon-0.2
+DISTNAME=      wimon-0.3
 CATEGORIES=    net
 MASTER_SITES=  http://imil.net/wimon/
 
@@ -16,10 +16,11 @@
 WRKSRC=                ${WRKDIR}/wimon
 USE_BUILDLINK3=        yes
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin man/man8
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/wimon ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/wimon.8 ${PREFIX}/man/man8
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 37fcd96be64b -r 0cf49623224d net/wimon/PLIST
--- a/net/wimon/PLIST   Fri Jul 23 08:58:47 2004 +0000
+++ b/net/wimon/PLIST   Fri Jul 23 13:03:55 2004 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/07/23 13:03:56 xtraeme Exp $
 bin/wimon
+man/man8/wimon.8
diff -r 37fcd96be64b -r 0cf49623224d net/wimon/distinfo
--- a/net/wimon/distinfo        Fri Jul 23 08:58:47 2004 +0000
+++ b/net/wimon/distinfo        Fri Jul 23 13:03:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/07/23 13:03:56 xtraeme Exp $
 
-SHA1 (wimon-0.2.tar.gz) = 67f19e3cddfa856e7bb5ec480f133791147638b7
-Size (wimon-0.2.tar.gz) = 5605 bytes
+SHA1 (wimon-0.3.tar.gz) = 8be1bc6d4917adee5641310258fe77f8b265013f
+Size (wimon-0.3.tar.gz) = 8103 bytes



Home | Main Index | Thread Index | Old Index