diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-08-21 10:45:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-08-21 10:45:12 +0000 |
commit | 199a7213edbf54afd726208b08dc6503754843b8 (patch) | |
tree | aa08cce5ee4add07680b53fb091480a617c619d1 /multimedia/w_scan | |
parent | 375d6f59e96758053bcd394f97e55288c2d0bf71 (diff) | |
download | ports-199a7213edbf54afd726208b08dc6503754843b8.tar.gz ports-199a7213edbf54afd726208b08dc6503754843b8.zip |
Notes
Diffstat (limited to 'multimedia/w_scan')
-rw-r--r-- | multimedia/w_scan/Makefile | 4 | ||||
-rw-r--r-- | multimedia/w_scan/pkg-descr | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index 16fbb4bcd579..e98489562ffb 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -13,11 +13,15 @@ COMMENT= Perform frequency scans for DVB and ATSC transmissions LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= No longer developed since September 2017, MASTER_SITES gone +EXPIRATION_DATE=2020-09-01 + BUILD_DEPENDS= v4l_compat>=1.0.20120501:multimedia/v4l_compat GNU_CONFIGURE= yes USES= dos2unix gettext iconv localbase tar:bzip2 DOS2UNIX_GLOB= *.c *.h +CFLAGS+= -fcommon LDFLAGS+= ${ICONV_LIB} PORTDOCS= COPYING ChangeLog README diff --git a/multimedia/w_scan/pkg-descr b/multimedia/w_scan/pkg-descr index c8a2bfdab755..b0dab7e85d8f 100644 --- a/multimedia/w_scan/pkg-descr +++ b/multimedia/w_scan/pkg-descr @@ -1,11 +1,7 @@ -[From the README:] - -this is a small channel scan tool for vdr which generates ATSC, DVB-C, +w_scan is a small channel scan tool for vdr which generates ATSC, DVB-C, DVB-S/S2 and DVB-T channels.conf files. It's 50% "scan" from linuxtv-dvb-apps-1.1.0, the differences are: - no initial tuning data needed, because scanning without this data is exactly what a scan tool like this should do - it detects automatically which DVB/ATSC card to use. - -WWW: http://wirbel.htpc-forum.de/w_scan/index_en.html |