notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pefile Python module to read and work with PE files
2023.2.7 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.2.7Version of this port present on the latest quarterly branch.
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-07-25 21:22:14
Last Update: 2023-10-30 15:33:51
Commit Hash: 6fd2184
Also Listed In: python
License: MIT
WWW:
https://github.com/erocarrera/pefile
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pefile>0:devel/py-pefile@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pefile/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pefile
  • pkg install py39-pefile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-pefile listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pefile
Package flavors (<flavor>: <package>)
  • py39: py39-pefile
distinfo:
TIMESTAMP = 1698310019 SHA256 (pefile-2023.2.7.tar.gz) = 11cd7ed7082d5256e9741e8b98c654f061723fafb5b2719c01a0b4cc6f89e09d SIZE (pefile-2023.2.7.tar.gz) = 74852

Packages (timestamps in pop-ups are UTC):
py37-pefile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2019.4.18---2019.4.18-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pefile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2023.2.72023.2.7-2023.2.72023.2.7---
FreeBSD:13:quarterly2023.2.72023.2.72021.5.242023.2.72023.2.72023.2.72023.2.72023.2.7
FreeBSD:14:latest2023.2.72023.2.72021.5.242023.2.72023.2.72021.5.24-2021.5.24
FreeBSD:14:quarterly2023.2.72023.2.7-2023.2.72023.2.72023.2.72023.2.72023.2.7
FreeBSD:15:latest2023.2.72023.2.7n/a2023.2.7n/a2023.2.72023.2.72023.2.7
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/plasma
  2. devel/py-cle
  3. misc/py-icoextract
  4. security/py-plaso
  5. security/py-volatility3

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. security/py-crits*
  2. textproc/scancode-toolkit*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_py-pefile
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/erocarrera/pefile/releases/download/v2023.2.7/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2023.2.7
30 Oct 2023 15:33:51
commit hash: 6fd218445e7237bffcd08677ce7642ba483582e4commit hash: 6fd218445e7237bffcd08677ce7642ba483582e4commit hash: 6fd218445e7237bffcd08677ce7642ba483582e4commit hash: 6fd218445e7237bffcd08677ce7642ba483582e4 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
devel/py-pefile: Update to 2023.2.7

PR:		274735
Approved by:	antoine (maintainer)
2021.5.24
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2021.5.24
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2021.5.24
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2021.5.24
26 Jun 2021 08:59:00
commit hash: 86838ffe44aeba59c26321f335fd5a3d8a2f57ffcommit hash: 86838ffe44aeba59c26321f335fd5a3d8a2f57ffcommit hash: 86838ffe44aeba59c26321f335fd5a3d8a2f57ffcommit hash: 86838ffe44aeba59c26321f335fd5a3d8a2f57ff files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/py-pefile: update to 2021.5.24
2019.4.18
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2019.4.18
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
2019.4.18
11 May 2019 11:24:57
Revision:501249Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2019.4.18
2018.8.8
17 Aug 2018 13:37:43
Revision:477428Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2018.8.8
2017.11.5
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2017.11.5
02 Dec 2017 13:42:13
Revision:455372Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Update to 2017.11.5
2017.9.3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2017.9.3
10 Sep 2017 07:58:58
Revision:449523Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2017.9.3
2017.8.1
06 Aug 2017 16:15:24
Revision:447469Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2017.8.1
2017.5.26
11 Jun 2017 12:01:47
Revision:443380Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2017.5.26
2016.3.28
02 Apr 2016 13:07:15
Revision:412406Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2016.3.28, this version works with both python 2 and python 3
1.2.10.139
29 Aug 2014 17:28:42
Revision:366537Original commit files touched by this commit
antoine search for other commits by this committer
Convert a few ports to USES=python
1.2.10.139
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.2.10.139
22 Dec 2013 21:09:27
Revision:337219Original commit files touched by this commit
antoine search for other commits by this committer
Remove obsolete patch, we no longer try to avoid setuptools (now default)
1.2.10.139
12 Dec 2013 18:01:06
Revision:336280Original commit files touched by this commit
antoine search for other commits by this committer
- Update to 1.2.10-139
- Use PYDISTUTILS_AUTOPLIST

