From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 10 20:38:49 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 510BDEE2 for ; Sun, 10 Aug 2014 20:38:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37C9B2BC5 for ; Sun, 10 Aug 2014 20:38:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s7AKcnXB044524 for ; Sun, 10 Aug 2014 20:38:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192559] [NEW PORT] misc/vgl-libjpeg-turbo - libjpeg-turbo (for consumption by misc/virtualgl) Date: Sun, 10 Aug 2014 20:38:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: davidjx8p@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 20:38:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192559 --- Comment #1 from davidjx8p@gmail.com --- Comment on attachment 145625 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145625 This is the SHAR archive of the port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vgl-libjpeg-turbo/Makefile # vgl-libjpeg-turbo/distinfo # vgl-libjpeg-turbo/pkg-descr # vgl-libjpeg-turbo/pkg-plist # echo x - vgl-libjpeg-turbo/Makefile sed 's/^X//' >vgl-libjpeg-turbo/Makefile << '7bad30cf402ea2b4c69c19caa4bb1e0f' X# Created by: David Mackay X# $FreeBSD$ X XPORTNAME= vgl-libjpeg-turbo XPORTVERSION= 1.3.1 XCATEGORIES= misc XMASTER_SITES= SF/libjpeg-turbo/${PORTVERSION} XDISTNAME= libjpeg-turbo-${PORTVERSION} XMAINTAINER= davidjx8p@gmail.com X XBUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm X XONLY_FOR_ARCHS= amd64 i386 XUSES= libtool X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-pic X XGNU_CONFIGURE_PREFIX=${PREFIX}/VirtualGL XGNU_CONFIGURE_MANPREFIX=${PREFIX}/VirtualGL XGNU_CONFIGURE= yes X X.include 7bad30cf402ea2b4c69c19caa4bb1e0f echo x - vgl-libjpeg-turbo/distinfo sed 's/^X//' >vgl-libjpeg-turbo/distinfo << '3be0292f7e2f100fd9eb7d7d583625f8' XSHA256 (libjpeg-turbo-1.3.1.tar.gz) = c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9 XSIZE (libjpeg-turbo-1.3.1.tar.gz) = 1390282 3be0292f7e2f100fd9eb7d7d583625f8 echo x - vgl-libjpeg-turbo/pkg-descr sed 's/^X//' >vgl-libjpeg-turbo/pkg-descr << 'b6bc23e07421e098faee458c2e80ecf7' Xlibjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors Xwhich uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG Xcompression and decompression. Xlibjpeg-turbo is generally 2-4x as fast as the unmodified version Xof libjpeg, all else being equal. X Xlibjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, Xbut the TigerVNC and VirtualGL projects made numerous enhancements to the codec, Xincluding improved support for Mac OS X, 64-bit support, Xsupport for 32-bit and big endian pixel formats (RGBA, ABGR, etc.), Xaccelerated Huffman encoding/decoding, and various bug fixes. XThe goal was to produce a fully open source codec that could replace Xthe partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC. Xlibjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP. XIt is faster in some areas but slower in others. X XThis port installs libjpeg-turbo into a non-conflicting directory for use with XVirtualGL. X XWWW: http://libjpeg-turbo.virtualgl.org/ b6bc23e07421e098faee458c2e80ecf7 echo x - vgl-libjpeg-turbo/pkg-plist sed 's/^X//' >vgl-libjpeg-turbo/pkg-plist << '781ffd5bdd6f286dc9d45b3f9cca8e11' X XVirtualGL/bin/cjpeg XVirtualGL/bin/djpeg XVirtualGL/bin/jpegtran XVirtualGL/bin/rdjpgcom XVirtualGL/bin/tjbench XVirtualGL/bin/wrjpgcom XVirtualGL/include/jconfig.h XVirtualGL/include/jerror.h XVirtualGL/include/jmorecfg.h XVirtualGL/include/jpeglib.h XVirtualGL/include/turbojpeg.h XVirtualGL/lib/libjpeg.a XVirtualGL/lib/libjpeg.so XVirtualGL/lib/libjpeg.so.62 XVirtualGL/lib/libjpeg.so.62.1.0 XVirtualGL/lib/libturbojpeg.a XVirtualGL/lib/libturbojpeg.so XVirtualGL/lib/libturbojpeg.so.0 XVirtualGL/lib/libturbojpeg.so.0.0.0 XVirtualGL/man/man1/cjpeg.1 XVirtualGL/man/man1/djpeg.1 XVirtualGL/man/man1/jpegtran.1 XVirtualGL/man/man1/rdjpgcom.1 XVirtualGL/man/man1/wrjpgcom.1 XVirtualGL/share/doc/README XVirtualGL/share/doc/README-turbo.txt XVirtualGL/share/doc/example.c XVirtualGL/share/doc/libjpeg.txt XVirtualGL/share/doc/structure.txt XVirtualGL/share/doc/usage.txt XVirtualGL/share/doc/wizard.txt 781ffd5bdd6f286dc9d45b3f9cca8e11 exit -- You are receiving this mail because: You are the assignee for the bug.