notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: multimedia/mmpython/Makefile

Number of commits found: 40

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Wednesday, 16 Oct 2019
10:07 martymac search for other commits by this committer
Update multimedia/libdvdread and multimedia/libdvdnav

- Update multimedia/libdvdread to 6.0.2 and bump dependent ports' revisions
  (shared library version changed)
- Update multimedia/libdvdnav to version 6.0.1 (no ABI change)
Original commitRevision:514578 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Friday, 13 Mar 2015
13:22 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Strip libraries
Original commitRevision:381191 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 21 Oct 2014
17:22 mva search for other commits by this committer
- Convert ports of multimedia/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371331 
Monday, 9 Jun 2014
03:43 vanilla search for other commits by this committer
Fix typo.

Submitted by:	rm@
Original commitRevision:357096 
03:06 vanilla search for other commits by this committer
1: Stagify.
2: add LICENSE.
3: switch to PYDISTUTILS_AUTOPLIST.
Original commitRevision:357087 
Tuesday, 13 May 2014
10:17 martymac search for other commits by this committer
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread

Approved by:	portmgr (implicit) [1]
Original commitRevision:353931 
Monday, 3 Feb 2014
08:15 martymac search for other commits by this committer
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
Original commitRevision:342392 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Friday, 3 Aug 2012
15:54 cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Original commit
Tuesday, 17 Jan 2012
14:35 martymac search for other commits by this committer
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
Original commit
Tuesday, 14 Sep 2010
18:58 makc search for other commits by this committer
Bump PORTREVISION for libdvdread dependants
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Sunday, 8 Feb 2009
18:45 rnoland search for other commits by this committer
Replace libdvdread with the version maintained by the mplayer group

        -Turn over maintainership
        -Bump ports that depend on libdvdread since shared lib
         version rolls back from .5 to .4
        -Fix multimedia/ogle build with this version

PR:             127849
Submitted by:   Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Original commit
Wednesday, 20 Aug 2008
06:45 linimon search for other commits by this committer
Reset lewiz@compsoc.man.ac.uk due to lack of time to work on FreeBSD.

Hat:            portmgr
Original commit
Sunday, 6 Apr 2008
10:18 bland search for other commits by this committer
- Recovery from nasty update.
- Plug CDROM device file descriptor leak.
Original commit
Wednesday, 19 Mar 2008
12:41 lippe search for other commits by this committer
- Update to 0.4.10.
- Use SF macro.

PR:             ports/121227
Submitted by:   myself
Approved by:    gabor (mentor), maintainer timeout (> 2 weeks)
Original commit
Thursday, 5 Apr 2007
06:03 koitsu search for other commits by this committer
* libdvdread - PORTREVISION increment
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread

Approved by:    philip
Original commit
Friday, 31 Mar 2006
01:58 bland search for other commits by this committer
- Workaround Pythons ioctl() wrapper deficency.
- Add CDS constant missed on FreeBSD.
- Catch up with lsdvd output format changes.
- Remove obsolete USE_REINPLACE.

Approved by:    maintainer
Original commit
Saturday, 9 Apr 2005
23:23 pav search for other commits by this committer
- Update to 0.4.8

PR:             ports/79728
Submitted by:   Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
Original commit
Friday, 8 Apr 2005
03:41 linimon search for other commits by this committer
Update maintainer's email address.

Requested by:   maintainer
Original commit
Saturday, 4 Dec 2004
20:42 arved search for other commits by this committer
Update to 0.4.7

PR:             74628
Submitted by:   Lewis Thompson <purple@lewiz.net>
Original commit
Tuesday, 23 Nov 2004
12:05 edwin search for other commits by this committer
Make LOCALBASE proof
Original commit
Tuesday, 12 Oct 2004
07:23 linimon search for other commits by this committer
Update to 0.4.6.

PR:             ports/71611
Submitted by:   Lewis Thompson <purple at lewiz dot net> (maintainer)
Original commit
Friday, 20 Aug 2004
09:21 pav search for other commits by this committer
- Update to 0.4.5

PR:             ports/70581
Submitted by:   Lewis Thompson <purple@lewiz.net> (maintainer)
Original commit
Friday, 2 Jul 2004
12:09 krion search for other commits by this committer
Update to 0.4.4

PR:             ports/68581
Submitted by:   maintainer
Original commit
Friday, 18 Jun 2004
08:27 pav search for other commits by this committer
- Fix a fairly major compile-time bug that causes ifoparser.so not to get
  compiled, which in turns prevents lsdvd from working.
- Transfer maintainership to submitter

PR:             ports/68025
Submitted by:   Lewis Thompson <purple@lewiz.net>
Approved by:    old maintainer
Original commit
Thursday, 10 Jun 2004
19:11 krion search for other commits by this committer
- Update to version 0.4.3 and correct my insane previous
  action.

PR:             ports/67796
Submitted by:   Lewis Thompson <lewiz@fajita.org>
Original commit
19:04 krion search for other commits by this committer
- Properly detect DVDs, VCDs etc.

Submitted by:   maintainer
Original commit
Monday, 17 May 2004
07:43 krion search for other commits by this committer
- Add new dependency

PR:             ports/66722
Submitted by:   maintainer
Original commit
Sunday, 16 May 2004
20:45 krion search for other commits by this committer
- Update to version 0.4.2

PR:             ports/66718
Submitted by:   maintainer
Original commit
Sunday, 9 May 2004
17:24 pav search for other commits by this committer
- Update to 0.4.1

PR:             ports/66373
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)
Original commit
Sunday, 18 Apr 2004
14:43 pav search for other commits by this committer
- Update to 0.4

PR:             ports/65704
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)
Original commit
Monday, 19 Jan 2004
00:56 linimon search for other commits by this committer
Update maintainer's email address (prompted by detailed autoreply to
a message I just forwarded).
Original commit
Sunday, 9 Nov 2003
14:10 jeh search for other commits by this committer
- Update to 0.3

PR:             58690
Submitted By:   MAINTAINER
Original commit
Friday, 3 Oct 2003
12:30 krion search for other commits by this committer
Add mmpython 0.2, retrieves metadata from mp3, ogg, avi, jpg
and other formats.

PR:             55425
Submitted by:   larse@isi.edu
Original commit

Number of commits found: 40