1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove Authors from pkg-descr

This commit is contained in:
Baptiste Daroussin 2015-03-02 23:01:26 +00:00
parent 63e8b9315e
commit 5c78d7b515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380298
7 changed files with 1 additions and 13 deletions

View File

@ -20,5 +20,3 @@ called version 1.0. Some of the most obvious of these are:
- Testing should be done more thoroughly as there are many special cases
in compression routines which get used very rarely.
- Documentation of code and algorithms is totally missing.
Author: Harri Hirvola <harri.hirvola@vaisala.infonet.com>

View File

@ -16,7 +16,4 @@ LZO implements a number of algorithms with the following features:
+ 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/

View File

@ -4,5 +4,4 @@ command to execute upon finishing.
It's sorta like the Windows winzip self-extracting archives.
Author: Stephane Peter <megastep@megastep.org>
WWW: http://www.megastep.org/makeself/

View File

@ -8,7 +8,4 @@ anything offering an in_channel/out_channel abstraction (files, sockets, ...).
Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.
Author: Olivier Andreu <oandrieu@gmail.com> and
Stefano Zacchiroli <zack@upsilon.cc>
WWW: http://camlbz2.forge.ocamlcore.org
WWW: http://camlbz2.forge.ocamlcore.org

View File

@ -3,5 +3,4 @@ that uses pthreads and achieves near-linear speedup on SMP machines. The output
of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed
with pbzip2 can be decompressed with bzip2).
Author: Jeff Gilchrist <pbzip2 [at] compression {dot} ca>
WWW: http://compression.ca/pbzip2/

View File

@ -4,5 +4,4 @@ Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants, several cpio formats, and both BSD and GNU ar variants.
Author: SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
WWW: https://bitbucket.org/winebarrel/libarchive-ruby

View File

@ -1,4 +1,3 @@
rubyzip is a ruby library for reading and writing zip files.
Author: Thomas Sondergaard (thomas at sondergaard.cc)
WWW: https://github.com/postmodern/rubyzip2