From owner-cvs-ports@FreeBSD.ORG Sat Feb 12 22:09:59 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00FD16A4CE; Sat, 12 Feb 2005 22:09:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C457043D3F; Sat, 12 Feb 2005 22:09:59 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1CM9xQY030296; Sat, 12 Feb 2005 22:09:59 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1CM9xkT030295; Sat, 12 Feb 2005 22:09:59 GMT (envelope-from joerg) Message-Id: <200502122209.j1CM9xkT030295@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 12 Feb 2005 22:09:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/libdwarf Makefile distinfo pkg-descr pkg-plist ports/devel/libdwarf/files patch-configure patch-malloc.h patch-pro_incl.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 22:10:00 -0000 joerg 2005-02-12 22:09:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libdwarf Makefile distinfo pkg-descr pkg-plist devel/libdwarf/files patch-configure patch-malloc.h patch-pro_incl.h Log: libdwarf is a library to analyze (and even produce) DWARF debugging information in ELF files. Revision Changes Path 1.1813 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/libdwarf/Makefile (new) 1.1 +2 -0 ports/devel/libdwarf/distinfo (new) 1.1 +11 -0 ports/devel/libdwarf/files/patch-configure (new) 1.1 +30 -0 ports/devel/libdwarf/files/patch-malloc.h (new) 1.1 +21 -0 ports/devel/libdwarf/files/patch-pro_incl.h (new) 1.1 +6 -0 ports/devel/libdwarf/pkg-descr (new) 1.1 +9 -0 ports/devel/libdwarf/pkg-plist (new)