| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 May 2013 14:30:51
0.12.1_10
|
miwi  |
- Remove mysql 4X reference |
14 Mar 2013 08:17:40
0.12.1_10
|
pclin  |
- graphics/libexif:
* 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 |
29 Jan 2013 07:35:10
0.12.1_9
|
danfe  |
- Fix a typo in rc script
- Trim Makefile headers while here
PR: ports/175138 |
02 Sep 2012 20:02:01
0.12.1_8
|
tj  |
Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by: eadler (mentor) |
05 Aug 2012 23:19:40
0.12.1_7
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
01 Jun 2012 05:26:28
0.12.1_7
|
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
0.12.1_6
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
14 Jan 2012 08:57:23
0.12.1_5
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
24 Oct 2011 04:17:38
0.12.1_5
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- 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. |
17 Oct 2011 04:35:02
0.12.1_5
|
dougb  |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40 |
23 Sep 2011 22:26:39
0.12.1_5
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
24 Jun 2011 22:39:03
0.12.1_5
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
20 Mar 2011 12:54:45
0.12.1_4
|
miwi  |
- Get Rid MD5 support |
19 Mar 2011 13:15:34
0.12.1_4
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
04 Mar 2011 02:15:10
0.12.1_3
|
wen  |
- Bump PORTREVISION to chase the update of libexif |
29 Dec 2010 02:26:35
0.12.1_2
|
swills  |
- Allow build with MySQL 5.1 and higher
PR: ports/153135
Submitted by: swills (myself)
Approved by: wxs (mentor) |
29 Nov 2010 14:43:35
0.12.1_2
|
sanpei  |
From some information, YouTube was changed some configurations from
2010/July/22. And we need to update URL for mediatomb.
Approved by: maintainer timeout |
30 Oct 2010 23:37:45
0.12.1_1
|
rene  |
- Install mediatomb binary as group-executable instead of world-executable
- 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) |
24 Jul 2010 16:38:20
0.12.1_1
|
mm  |
- Update ffmpeg to 0.6 |
02 Jun 2010 15:06:58
0.12.1
|
pav  |
- Update to 0.12.1
PR: ports/147201
Submitted by: Carey Jones <mcj@bluetonic.org>
Approved by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) |
03 Apr 2010 10:44:36
0.11.0_4
|
roam  |
Chase the ftp/curl shlib version bump. |
27 Mar 2010 00:15:24
0.11.0_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Dec 2009 12:09:16
0.11.0_3
|
sanpei  |
add more suffix names for PlayStation3.
mpg,mpeg,vob,vro: MPEG2
m2ts, mts:H.264/MPEG-4 AVC(AVCHD)
Approved by: Leonhard Wimmer <leo at mediatomb.cc> (maintainer) |
02 Dec 2009 17:16:16
0.11.0_3
|
fluffy  |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi |
22 Aug 2009 00:32:25
0.11.0_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
15 Jul 2009 16:56:10
0.11.0_2
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
24 Jan 2009 13:54:53
0.11.0_2
|
roam  |
Unbreak the build with the new curl - the CURLOPT_NOBODY option really
requires an argument now. |
23 Jan 2009 15:43:14
0.11.0_2
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
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. |
06 Jun 2008 13:50:32
0.11.0_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
03 Mar 2008 23:03:33
0.11.0
|
ehaupt  |
Update to 0.11.0
PR: 121273
Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) |
23 Jul 2007 09:36:52
0.10.0
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
15 Jul 2007 15:05:15
0.10.0
|
miwi  |
- Update to 0.10.0
PR: 114542
Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) |
30 May 2007 06:16:38
0.9.1
|
miwi  |
- Update to 0.9.1
PR: 113097
Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) |
27 May 2007 15:25:39
0.9.0_2
|
pav  |
- Chase libexif update |
25 May 2007 12:07:17
0.9.0_1
|
pav  |
- Chase libexif update |
17 Apr 2007 23:44:18
0.9.0
|
miwi  |
- Fix build with sqlite3
PR: 111797
Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) |
17 Apr 2007 18:33:49
0.9.0
|
miwi  |
UPnP media server
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> |