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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/libjpeg-turbo/distinfo

Number of commits found: 10

Saturday, 23 Aug 2014
19:40 adamw search for other commits by this committer
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
Original commitRevision:365789 
Sunday, 2 Jun 2013
19:37 pawel search for other commits by this committer
- Update to version 1.3.0
- Convert to OptionsNG

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

PR:		ports/169963
Submitted by:	Denis E Podolskiy <bytestore@yandex.ru>
Original commit
Sunday, 13 May 2012
19:28 makc search for other commits by this committer
Update to 1.2.0 [1]
Normalize Makefile header

PR:             ports/166137 [1]
Submitted by:   Denis E. Podolskiy (maintainer)
Original commit
Tuesday, 21 Jun 2011
17:11 dhn search for other commits by this committer
- Update to 1.1.1

PR:             ports/158124
Submitted by:   Denis Podolskiy <bytestore@yandex.ru> (maintainer)
Original commit
Friday, 11 Mar 2011
15:11 sunpoet search for other commits by this committer
- 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)
Original commit
Friday, 8 Oct 2010
07:34 sunpoet search for other commits by this committer
- Update to 1.0.1

PR:             ports/151200
Submitted by:   Denis E. Podolskiy <bytestore@yandex.ru> (maintainer)
Approved by:    pgollucci (mentor)
Original commit
Saturday, 10 Jul 2010
11:03 makc search for other commits by this committer
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)
Original commit
Sunday, 23 May 2010
21:00 makc search for other commits by this committer
Update to 0.0.93

PR:             ports/146704
Submitted by:   Denis E Podolskiy (maintainer)
Original commit
Monday, 26 Apr 2010
19:27 rene search for other commits by this committer
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)
Original commit

Number of commits found: 10