Home
last modified time | relevance | path

Searched refs:LZO (Results 1 – 25 of 1746) sorted by relevance

12345678910>>...70

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsilk.magic17 >>>>0x7 byte 2 LZO compression
22 >>>>0x7 byte 2 LZO compression
29 >>>>>0x7 byte 2 LZO compression
34 >>>>>0x7 byte 2 LZO compression
41 >>>>0x7 byte 2 LZO compression
46 >>>>0x7 byte 2 LZO compression
53 >>>>>0x7 byte 2 LZO compression
58 >>>>>0x7 byte 2 LZO compression
65 >>>>0x7 byte 2 LZO compression
70 >>>>0x7 byte 2 LZO compression
[all …]
/dports/archivers/p5-Compress-LZO/Compress-LZO-1.09/
H A DREADME2 Perl-LZO -- Perl bindings for LZO
9 What is LZO ?
12 LZO is a portable lossless data compression library written in ANSI C.
29 What is Perl-LZO ?
32 Perl-LZO provides LZO bindings for Perl, i.e. you can access the
33 LZO library from your Perl scripts thereby compressing ordinary
40 Have a look at the generated manpage `Compress::LZO.3pm'.
43 programs that ship with the LZO library. Really.
49 The LZO and Perl-LZO algorithms and implementations are
53 The LZO and Perl-LZO algorithms and implementations are distributed under
H A DREADME.md3 Compress::LZO
11 use Compress::LZO;
14 $dest = Compress::LZO::decompress($source);
15 $dest = Compress::LZO::optimize($source);
17 $crc = Compress::LZO::adler32($buffer [,$crc]);
18 $crc = Compress::LZO::crc32($buffer [,$crc]);
33 Compress::LZO - Interface to the LZO compression library
37 $dest = Compress::LZO::compress($string)
51 $dest = Compress::LZO::decompress($string)
60 $dest = Compress::LZO::optimize($string)
[all …]
H A DINSTALL2 This is the Perl distribution Compress-LZO.
4 Installing Compress-LZO is straightforward.
10 % cpanm Compress::LZO
15 % cpanm -S Compress::LZO
21 % cpan Compress::LZO
41 Compress-LZO documentation is available as POD.
44 % perldoc Compress::LZO
H A DMETA.yml2 abstract: 'Interface to the LZO compression library'
19 name: Compress-LZO
21 Compress::LZO:
22 file: lib/Compress/LZO.pm
33 homepage: http://metacpan.org/release/Compress-LZO
H A DChanges1 Revision history for Compress-LZO
10 - requires LZO library v1.08 or newer
11 - [info: version jumped from 1.00 to 1.08 to match the LZO version]
15 - first public release - requires LZO library v1.03 or newer
/dports/archivers/p5-Compress-LZO/Compress-LZO-1.09/t/
H A Dtest.t34 use Compress::LZO;
54 my $a0 = Compress::LZO::adler32($src);
55 my $c = Compress::LZO::compress($src, $level);
56 my $u1 = Compress::LZO::decompress($c);
57 my $a1 = Compress::LZO::adler32($u1);
58 my $o = Compress::LZO::optimize($c);
59 my $u2 = Compress::LZO::decompress($o);
60 my $a2 = Compress::LZO::adler32($u2);
/dports/archivers/p5-POE-Filter-LZO/POE-Filter-LZO-1.72/
H A DREADME3 POE::Filter::LZO - A POE filter wrapped around Compress::LZO
11 use POE::Filter::LZO;
13 my $filter = POE::Filter::LZO->new();
18 use POE qw(Filter::Stackable Filter::Line Filter::LZO);
21 $filter->push( POE::Filter::LZO->new(),
26 POE::Filter::LZO provides a POE filter for performing
27 compression/decompression using Compress::LZO. It is suitable for use
34 Creates a new POE::Filter::LZO object. Takes one optional argument,
35 'level': the level of compression to employ. Consult Compress::LZO
67 Compress::LZO
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/cmake/Modules/
H A DFindLZO.cmake2 # LZO_FOUND - system has the LZO library
3 # LZO_INCLUDE_DIR - the LZO include directory
4 # LZO_LIBRARIES - The libraries needed to use LZO
20 message(STATUS "Found LZO: ${LZO_LIBRARIES}")
24 message(FATAL_ERROR "Could NOT find LZO")
26 message(STATUS "Could NOT find LZO")
/dports/graphics/blender/blender-2.91.0/build_files/cmake/Modules/
H A DFindLZO.cmake1 # - Find LZO library
2 # Find the native LZO includes and library
6 # LZO_LIBRARIES, libraries to link against to use LZO.
7 # LZO_ROOT_DIR, The base directory to search for LZO.
9 # LZO_FOUND, If false, do not try to use LZO.
12 # LZO_LIBRARY, where to find the LZO library.
49 FIND_PACKAGE_HANDLE_STANDARD_ARGS(LZO DEFAULT_MSG
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/cmake/
H A DFindLZO.cmake2 # LZO_FOUND - system has the LZO library
3 # LZO_INCLUDE_DIR - the LZO include directory
4 # LZO_LIBRARIES - The libraries needed to use LZO
32 message(STATUS "Found LZO: ${LZO_LIBRARIES}")
36 message(FATAL_ERROR "Could NOT find LZO")
38 message(STATUS "Could NOT find LZO")
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/cmake/
H A DFindLZO.cmake2 # LZO_FOUND - system has the LZO library
3 # LZO_INCLUDE_DIR - the LZO include directory
4 # LZO_LIBRARIES - The libraries needed to use LZO
32 message(STATUS "Found LZO: ${LZO_LIBRARIES}")
36 message(FATAL_ERROR "Could NOT find LZO")
38 message(STATUS "Could NOT find LZO")
/dports/archivers/lzo2/lzo-2.10/
H A Dconfigure.ac2 # configure.ac -- autoconf configuration for the LZO library
4 # This file is part of the LZO data compression library.
9 # The LZO library is free software; you can redistribute it and/or
20 # along with the LZO library; see the file COPYING.
41 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
195 LZO configuration summary
197 LZO version : ${PACKAGE_VERSION}
209 LZO ${PACKAGE_VERSION} configured.
229 Type 'make' to build LZO.
230 Type 'make check' and 'make test' to test LZO.
[all …]
H A DREADME2 LZO -- a real-time data compression library
5 Please read the file doc/LZO.TXT for an introduction to LZO.
6 See the file doc/LZO.FAQ for various tidbits of information.
12 For a quick start how to use LZO look at examples/lzopack.c.
/dports/games/openttd/openttd-12.1/cmake/
H A DFindLZO.cmake5 Finds the LZO library.
13 True if the system has the LZO library.
15 Include directories needed to use LZO.
17 Libraries needed to link to LZO.
19 The version of the LZO library which was found.
29 The path to the LZO library.
67 select_library_configurations(LZO)
73 find_package_handle_standard_args(LZO
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/
H A Dconfigure.ac2 # configure.ac -- autoconf configuration for the LZO library
4 # This file is part of the LZO data compression library.
9 # The LZO library is free software; you can redistribute it and/or
14 # The LZO library is distributed in the hope that it will be useful,
20 # along with the LZO library; see the file COPYING.
41 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
184 LZO configuration summary
186 LZO version : ${PACKAGE_VERSION}
197 LZO ${PACKAGE_VERSION} configured.
217 Type \`make' to build LZO. Type \`make install' to install LZO.
[all …]
H A DREADME2 LZO -- a real-time data compression library
5 Please read the file doc/LZO.TXT for an introduction to LZO.
6 See the file doc/LZO.FAQ for various tidbits of information.
12 For a quick start how to use LZO look at examples/lzopack.c.
H A DNEWS2 User visible changes for LZO -- a real-time data compression library
15 * Changed the configure system to install the LZO library under the
16 name "liblzo2" so that parallel installation with LZO v1 is possible.
41 * LZO now fully supports the LLP64 programming model.
64 [Upgrade instructions from LZO v1 to LZO v2]
71 * Other than that LZO v2 should be fully source-compatible with LZO v1.
122 * LZO now works cleanly under checkergcc
136 * improved documentation, added LZO.FAQ
142 * LZO now uses GNU Automake 1.0 - lots of configuration changes
171 * some portability fixes (LZO now works on my old Atari ST :-)
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/cmake/modules/
H A DFindLZO.cmake2 # LZO_FOUND - system has the LZO library
3 # LZO_INCLUDE_DIR - the LZO include directory
4 # LZO_LIBRARIES - The libraries needed to use LZO
36 message(STATUS "Found LZO: ${LZO_LIBRARIES}")
40 message(FATAL_ERROR "Could NOT find LZO")
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/cmake/
H A DFindLZO.cmake50 message("***** LZO Header path:" ${LZO_INCLUDE_DIR})
51 message("***** LZO Library path:" ${LZO_LIBRARY})
53 set(LZO_NAMES ${LZO_NAMES} LZO)
56 FIND_PACKAGE_HANDLE_STANDARD_ARGS(LZO
/dports/archivers/p5-POE-Filter-LZO/POE-Filter-LZO-1.72/t/
H A D01_lzo.t2 BEGIN { use_ok('POE::Filter::LZO') };
6 my $orig = POE::Filter::LZO->new();
11 isa_ok( $filter, "POE::Filter::LZO" );
23 POE::Filter::LZO->new(),
/dports/multimedia/mkclean/mkclean-0.8.7/libmatroska2/minilzo/
H A DREADME.LZO3 miniLZO -- mini subset of the LZO real-time data compression library
13 include (or require) the full LZO source code just because you
27 Note: you also must distribute this file (`README.LZO') with your project.
34 files (like Makefiles and build scripts) please download the full LZO
42 P.S. minilzo.c is generated automatically from the LZO sources and
59 flags when compiling minilzo.c. See the LZO distribution for an example
113 LZO and miniLZO are Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002,
116 LZO and miniLZO are distributed under the terms of the GNU General
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libmatroska2/minilzo/
H A DREADME.LZO3 miniLZO -- mini subset of the LZO real-time data compression library
13 include (or require) the full LZO source code just because you
27 Note: you also must distribute this file (`README.LZO') with your project.
34 files (like Makefiles and build scripts) please download the full LZO
42 P.S. minilzo.c is generated automatically from the LZO sources and
59 flags when compiling minilzo.c. See the LZO distribution for an example
113 LZO and miniLZO are Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002,
116 LZO and miniLZO are distributed under the terms of the GNU General
/dports/graphics/blender/blender-2.91.0/extern/lzo/minilzo/
H A DREADME.LZO3 miniLZO -- mini subset of the LZO real-time data compression library
13 include (or require) the full LZO source code just because you
27 Note: you also must distribute this file ('README.LZO') with your project.
34 files (like Makefiles and build scripts) please download the full LZO
42 P.S. minilzo.c is generated automatically from the LZO sources and
59 flags when compiling minilzo.c. See the LZO distribution for an example
113 LZO and miniLZO are Copyright (C) 1996-2014 Markus Franz Xaver Oberhumer
116 LZO and miniLZO are distributed under the terms of the GNU General
/dports/archivers/lzo2/lzo-2.10/minilzo/
H A DREADME.LZO3 miniLZO -- mini subset of the LZO real-time data compression library
13 include (or require) the full LZO source code just because you
27 Note: you also must distribute this file ('README.LZO') with your project.
34 files (like Makefiles and build scripts) please download the full LZO
42 P.S. minilzo.c is generated automatically from the LZO sources and
59 flags when compiling minilzo.c. See the LZO distribution for an example
113 LZO and miniLZO are Copyright (C) 1996-2017 Markus Franz Xaver Oberhumer
116 LZO and miniLZO are distributed under the terms of the GNU General

12345678910>>...70