Port details |
- libpff Library and tools to access the PFF and the OFF formats
- 20231205 devel =2 20231205Version of this port present on the latest quarterly branch.
- Maintainer: antoine@FreeBSD.org
- Port Added: 2013-03-20 21:22:26
- Last Update: 2024-02-29 13:56:47
- Commit Hash: 771f3b8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://github.com/libyal/libpff
- Description:
- Library and tools to access the Personal Folder File (PFF) and the Offline
Folder File (OFF) formats.
PFF/OFF is used in several file types:
PAB (Personal Address Book)
PST (Personal Storage Table)
OST (Offline Storage Table)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libpff/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libpff
- pkg install libpff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707837678
SHA256 (libpff-alpha-20231205.tar.gz) = 3e4932e3c68068b91b3024454ff095b941e326c4c15ea27ca727dc739004b880
SIZE (libpff-alpha-20231205.tar.gz) = 2151000
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libfwnt.so : devel/libfwnt
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libpff-20231205:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_libpff
- USES:
- cpe libtool pathfix python gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20231205 29 Feb 2024 13:56:47 |
Antoine Brodin (antoine) |
libyal: move man pages to share
Tested by: bofh |
20231205 14 Feb 2024 14:14:43 |
Antoine Brodin (antoine) |
devel/libpff: update to 20231205 |
e.20180714_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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 |
Stefan Eßer (se) |
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) |
e.20180714_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
e.20180714_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
e.20180714_1 14 Oct 2021 21:30:29 |
Stefan Eßer (se) |
devel/libpff: Add CPE information
Approved by: portmgr (blanket) |
e.20180714_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
e.20180714_1 24 Dec 2019 14:12:35 |
antoine |
Remove python 2.7 support |
e.20180714 28 Jul 2018 06:34:18 |
antoine |
- Update to experimental-20180714
- Build python2 and python3 bindings
- Remove DOCS option, the 2 text files do not carry useful information |
e.20161119 10 Dec 2016 17:38:15 |
antoine |
- Update to experimental-20161119
- Add LICENSE_FILE
- This version can work with python3.x
- Make NLS optional
- Update WWW |
a.20120802_2 25 Oct 2016 20:28:23 |
antoine |
Fix MASTER_SITES |
a.20120802_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
a.20120802_2 01 May 2016 07:52:42 |
antoine |
- Remove unneeded USES=iconv
- Allow building when libfwnt is installed |
a.20120802_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
a.20120802_1 30 Aug 2014 09:58:03 |
antoine |
Convert to USES=python |
a.20120802_1 20 May 2014 19:21:49 |
antoine |
- Use libtool
- Strip libraries
- Remove DOCS/EXAMPLES conditionals |
a.20120802 13 Jan 2014 21:00:04 |
rene |
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) |
a.20120802 02 Oct 2013 18:25:44 |
antoine |
Convert to STAGEDIR |
a.20120802 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
a.20120802 29 Jul 2013 22:08:48 |
antoine |
Make libpff fetchable again
While here, mark that it is not ready for python 3 yet |
a.20120802 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
a.20120802 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
a.20120802 20 Mar 2013 21:22:11 |
pawel |
Library and tools to access the Personal Folder File (PFF) and the Offline
Folder File (OFF) formats.
PFF/OFF is used in several file types:
PAB (Personal Address Book)
PST (Personal Storage Table)
OST (Offline Storage Table)
WWW: http://code.google.com/p/libpff/
PR: ports/177116
Submitted by: Antoine Brodin <antoine@FreeBSD.org> |