Changelog:	http://code.google.com/p/pefile/#Version:_1.2.10-139
1.2.10.123
04 Oct 2013 20:36:58
Revision:329381Original commit files touched by this commit
antoine search for other commits by this committer
Convert to STAGEDIR
1.2.10.123
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.2.10.123
17 Jun 2013 19:32:45
Revision:321147Original commit files touched by this commit
antoine search for other commits by this committer
- Trim Makefile header, update my email address
- Remove article from COMMENT
- Use PORTDOCS and convert to PORT_OPTIONS
- Remove tab from pkg-descr
1.2.10.123
27 Nov 2012 07:43:16
Revision:307824Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.2.10-123

PR:		ports/173935
Submitted by:	antoine@
Feature safe:	yes
1.2.10.114
30 May 2012 19:16:41
Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.2.10-114

While I'm here, do some clenup:
- use shortname in MASTER_SITES
- drop LICENSE_FILE for well-know license (MIT)
- strict python versions to 2.x only
- replace redefinition of the whole PYDISTUTILS_EGGINFO with
  just PYDISTUTILS_PKGVERSION
- add tab in pkg-descr

PR:             167484
Submitted by:   antoine (maintainer)
1.2.10.93
05 Feb 2011 10:51:57
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.10-93
- Add LICENSE
- Make happy portlint

PR:             154366
Submitted by:   Sofian Brabez <sbrabez@gmail.com>
Approved by:    maintainer
Feature safe:   yes
1.2.10.89
10 Nov 2010 03:17:51
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2.10-89
- Patch setup.py to prevent problems when setuptools installed

PR:             ports/152072
Submitted by:   Sofian Brabez <sbrabez@gmail.com>
Approved by:    maintainer
1.2.10.63
11 Nov 2009 14:38:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.10-63

PR:             140431
Submitted by:   Antoine Brodin <antoine@freebsd.org> (maintainer)
1.2.10.60
30 Jan 2009 12:20:12
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.10-60

PR:             ports/131150
Submitted by:   lwhsu
Approved by:    antoine (maintainer)
1.2.9.1
08 Mar 2008 22:32:42
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.9.1

PR:             ports/121492
Submitted by:   lwhsu
Approved by:    antoine (maintainer)
1.2.8
06 Mar 2008 22:19:52
Original commit files touched by this commit
edwin search for other commits by this committer
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
1.2.8
12 Dec 2007 20:21:30
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.8

PR:             ports/118558
Submitted by:   Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
1.2.7
16 Sep 2007 03:01:00
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.7
- Update WWW

PR:             ports/116369
Submitted by:   Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
1.2.6
10 Sep 2007 12:28:36
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.6

PR:             ports/115653
Submitted by:   Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
1.2.5
09 Jun 2007 12:51:35
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.2.5

PR:             ports/113492
Submitted by:   Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
1.2.4
09 Mar 2007 11:26:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.4

PR:             110077
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer
1.2.3
01 Mar 2007 11:44:20
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.3

PR;             109659
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer
1.2.2
25 Feb 2007 14:45:33
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.2.2
- Adjust DOCSDIR

PR:             ports/109447
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by:    maintainer (Antoine Brodin)
1.2
09 Nov 2006 07:28:15
Original commit files touched by this commit
alexbl search for other commits by this committer
 - update to 1.2

PR:             105217
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
1.1
25 Jul 2006 21:21:48
Original commit files touched by this commit
miwi search for other commits by this committer
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

PR:             ports/100393
Submitted by:   Antoine Brodin <antoine.brodin(at)laposte.net>
Approved by:    krion (mentor)

Number of commits found: 41