Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C2AD97A264 for ; Tue, 4 Apr 2017 13:07:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3A2C9855FE; Tue, 4 Apr 2017 13:07:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEAFE855B9 for ; Tue, 4 Apr 2017 13:07:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wCnf3aZ_pTpA for ; Tue, 4 Apr 2017 13:07:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3637684CFB for ; Tue, 4 Apr 2017 13:07:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30F98FBE4; Tue, 4 Apr 2017 13:07:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149131122792570" MIME-Version: 1.0 Date: Tue, 4 Apr 2017 13:07:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/jxrlib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170404130707.30F98FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_149131122792570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 4 13:07:07 UTC 2017 Added Files: pkgsrc/graphics/jxrlib: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import jxrlib-1.1 as graphics/jxrlib. This is an open source implementation of the jpegxr image format standard. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/jxrlib/DESCR \ pkgsrc/graphics/jxrlib/Makefile pkgsrc/graphics/jxrlib/PLIST \ pkgsrc/graphics/jxrlib/buildlink3.mk pkgsrc/graphics/jxrlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149131122792570 Content-Disposition: inline Content-Length: 4021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/jxrlib/DESCR diff -u /dev/null pkgsrc/graphics/jxrlib/DESCR:1.1 --- /dev/null Tue Apr 4 13:07:07 2017 +++ pkgsrc/graphics/jxrlib/DESCR Tue Apr 4 13:07:07 2017 @@ -0,0 +1,2 @@ +This is an open source implementation of the jpegxr image format +standard. Index: pkgsrc/graphics/jxrlib/Makefile diff -u /dev/null pkgsrc/graphics/jxrlib/Makefile:1.1 --- /dev/null Tue Apr 4 13:07:07 2017 +++ pkgsrc/graphics/jxrlib/Makefile Tue Apr 4 13:07:07 2017 @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2017/04/04 13:07:07 wiz Exp $ + +DISTNAME= jxrlib_1_1 +PKGNAME= jxrlib-1.1 +CATEGORIES= graphics +MASTER_SITES= # javascript link + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://jxrlib.codeplex.com/ +COMMENT= JPEG XR library +LICENSE= 2-clause-bsd + +WRKSRC= ${WRKDIR}/jxrlib + +INSTALLATION_DIRS= bin lib +INSTALLATION_DIRS+= include/jxrlib/common/include +INSTALLATION_DIRS+= include/jxrlib/image/sys +INSTALLATION_DIRS+= include/jxrlib/image/encode +INSTALLATION_DIRS+= include/jxrlib/image/decode +INSTALLATION_DIRS+= include/jxrlib/image/x86 +INSTALLATION_DIRS+= include/jxrgluelib +INSTALLATION_DIRS+= share/doc/jxrlib + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/JxrEncApp ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/JxrDecApp ${DESTDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/*.a ${DESTDIR}${PREFIX}/lib + for dir in common/include image/sys image/encode image/decode image/x86; do \ + ${INSTALL_DATA} ${WRKSRC}/$$dir/*.h ${DESTDIR}${PREFIX}/include/jxrlib/$$dir; \ + done + ${INSTALL_DATA} ${WRKSRC}/jxrgluelib/*.h ${DESTDIR}${PREFIX}/include/jxrgluelib + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/jxrlib + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/jxrlib/PLIST diff -u /dev/null pkgsrc/graphics/jxrlib/PLIST:1.1 --- /dev/null Tue Apr 4 13:07:07 2017 +++ pkgsrc/graphics/jxrlib/PLIST Tue Apr 4 13:07:07 2017 @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/04 13:07:07 wiz Exp $ +bin/JxrDecApp +bin/JxrEncApp +include/jxrgluelib/JXRGlue.h +include/jxrgluelib/JXRMeta.h +include/jxrlib/common/include/guiddef.h +include/jxrlib/common/include/wmsal.h +include/jxrlib/common/include/wmspecstring.h +include/jxrlib/common/include/wmspecstrings_adt.h +include/jxrlib/common/include/wmspecstrings_strict.h +include/jxrlib/common/include/wmspecstrings_undef.h +include/jxrlib/image/decode/decode.h +include/jxrlib/image/encode/encode.h +include/jxrlib/image/sys/ansi.h +include/jxrlib/image/sys/common.h +include/jxrlib/image/sys/perfTimer.h +include/jxrlib/image/sys/strTransform.h +include/jxrlib/image/sys/strcodec.h +include/jxrlib/image/sys/windowsmediaphoto.h +include/jxrlib/image/sys/xplatform_image.h +include/jxrlib/image/x86/x86.h +lib/libjpegxr.a +lib/libjxrglue.a +share/doc/jxrlib/JPEGXR_DPK_Spec_1.0.doc +share/doc/jxrlib/readme.txt Index: pkgsrc/graphics/jxrlib/buildlink3.mk diff -u /dev/null pkgsrc/graphics/jxrlib/buildlink3.mk:1.1 --- /dev/null Tue Apr 4 13:07:07 2017 +++ pkgsrc/graphics/jxrlib/buildlink3.mk Tue Apr 4 13:07:07 2017 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/04/04 13:07:07 wiz Exp $ + +BUILDLINK_TREE+= jxrlib + +.if !defined(JXRLIB_BUILDLINK3_MK) +JXRLIB_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.jxrlib+= jxrlib>=1.1 +BUILDLINK_PKGSRCDIR.jxrlib?= ../../graphics/jxrlib +BUILDLINK_DEPMETHOD.jxrlib?= build +.endif # JXRLIB_BUILDLINK3_MK + +BUILDLINK_TREE+= -jxrlib Index: pkgsrc/graphics/jxrlib/distinfo diff -u /dev/null pkgsrc/graphics/jxrlib/distinfo:1.1 --- /dev/null Tue Apr 4 13:07:07 2017 +++ pkgsrc/graphics/jxrlib/distinfo Tue Apr 4 13:07:07 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/04 13:07:07 wiz Exp $ + +SHA1 (jxrlib_1_1.tar.gz) = bf6cfa00087a67491a6ba55d6d96d74e94560430 +RMD160 (jxrlib_1_1.tar.gz) = 31b378cd0de3ce2c1d19fae3927c67046471d07b +SHA512 (jxrlib_1_1.tar.gz) = c7d87647601e08b2dc18bda26faea80ad5b09c6e8412769cd203ce9e221b2b58425e9d59a506ae8bf61030195bccb51a9d1e893bf2d18e596b0687918b39e2df +Size (jxrlib_1_1.tar.gz) = 338240 bytes --_----------=_149131122792570--