- Update to 0.02

PR:		ports/60960
Submitted by:	Mina Naguib <webmaster@topfx.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-01-06 00:10:38 +00:00
parent 005fb95734
commit faef1a3f4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97417
3 changed files with 2 additions and 69 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= bsdbktr_tvtune
PORTVERSION= 0.01
PORTVERSION= 0.02
CATEGORIES= multimedia
MASTER_SITES= http://www.topfx.com/dist/

View file

@ -1 +1 @@
MD5 (bsdbktr_tvtune-0.01.tar.gz) = 49f979a86581eb3adf5d26c6ad898257
MD5 (bsdbktr_tvtune-0.02.tar.gz) = 3ec8aca0222e103fac2a6a236ee37964

View file

@ -1,67 +0,0 @@
--- bsdbktr_tvtune.c.orig Sun Jan 4 23:43:58 2004
+++ bsdbktr_tvtune.c Mon Jan 5 21:19:01 2004
@@ -159,35 +159,35 @@
* Shows propper utility usage then exits
*/
void show_usage(char *programname) {
- printf("
-
-Usage:
- %s [-d TVTUNERDEVICE] [-s CHANNELSET] -c CHANNEL
- %s -h
- %s -l
- %s -v
-
-Where:
-
- -c
- The channel to tune to
-
- -d
- The device to open for tuning. If unspecified defaults to /dev/tuner0
-
- -h
- This help you're seeing
-
- -l
- List all valid CHANNELSETs you could pass to the -s option
-
- -s
- The channel set configuration to use. If unspecified defaults to NABCST
-
- -v
- Show program version
-
-", programname, programname, programname, programname);
+ printf("\n"\
+" \n"\
+"Usage:\n"\
+" %s [-d TVTUNERDEVICE] [-s CHANNELSET] -c CHANNEL\n"\
+" %s -h\n"\
+" %s -l\n"\
+" %s -v\n"\
+"\n"\
+"Where:\n"\
+"\n"\
+" -c\n"\
+" The channel to tune to\n"\
+"\n"\
+" -d\n"\
+" The device to open for tuning. If unspecified defaults to /dev/tuner0\n"\
+"\n"\
+" -h\n"\
+" This help you're seeing\n"\
+"\n"\
+" -l\n"\
+" List all valid CHANNELSETs you could pass to the -s option\n"\
+"\n"\
+" -s\n"\
+" The channel set configuration to use. If unspecified defaults to NABCST\n"\
+"\n"\
+" -v\n"\
+" Show program version\n"\
+"\n"\
+"\n", programname, programname, programname, programname);
exit(1);
}