Index: head/archivers/lzo/Makefile =================================================================== --- head/archivers/lzo/Makefile (revision 21248) +++ head/archivers/lzo/Makefile (revision 21249) @@ -1,30 +1,26 @@ # New ports collection makefile for: lzo # Version required: 1.04 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= lzo-1.04 +DISTNAME= lzo-1.04 CATEGORIES= archivers devel -MASTER_SITES= ftp://ftp.uni-koeln.de/util/arc/ \ - ftp://ftp.rhrz.uni-bonn.de/pub-koeln/util/arc/ \ - ftp://ftp.all.de/pub/unix/tools/archivers/lzo/ \ - ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/lzo/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR=libs/compression +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ +MASTER_SITE_SUBDIR= libs/compression -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared=yes \ --enable-asm=yes post-install: - .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/lzo + @${MKDIR} ${PREFIX}/share/doc/lzo ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo .endif .include Property changes on: head/archivers/lzo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/archivers/lzo/pkg-descr =================================================================== --- head/archivers/lzo/pkg-descr (revision 21248) +++ head/archivers/lzo/pkg-descr (revision 21249) @@ -1,22 +1,22 @@ 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 +Author: Markus Franz Xaver Johannes Oberhumer + markus.oberhumer@jk.uni-linz.ac.at -WWW: http://www.infosys.tuwien.ac.at/Staff/lux/marco +WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html Property changes on: head/archivers/lzo/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/archivers/lzo2/Makefile =================================================================== --- head/archivers/lzo2/Makefile (revision 21248) +++ head/archivers/lzo2/Makefile (revision 21249) @@ -1,30 +1,26 @@ # New ports collection makefile for: lzo # Version required: 1.04 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= lzo-1.04 +DISTNAME= lzo-1.04 CATEGORIES= archivers devel -MASTER_SITES= ftp://ftp.uni-koeln.de/util/arc/ \ - ftp://ftp.rhrz.uni-bonn.de/pub-koeln/util/arc/ \ - ftp://ftp.all.de/pub/unix/tools/archivers/lzo/ \ - ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/lzo/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR=libs/compression +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ +MASTER_SITE_SUBDIR= libs/compression -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared=yes \ --enable-asm=yes post-install: - .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/lzo + @${MKDIR} ${PREFIX}/share/doc/lzo ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo .endif .include Property changes on: head/archivers/lzo2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/archivers/lzo2/pkg-descr =================================================================== --- head/archivers/lzo2/pkg-descr (revision 21248) +++ head/archivers/lzo2/pkg-descr (revision 21249) @@ -1,22 +1,22 @@ 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 +Author: Markus Franz Xaver Johannes Oberhumer + markus.oberhumer@jk.uni-linz.ac.at -WWW: http://www.infosys.tuwien.ac.at/Staff/lux/marco +WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html Property changes on: head/archivers/lzo2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property