aboutsummaryrefslogtreecommitdiff
path: root/multimedia/szap-s2
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-2/+2
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* Switch my ports to USES= tar:...Juergen Lock2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348333
* No need to check DOCS knob in do-install with staging - saves parsingJuergen Lock2014-01-301-4/+0
| | | | | | | | | bsd.port.mk one time too many. Submitted by: mat Notes: svn path=/head/; revision=341876
* - Actually finish the stagification.Juergen Lock2014-01-291-4/+5
| | | | | | | - Rewrite NOPORTDOCS. Notes: svn path=/head/; revision=341790
* - Switch to USES= gmake.Juergen Lock2014-01-261-2/+3
| | | | | | | - Stagify. Notes: svn path=/head/; revision=341253
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Fix build with clang.Juergen Lock2011-06-281-0/+3
| | | | Notes: svn path=/head/; revision=276589
* szap-s2 is a command line channel zapping (i.e. tuning) utility similarJuergen Lock2010-05-234-0/+212
to szap but including support for S2API a.k.a. DVB API version 5, which supports DVB-S2. When using szap-s2, one instructs it to change the channel to one of a list of channels supplied in a channels.conf type file. There is no manpage yet, but you can run szap-s2 without args to get a usage message. location of channel list file is ~/.szap/channels.conf one line of the szap channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:service_id one line of the VDR channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:tpid:?:service_id:?:?:? WWW: http://www.linuxtv.org/wiki/index.php/Szap-s2 Notes: svn path=/head/; revision=254898