diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/cabextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/cabextract/pkg-descr | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index b062d79313ea..df4cf5a7dde0 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -8,7 +8,7 @@ PORTNAME= cabextract PORTVERSION= 1.2 CATEGORIES= archivers -MASTER_SITES= http://www.kyz.uklinux.net/downloads/ +MASTER_SITES= http://www.cabextract.org.uk/ MAINTAINER= gabor@FreeBSD.org COMMENT= A program to extract Microsoft cabinet (.CAB) files diff --git a/archivers/cabextract/pkg-descr b/archivers/cabextract/pkg-descr index 68c9757c80de..e7430b38e16a 100644 --- a/archivers/cabextract/pkg-descr +++ b/archivers/cabextract/pkg-descr @@ -1,3 +1,7 @@ -A program to extract Microsoft cabinet (.CAB) files. +The cabextract is Free Software for extracting Microsoft cabinet files, +also called .CAB files, on UNIX or UNIX-like systems. The cabextract is +distributed under the GPL license. It is based on the portable LGPL libmspack +library. cabextract supports all special features and all compression +formats of Microsoft cabinet files. -WWW: http://www.kyz.uklinux.net/cabextract.php +WWW: http://www.cabextract.org.uk/ |