summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-07-24 19:45:41 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-07-24 19:45:41 +0000
commitf2951502c615e4f1382bbfd8b18bbfcebb6b904d (patch)
tree6662d12fba5062b128d3f4648ff1b920a73e2262 /archivers
parentradius is (mostly) not redistributable. (diff)
Add homepage to pkg/DESCR
Notes
Notes: svn path=/head/; revision=12102
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/pkg-descr12
-rw-r--r--archivers/unzip/pkg-descr9
-rw-r--r--archivers/zip/Makefile4
-rw-r--r--archivers/zip/pkg-descr6
4 files changed, 12 insertions, 19 deletions
diff --git a/archivers/bzip2/pkg-descr b/archivers/bzip2/pkg-descr
index 95d296dfe487..37edf0c1abef 100644
--- a/archivers/bzip2/pkg-descr
+++ b/archivers/bzip2/pkg-descr
@@ -1,10 +1,4 @@
-This is bzip2, a block-sorting file compressor.
+This is bzip2, a advanced block-sorting file compressor. It is
+believed to be free from any patents.
-From the README:
-
- To the best of my knowledge, bzip2 does not use any patented
- algorithms. However, I do not have the resources available to
- carry out a full patent search. Therefore I cannot give any
- guarantee of the above statement.
-
- Julian Seward <jseward@acm.org>
+http://www.muraroa.demon.co.uk/
diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr
index f40d27a5728b..456f562f8ab1 100644
--- a/archivers/unzip/pkg-descr
+++ b/archivers/unzip/pkg-descr
@@ -15,8 +15,7 @@ being piped into standard input, and it extracts the first member from
the archive to stdout. If there is an argument, then the input comes
from the specified file instead of from stdin.
-Unzipsfx is a modified version of unzip designed to be prepended to
-existing ZIP archives in order to form self-extracting archives.
-Instead of taking its first non-flag argument to be the zipfile(s) to
-be extracted, unzipsfx seeks itself under the name by which it was
-invoked and tests or extracts the contents of the appended archive.
+Unzipsfx may be used to create self-extracting ZIP archives from previously
+created ZIP archives.
+
+http://infozip.cdrom.com/pub/infozip/
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 0df93cdec2d8..707db898bb82 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,11 +1,9 @@
# New ports collection makefile for: zip (without encryption)
-# http://infozip.cdrom.com/pub/infozip/
-#
# Version required: 2.2
# Date created: 22 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp $
+# $Id: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $
#
DISTNAME= zip22
diff --git a/archivers/zip/pkg-descr b/archivers/zip/pkg-descr
index c4fc5c702918..060c7433d787 100644
--- a/archivers/zip/pkg-descr
+++ b/archivers/zip/pkg-descr
@@ -1,4 +1,6 @@
Zip is a compression and file packaging utility. It is compatible with
PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip
-called unzip (of course) which you should be able to find the same place
-you got zip.
+called unzip (of course) which you can also install from the ports/package
+system.
+
+http://infozip.cdrom.com/pub/infozip/