From owner-svn-ports-head@freebsd.org Thu Aug 4 17:30:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A038ABAD0A1; Thu, 4 Aug 2016 17:30:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6226E17DE; Thu, 4 Aug 2016 17:30:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74HUJVY028576; Thu, 4 Aug 2016 17:30:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74HUIVX028569; Thu, 4 Aug 2016 17:30:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201608041730.u74HUIVX028569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 4 Aug 2016 17:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419633 - in head: Mk graphics graphics/linux-c6-jasper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 17:30:20 -0000 Author: tijl Date: Thu Aug 4 17:30:18 2016 New Revision: 419633 URL: https://svnweb.freebsd.org/changeset/ports/419633 Log: Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2. Added: head/graphics/linux-c6-jasper/ head/graphics/linux-c6-jasper/Makefile (contents, props changed) head/graphics/linux-c6-jasper/distinfo.i386 (contents, props changed) head/graphics/linux-c6-jasper/distinfo.x86_64 (contents, props changed) head/graphics/linux-c6-jasper/pkg-plist.i386 (contents, props changed) head/graphics/linux-c6-jasper/pkg-plist.x86_64 (contents, props changed) Modified: head/Mk/bsd.linux-apps.mk head/graphics/Makefile Modified: head/Mk/bsd.linux-apps.mk ============================================================================== --- head/Mk/bsd.linux-apps.mk Thu Aug 4 17:23:00 2016 (r419632) +++ head/Mk/bsd.linux-apps.mk Thu Aug 4 17:30:18 2016 (r419633) @@ -61,7 +61,7 @@ WEB_AUTH= nvu # Non-version specific components _LINUX_APPS_ALL= allegro alsalib alsa-plugins-oss alsa-plugins-pulseaudio \ arts aspell atk avahi-libs cairo cups-libs curl dri devtools esound expat \ - flac fontconfig freealut gdkpixbuf gdkpixbuf2 gnutls gtk2 hicontheme imlib jpeg libaudiofile \ + flac fontconfig freealut gdkpixbuf gdkpixbuf2 gnutls gtk2 hicontheme imlib jasper jpeg libaudiofile \ libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \ libpciaccess libsigcpp20 libsndfile libtasn1 libthai libtheora libvorbis libxml2 mikmod \ naslibs ncurses-base openal openmotif openssl openssl-compat pango png \ @@ -259,6 +259,11 @@ imlib_f10_FILE= ${LINUXBASE}/usr/lib/li imlib_DETECT= ${imlib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} imlib_PORT= graphics/linux${LINUX_BASEPORT_NAME}-imlib +jasper_c6_FILE= ${LINUXBASE}/usr/lib/libjasper.so.1.0.0 +jasper_c6_64_FILE= ${LINUXBASE}/usr/lib64/libjasper.so.1.0.0 +jasper_DETECT= ${jasper${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +jasper_PORT= graphics/linux${LINUX_BASEPORT_NAME}-jasper + jpeg_f10_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 jpeg_c6_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 jpeg_c6_64_FILE= ${LINUXBASE}/usr/lib64/libjpeg.so.62.0.0 Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Aug 4 17:23:00 2016 (r419632) +++ head/graphics/Makefile Thu Aug 4 17:30:18 2016 (r419633) @@ -545,6 +545,7 @@ SUBDIR += linux-c6-dri SUBDIR += linux-c6-gdk-pixbuf2 SUBDIR += linux-c6-glx-utils + SUBDIR += linux-c6-jasper SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-png Added: head/graphics/linux-c6-jasper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c6-jasper/Makefile Thu Aug 4 17:30:18 2016 (r419633) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= jasper +PORTVERSION= 1.900.1 +CATEGORIES= graphics linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 16.el6_6.3 +USES= linux:c6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Added: head/graphics/linux-c6-jasper/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c6-jasper/distinfo.i386 Thu Aug 4 17:30:18 2016 (r419633) @@ -0,0 +1,5 @@ +TIMESTAMP = 1470330564 +SHA256 (rpm/i686/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 867485f066f16b8d4067771a01f6f8c60dda135f27c5a6441b2089d8e9255533 +SIZE (rpm/i686/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 140456 +SHA256 (rpm/i686/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 28ef9fb9cc889fc9f43cd360125de42994829a92c5ede0b3d82dc9e0159f4605 +SIZE (rpm/i686/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 1404135 Added: head/graphics/linux-c6-jasper/distinfo.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c6-jasper/distinfo.x86_64 Thu Aug 4 17:30:18 2016 (r419633) @@ -0,0 +1,7 @@ +TIMESTAMP = 1470330517 +SHA256 (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 867485f066f16b8d4067771a01f6f8c60dda135f27c5a6441b2089d8e9255533 +SIZE (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 140456 +SHA256 (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = f97f6af75d7ac6140e4f126e4e34b8e5b2eba7a0c6ed65694cecaaf88100d806 +SIZE (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = 140540 +SHA256 (rpm/x86_64/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 28ef9fb9cc889fc9f43cd360125de42994829a92c5ede0b3d82dc9e0159f4605 +SIZE (rpm/x86_64/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 1404135 Added: head/graphics/linux-c6-jasper/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c6-jasper/pkg-plist.i386 Thu Aug 4 17:30:18 2016 (r419633) @@ -0,0 +1,2 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 Added: head/graphics/linux-c6-jasper/pkg-plist.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c6-jasper/pkg-plist.x86_64 Thu Aug 4 17:30:18 2016 (r419633) @@ -0,0 +1,4 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 +usr/lib64/libjasper.so.1 +usr/lib64/libjasper.so.1.0.0