ports/177116: [new port] devel/libpff Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) formats
Antoine Brodin
antoine at freebsd.org
Tue Mar 19 17:00:00 UTC 2013
>Number: 177116
>Category: ports
>Synopsis: [new port] devel/libpff Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) formats
>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 Mar 19 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Antoine Brodin
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
none
>Environment:
System: FreeBSD everglades 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>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)
WWW: http://code.google.com/p/libpff/
>How-To-Repeat:
>Fix:
--- libpff.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:
#
# libpff
# libpff/distinfo
# libpff/pkg-descr
# libpff/pkg-plist
# libpff/Makefile
#
echo c - libpff
mkdir -p libpff > /dev/null 2>&1
echo x - libpff/distinfo
sed 's/^X//' >libpff/distinfo << '28b6fab952e74c257e3f0fd5f036c1b2'
XSHA256 (libpff-alpha-20120802.tar.gz) = 4b78464200d04c77e182e09dc2af8d6f6c5519af12994e1ce96cd3b0e7a2ea62
XSIZE (libpff-alpha-20120802.tar.gz) = 1665471
28b6fab952e74c257e3f0fd5f036c1b2
echo x - libpff/pkg-descr
sed 's/^X//' >libpff/pkg-descr << 'b0021e4c39bbf46769e2d8b98dd4a21f'
XLibrary and tools to access the Personal Folder File (PFF) and the Offline
XFolder File (OFF) formats.
XPFF/OFF is used in several file types:
X PAB (Personal Address Book)
X PST (Personal Storage Table)
X OST (Offline Storage Table)
X
XWWW: http://code.google.com/p/libpff/
b0021e4c39bbf46769e2d8b98dd4a21f
echo x - libpff/pkg-plist
sed 's/^X//' >libpff/pkg-plist << '351dd2675448e3ad280bb10e53341781'
Xbin/pffexport
Xbin/pffinfo
Xinclude/libpff.h
Xinclude/libpff/codepage.h
Xinclude/libpff/definitions.h
Xinclude/libpff/error.h
Xinclude/libpff/extern.h
Xinclude/libpff/features.h
Xinclude/libpff/mapi.h
Xinclude/libpff/types.h
Xlib/libpff.a
Xlib/libpff.la
Xlib/libpff.so
Xlib/libpff.so.1
X%%PYTHON_SITELIBDIR%%/pypff.a
X%%PYTHON_SITELIBDIR%%/pypff.la
X%%PYTHON_SITELIBDIR%%/pypff.so
Xlibdata/pkgconfig/libpff.pc
X at dirrm include/libpff
351dd2675448e3ad280bb10e53341781
echo x - libpff/Makefile
sed 's/^X//' >libpff/Makefile << '8d79fd55e473d84b4c10ffae89dbbdd5'
X# Created by: Antoine Brodin <antoine at FreeBSD.org>
X# $FreeBSD$
X
XPORTNAME= libpff
XDISTVERSION= alpha-20120802
XCATEGORIES= devel
XMASTER_SITES= GOOGLE_CODE
X
XMAINTAINER= antoine at FreeBSD.org
XCOMMENT= Library and tools to access the PFF and the OFF formats
X
XLICENSE= LGPL3
X
XGNU_CONFIGURE= yes
XCONFIGURE_ARGS= --enable-python
XUSE_GETTEXT= yes
XUSES= pathfix
XUSE_ICONV= yes
XUSE_PYTHON= yes
XUSE_LDCONFIG= yes
X
XLDFLAGS+= -L${LOCALBASE}/lib
XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
X
XMAN1= pffexport.1 pffinfo.1
XMAN3= libpff.3
X
XOPTIONS_DEFINE= DOCS EXAMPLES
X
XPORTDOCS= AUTHORS ChangeLog
XPORTEXAMPLES= *
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X @${MKDIR} ${DOCSDIR}
X ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
X.endif
X.if ${PORT_OPTIONS:MEXAMPLES}
X @${MKDIR} ${EXAMPLESDIR}
X ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
X ${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
8d79fd55e473d84b4c10ffae89dbbdd5
exit
--- libpff.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list