diff options
author | augustss <augustss> | 2001-11-29 15:20:42 +0000 |
---|---|---|
committer | augustss <augustss> | 2001-11-29 15:20:42 +0000 |
commit | 89d422a0ed8042ecb08af4db42abb8f7bb3fab54 (patch) | |
tree | 90711527abb14b8418698403dc936cddd679f7b7 /misc/dsbr100 | |
parent | 820fafef0ea18359f5cd634c6d5f5e2a9c115521 (diff) | |
download | pkgsrc-89d422a0ed8042ecb08af4db42abb8f7bb3fab54.tar.gz |
Control the D-Link DSB-R100 USB radio.
Diffstat (limited to 'misc/dsbr100')
-rw-r--r-- | misc/dsbr100/DESCR | 1 | ||||
-rw-r--r-- | misc/dsbr100/Makefile | 11 | ||||
-rw-r--r-- | misc/dsbr100/PLIST | 4 | ||||
-rw-r--r-- | misc/dsbr100/distinfo | 4 |
4 files changed, 20 insertions, 0 deletions
diff --git a/misc/dsbr100/DESCR b/misc/dsbr100/DESCR new file mode 100644 index 00000000000..b9752a8d070 --- /dev/null +++ b/misc/dsbr100/DESCR @@ -0,0 +1 @@ +Control the D-Link DSB-R100 USB radio. diff --git a/misc/dsbr100/Makefile b/misc/dsbr100/Makefile new file mode 100644 index 00000000000..7f395a4605e --- /dev/null +++ b/misc/dsbr100/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 15:20:42 augustss Exp $ +# + +DISTNAME= dsbr100-0.1 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ + +MAINTAINER= lennart@augustsson.net +COMMENT= Control the D-Link DSB-R100 USB radio + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/dsbr100/PLIST b/misc/dsbr100/PLIST new file mode 100644 index 00000000000..b9158166445 --- /dev/null +++ b/misc/dsbr100/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 15:20:42 augustss Exp $ +bin/dsbr100 +man/man1/dsbr100.1 +man/cat1/dsbr100.0 diff --git a/misc/dsbr100/distinfo b/misc/dsbr100/distinfo new file mode 100644 index 00000000000..10d01db4d49 --- /dev/null +++ b/misc/dsbr100/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/29 15:20:42 augustss Exp $ + +SHA1 (dsbr100-0.1.tar.gz) = 029e33aa921a22ce0edd7c2b5c49c80ce75452dc +Size (dsbr100-0.1.tar.gz) = 3255 bytes |