Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.98.11_12 30 Mar 2023 23:59:39 |
Muhammad Moinur Rahman (bofh) |
multimedia/dvdrip: Remove expired port:
2023-03-31 multimedia/dvdrip: Depends on broken transcode port |
0.98.11_12 20 Feb 2023 16:09:18 |
Stefan Eßer (se) |
Mark ports that depend on transcode as deprecated
The multimedia/transcode port is broken due to its dependency on a
long obsolete version of ffmpeg (specifically the audio resample
functions). It is unmaintained and the original author has deleted
the sources and documentation.
Since I do not have any use for these ports and it would requiee
a lot of effort to port transcode to the new resample API, I'm not
going to try to modernize this software.
If anybody wants to take over maintainership of the transcode port
or dependent ports, feel free to do so. Else I'm going to delete
them after 2023-03-31. |
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.98.11_12 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.98.11_12 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.98.11_12 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.98.11_12 01 May 2021 20:40:52 |
Stefan Eßer (se) |
multimedia: set MAINTAINER of dvdrip, mkxvcd, and transcode
Change MAINTAINER of resurrected ports from ports@ to se@. |
0.98.11_12 01 May 2021 18:48:53 |
Stefan Eßer (se) |
multimedia: Revert removal of transcode and dependent ports
This is a partial revert of commit 60955c0a0956 which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo |
0.98.11_11 01 May 2021 11:24:21 |
Rene Ladan (rene) |
Remove expired ports:
2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No
more security patches and bug fixes
2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more
security patches and bug fixes
2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode
2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode
2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode
2021-05-01 deskutils/shutter: Upstream gone, depends on expired
x11-toolkits/p5-Gnome2-VFS
2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS |
0.98.11_11 09 Apr 2021 15:28:35 |
Rene Ladan (rene) |
Set three ports depending on multimedia/transcode to expire on 2021-05-01. |
0.98.11_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.98.11_11 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.98.11_10 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.98.11_10 20 Jul 2017 09:01:01 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Update WWW |
0.98.11_10 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.98.11_9 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.98.11_9 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.98.11_9 29 May 2015 12:05:35 |
amdmi3 |
- Strip binaries |
0.98.11_8 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.98.11_7 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.98.11_6 07 Jul 2014 17:12:50 |
marino |
multimedia/dvdrip: stage, split out RAR as an option
The archivers/rar port is a FreeBSD BLOB which DragonFly can't use. In
fact, only i386 and 32-bit enabled amd64 platforms on FreeBSD can use it.
Rather than have dvdrip break by default on all the platforms that don't
support RAR, change to an non-default option.
While here:
* use shebangfix to adjust perl
* Don't define RUN_DEPENDS based on BUILD_DEPENDS (bad practice)
* Use modern OPTIONS configuration |
0.98.11_5 06 Jul 2014 15:21:24 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.98.11_5 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.98.11_5 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.98.11_5 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
0.98.11_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.98.11_5 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.98.11_5 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.98.11_5 16 Jun 2012 13:03:32 |
swills |
- Avoid SITE_PERL in DEPENDS
- Avoid += without preceeding definition |
0.98.11_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.98.11_4 31 May 2012 11:19:32 |
bapt |
Convert to new options framework |
0.98.11_4 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.98.11_3 08 Sep 2011 08:36:43 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
0.98.11_3 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.98.11_3 02 May 2011 06:51:00 |
bapt |
Remove run dependency on the expired multimedia/xvid4conf |
0.98.11_3 13 Jan 2011 21:36:30 |
pav |
- Update dependency lines for new p5-AnyEvent
Reported by: pointyhat
Feature safe: yes |
0.98.11_3 09 Aug 2010 05:01:22 |
miwi |
- Mark as MAKE_JOBS_UNSAFE
PR: 149435
Submitted by: Ivan Klymenko <fidaj@ukr.net> |
0.98.11_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.98.11_2 25 Apr 2010 13:47:39 |
sylvio |
- Fix problem in cluster mode
- BUMP PORTREVISION
PR: ports/146015
Submitted by: Pascal Stumpf <pascal.stumpf@cubes.de> |
0.98.11_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.98.11 19 Mar 2010 23:15:51 |
sylvio |
- Update to 0.98.11
Approved by: miwi (mentor) |
0.98.10_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.98.10_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.98.10 28 Feb 2009 07:03:58 |
mat |
Update to 0.98.10 |
0.98.8 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.98.8 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.98.8 08 Sep 2007 01:01:47 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.98.8 29 Aug 2007 22:41:41 |
mat |
Update to 0.98.8 |
0.98.6 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.98.6 04 Aug 2007 02:05:51 |
edwin |
Add dependency on rar:
rar command (for vobsub compression): rar executable not found: NOT Ok |
0.98.6 08 Jul 2007 11:08:21 |
mat |
Update to 0.98.6 |
0.98.2_1 29 Jun 2007 19:33:25 |
linimon |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
0.98.2_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.98.2 31 Jan 2007 14:07:59 |
pav |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat |
0.98.2 06 Jan 2007 06:02:52 |
rafan |
- Update to 0.98.2
PR: ports/107085
Submitted by: chinsan
Approved by: maintainer timeout (15 days) |
0.98.1 24 Sep 2006 12:25:57 |
pav |
- Update to 0.98.1
PR: ports/103528
Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) |
0.52.7 30 May 2006 12:40:26 |
mnag |
- Update to 0.52.7
- Take maintainer
- portlint(1)
PR: 95859
Submitted by: Rainer Alves <rainer.alves___gmail.com> |
0.52.6_4 26 Mar 2006 18:57:43 |
pav |
- Fix hang on startup with perl 5.8.8
PR: ports/94944
Submitted by: Sam Stein <scs@b1tt3r.org> |
0.52.6_3 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.52.6_2 22 Jan 2006 02:30:01 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.52.6_2 19 Jan 2006 05:20:15 |
oliver |
convert to OPTIONS
add 2 options for disabling subtitle and vorbis support |
0.52.6_2 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
0.52.6_1 09 Dec 2005 02:43:09 |
lioux |
o Add dependency on multimedia/subtitleripper which will allow
subtitle handling
o Bump PORTREVISION |
0.52.6 25 Nov 2005 16:19:39 |
pav |
- Add SHA256 |
0.52.6 21 Sep 2005 10:42:16 |
garga |
- Update to 0.52.6 [1]
- Fix ports@FreeBSD.org address [1]
- Remove redundant declaration of MAN3PREFIX (spotted by portlint(1)) [1]
- Mark it as BROKEN on 4.x because some dependencies doesn't install on it.
PR: ports/84919 [1]
Submitted by: Ulrich Spoerlein <q@galgenberg.net> [1] |
0.50.18_2 07 Apr 2005 14:47:27 |
lofi |
Drop maintainership. |
0.50.18_2 11 Jan 2005 22:40:47 |
lofi |
- Change order of arguments fed to transcode to work around a transcode
commandline parsing bug.
- Work around imagemagick's identify not recognising the '-ping' switch
anymore.
PR: ports/75985
Submitted by: Stephan van Maris <svmaris@e-village.nl>
Identify bug reported by: h <h@erathia.be>, Stephan van Maris
<svmaris@e-village.nl> |
0.50.18_1 31 Oct 2004 11:25:07 |
arved |
Drop dependency on rar. This allows the package to be built on amd64
and maybe other platforms.
Additional according to lofi dvdrip works only with rar 2.x
Bump PORTREVISION
Discussed with: lofi |
0.50.18 11 Jun 2004 21:48:50 |
lofi |
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf. |
0.50.18 04 Jun 2004 15:59:24 |
lofi |
Update to 0.50.18 |
0.50.16_1 02 Jun 2004 17:17:31 |
netchild |
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.
Submitted by: marius |
0.50.16 22 Feb 2004 11:52:08 |
lofi |
Update to version 0.50.16. |
0.50.13_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.50.13_1 23 Nov 2003 19:10:51 |
lofi |
Fix dependencies.
Submitted (in part) by: pav
Approved by: portmgr |
0.50.13_1 01 Nov 2003 19:31:28 |
lofi |
Correct a local patch which introduced a misleading default setting. |
0.50.13_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.50.13_1 23 Jun 2003 12:58:06 |
daichi |
- Remove bogus open/close tray buttons (adds two patches)
- Bump PORTREVISION
PR: 53528
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |
0.50.13 06 Jun 2003 05:20:17 |
will |
Update to 0.50.13.
PR: 52968
Submitted by: maintainer |
0.48.8 04 Apr 2003 05:34:50 |
lioux |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |
0.48.8 01 Mar 2003 19:30:37 |
leeym |
- Add check for installed perl-version.
- Mark as BROKEN on systems with perl < 5.6.0.
PR: 48626
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |
0.48.8 24 Feb 2003 12:57:02 |
nobutaka |
Sync with the category changes of libdvdnav, libxine and xine. |
0.48.8 21 Feb 2003 12:51:07 |
knu |
De-pkg-comment. |
0.48.8 04 Feb 2003 04:20:32 |
edwin |
Maintainer update for multimedia/dvdrip:
- Add dependency on vorbis-tools.
PR: ports/47693
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |