aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.25.Felippe de Meirelles Motta2013-03-197-474/+600
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/176327 Submitted by: William Grzybowski <william88@gmail.com> Approved by: Mikhail T. <mi@aldan.algebra.com> Notes: svn path=/head/; revision=314685
* - graphics/libexif:Po-Chien Lin2013-03-141-6/+2
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Allow this FreeBSD7-only patch to apply before or after patch-warnings.Mikhail Teterin2012-05-091-16/+4
| | | | | | | Notified by: pav@ Notes: svn path=/head/; revision=296321
* Minor fix-ups quick on the heels of the upgrade:Mikhail Teterin2012-05-082-10/+1
| | | | | | | | * run rescan as `dlna' (rather than as `root') * SQLite does not understand ALL of printf's formatting... Notes: svn path=/head/; revision=296187
* Update to 1.0.24. Remove some of the patches already incorporated byMikhail Teterin2012-05-0816-326/+1915
| | | | | | | | | | | | | | | | | the author. Add some new ones. Add "rescan" subcommand to the startup script: Obtained from: Rafal Szkodzinski Replace the pinguin icon with Beastie: Obtained from: Vladimir B. Grebenschikov Thanks to: above contributors and other testers. Notes: svn path=/head/; revision=296184
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Fix my own patch to stop accumulation of zombie-processes.Mikhail Teterin2012-01-096-8/+189
| | | | | | | | | | Reported by: se@, Sergey Grigoriev, Stefan Sundberg Add a handful of patches accepted by the author from different people. Bump PORTREVISION. Notes: svn path=/head/; revision=288842
* Cast a size_t variable to ssize_t to prevent negatives being interpretedMikhail Teterin2011-12-223-3/+3
| | | | | | | | | | | | | as huge positives. Bump PORTREVISION. Explicitly turn off the "deprecated-declarations" warning, which allows to delete the NO_WERROR setting from BSDmakefile. PR: 162526 Submitted by: Wes Santee Notes: svn path=/head/; revision=287883
* Upgrade to the latest version from author: 1.0.22Mikhail Teterin2011-09-219-699/+306
| | | | Notes: svn path=/head/; revision=282097
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-242-2/+4
| | | | Notes: svn path=/head/; revision=276239
* - Bump PORTREVISION to chase the update of libexifWen Heping2011-03-041-0/+1
| | | | Notes: svn path=/head/; revision=270222
* Incorporate dougb's advice into the rc.d start-up script.Mikhail Teterin2010-12-182-190/+106
| | | | | | | | | Clean up our BSD-specific version of getifaddr.c of the #ifdef __linux__ bits and pieces, and put some semblance of BSD's preferred coding style into the file... Notes: svn path=/head/; revision=266554
* Add the port of minidlna -- the DLNA-speaking service.Mikhail Teterin2010-12-1416-0/+1388
(Took me 6 months to come up with the etc/rc.d/ script...) Notes: svn path=/head/; revision=266271