diff options
author | rillig <rillig> | 2007-10-15 07:47:23 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-15 07:47:23 +0000 |
commit | 495485dc5143deafc9aa747f46b8f8761863a71f (patch) | |
tree | 450b8e261fcd68ff3acbc9fd8da4d68c1ee32657 /audio/nas-auscope | |
parent | 46b079693233a2c95e8b0b9d9a05df7e42f49567 (diff) | |
download | pkgsrc-495485dc5143deafc9aa747f46b8f8761863a71f.tar.gz |
Fixed COMMENT and DESCR, since the former versions didn't give me any
clue what this package is about.
PKGREVISION++
Diffstat (limited to 'audio/nas-auscope')
-rw-r--r-- | audio/nas-auscope/DESCR | 3 | ||||
-rw-r--r-- | audio/nas-auscope/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/nas-auscope/DESCR b/audio/nas-auscope/DESCR index 170dc436404..eb679f60ffd 100644 --- a/audio/nas-auscope/DESCR +++ b/audio/nas-auscope/DESCR @@ -1 +1,2 @@ -auscope script from the Network Audio System. +auscope is an audio protocol filter that can be used to view the network +packets being sent between an audio application and an audio server. diff --git a/audio/nas-auscope/Makefile b/audio/nas-auscope/Makefile index e2202455d20..5a2cd67b67e 100644 --- a/audio/nas-auscope/Makefile +++ b/audio/nas-auscope/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2007/05/05 21:31:10 markd Exp $ +# $NetBSD: Makefile,v 1.4 2007/10/15 07:47:23 rillig Exp $ DISTNAME= nas-1.9.src PKGNAME= nas-auscope-1.9 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://nas.codebrilliance.com/nas/ \ ftp://ftp.uni-duisburg.de/Sound/NAS/ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://radscan.com/nas.html -COMMENT= Network Audio System's auscope script +COMMENT= Network Audio System Protocol Filter DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers |