diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-08-07 18:21:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-08-07 18:21:25 +0000 |
commit | 8ef9a651dc24e3c155b2050f017cbf08258a4396 (patch) | |
tree | e40adba70f0eef44355a5a48773b294876c29050 /archivers | |
parent | f672a5ce672152c910ee716f236d58aebed49dad (diff) | |
download | ports-8ef9a651dc24e3c155b2050f017cbf08258a4396.tar.gz ports-8ef9a651dc24e3c155b2050f017cbf08258a4396.zip |
Notes
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/ |