From owner-cvs-all@FreeBSD.ORG Tue Aug 3 10:26:58 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1892C1065672; Tue, 3 Aug 2010 10:26:58 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04FA28FC14; Tue, 3 Aug 2010 10:26:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o73AQvQf061832; Tue, 3 Aug 2010 10:26:57 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o73AQv58061831; Tue, 3 Aug 2010 10:26:57 GMT (envelope-from osa) Message-Id: <201008031026.o73AQv58061831@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 3 Aug 2010 10:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL ports/graphics Makefile ports/graphics/libecwj2 Makefile distinfo pkg-descr pkg-plist ports/graphics/libecwj2/files patch-Makefile.am patch-Makefile.in patch-Source-C-NCSUtil-file.c patch-Source-C-NCSUtil-malloc.c patch-Source-C-NCSUtil-thread.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 10:26:58 -0000 osa 2010-08-03 10:26:57 UTC FreeBSD ports repository Modified files: . LEGAL graphics Makefile Added files: graphics/libecwj2 Makefile distinfo pkg-descr pkg-plist graphics/libecwj2/files patch-Makefile.am patch-Makefile.in patch-Source-C-NCSUtil-file.c patch-Source-C-NCSUtil-malloc.c patch-Source-C-NCSUtil-thread.c patch-Source-C-NCSUtil-util.c patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp patch-Source-NCSBuildGnu-Makefile.in patch-Source-include-NCSDefs.h patch-Source-include-NCSFileIO.h patch-Source-include-NCSJPCDefs.h patch-Source-include-NCSMalloc.h patch-Source-include-NCSMisc.h patch-Source-include-NCSMutex.h patch-Source-include-NCSTypes.h patch-configure.in Log: Add graphics/libecwj2 that implements support for the JPEG2000 and ECW image formats. Submitted by: glebius Revision Changes Path 1.622 +2 -1 ports/LEGAL 1.1337 +1 -0 ports/graphics/Makefile 1.1 +47 -0 ports/graphics/libecwj2/Makefile (new) 1.1 +3 -0 ports/graphics/libecwj2/distinfo (new) 1.1 +16 -0 ports/graphics/libecwj2/files/patch-Makefile.am (new) 1.1 +11 -0 ports/graphics/libecwj2/files/patch-Makefile.in (new) 1.1 +24 -0 ports/graphics/libecwj2/files/patch-Source-C-NCSUtil-file.c (new) 1.1 +35 -0 ports/graphics/libecwj2/files/patch-Source-C-NCSUtil-malloc.c (new) 1.1 +74 -0 ports/graphics/libecwj2/files/patch-Source-C-NCSUtil-thread.c (new) 1.1 +30 -0 ports/graphics/libecwj2/files/patch-Source-C-NCSUtil-util.c (new) 1.1 +11 -0 ports/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp (new) 1.1 +1214 -0 ports/graphics/libecwj2/files/patch-Source-NCSBuildGnu-Makefile.in (new) 1.1 +55 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSDefs.h (new) 1.1 +11 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSFileIO.h (new) 1.1 +11 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h (new) 1.1 +12 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSMalloc.h (new) 1.1 +12 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSMisc.h (new) 1.1 +20 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSMutex.h (new) 1.1 +11 -0 ports/graphics/libecwj2/files/patch-Source-include-NCSTypes.h (new) 1.1 +42 -0 ports/graphics/libecwj2/files/patch-configure.in (new) 1.1 +9 -0 ports/graphics/libecwj2/pkg-descr (new) 1.1 +141 -0 ports/graphics/libecwj2/pkg-plist (new)