FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:01 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
lzo2 2.03_2 archivers on this many watch lists=64 search for ports that depend on this port
Portable speedy, lossless data compression library
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 06 Jun 2005 22:47:27
Also Listed In: devel


LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.

LZO implements a number of algorithms with the following features:
   + Decompression is simple and *very* fast.
   + Requires no memory for decompression.
   + Compression is pretty fast.
   + Requires 64 kB of memory for compression.
   + Allows you to dial up extra compression at a speed cost in the
     compressor. The speed of the decompressor is not reduced.
   + Includes compression levels for generating pre-compressed data
     which achieve a quite competitive compression ratio.
   + There is also a compression level which needs only 8 kB for
     compression.
   + Algorithm is thread safe.
   + Algorithm is lossless.

Author: Markus Franz Xaver Johannes Oberhumer
        markus.oberhumer@jk.uni-linz.ac.at

WWW: http://www.oberhumer.com/opensource/lzo/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool22

To install the port: cd /usr/ports/archivers/lzo2/ && make install clean
To add the package: pkg_add -r lzo2


Configuration Options
     No options to configure

Master Sites:
http://www.oberhumer.com/opensource/lzo/download/
http://fresh.t-systems-sfr.com/unix/src/misc/
http://ftp.uni-koeln.de/util/arc/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Aug 2009 20:36:34
Original commit files touched by this commit  2.03_2
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
07 Jan 2009 22:18:47
Original commit files touched by this commit  2.03_2
miwi search for other commits by this committer
- Set MALLOC_OPTIONS=jz for self-test to avoid excessive (multiple hours!)
  duration of self-tests. Found by Christian Weisgerber (naddy@).

PR:             130154
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
29 Aug 2008 14:20:11
Original commit files touched by this commit  2.03_2
miwi search for other commits by this committer
- Fix build for users not using /bin/sh as root's shell

PR:             126935
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer
29 Aug 2008 01:38:26
Original commit files touched by this commit  2.03_2
edwin search for other commits by this committer
The great "Unbreak archivers/lzo2" project - step 1

This patch doesn't unbreak it yet, but it increases the output of
the test in which the port building hangs. I tried to build this
port on the standard places (tb4.droso.net, my ports building jails)
but couldn't reproduce it.

So I'm waiting for this one to go through a run on i386 machines
(http://portsmon.freebsd.org/portoverview.py?category=archivers&portname=lzo2
shows it once happens on i386) to fail and to get a pav or erwin
email about it, which will at least show us where it goes wrong.
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.03_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Aug 2008 15:59:41
Original commit files touched by this commit  2.03_1
erwin search for other commits by this committer
Mark BROKEN on i386: runaway process during build.
20 Jun 2008 19:38:52
Original commit files touched by this commit  2.03_1
lippe search for other commits by this committer
- Reduce self-test verbosity.
- Add DOCS and EXAMPLES files.
- Bump PORTREVISION.

PR:             ports/124184
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:    gabor (mentor, implicit)
30 May 2008 16:39:24
Original commit files touched by this commit  2.03
miwi search for other commits by this committer
- Update to 2.03

PR:             124033
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
19 Apr 2008 18:56:05
Original commit files touched by this commit  2.02_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
01 Feb 2007 02:42:06
Original commit files touched by this commit  2.02_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.02_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 06:58:31
Original commit files touched by this commit  2.02
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.02
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
07 Nov 2005 02:20:50
Original commit files touched by this commit  2.02
mnag search for other commits by this committer
Add two more MASTER_SITES

Notified by:    kris
02 Nov 2005 01:39:34
Original commit files touched by this commit  2.02
mnag search for other commits by this committer
Update to 2.02

PR:             88380
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
29 Aug 2005 08:32:09
Original commit files touched by this commit  2.01
sem search for other commits by this committer
- Remove CONFLICTS. The ports do not conflict anymore.
- Pass maintainership to submitter.

PR:             ports/85107, ports/85108
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
29 Jun 2005 20:31:48
Original commit files touched by this commit  2.01
jylefort search for other commits by this committer
- Update to 2.01 [1]
- Unsilence post-install

[1]
PR:             ports/82773
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
06 Jun 2005 22:46:49
Original commit files touched by this commit  2.00
flz search for other commits by this committer
- Add lzo2, version 2.00 of archivers/lzo.

PR:             ports/81721
Submitted by:   Ports Fury
Repocopy by:    marcus

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.224 seconds.