Date: Sun, 16 Jul 2006 17:34:49 +0200 (CEST) From: Antoine Brodin <antoine.brodin@laposte.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100393: New port: devel/py-pefile Message-ID: <200607161534.k6GFYns7006560@barton.dreadbsd.org> Resent-Message-ID: <200607161540.k6GFeE9C062935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100393 >Category: ports >Synopsis: New port: devel/py-pefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 16 15:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 7.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Jul 14 20:06:07 CEST 2006 antoine@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386 >Description: pefile is a Python module to read and work with PE files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data. WWW: http://dkbza.org/pefile.html >How-To-Repeat: >Fix: --- pefile.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: # # py-pefile # py-pefile/Makefile # py-pefile/distinfo # py-pefile/pkg-descr # py-pefile/pkg-plist # echo c - py-pefile mkdir -p py-pefile > /dev/null 2>&1 echo x - py-pefile/Makefile sed 's/^X//' >py-pefile/Makefile << 'END-of-py-pefile/Makefile' X# New ports collection makefile for: pefile X# Date created: 16 July 2006 X# Whom: antoine.brodin@laposte.net X# X# $FreeBSD$ X# X XPORTNAME= pefile XPORTVERSION= 1.1 XCATEGORIES= devel python XMASTER_SITES= http://dkbza.org/pefile/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= antoine.brodin@laposte.net XCOMMENT= A python module to read and work with PE files X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-py-pefile/Makefile echo x - py-pefile/distinfo sed 's/^X//' >py-pefile/distinfo << 'END-of-py-pefile/distinfo' XMD5 (pefile-1.1.tar.gz) = 6788c7555dfe4b6cd956bc8f03928e8f XSHA256 (pefile-1.1.tar.gz) = a51b87ade802e8b06352ca5b1154281dbda9340da848d1e071ea06c5d9371c9b XSIZE (pefile-1.1.tar.gz) = 19077 END-of-py-pefile/distinfo echo x - py-pefile/pkg-descr sed 's/^X//' >py-pefile/pkg-descr << 'END-of-py-pefile/pkg-descr' Xpefile is a Python module to read and work with PE files. Most of the Xinformation in the PE Header is accessible, as well as all the sections, Xsection's information and data. X XWWW: http://dkbza.org/pefile.html END-of-py-pefile/pkg-descr echo x - py-pefile/pkg-plist sed 's/^X//' >py-pefile/pkg-plist << 'END-of-py-pefile/pkg-plist' X%%PYTHON_SITELIBDIR%%/pefile.py X%%PYTHON_SITELIBDIR%%/pefile.pyc X%%PYTHON_SITELIBDIR%%/pefile.pyo X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-py-pefile/pkg-plist exit --- pefile.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?200607161534.k6GFYns7006560>