aboutsummaryrefslogtreecommitdiff
path: root/comms/rtl-sdr
Commit message (Collapse)AuthorAgeFilesLines
* comms/rtl-sdr: Update to 2.0.1Ganael LAPLANCHE2023-11-105-22/+11
| | | | and bump dependent ports' revisions
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* comms: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * 'Big Bad Bob' Frazier <bobf@mrp3.com> * <mr@freebsd.org> * Alex Samorukov <samm@freebsd.org> * Alexander Logvinov <ports@logvinov.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Nordby <anders@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrew Dolgov <fox@furry.spb.ru> * Andrey Lykhin <lan31@inbox.ru> * Anton Voronin <anton@urc.ac.ru> * Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> * Brian Dean <bsd@FreeBSD.org> * Bruce Cran <bruce@cran.org.uk> * Carl Makin <carl@stagecraft.cx> * Darren <igla@batterybackups.net> * David * David O'Brien <obrien@cs.ucdavis.edu> * David Thiel <lx@redundancy.redundancy.org> * Denis Shaposhnikov <dsh@vlink.ru> * Devon H. O'Dell <devon.odell@coyotepoint.com> * Diane Bruce <db@db.net> * Douglas K. Rand <rand@meridian-enviro.com> * Edward Tomasz Napierala <trasz@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Frank Steinborn <steinex@nognu.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * George Reid <greid@ukug.uk.freebsd.org> * Hye-Shik Chang <perky@fallin.lv> * Janos.Mohacsi@bsd.hu * Jean-Baptiste Quenot <jb.quenot@caraldi.com> * Jeffrey Baitis <jeff@baitis.net> * Johan Strom <johan@stromnet.se> * Johan Strom <johna@stromnet.se> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Julian Stacey <jhs@FreeBSD.org> * Kirill Bezzubets <kirill@solaris.ru> * MITA Yoshio <mita@FreeBSD.org> * Markus Brueffer <markus@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org> * Masafumi NAKANE <max@FreeBSD.org> * Matt Dawson <matt@mattsnetwork.co.uk> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Reifenberger (mike@Reifenberger.com) * Mike Heffner <mikeh@FreeBSD.org> * Nick Sayer <nsayer@FreeBSD.org> * Nicole Reid <root@cooltrainer.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Patrick Gardella <patrick@FreeBSD.org> * Paul Traina <pst@FreeBSD.org> * Pav Lucistnik <pav@FreeBSD.org> * Rick Elrod <codeblock@eighthbit.net> * Rodrigo Osorio <rodrigo@FreeBSD.org> * Sebastian Yepes <esn@x123.info> * Staffan Ulfberg <staffanu@multivac.fatburen.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Woodford <scw@netbsd.hut.fi> * Steven Kreuzer <skreuzer@FreeBSD.org> * Sunry Chen <sunrychen@gmail.com> * Søren Straarup <xride@x12.dk> * Tony Shadwick <tshadwick@oss-solutions.com> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vladimir Grebenschikov * Vladimir Kondratyev <wulf@FreeBSD.org> * db * dirkx@webweaving.org * dom@happygiraffe.net * elbarto@ArcadeBSD.org * hm * jmz * joes@seaport.net * lambert@lambertfam.org * nox@FreeBSD.org * obrien@cs.ucdavis.edu * rkw * shurd * shurd@FreeBSD.org * wlloyd@slap.net * //www.tomek.cedro.info) With hat: portmgr
* comms/rtl-sdr: regen plist after doxygen updateDima Panov2021-12-162-30/+7
| | | | Sponsored by: Netzkommune GmbH
* comms/rtl-sdr: Do not force gnu89 C std anymoreGanael LAPLANCHE2021-05-101-3/+2
| | | | | | | | - gnu89 do not seem to be needed anymore - also, remove useless dependency to gmake PR: 255725 Reported by: Nico Sonack <nsonack@outlook.com>
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-1/+1
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0Ganael LAPLANCHE2019-02-243-11/+15
| | | | | | | | | Also: - Switch to Github mirror - Bump dependent ports' PORTREVISIONs Notes: svn path=/head/; revision=493800
* Update to 20170919Ganael LAPLANCHE2018-01-243-14/+4
| | | | | | | (no ABI change, so no need to bump dependencies) Notes: svn path=/head/; revision=459833
* Update devel/doxygen to 1.8.14Antoine Brodin2018-01-192-2/+2
| | | | | | | | PR: 225290 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=459474
* Prefer -std=gnu89 over -fgnu89-inlineJan Beich2017-02-051-1/+1
| | | | Notes: svn path=/head/; revision=433346
* Fix build with clang 4.0Ganael LAPLANCHE2017-01-161-1/+2
| | | | | | | | PR: 216048 Submitted by: jbeich Notes: svn path=/head/; revision=431703
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-053-13/+4
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-3/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* comms/rtl-sdr: pedantic typo correctionJohn Marino2016-09-301-1/+1
| | | | Notes: svn path=/head/; revision=423029
* Fix build.Mathieu Arnold2016-09-302-104/+105
| | | | | | | | | Reported by: antoine Pointy hat: mat Sponsored by: Absolight Notes: svn path=/head/; revision=423001
* Only build docs with doxygen inside a DOXYGEN option.Mathieu Arnold2016-09-301-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=422996
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-272-3/+3
| | | | | | | | | - Adjust plist of ports depending on it PR: 212869 Notes: svn path=/head/; revision=422818
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-7/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Update devel/doxygen to 1.8.10Antoine Brodin2015-07-272-2/+2
| | | | | | | | PR: 201365 exp-run: self Notes: svn path=/head/; revision=392994
* Add support for HanfTek DVB-TGanael LAPLANCHE2015-02-032-1/+11
| | | | | | | | PR: 197272 Submitted by: skreuzer Notes: svn path=/head/; revision=378347
* Update devel/doxygen to 1.8.9Antoine Brodin2014-12-312-14/+8
| | | | | | | | | PR: ports/196342 Submitted by: Naram Qashat (maintainer) Exp-run and fixes to depending ports: self Notes: svn path=/head/; revision=375872
* The half done helper was not intended revertBaptiste Daroussin2014-12-181-1/+1
| | | | Notes: svn path=/head/; revision=374911
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-6/+2
| | | | Notes: svn path=/head/; revision=374897
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-2/+0
| | | | Notes: svn path=/head/; revision=370757
* Update devel/doxygen to 1.8.7Antoine Brodin2014-08-092-6/+3
| | | | | | | | | | | Update dependent ports to build with it Most of work by: pi@ Exp-run: self PR: ports/190943 Notes: svn path=/head/; revision=364468
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361937
* Fix librtlsdr.pcGanael LAPLANCHE2014-07-112-1/+10
| | | | | | | Submitted by: David Bjornsson <dabb@lolnet.is> Notes: svn path=/head/; revision=361525
* Strip using INSTALL_TARGET=install-strip instead of post-install actionGanael LAPLANCHE2014-05-211-3/+1
| | | | Notes: svn path=/head/; revision=354747
* Switch to USES=libtoolGanael LAPLANCHE2014-05-162-3/+4
| | | | Notes: svn path=/head/; revision=354215
* Update to 20140210Ganael LAPLANCHE2014-03-263-22/+27
| | | | Notes: svn path=/head/; revision=349236
* - Update comms/rtl-sdr to 20130913 and bump dependent ports' revisionsGanael LAPLANCHE2013-10-103-113/+107
| | | | | | | | | - Enable staging - Update USES - Remove IGNORE statement for pre-8.x versions Notes: svn path=/head/; revision=329965
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Convert all c categories to USE=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316310
* Update to 20130116Ganael LAPLANCHE2013-01-223-8/+7
| | | | Notes: svn path=/head/; revision=310805
* Add rtl-sdr, set of tools to use RTL2832U-based USB dongles as cheap SDRGanael LAPLANCHE2012-11-076-0/+235
Feature safe: yes Notes: svn path=/head/; revision=307117