aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gpodder
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/gpodder: update to 3.9.3Ruslan Makhmatkhanov2016-12-293-5/+16
| | | | | | | | | | | | | - replace feedparser with podcastparser. This change was done upstream in version 3.9.2, so the current version is broken, and this is why I requesting MFH. - add patch to make network detection routine work with wireless interfaces in FreeBSD MFH: 2016Q4 Notes: svn path=/head/; revision=429934
* multimedia/gpodder: update to 3.9.2Ruslan Makhmatkhanov2016-12-092-4/+4
| | | | | | | | Changelog: http://blog.gpodder.org/2016/11/gpodder-392-canyonero-released.html Notes: svn path=/head/; revision=428255
* multimedia/gpodder: update to 3.9.1Ruslan Makhmatkhanov2016-10-282-4/+6
| | | | Notes: svn path=/head/; revision=424883
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* multimedia/gpodder: update to 3.9.0Ruslan Makhmatkhanov2016-02-133-32/+12
| | | | | | | | | | | - update to 3.9.0 - modernize port (options helpers, NO_ARCH etc) Release notes: http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html Notes: svn path=/head/; revision=408817
* multimedia/gpodder: update to 3.8.3Ruslan Makhmatkhanov2015-02-233-7/+25
| | | | Notes: svn path=/head/; revision=379669
* multimedia/gpodder: update to 3.8.1Ruslan Makhmatkhanov2014-10-083-158/+115
| | | | Notes: svn path=/head/; revision=370434
* multimedia/gpodder: update to 3.6.1Ruslan Makhmatkhanov2014-04-202-3/+3
| | | | | | | | | | | - update to 3.6.1 Release notes: http://blog.gpodder.org/2014/02/gpodder-360-population-zero-released.html http://blog.gpodder.org/2014/03/gpodder-361-little-orphan-airplane.html Notes: svn path=/head/; revision=351643
* - update to 3.5.2Ruslan Makhmatkhanov2013-12-253-32/+19
| | | | | | | | | | | - use option helpers - support staging changelog: http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html Notes: svn path=/head/; revision=337400
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update to 3.5.1Ruslan Makhmatkhanov2013-04-183-6/+66
| | | | | | | | | | changelog: http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html Feature safe: yes Notes: svn path=/head/; revision=316069
* - update to 3.5.0Ruslan Makhmatkhanov2013-03-084-16/+15
| | | | | | | | | | - remove unneeded patch changelog: http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html Notes: svn path=/head/; revision=313659
* - fix network interface detection failure, introduced in 3.4.0. There isRuslan Makhmatkhanov2013-01-162-1/+14
| | | | | | | | | | | | | | | upstream bug-report [1] and the issue is patched partially in upstream's repository, but it has some problems so I stick with own workaround until the new release - add missing runtime dependency on audio/py-eyed3, while here - bump PORTREVISION [1] https://bugs.gpodder.org/show_bug.cgi?id=1730 Reported by: Stephan Schindel <sts@tp1.rub.de> (via ports@) Notes: svn path=/head/; revision=310498
* - update to 3.4.0Ruslan Makhmatkhanov2012-12-313-10/+13
| | | | | | | | changelog: http://blog.gpodder.org/2012/12/gpodder-340-quiet-earth-released.html Notes: svn path=/head/; revision=309713
* - update to 3.3.0Ruslan Makhmatkhanov2012-09-284-22/+51
| | | | | | | | changelog: http://blog.gpodder.org/2012/09/gpodder-330-intermission-released.html Notes: svn path=/head/; revision=305011
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - update to 3.1.2Ruslan Makhmatkhanov2012-05-304-34/+25
| | | | | | | | | | | - remove no more needed files/patch-setup.py - convert to optionsng changelog: http://blog.gpodder.org/2012/05/gpodder-312-capture-moon-released.html Notes: svn path=/head/; revision=297814
* Turn GTK option to `on' as it should be.Ruslan Makhmatkhanov2012-05-011-1/+2
| | | | Notes: svn path=/head/; revision=295803
* - update to 3.1.1 (current upstream branch)Ruslan Makhmatkhanov2012-05-015-246/+204
| | | | | | | | | | | | | | | | | | | | - remove mygpoclient parts, because it's now a separate port - drop COVERART and IPOD options - they are not yet ported to 3.1.0 - MP3TAG options has changed with MUTAGEN (user also need to enable corresponding extension to make it work) - drop SHOWNOTES option - it's now require python-webkit package, that we lack in the ports tree - make py-notify dependency optional (default off) - make GTK GUI optional (default on), there is also working CLI with web-server - add patch-setup.py - ugly hack to stop installing man-page with setup.py, they are now installed manually into correct location Differences in 2.x/3.x are listed here: http://blog.gpodder.org/2011/11/gpodder-300-397d-released.html Notes: svn path=/head/; revision=295802
* - update to 2.20.1Ruslan Makhmatkhanov2012-03-102-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293059
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-0/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - update to 2.20Ruslan Makhmatkhanov2011-11-203-15/+13
| | | | | | | | | | | | | - update mirrors list - strict python version to 2.6-2.7 - update mygpoclient to 1.6 - drop dependency on py-simplejson Approved by: miwi (co-mentor) Feature safe: yes Notes: svn path=/head/; revision=286113
* Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov2011-11-101-1/+1
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285480
* - Update to 2.19Dennis Herrmann2011-09-253-3/+5
| | | | | | | | PR: ports/160983 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=282357
* - Update to 2.18Martin Wilke2011-08-262-9/+11
| | | | | | | | | | | | | - Bump USE_PYTHON to 2.5+ - Remove dependency on databases/py-pysqlite23, keep py-sqlite3 - Conditionally depend on simplejson, since we have json module in python 2.6+ - Whitespace fix PR: 160155 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=280437
* Updte to 2.16Tilman Keskinoz2011-07-142-6/+6
| | | | | | | | PR: 158790 Submitted by: maintainer Notes: svn path=/head/; revision=277693
* - Update to 2.15Martin Wilke2011-07-023-19/+17
| | | | | | | | PR: 158405 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=276849
* - Assign maintainership to new volunteerGreg Larkin2011-05-021-1/+1
| | | | | | | Requested by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports ML) Notes: svn path=/head/; revision=273489
* By Maintainer's request, toss these ports back into the poolDoug Barton2011-04-271-1/+1
| | | | Notes: svn path=/head/; revision=273235
* Update to 2.14Tilman Keskinoz2011-04-092-4/+6
| | | | | | | | PR: 156213 Submitted by: maintainer Notes: svn path=/head/; revision=272436
* Chase libgpod shlib version bump.Alexey Dokuchaev2011-03-151-1/+2
| | | | Notes: svn path=/head/; revision=270942
* - Update to 2.13Martin Wilke2011-02-273-3/+10
| | | | | | | | PR: 155052 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=269901
* Update to 2.12Tilman Keskinoz2011-01-142-3/+3
| | | | | | | | | PR: 153943 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=267767
* Update to 2.11Tilman Keskinoz2010-12-252-3/+3
| | | | | | | | | | | | This version fixes YouTube downloads and several other bugs. For details, see http://repo.or.cz/w/gpodder.git/shortlog/refs/tags/gpodder-2.11 PR: 153377 Submitted by: maintainer Notes: svn path=/head/; revision=266891
* Update to version 2.10Beech Rintoul2010-12-034-7/+4
| | | | | | | | | | | | This is mostly a bugfix/code-cleanup release. Some minor improvements to the UI. PR: ports/152756 Submitted by: Charlie Kester (corky1951@comcast.net) (maintainer) Approved by: itetcu (mentor) (implicit) Notes: svn path=/head/; revision=265614
* Add locale directory 'kk' to plist, at least for now, to clean up properly onStefan Walter2010-11-132-2/+4
| | | | | | | deinstall. Notes: svn path=/head/; revision=264487
* - Adjust MASTER_SITES to make it fetch.Stefan Walter2010-11-092-2/+6
| | | | | | | | - Replace a space by a tab. - Fix plist. Notes: svn path=/head/; revision=264302
* Update mygpoclient to version 1.5Stefan Walter2010-11-063-8/+4
| | | | | | | | PR: 151443 Submitted by: maintainer Notes: svn path=/head/; revision=264165
* - Update to 2.9Philip M. Gollucci2010-10-123-21/+19
| | | | | | | | PR: ports/151376 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=262871
* - Update to 2.7Pav Lucistnik2010-08-073-12/+12
| | | | | | | | PR: ports/149375 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=258885
* - Pass maintainership to volunteerSahil Tandon2010-08-061-2/+2
| | | | | | | | | - Pacify portlint(1) Approved by: old maintainer (via ports@) Notes: svn path=/head/; revision=258858
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 2.5Beat Gaetzi2010-04-213-10/+7
| | | | | | | | | | - Remove misleading video option as gpodder works with all kind of media players Submitted by: Frank Steinborn <steinex AT nognu.de> (maintainer) Notes: svn path=/head/; revision=253024
* - Update to 2.4Beat Gaetzi2010-04-153-7/+15
| | | | | | | | | - Pass maintainership to submitter Submitted by: Frank Steinborn <steinex AT nognu.de> Notes: svn path=/head/; revision=252712
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.3Martin Wilke2010-03-083-4/+11
| | | | | | | | PR: 144425 Submitted by: Ports Fury Notes: svn path=/head/; revision=250730
* - Update to 2.2Martin Wilke2010-02-123-7/+82
| | | | | | | | PR: 143815 Submitted by: Ports Fury Notes: svn path=/head/; revision=249675
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285