diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 13:03:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 13:03:55 +0000 |
commit | c4d287bf54da5696e3f6fe94ecaf41bc74a5f579 (patch) | |
tree | 21ffa527a75b968bb21923e6883c26ba42a4ce51 /net/wimon | |
parent | 88befec28f5cbc8565a32f08587b29d3c6d378b9 (diff) | |
download | pkgsrc-c4d287bf54da5696e3f6fe94ecaf41bc74a5f579.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
Diffstat (limited to 'net/wimon')
-rw-r--r-- | net/wimon/Makefile | 7 | ||||
-rw-r--r-- | net/wimon/PLIST | 3 | ||||
-rw-r--r-- | net/wimon/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
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 |