aboutsummaryrefslogtreecommitdiff
path: root/net/mediatomb
Commit message (Collapse)AuthorAgeFilesLines
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-9/+9
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362050
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* support stage.MIHIRA Sanpei Yoshiro2014-06-262-16/+11
| | | | Notes: svn path=/head/; revision=359351
* Add USES=iconv to fix compilation on FreeBSD 10 with libiconv installed.Tijl Coosemans2014-02-201-0/+1
| | | | Notes: svn path=/head/; revision=345236
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Fix build on 10.0Steve Wills2013-11-161-0/+134
| | | | | | | | | PR: ports/181603 Submitted by: Laurent LEVIER <llevier@argosnet.com> Approved by: maintainer timeout (leo@mediatomb.cc, >2 months) Notes: svn path=/head/; revision=333958
* net/mediatomb: fix patch for ffmpeg2 supportWilliam Grzybowski2013-10-251-0/+9
| | | | | | | | | | - Fix patch for ffmpeg2 support PR: ports/183269 Submitted by: Andriy Syrovenko <andriys gmail.com> Notes: svn path=/head/; revision=331624
* multimedia/ffmpeg: update to 2.0.1William Grzybowski2013-10-192-0/+106
| | | | | | | | | | - Update main ffmpeg port to 2.0.1 - Bump and update dependent ports when necessary (API change) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=330909
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Remove duplicate SQLITE and MYSQL options.Raphael Kubo da Costa2013-06-231-1/+1
| | | | | | | | | | | | They are already in OPTIONS_MULTI, so there is no need to have them in OPTIONS_DEFINE as well. PR: ports/179359 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Approved by: maintainer timeout (17 days) Notes: svn path=/head/; revision=321645
* Convert to new options framework, while here cleanup linknxBaptiste Daroussin2013-06-051-36/+31
| | | | Notes: svn path=/head/; revision=319985
* - Remove mysql 4X referenceMartin Wilke2013-05-221-1/+0
| | | | Notes: svn path=/head/; revision=318768
* - graphics/libexif:Po-Chien Lin2013-03-141-1/+1
| | | | | | | | | | | | | | | | * 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
* - Fix a typo in rc scriptAlexey Dokuchaev2013-01-292-7/+3
| | | | | | | | | - Trim Makefile headers while here PR: ports/175138 Notes: svn path=/head/; revision=311153
* Chase rename of lang/spidermonkey to lang/spidermonkey17.Tom Judge2012-09-021-3/+2
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=303571
* 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
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - 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
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Remove references to mysql 323 and 40, most commonly of the form:Doug Barton2011-10-171-1/+1
| | | | | | | IGNORE_WITH_MYSQL= 323 40 Notes: svn path=/head/; revision=283682
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Bump PORTREVISION to chase the update of libexifWen Heping2011-03-041-1/+1
| | | | Notes: svn path=/head/; revision=270222
* - Allow build with MySQL 5.1 and higherSteve Wills2010-12-291-1/+2
| | | | | | | | | PR: ports/153135 Submitted by: swills (myself) Approved by: wxs (mentor) Notes: svn path=/head/; revision=267106
* From some information, YouTube was changed some configurations fromMIHIRA Sanpei Yoshiro2010-11-292-1/+12
| | | | | | | | | 2010/July/22. And we need to update URL for mediatomb. Approved by: maintainer timeout Notes: svn path=/head/; revision=265378
* - Install mediatomb binary as group-executable instead of world-executableRene Ladan2010-10-302-13/+35
| | | | | | | | | | | | - Use ffmpeg instead of vlc for audio/video transcoding - Add profile for audio/xmp (MODule files), disable by default because the dependency on xmp is optional PR: ports/149305 Submitted by: Douglas Carmichael [dcarmich dcarmichael.net] Approved by: maintainer timeout (11 weeks) Notes: svn path=/head/; revision=263821
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-0/+1
| | | | Notes: svn path=/head/; revision=258164
* - Update to 0.12.1Pav Lucistnik2010-06-023-22/+19
| | | | | | | | | PR: ports/147201 Submitted by: Carey Jones <mcj@bluetonic.org> Approved by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=255535
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-3/+3
| | | | Notes: svn path=/head/; revision=252125
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* add more suffix names for PlayStation3.MIHIRA Sanpei Yoshiro2009-12-151-1/+7
| | | | | | | | | | mpg,mpeg,vob,vro: MPEG2 m2ts, mts:H.264/MPEG-4 AVC(AVCHD) Approved by: Leonhard Wimmer <leo at mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=245882
* - Chase taglib updateDima Panov2009-12-021-1/+1
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Unbreak the build with the new curl - the CURLOPT_NOBODY option reallyPeter Pentchev2009-01-241-0/+11
| | | | | | | requires an argument now. Notes: svn path=/head/; revision=226793
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 0.11.0Emanuel Haupt2008-03-034-22/+113
| | | | | | | | PR: 121273 Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=208404
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.10.0Martin Wilke2007-07-155-20/+40
| | | | | | | | PR: 114542 Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=195658
* - Update to 0.9.1Martin Wilke2007-05-304-28/+8
| | | | | | | | PR: 113097 Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=192370
* - Chase libexif updatePav Lucistnik2007-05-271-1/+1
| | | | Notes: svn path=/head/; revision=192044
* - Chase libexif updatePav Lucistnik2007-05-251-0/+1
| | | | Notes: svn path=/head/; revision=191776
* - Fix build with sqlite3Martin Wilke2007-04-172-48/+57
| | | | | | | | PR: 111797 Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=190253
* UPnP media serverMartin Wilke2007-04-179-0/+454
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices. MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found on http://www.upnp.org/. The current implementation focuses on parts that are required by the specification, however we look into extending the functionality to cover the optional parts of the spec as well. WWW: http://mediatomb.cc/ - Leonhard Wimmer leo@mediatomb.cc PR: ports/111038 Submitted by: Leonhard Wimmer <leo at mediatomb.cc> Notes: svn path=/head/; revision=190207