Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 12:53:15 -0800 (PST)
From:      Sean Chittenden <seanc@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Samy Al Bahra <samy@kerneled.com>
Subject:   ports/47444: New port: elf, a comfortable ELF header analyzer
Message-ID:  <200301242053.h0OKrFgn085819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 13:00:14 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>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
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301242053.h0OKrFgn085819>