1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
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