Up to [cvs.netbsd.org] / pkgsrc / archivers / lzo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 23 11:59:00 2011 UTC (8 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Changes 2.06: * Some minor optimizations for big-endian architectures. * Fixed overly strict malloc() misalignment check in examples.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 23 21:46:59 2011 UTC (12 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.10: +5 -12
lines
Diff to previous 1.10 (colored)
Changes 2.05: * Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 13 11:21:05 2010 UTC (18 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update lzo to 2.04. Changes in 2.04 (31 Oct 2010) * Fixed a gcc-4.5 aliasing issue in lzo_init(). * Updated the configure system. * Assorted cleanups.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 19 20:16:40 2010 UTC (2 years, 3 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Added LICENSE information.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 13 13:11:56 2009 UTC (2 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.7: +3 -2
lines
Diff to previous 1.7 (colored)
Disable assembler code under Mac OS X Snow Leopard to fix build failure.
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 20 15:11:55 2008 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 2.03: Changes in 2.03 (30 Apr 2008) * Updated the ELF assembler sources to mark the stack as non-executable. * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode. * Updated the configure system.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 28 15:22:17 2007 UTC (4 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Simplify pattern for Mac OS X Leopard Intel.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 16 00:08:27 2007 UTC (4 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.4: +7 -2
lines
Diff to previous 1.4 (colored)
Disable assembler code under Mac OS X Leopard i386 to fix build failure.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 5 17:10:43 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
DESTDIR support.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:53 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 21 22:36:21 2005 UTC (6 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to version 2.02. Fixes PR#31876.
Changes in 2.02 (17 Oct 2005)
* Updated the build and Autoconf scripts to fix some reported
compilation problems.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 14 20:02:48 2005 UTC (6 years, 10 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of lzo-2.01, the new major version of archivers/liblzo. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 14 20:02:48 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Initial revision