diff options
author | xtraeme <xtraeme> | 2004-07-23 13:03:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-23 13:03:55 +0000 |
commit | 21e618161094369af05c59c1fb5cf65882f11100 (patch) | |
tree | 21ffa527a75b968bb21923e6883c26ba42a4ce51 | |
parent | f593ccee34240d287b943cfec0c0d5c6e884eae7 (diff) | |
download | pkgsrc-21e618161094369af05c59c1fb5cf65882f11100.tar.gz |
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
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/wimon/Makefile | 7 | ||||
-rw-r--r-- | net/wimon/PLIST | 3 | ||||
-rw-r--r-- | net/wimon/distinfo | 6 |
4 files changed, 11 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2ad7435de0c..a439adb4116 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2004: 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 --git a/net/wimon/Makefile b/net/wimon/Makefile index 8eb617198eb..3353ebf572d 100644 --- a/net/wimon/Makefile +++ b/net/wimon/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* 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 --git a/net/wimon/PLIST b/net/wimon/PLIST index 43ef0ce9b3b..f35d328d176 100644 --- a/net/wimon/PLIST +++ b/net/wimon/PLIST @@ -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 --git a/net/wimon/distinfo b/net/wimon/distinfo index f4d704edce7..2c0808e0583 100644 --- a/net/wimon/distinfo +++ b/net/wimon/distinfo @@ -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 |