From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 16 14:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31401106566B for ; Tue, 16 Nov 2010 14:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E50548FC15 for ; Tue, 16 Nov 2010 14:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAGEo6cS048899 for ; Tue, 16 Nov 2010 14:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAGEo6qI048898; Tue, 16 Nov 2010 14:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 16 Nov 2010 14:50:06 GMT Resent-Message-Id: <201011161450.oAGEo6qI048898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sofian Brabez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4679E106566C for ; Tue, 16 Nov 2010 14:42:27 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CED158FC12 for ; Tue, 16 Nov 2010 14:42:26 +0000 (UTC) Received: by wyb36 with SMTP id 36so809522wyb.13 for ; Tue, 16 Nov 2010 06:42:25 -0800 (PST) Received: by 10.227.137.80 with SMTP id v16mr7674241wbt.113.1289918544746; Tue, 16 Nov 2010 06:42:24 -0800 (PST) Received: from localhost (paris.office.wallix.com [82.238.42.70]) by mx.google.com with ESMTPS id h29sm820827wbc.3.2010.11.16.06.42.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 06:42:23 -0800 (PST) Message-Id: <4ce2984f.5d1be30a.7eff.4a96@mx.google.com> Date: Tue, 16 Nov 2010 06:42:23 -0800 (PST) From: Sofian Brabez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152299: New port: devel/elfkickers: Collection of programs to manipulate ELF files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 14:50:07 -0000 >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 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 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: