Personal patches
Go to file
Rene Ladan 35abb7189a multimedia/w_scan2: add working fork of expiring multimedia/w_scan
w_scan2 is a small channel scan tool which generates ATSC, DVB-C,
DVB-S/S2 and DVB-T/T2 channels.conf files.

It's based on the old "scan" tool 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.
* much more output formats, interfacing to other dtv software.

w_scan2 is a fork of the original w_scan from
https://www.gen2vdr.de/wirbel/w_scan/index2.html

Main changes from w_scan to w_scan2:
* keep duplicate transponders by default because a stronger transponder
  with the same ID might have a higher frequency and be discarded simply
  because it's scanned later. Also don't replace the current transponder
  with an advertised one by default. The latter may have a lower signal
  strength. More details here:
  https://stefantalpalaru.wordpress.com/2016/02/04/scan-all-the-things/
  The old behaviour can be enabled with -d (--delete-duplicate-transponders).
* re-enable VHF band III in Europe

WWW: https://github.com/stefantalpalaru/w_scan2

Suggested by:	hselasky
2020-08-22 16:08:11 +00:00
accessibility
arabic
archivers
astro
audio - Silince mkdir 2020-08-22 09:36:35 +00:00
base
benchmarks - Unbreak the build with -fno-common (Clang 11, GCC 10) 2020-08-22 15:26:00 +00:00
biology
cad cad/iverilog: Use upstream patch for -fno-common 2020-08-22 14:15:34 +00:00
chinese
comms
converters converters/osm2pgrouting: fix build after databases/postgresql-libpqxx update 2020-08-22 06:50:15 +00:00
databases databases/libmemcached: Fix build with -fno-common 2020-08-22 10:23:59 +00:00
deskutils Update claibre to 4.23.0 2020-08-21 21:22:41 +00:00
devel devel/json-glib: Fix build with llvm 11 2020-08-22 09:37:46 +00:00
dns Update to 1.0.11 2020-08-21 21:28:33 +00:00
editors
emulators emulators/yuzu: update to s20200820 2020-08-22 00:58:03 +00:00
finance
french
ftp
games games/sdlpop: fix checksum 2020-08-22 09:46:26 +00:00
german
graphics graphics/mesa-devel: update to 20.2.b.591 2020-08-22 00:58:11 +00:00
hebrew
hungarian
irc irc/scrollz: Fix build with -fno-common 2020-08-22 14:17:09 +00:00
japanese
java
Keywords
korean
lang lang/libobjc2: Add -fcommon to CFLAGS 2020-08-22 13:55:19 +00:00
mail mail/msmtp: update to 1.8.12 2020-08-22 04:26:58 +00:00
math Add LICENSE_FILE 2020-08-21 21:24:17 +00:00
misc
Mk gecko: add native OSS support, replacing ALSA as fallback 2020-08-21 16:32:05 +00:00
multimedia multimedia/w_scan2: add working fork of expiring multimedia/w_scan 2020-08-22 16:08:11 +00:00
net net/libsrtp2: Fix build with -fno-common 2020-08-22 15:45:44 +00:00
net-im
net-mgmt
net-p2p Update to SVN-r11055 2020-08-22 07:49:21 +00:00
news
polish
ports-mgmt
portuguese
print Update to 4.14.0 2020-08-21 21:24:26 +00:00
russian
science science/py-dlib: Fix plist for non-default python flavors. 2020-08-22 08:57:40 +00:00
security security/nextcloud-end_to_end_encryption: Add new port 2020-08-22 12:07:45 +00:00
shells
sysutils sysutils/dtc: Fix build with -fno-common 2020-08-22 15:24:34 +00:00
Templates
textproc Update to 1.4 2020-08-21 21:32:18 +00:00
Tools
ukrainian
vietnamese
www www/monolith: Update to 2.3.1 2020-08-22 15:46:59 +00:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED devel/codeblocks-devel: remove -devel version of codeblocks 2020-08-22 06:15:04 +00:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.