From seanc@FreeBSD.org  Fri Jan 24 12:53:15 2003
Return-Path: <seanc@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D8E0E37B405; Fri, 24 Jan 2003 12:53:15 -0800 (PST)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3418343F18; Fri, 24 Jan 2003 12:53:15 -0800 (PST)
	(envelope-from seanc@FreeBSD.org)
Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0OKrFNS085820;
	Fri, 24 Jan 2003 12:53:15 -0800 (PST)
	(envelope-from seanc@freefall.freebsd.org)
Received: (from seanc@localhost)
	by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0OKrFgn085819;
	Fri, 24 Jan 2003 12:53:15 -0800 (PST)
Message-Id: <200301242053.h0OKrFgn085819@freefall.freebsd.org>
Date: Fri, 24 Jan 2003 12:53:15 -0800 (PST)
From: Sean Chittenden <seanc@freebsd.org>
Reply-To: Sean Chittenden <seanc@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Samy Al Bahra <samy@kerneled.com>
Subject: New port: elf, a comfortable ELF header analyzer
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47444
>Category:       ports
>Synopsis:       New port: elf, a comfortable ELF header analyzer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 13:00:14 PST 2003
>Closed-Date:    Fri Jan 24 13:19:56 PST 2003
>Last-Modified:  Fri Jan 24 13:19:56 PST 2003
>Originator:     Samy Al Bahra  <samy@kerneled.com>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Kerneled
>Environment:
>Description:
ELF is a commandline based ELF header analyzer. This tool allows you to
easily parse the ehdr of ELF object files into a human readable format
(and various other formats). This is a very good source of both source
code (for people learning the ELF) and information for developers that
care about the internals of object files that is generated for them.

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	elf
#	elf/Makefile
#	elf/pkg-comment
#	elf/pkg-descr
#	elf/pkg-plist
#	elf/distinfo
#
echo c - elf
mkdir -p elf > /dev/null 2>&1
echo x - elf/Makefile
sed 's/^X//' >elf/Makefile << 'END-of-elf/Makefile'
X# New ports collection makefile for: elf
X# Date created:        December 31 2002 (HAPPY NEW YEAR!)
X# Whom:                Samy
X#
X# $FreeBSD$
X#
X
XPORTNAME=      elf
XPORTVERSION=   0.5.2
XCATEGORIES=    devel
XMASTER_SITES=  http://www.kerneled.com/projects/elf/
X
XMAINTAINER=    samy@kerneled.com
X
XMAN1=          elf.1
XMANCOMPRESSED= no
XUSE_GMAKE=     yes
XGNU_CONFIGURE= yes
X
Xpost-install:
X	strip ${PREFIX}/bin/elf
X
X.include <bsd.port.mk>
X
END-of-elf/Makefile
echo x - elf/pkg-comment
sed 's/^X//' >elf/pkg-comment << 'END-of-elf/pkg-comment'
XA commandline based ELF header analyzer
END-of-elf/pkg-comment
echo x - elf/pkg-descr
sed 's/^X//' >elf/pkg-descr << 'END-of-elf/pkg-descr'
XELF is a commandline based ELF header analyzer. This tool
Xallows you to easily parse the ehdr of ELF object files
Xinto a human readable format (and various other formats).
XThis is a very good source of both source code (for people
Xlearning the ELF) and information for developers that care
Xabout the internals of object files that is generated for
Xthem.
X
XWWW: http://www.kerneled.com/projects/elf/index.html
X
X- Samy
Xsamy@kerneled.com
END-of-elf/pkg-descr
echo x - elf/pkg-plist
sed 's/^X//' >elf/pkg-plist << 'END-of-elf/pkg-plist'
Xbin/elf
END-of-elf/pkg-plist
echo x - elf/distinfo
sed 's/^X//' >elf/distinfo << 'END-of-elf/distinfo'
XMD5 (elf-0.5.2.tar.gz) = e06e695a24826763e32dd22e614d09db
END-of-elf/distinfo
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: seanc 
State-Changed-When: Fri Jan 24 13:18:43 PST 2003 
State-Changed-Why:  
Port submitted and committed on behalf of the submitter because submitter's 
reverse DNS isn't setup correctly.  Port committed with small modifications, 
thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47444 
>Unformatted:
 >System: FreeBSD chucky.local 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Dec 19 17:44:03 AST 2002 local:/usr/src/sys/compile/KERNELED  i386
 
