Commit graph

16 commits

Author SHA1 Message Date
Florent Thoumie
ed71e2f70d - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:41:12 +00:00
Florent Thoumie
584a54b90d - Update to 2.0.
PR:		ports/81721
Submitted by:	Ports Fury
2005-05-31 17:55:48 +00:00
Oliver Lehmann
45912e9545 don't install .la files 2005-05-31 16:01:15 +00:00
Oliver Lehmann
eb53fba3a3 change the libtool version to use from 1.3 to 1.5 2005-05-31 15:37:56 +00:00
Sergey A. Osokin
ab8cf5f2db Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 09:58:09 +00:00
Dmitry Sivachenko
5b655db6f8 Do not install .la file.
PR:		40619
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:33:55 +00:00
Anders Nordby
03341938ce Update to 1.08.
PR:		40547
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-14 10:44:08 +00:00
Mario Sergio Fujikawa Ferreira
05b11b1d2a Add NOPORTDOCS support
PR:		28574
Submitted by:	Patrick Li <pat@databits.net>
2001-07-03 18:41:16 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Jeremy Lea
2af63f9335 PLIST fixes. 2000-02-13 10:49:13 +00:00
Chris Piazza
56e65ea469 - Fix MASTER_SITES
- Remove CONFIGURE_ARGS that are already the default
- Support CFLAGS properly
- Add a file missing from PLISt
- Remove two unneeded patches (for libtool stuff)

PR:		14901
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-21 00:53:55 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Steve Price
81ee783ff8 Remove doc diretory on deinstall. 1999-05-01 02:34:00 +00:00
Steve Price
39041794ae Fixup libtool so this port installs the shared library again. 1999-04-20 20:22:48 +00:00
Justin M. Seger
1d463a71aa Remove dead MASTER_SITE
Fix PLIST so that this packages again
1999-04-19 19:28:35 +00:00
Bill Fumerola
7b0fb2d55b from pkg/DESCR
--------------
     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
         http://www.infosys.tuwien.ac.at/Staff/lux/marco
----------
1998-12-01 23:11:12 +00:00