Commit graph

25 commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Wen Heping
9143b1b3f1 - Bump PORTREVISION to chase the update of libexif 2011-03-04 02:19:07 +00:00
Steve Wills
825919b05c - Allow build with MySQL 5.1 and higher
PR:		ports/153135
Submitted by:	swills (myself)
Approved by:	wxs (mentor)
2010-12-29 02:26:34 +00:00
MIHIRA Sanpei Yoshiro
ed6738970f From some information, YouTube was changed some configurations from
2010/July/22. And we need to update URL for mediatomb.

Approved by:    maintainer timeout
2010-11-29 14:43:35 +00:00
Rene Ladan
b8ce0774b9 - 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)
2010-10-30 23:37:45 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Pav Lucistnik
3e2fa2fd63 - Update to 0.12.1
PR:		ports/147201
Submitted by:	Carey Jones <mcj@bluetonic.org>
Approved by:	Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
2010-06-02 15:06:57 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
MIHIRA Sanpei Yoshiro
6fd2019f46 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)
2009-12-15 12:09:16 +00:00
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Doug Barton
0175383f0a 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.
2009-07-15 16:56:10 +00:00
Peter Pentchev
0e7c1db0bd Unbreak the build with the new curl - the CURLOPT_NOBODY option really
requires an argument now.
2009-01-24 13:54:53 +00:00
Peter Pentchev
c189a6b2da 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.
2009-01-23 15:43:14 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Emanuel Haupt
4ed1195707 Update to 0.11.0
PR:		121273
Submitted by:	Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
2008-03-03 23:03:33 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Martin Wilke
24186a5078 - Update to 0.10.0
PR:		114542
Submitted by:	Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
2007-07-15 15:05:15 +00:00
Martin Wilke
7d45e9d31a - Update to 0.9.1
PR:		113097
Submitted by:	Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
2007-05-30 06:16:38 +00:00
Pav Lucistnik
4b247a711e - Chase libexif update 2007-05-27 15:25:47 +00:00
Pav Lucistnik
786d2c25ce - Chase libexif update 2007-05-25 12:07:17 +00:00
Martin Wilke
2fd70d7a62 - Fix build with sqlite3
PR:             111797
Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
2007-04-17 23:44:18 +00:00
Martin Wilke
8e8a7e0e30 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>
2007-04-17 18:33:48 +00:00