3 changed files with 106 additions and 0 deletions
@ -0,0 +1,48 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1302530266 Mon Apr 11 15:57:46 2011 |
||||||
|
[BUILDTIME] 30 (5) |
||||||
|
[SIZE] 3.79 MB, 171 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] boost |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] djv |
||||||
|
[DEP] expat |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] fontconfig |
||||||
|
[DEP] freetype |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] gnue-common |
||||||
|
[DEP] grep |
||||||
|
[DEP] gst-python |
||||||
|
[DEP] imagemagick |
||||||
|
[DEP] libgd |
||||||
|
[DEP] libjpeg |
||||||
|
[DEP] libpng |
||||||
|
[DEP] libx11 |
||||||
|
[DEP] libxau |
||||||
|
[DEP] libxcb |
||||||
|
[DEP] libxpm |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] ncurses |
||||||
|
[DEP] paste |
||||||
|
[DEP] pastedeploy |
||||||
|
[DEP] pastescript |
||||||
|
[DEP] patch |
||||||
|
[DEP] pil |
||||||
|
[DEP] pygobject |
||||||
|
[DEP] python |
||||||
|
[DEP] sed |
||||||
|
[DEP] setuptools |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux-ng |
||||||
|
[DEP] wxpython |
@ -0,0 +1,23 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../libpst/libpst.conf |
||||||
|
# Copyright (C) 2011 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
# by default only statically linked tools are installed, so we need to pass |
||||||
|
# '--enable-libpst-shared' to get the library itself, header files and a |
||||||
|
# libpst.pc file installed |
||||||
|
var_append extraconfopt ' ' "--enable-libpst-shared" |
||||||
|
|
||||||
|
# python bindings |
||||||
|
if ! pkginstalled -f python; then |
||||||
|
var_append extraconfopt ' ' "--disable-python" |
||||||
|
fi |
@ -0,0 +1,35 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../libpst/libpst.desc |
||||||
|
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Utilities to convert Outlook .pst files to other formats |
||||||
|
|
||||||
|
[T] The Libpst utilities include readpst which can convert email messages |
||||||
|
[T] to both mbox and MH mailbox formats, pst2ldif which can convert the |
||||||
|
[T] contacts to .ldif format for import into ldap databases, and pst2dii |
||||||
|
[T] which can convert email messages to the DII load file format used by |
||||||
|
[T] Summation. |
||||||
|
|
||||||
|
[U] http://www.five-ten-sg.com/libpst/ |
||||||
|
|
||||||
|
[A] Carl Byington <[email protected]> |
||||||
|
[M] The OpenSDE Community <[email protected]> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.6.49 |
||||||
|
[P] X -----5---9 158.600 |
||||||
|
|
||||||
|
[D] 2532327131 libpst-0.6.49.tar.gz http://www.five-ten-sg.com/libpst/packages/ |
Loading…
Reference in new issue