# HG changeset patch # User Michael Schloh von Bennewitz # Date 1248858048 -7200 # Node ID 1ed3129619177a809ea3d72386596a64a466b468 # Parent 00ecdf986278c45adf54d711abd6047e9c08c89c Import new package spec for introduction into repository. diff -r 00ecdf986278 -r 1ed312961917 LibLZO.pmdoc/01fsrt-contents.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LibLZO.pmdoc/01fsrt-contents.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,1 @@ +modemodemodemodemodemodemodemodemodemodemodemodemodemodemodemodemodemode \ No newline at end of file diff -r 00ecdf986278 -r 1ed312961917 LibLZO.pmdoc/01fsrt.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LibLZO.pmdoc/01fsrt.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,1 @@ +com.europalab.dev.lzo.fsrt.pkg1fsrt/parentrequireAuthorizationinstallFrom.isRelativeTypeidentifierinstallTo01fsrt-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file diff -r 00ecdf986278 -r 1ed312961917 LibLZO.pmdoc/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LibLZO.pmdoc/README.txt Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,70 @@ +## +## LibLZO.txt -- Addendum to OS X Package Specification Document +## Copyright (c) 2009 Michael Schloh von Bennewitz +## +## Permission to use, copy, modify, and distribute this software for +## any purpose with or without fee is hereby granted, provided that +## the above copyright notice and this permission notice appear in all +## copies. +## +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +## SUCH DAMAGE. +## + + +LZO Compression Development Package +----------------------------------- +Name: LibLZO +Summary: Lempel-Ziv-Oberhumer Compression Logic +URL: http://www.oberhumer.com/opensource/lzo/ +Packager: Michael Schloh von Bennewitz +Vendor: Markus F.X.J. Oberhumer + +Package source: LibLZO.pmdoc +Package output: LibLZO.pkg + +Executing LibLZO.pkg installs header archives and universal libraries +(IA-32/X86-64/PPC7400/PPC64) to the OS X operating system required for +developing applications using LZO compression logic. + +To create the installation package, use the OS X PackageMaker +application or equivalent command line utility. Required sources +include the package specification (.pmdoc) and the archives +specified within the package specification. These references are +listed in the following manifest, and must be manually placed. + +Filesystem Root (fsrt) Manifest +------------------------------- +drwxr-xr-x 3 root wheel 102 25 Jul 18:04 fsrt +drwxr-xr-x 3 root wheel 102 25 Jul 18:04 fsrt/usr +drwxr-xr-x 4 root wheel 136 25 Jul 18:04 fsrt/usr/local +drwxr-xr-x 3 root wheel 102 25 Jul 18:04 fsrt/usr/local/include +drwxr-xr-x 15 root wheel 510 25 Jul 18:04 fsrt/usr/local/include/lzo +-rw-r--r-- 1 root wheel 3334 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1.h +-rw-r--r-- 1 root wheel 3338 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1a.h +-rw-r--r-- 1 root wheel 6085 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1b.h +-rw-r--r-- 1 root wheel 6082 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1c.h +-rw-r--r-- 1 root wheel 3773 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1f.h +-rw-r--r-- 1 root wheel 6561 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1x.h +-rw-r--r-- 1 root wheel 5337 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1y.h +-rw-r--r-- 1 root wheel 5414 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo1z.h +-rw-r--r-- 1 root wheel 3227 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo2a.h +-rw-r--r-- 1 root wheel 5769 25 Jul 05:35 fsrt/usr/local/include/lzo/lzo_asm.h +-rw-r--r-- 1 root wheel 14090 25 Jul 05:35 fsrt/usr/local/include/lzo/lzoconf.h +-rw-r--r-- 1 root wheel 65826 25 Jul 05:35 fsrt/usr/local/include/lzo/lzodefs.h +-rw-r--r-- 1 root wheel 2512 25 Jul 05:35 fsrt/usr/local/include/lzo/lzoutil.h +drwxr-xr-x 6 root wheel 204 25 Jul 19:02 fsrt/usr/local/lib +lrw-r--r-- 1 root wheel 9 25 Jul 19:02 fsrt/usr/local/lib/liblzo.a -> liblzo2.a +lrwxr-xr-x 1 root wheel 10 25 Jul 19:02 fsrt/usr/local/lib/liblzo.la -> liblzo2.la +-rw-r--r-- 1 root wheel 1049552 25 Jul 05:36 fsrt/usr/local/lib/liblzo2.a +-rwxr-xr-x 1 root wheel 740 25 Jul 05:35 fsrt/usr/local/lib/liblzo2.la diff -r 00ecdf986278 -r 1ed312961917 LibLZO.pmdoc/index.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LibLZO.pmdoc/index.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,655 @@ +Lempel-Ziv-Oberhumer Compression Logic/Users/username/proj/lzo-pkg/LibLZO.pkgMichael Schloh von Bennewitzcom.europalab.devLempel-Ziv-Oberhumer (LZO) is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.\ + call lzo_init()\ + compress your data with lzo1x_1_compress()\ + * link your application with the LZO library\ +\ + B) decompression\ + * include \ + call lzo_init()\ + decompress your data with lzo1x_decompress()\ + * link your application with the LZO library\ +\ +To build a project using LZO compression logic, please add the header and library paths in /usr/local to the project's build configuration.}]]>\ + call lzo_init()\ + compress your data with lzo1x_1_compress()\ + * link your application with the LZO library\ +\ + B) decompression\ + * include \ + call lzo_init()\ + decompress your data with lzo1x_decompress()\ + * link your application with the LZO library\ +\ +To build a project using LZO compression logic, please add the header and library paths in /usr/local to the project's build configuration.}]]>\ + call lzo_init()\ + compress your data with lzo1x_1_compress()\ + * link your application with the LZO library\ +\ + B) decompression\ + * include \ + call lzo_init()\ + decompress your data with lzo1x_decompress()\ + * link your application with the LZO library\ +\ +To build a project using LZO compression logic, please add the header and library paths in /usr/local to the project's build configuration.}]]>\ + call lzo_init()\ + compress your data with lzo1x_1_compress()\ + * link your application with the LZO library\ +\ + B) decompression\ + * include \ + call lzo_init()\ + decompress your data with lzo1x_decompress()\ + * link your application with the LZO library\ +\ +To build a project using LZO compression logic, please add the header and library paths in /usr/local to the project's build configuration.}]]>01fsrt.xmlproperties.customizeOptionproperties.titledescriptionproperties.systemDomainproperties.anywhereDomain diff -r 00ecdf986278 -r 1ed312961917 PKCS11H.pmdoc/01fsrt-contents.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKCS11H.pmdoc/01fsrt-contents.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,1 @@ +groupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownergroupmodeownermodegroupowner \ No newline at end of file diff -r 00ecdf986278 -r 1ed312961917 PKCS11H.pmdoc/01fsrt.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKCS11H.pmdoc/01fsrt.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,1 @@ +com.europalab.dev.pkcs11h.fsrt.pkg1fsrt/parentrequireAuthorizationinstallFrom.isRelativeTypeincludeRootidentifierinstallTo01fsrt-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file diff -r 00ecdf986278 -r 1ed312961917 PKCS11H.pmdoc/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKCS11H.pmdoc/README.txt Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,70 @@ +## +## PKCS11Helper.txt -- Addendum to OS X Package Specification Document +## Copyright (c) 2009 Michael Schloh von Bennewitz +## +## Permission to use, copy, modify, and distribute this software for +## any purpose with or without fee is hereby granted, provided that +## the above copyright notice and this permission notice appear in all +## copies. +## +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +## SUCH DAMAGE. +## + + +PKCS11-Helper Development Package +--------------------------------- +Name: PKCS11-Helper +Summary: PKCS#11 Provider Abstraction API +URL: http://www.opensc-project.org/pkcs11-helper/ +Packager: Michael Schloh von Bennewitz +Vendor: Alon Bar-Lev + +Package source: PKCS11H.pmdoc +Package output: PKCS11H.pkg + +Executing PKCS11H.pkg installs header archives, universal libraries +(IA-32/X86-64/PPC7400/PPC64) , and documentation to the OS X operating +system required for developing applications using PKCS#11 provider logic. + +To create the installation package, use the OS X PackageMaker +application or equivalent command line utility. Required sources +include the package specification (.pmdoc) and the archives +specified within the package specification. These references are +listed in the following manifest, and must be manually placed. + +Filesystem Root (fsrt) Manifest +------------------------------- +drwxr-xr-x 5 root wheel 170 Jul 29 09:18 fsrt +drwxr-xr-x 3 root wheel 102 Jul 29 09:27 fsrt/include +drwxr-xr-x 11 root wheel 374 Jul 29 09:18 fsrt/include/pkcs11-helper +-rw-r--r-- 1 root wheel 42442 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11.h +-rw-r--r-- 1 root wheel 16577 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-certificate.h +-rw-r--r-- 1 root wheel 14454 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-core.h +-rw-r--r-- 1 root wheel 6309 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-data.h +-rw-r--r-- 1 root wheel 3226 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-def.h +-rw-r--r-- 1 root wheel 7055 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-engines.h +-rw-r--r-- 1 root wheel 5457 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-openssl.h +-rw-r--r-- 1 root wheel 6140 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-token.h +-rw-r--r-- 1 root wheel 3114 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-version.h +drwxr-xr-x 5 root wheel 170 Jul 29 09:26 fsrt/lib +-rw-r--r-- 1 root wheel 705120 Jul 29 09:18 fsrt/lib/libpkcs11-helper.a +-rwxr-xr-x 1 root wheel 831 Jul 29 09:26 fsrt/lib/libpkcs11-helper.la +drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/lib/pkgconfig +-rw-r--r-- 1 root wheel 347 Jul 29 09:27 fsrt/lib/pkgconfig/libpkcs11-helper.pc +drwxr-xr-x 4 root wheel 136 Jul 29 09:23 fsrt/share +drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/share/aclocal +-rw-r--r-- 1 root wheel 3427 Jul 29 09:18 fsrt/share/aclocal/pkcs11-helper.m4 +drwxr-xr-x 3 root wheel 102 Jul 29 09:18 fsrt/share/man +drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/share/man/man8 +-rw-r--r-- 1 root wheel 3620 Jul 29 09:18 fsrt/share/man/man8/pkcs11-helper.8 diff -r 00ecdf986278 -r 1ed312961917 PKCS11H.pmdoc/index.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKCS11H.pmdoc/index.xml Wed Jul 29 11:00:48 2009 +0200 @@ -0,0 +1,580 @@ +PKCS#11 provider abstraction API/Users/username/proj/pkcs11h-pkg/PKCS11H.pkgMichael Schloh von Bennewitzcom.europalab.devPKCS11-Helper implements an API to simplify the interaction with PKCS#11 providers for applications wishing to access cryptographic devices.01fsrt.xmldescriptionproperties.title