notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/libjpeg-turbo/Makefile
SVNWeb

Number of commits found: 42

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 9 Nov 2021
[ 18:24 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a  commit hash:fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a  commit hash:fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a  fa175b9 
graphics/jpeg-turbo: enable runtime AltiVec detection

Enables runtime AltiVec detection, which will improve performance on powerpc,
where AltiVec is not enabled by default.

Approved by:	antoine
PR:	259562
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 13 Aug 2018
[ 20:22 antoine search for other commits by this committer ] Original commit   Revision:477110
Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0
Upstream switched build system to CMake

PR:		230143
With hat:	portmgr
Sun, 6 Aug 2017
[ 08:07 antoine search for other commits by this committer ] Original commit   Revision:447451
Update to 1.5.2
Wed, 22 Mar 2017
[ 19:16 antoine search for other commits by this committer ] Original commit   Revision:436721
tjbench links against libjpeg.so
Mon, 1 Jun 2015
[ 19:13 antoine search for other commits by this committer ] Original commit   Revision:388256
- Update to 1.4.0
- Allow building on non i386/amd64 [1]

PR:		200095
Approved by:	maintainer timeout (3 weeks)
Tested on:	ia64 and sparc64 [1]
Sat, 10 Jan 2015
[ 12:23 antoine search for other commits by this committer ] Original commit   Revision:376692
Fix possible Huffman local buffer overrun

MFH:		2015Q1
Security:	CVE-2014-9092
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 30 Aug 2014
[ 14:34 adamw search for other commits by this committer ] Original commit   Revision:366624
Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.

PR:		193145
Submitted by:	Jan Beich
Sat, 23 Aug 2014
[ 19:40 adamw search for other commits by this committer ] Original commit   Revision:365789
libjpeg-turbo installs its own unique library (libturbojpeg.so) and
a drop-in replacement for libjpeg.so.

This commit splits them apart into two ports:
	graphics/libjpeg-turbo which installs only libturbojpeg.so
	graphics/jpeg-turbo which installs the libjpeg.so replacement

This will allow ports to depend on libturbojpeg.so without causing
pkg conflicts.

Approved by:	maintainer
Wed, 30 Jul 2014
[ 12:00 amdmi3 search for other commits by this committer ] Original commit   Revision:363467
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Tue, 15 Jul 2014
[ 15:30 adamw search for other commits by this committer ] Original commit   Revision:361950 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Sun, 2 Feb 2014
[ 16:04 miwi search for other commits by this committer ] Original commit   Revision:342325
- Stage support
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 2 Jun 2013
[ 19:37 pawel search for other commits by this committer ] Original commit   Revision:319723
- Update to version 1.3.0
- Convert to OptionsNG

PR:		ports/179143
Submitted by:	Denis Podolskiy <bytestore@yandex.ru> (maintainer)
Fri, 3 Aug 2012
[ 07:03 cs search for other commits by this committer ] Original commit 
Update to 1.2.1

PR:		ports/169963
Submitted by:	Denis E Podolskiy <bytestore@yandex.ru>
Mon, 14 May 2012
[ 10:02 makc search for other commits by this committer ] Original commit 
Properly normalize Makefile header

Noticed by:      danfe
Sun, 13 May 2012
[ 21:29 makc search for other commits by this committer ] Original commit 
Bump PORTREVISION
[ 21:26 makc search for other commits by this committer ] Original commit 
Fix docsdir/exampledir
Respect PORTDOCS/PORTEXAMPLES

Reported by:    poyopoyo@puripuri.plala.or.jp
[ 19:28 makc search for other commits by this committer ] Original commit 
Update to 1.2.0 [1]
Normalize Makefile header

PR:             ports/166137 [1]
Submitted by:   Denis E. Podolskiy (maintainer)
Wed, 14 Mar 2012
[ 18:18 crees search for other commits by this committer ] Original commit 
Add OPTION for --with-pic

PR:             ports/164906
Submitted by:   Martin Dieringer <martin.dieringer@gmx.de>
Approved by:    bytestore@yandex.ru (maintainer)
Feature safe:   yes
Tue, 13 Mar 2012
[ 06:07 mi search for other commits by this committer ] Original commit 
Some minor improvements:

        * change CONFLICTS to CONFLICTS_INSTALL -- this port can build
          with the traditional jpeg present, conflict arises only at
          install-time;
        * use parallel builds
        * run the author's self-tests after building to catch any mis-
          -compilations or overly agressive optimizations.

Approved by:    Denis Podolsky (maintainer)
Feature safe:   yes
Sun, 4 Mar 2012
[ 10:02 crees search for other commits by this committer ] Original commit 
Revert -fPIC addition; no-op anyway, and uses invalid sh code.

PIC is already detected by libtool.

PR:             ports/164906
Submitted by:   Jan Beich, bf
Approved by:    maintainer timeout
Thu, 16 Feb 2012
[ 08:57 crees search for other commits by this committer ] Original commit 
Add -fPIC

PR:             ports/164906
Submitted by:   Martin Dieringer <martin.dieringer@gmx.de>
Approved by:    Denis Podolskiy <bytestore@yandex.ru> (maintainer)
Sun, 10 Jul 2011
[ 10:35 makc search for other commits by this committer ] Original commit 
switch API/ABI to v8
chase SOVERSION of graphics/jpeg
prune unnecessary autotools

PR:             ports/158328
Submitted by:   Pan Tsu <inyaoo at gmail.com>
Approved by:    Denis Podolskiy (maintainer)
Tue, 21 Jun 2011
[ 17:11 dhn search for other commits by this committer ] Original commit 
- Update to 1.1.1

PR:             ports/158124
Submitted by:   Denis Podolskiy <bytestore@yandex.ru> (maintainer)
Fri, 11 Mar 2011
[ 15:11 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.1.0
- Cleanup MASTER_SITES

Changes:       
http://libjpeg-turbo.svn.sourceforge.net/viewvc/libjpeg-turbo/tags/1.1.0/ChangeLog.txt
PR:             ports/155430
Submitted by:   Denis Podolskiy <bytestore@yandex.ru> (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Fri, 8 Oct 2010
[ 07:34 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.0.1

PR:             ports/151200
Submitted by:   Denis E. Podolskiy <bytestore@yandex.ru> (maintainer)
Approved by:    pgollucci (mentor)
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sat, 10 Jul 2010
[ 11:03 makc search for other commits by this committer ] Original commit 
Update to 1.0.0
Use SF macro
Dispose of pre-configure target in favor of USE_AUTOTOOLS
Remove no longer needed ARCH hack
Silence portlint
Sort plist

PR:             ports/148348
Submitted by:   Anonymous <swell.k at gmail.com>
Approved by:    Denis Podolskiy (maintainer)
Sat, 19 Jun 2010
[ 07:18 linimon search for other commits by this committer ] Original commit 
Correct spelling of ONLY_FOR_ARCHS.

Hat:            portmgr
Feature safe:   yes
Mon, 7 Jun 2010
[ 12:26 lioux search for other commits by this committer ] Original commit 
Fix build: USE_AUTOTOOLS automake 1.10 instead of 1.9.

PR:             ports/147548
Approved by:    maintainer
Thu, 3 Jun 2010
[ 06:28 linimon search for other commits by this committer ] Original commit 
Attempt to fix build on !i386 !amd64.

Hat:            portmgr
Sun, 23 May 2010
[ 21:00 makc search for other commits by this committer ] Original commit 
Update to 0.0.93

PR:             ports/146704
Submitted by:   Denis E Podolskiy (maintainer)
Wed, 28 Apr 2010
[ 06:18 rene search for other commits by this committer ] Original commit 
Register mutual CONFLICTS.

Submitted by:   makc
Approved by:    tabthorpe (mentor, implicit)
Mon, 26 Apr 2010
[ 19:27 rene search for other commits by this committer ] Original commit 
libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors
which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG
compression and decompression.
libjpeg-turbo is generally 2-4x as fast as the unmodified version
of libjpeg, all else being equal.

libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru,
but the TigerVNC and VirtualGL projects made numerous enhancements to the codec,
including improved support for Mac OS X, 64-bit support,
support for 32-bit and big endian pixel formats (RGBA, ABGR, etc.),
accelerated Huffman encoding/decoding, and various bug fixes.
The goal was to produce a fully open source codec that could replace
the partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC.
libjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP.
It is faster in some areas but slower in others.

WWW: http://libjpeg-turbo.virtualgl.org/

- D. R. Commander
information@virtualgl.org

PR:             ports/145670
Submitted by:   Denis E Podolskiy [bytestore yandex.ru]
Approved by:    tabthorpe (mentor)

Number of commits found: 42