Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.6.1 11 Feb 2024 12:34:45 |
Tijl Coosemans (tijl) Author: Phil Oleson |
multimedia/dvd-slideshow: Update to 0.8.6-1
Clean up Makefile.
PR: 276508 |
0.8.4_12 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
0.8.4_11 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
0.8.4_10 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.4_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.4_9 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.8.4_9 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
0.8.4_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.4_9 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
0.8.4_8 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
0.8.4_7 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.8.4_7 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
0.8.4_6 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
0.8.4_5 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.8.4_4 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
0.8.4_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.8.4_3 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.8.4_3 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
0.8.4_2 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
0.8.4_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.8.4_1 04 Sep 2014 22:39:40 |
danfe |
- Drop TOOLAME_DESC as it is in the standard pool now; use OPTIONS helpers
- Stagify, cleanup Makefile, fix a typo in options handling (VORBISTOOLS ->
VORBIS), and also formatting, misc. style bugs (including pkg-descr)
There is a pending PR for this port (184132), but it was last updated on
2014-01-18 with no reply from maintainer since then, so I guess I am not
stepping on anyone's toes. |
0.8.4_1 13 Aug 2014 03:02:49 |
swills |
multimedia/dvd-slideshow: switch to rubygem-flvtool2
switch to from multimedia/ruby-flvtool2 to multimedia/rubygem-flvtool2 as
ruby-flvtool2 will soon be deprecated due to the death of RubyForge
With hat: ruby@
Approved by: portmgr (since this port is not staged) |
0.8.4 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.8.4 30 May 2013 11:52:45 |
pawel |
- Update to version 0.8.4 [1]
- Remove Author tag, fix WWW line in pkg-descr
PR: ports/179069 [1]
Submitted by: Phil Oleson <oz@nixil.net> (maintainer) |
0.8.2_5 26 Apr 2013 12:35:51 |
bapt |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext |
0.8.2_5 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.8.2_4 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
0.8.2_3 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.8.2_3 28 Sep 2010 15:17:16 |
skreuzer |
Fix fetching themes
PR: ports/150630
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Approved by: Phil Oleson <oz@nixil.net> (maintainer) |
0.8.2_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.2_2 13 Feb 2010 08:45:24 |
miwi |
- Chase multimedia/mjpegtools shlib bump |
0.8.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.2 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.8.2 23 Apr 2009 16:17:19 |
miwi |
- Fix build
Reported by: Frank Ebert via bsdforen |
0.8.2 23 Apr 2009 09:25:21 |
miwi |
- Update to 0.8.2
PR: 133703
Submitted by: Phil Oleson <oz@nixil.net> (maintainer) |
0.8.0 06 Jun 2008 13:48:22 |
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) |
0.8.0 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.8.0 17 Apr 2008 18:50:53 |
wxs |
Update to 0.8.0.
Add THEME option.
Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
Approved by: garga (mentor) |
0.7.5_2 23 Sep 2007 04:42:06 |
edwin |
multimedia/dvd-slideshow has incorrect path for LSOF
dvd-slideshow script uses "/usr/bin/lsof" instead of
"/usr/local/sbin/lsof" for LSOF
Also fixes seq/seq2 confusion
PR: ports/116031
Submitted by: "User1001" <supraexpress@globaleyes.net>
Approved by: maintainer timeout |
0.7.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.7.5 06 Feb 2007 22:11:04 |
markus |
Utilize PORTDOCS
Approved by: maintainer |
0.7.5 31 Jan 2007 14:07:59 |
pav |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat |
0.7.5 10 Oct 2006 10:50:14 |
clsung |
- Update to 0.7.5
PR: ports/104140
Submitted by: chinsan
Approved by: maintainer (Phil Oleson) |
0.7.2_3 20 Mar 2006 15:24:56 |
sem |
- Add seq2 to the dependency list.
- Add a regex replace for seq -> seq2
- Consolidat the REINPLACE_CMD's
- Remove the do-build workaround for the NO_BUILD/OPTIONS bug
that was fixed a while back.
PR: ports/94706
Submitted by: maintainer |
0.7.2_2 18 Mar 2006 15:37:46 |
pav |
- Fix usage of wc
- Add dependency on urwfonts for subtitles
PR: ports/94590
Submitted by: Phil Oleson <oz@nixil.net> (maintainer) |
0.7.2_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
0.7.2 30 Dec 2005 21:26:14 |
pav |
- Update to 0.7.2
PR: ports/91087
Submitted by: Phil Oleson <oz@nixil.net> (maintainer) |
0.7.1 08 May 2005 19:58:42 |
arved |
Update to 0.7.1
PR: 78436
Submitted by: Phil Oleson <oz@nixil.net>
Add dummy do-build target to workaround non-working NO_BUILD |
0.6.0_1 26 Feb 2005 00:28:30 |
pav |
- Install documentation
PR: ports/78000
Submitted by: Phil Oleson <oz@nixil.net> (maintainer) |
0.6.0 19 Feb 2005 21:52:12 |
pav |
New port dvd-slideshow. set of scripts to make it easier for me to burn a
slideshow-style dvd with some simple menus
PR: ports/77625
Submitted by: Phil Oleson <oz@nixil.net> |