Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 06:42:23 -0800 (PST)
From:      Sofian Brabez <sbrabez@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152299: New port: devel/elfkickers: Collection of programs to manipulate ELF files
Message-ID:  <4ce2984f.5d1be30a.7eff.4a96@mx.google.com>
Resent-Message-ID: <201011161450.oAGEo6qI048898@freefall.freebsd.org>

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

>Number:         152299
>Category:       ports
>Synopsis:       New port: devel/elfkickers: Collection of programs to manipulate ELF files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 16 14:50:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.ifr.lan 8.1-STABLE FreeBSD 8.1-STABLE #2: Thu Sep  2 14:53:08 CEST
>Description:
This distribution is a collection of programs that are generally
unrelated, except in that they all deal with the ELF file format.

The main purpose of these programs is to be illustrative and
educational -- to help fellow programmers understand the ELF file
format and something of how it works under the Linux platform.

WWW:	http://www.muppetlabs.com/~breadbox/software/elfkickers.html

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- elfkickers-2.0.a.shar begins here ---
# 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:
#
#	elfkickers
#	elfkickers/Makefile
#	elfkickers/pkg-descr
#	elfkickers/distinfo
#
echo c - elfkickers
mkdir -p elfkickers > /dev/null 2>&1
echo x - elfkickers/Makefile
sed 's/^X//' >elfkickers/Makefile << '48633a1f3d12ff2ebed8250146d5dc52'
X# New ports collection makefile for:	elfkickers
X# Date created:		2010-11-16
X# Whom:			Sofian Brabez <sbrabez@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	elfkickers
XDISTVERSION=	2.0a
XCATEGORIES=	devel sysutils
XMASTER_SITES=	http://www.muppetlabs.com/~breadbox/pub/software/
XDISTNAME=	ELFkickers-${DISTVERSION}
X
XMAINTAINER=	sbrabez@gmail.com
XCOMMENT=	Collection of programs to manipulate ELF files
X
XUSE_GMAKE=	yes
X
XPLIST_FILES=	bin/ebfc \
X		bin/elfls \
X		bin/elftoc \
X		bin/rebind \
X		bin/sstrip
X
XPORTDOCS=	COPYING Changelog README
X
XMAN1=		ebfc.1 elfls.1
X
XWRKSRC=		${WRKDIR}/ELFkickers
X
Xpost-patch:
X	@${GREP} -lR "\/elf.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
X		's,linux/,,g' -e 's,asm/,,g'
X
Xdo-build:
X.for f in ${PLIST_FILES:S,bin/,,}
X	@(cd ${WRKSRC}/$f; ${GMAKE})
X.endfor
X
Xdo-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
X.endif
X.for f in ${PLIST_FILES:S,bin/,,}
X	${INSTALL_SCRIPT} ${WRKSRC}/${f}/${f} ${PREFIX}/bin
X.endfor
X.for f in ${MAN1}
X	${INSTALL_MAN} ${WRKSRC}/${f:S,.1,,}/${f} ${PREFIX}/man/man1
X.endfor
X
X.include <bsd.port.mk>
48633a1f3d12ff2ebed8250146d5dc52
echo x - elfkickers/pkg-descr
sed 's/^X//' >elfkickers/pkg-descr << 'b237a95f085abd927df3b877967be535'
XThis distribution is a collection of programs that are generally
Xunrelated, except in that they all deal with the ELF file format.
X
XThe main purpose of these programs is to be illustrative and
Xeducational -- to help fellow programmers understand the ELF file
Xformat and something of how it works under the Linux platform.
X
XWWW:	http://www.muppetlabs.com/~breadbox/software/elfkickers.html
b237a95f085abd927df3b877967be535
echo x - elfkickers/distinfo
sed 's/^X//' >elfkickers/distinfo << 'b373a05d560b3d7100fc84cd5e9af3c2'
XSHA256 (ELFkickers-2.0a.tar.gz) = c196988f55fc6633d9f9f6d9ddc2ae9b4dfa1f300edf4cbbad865c06a8656df7
XSIZE (ELFkickers-2.0a.tar.gz) = 119659
b373a05d560b3d7100fc84cd5e9af3c2
exit
--- elfkickers-2.0.a.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ce2984f.5d1be30a.7eff.4a96>