From owner-cvs-all@FreeBSD.ORG Wed Jul 8 19:55:29 2009 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 5E40D106564A; Wed, 8 Jul 2009 19:55:29 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECC18FC15; Wed, 8 Jul 2009 19:55:29 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n68JtTOB090687; Wed, 8 Jul 2009 19:55:29 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n68JtTTb090686; Wed, 8 Jul 2009 19:55:29 GMT (envelope-from mm) Message-Id: <200907081955.n68JtTTb090686@repoman.freebsd.org> From: Martin Matuska Date: Wed, 8 Jul 2009 19:55:29 +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/devel Makefile ports/devel/binutils Makefile distinfo pkg-descr pkg-plist 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: Wed, 08 Jul 2009 19:55:29 -0000 mm 2009-07-08 19:55:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/binutils Makefile distinfo pkg-descr pkg-plist Log: The GNU Binutils are a collection of binary tools. The main ones are: * ld - the GNU linker. * as - the GNU assembler. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions. This port may be used as a replacement for the system binutils and support features from the latest versions of GCC. For cross-compilation, see the devel/cross-binutils port. WWW: http://sources.redhat.com/binutils/ Revision Changes Path 1.3549 +1 -0 ports/devel/Makefile 1.1 +77 -0 ports/devel/binutils/Makefile (new) 1.1 +3 -0 ports/devel/binutils/distinfo (new) 1.1 +15 -0 ports/devel/binutils/pkg-descr (new) 1.1 +93 -0 ports/devel/binutils/pkg-plist (new)